/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | lastinsert.test | 38 select last_insert_rowid(); 46 select last_insert_rowid(); 54 select last_insert_rowid(); 62 create view v as select * from t1; 63 select last_insert_rowid(); 80 select last_insert_rowid(); 87 select val1 from t2; 94 select val2 from t2; 101 select val3 from t2; 119 select last_insert_rowid(); [all …]
|
H A D | null.test | 37 select * from t1; 45 select ifnull(a+b,99) from t1; 50 select ifnull(b*c,99) from t1; 60 select ifnull(case when b<>0 then 1 else 0 end, 99) from t1; 65 select ifnull(case when not b<>0 then 1 else 0 end, 99) from t1; 70 select ifnull(case when b<>0 and c<>0 then 1 else 0 end, 99) from t1; 75 select ifnull(case when not (b<>0 and c<>0) then 1 else 0 end, 99) from t1; 80 select ifnull(case when b<>0 or c<>0 then 1 else 0 end, 99) from t1; 85 select ifnull(case when not (b<>0 or c<>0) then 1 else 0 end, 99) from t1; 90 select ifnull(case b when c then 1 else 0 end, 99) from t1; [all …]
|
H A D | trigger4.test | 24 select test1.id as id,a as a,b as b 32 select * from test1; 37 select * from test2; 45 select * from test1; 50 select * from test2; 62 select * from test1; 67 select * from test2; 75 select * from test1; 80 select * from test2; 104 select * from test1; [all …]
|
H A D | laststmtchanges.test | 43 select last_statement_change_count(); 51 select last_statement_change_count(); 59 select count() from t0 where x=8; 67 select last_statement_change_count(); 75 select last_statement_change_count(); 93 select last_statement_change_count(); 100 select v1 from t2; 107 select v2 from t2; 125 select last_statement_change_count(); 132 select v1 from t2; [all …]
|
H A D | join4_28.test | 37 select * from t1 left outer join t2 on t1.a=t2.x where t2.z='ok' 42 select * from t1 left outer join t2 on t1.a=t2.x and t2.z='ok' 50 select * from t1 left outer join t2 on t1.a=t2.x where t2.z='ok' 55 select * from t1 left outer join t2 on t1.a=t2.x and t2.z='ok' 60 select * from t1 left outer join t2 on t1.a=t2.x where t2.z>='ok' 65 select * from t1 left outer join t2 on t1.a=t2.x and t2.z>='ok' 70 select * from t1 left outer join t2 on t1.a=t2.x where t2.z IN ('ok') 75 select * from t1 left outer join t2 on t1.a=t2.x and t2.z IN ('ok')
|
H A D | sort.test | 232 select a from t3 order by b, a; 237 select a from t3 order by b, a desc; 242 select a from t3 order by b desc, a; 247 select a from t3 order by b desc, a desc; 254 select a from t3 order by b, a; 259 select a from t3 order by b, a desc; 264 select a from t3 order by b desc, a; 269 select a from t3 order by b desc, a desc;
|
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | util.c | 1453 ushort_t select = 0; in ld_generic_env() local 1466 select |= SEL_PERMANT; in ld_generic_env() 1468 select |= SEL_REPLACE; in ld_generic_env() 1481 select |= SEL_ACT_STR; in ld_generic_env() 1482 str = (select & SEL_REPLACE) ? &rpl_audit : &prm_audit; in ld_generic_env() 1491 select |= SEL_ACT_SPEC_2; in ld_generic_env() 1502 select |= SEL_ACT_RT2; in ld_generic_env() 1507 select |= SEL_ACT_RT2; in ld_generic_env() 1517 select |= SEL_ACT_RT; in ld_generic_env() 1527 select |= SEL_ACT_SPEC_2; in ld_generic_env() [all …]
|
/titanic_41/usr/src/uts/intel/io/intel_nhm/ |
H A D | intel_nhm.h | 74 #define MC_COR_ECC_CNT_RD(cpu, select) \ argument 75 nhm_pci_getl(SOCKET_BUS(cpu), 3, 2, 0x80 + ((select) * 4), 0) 78 #define MC_DOD_RD(cpu, channel, select) \ argument 79 nhm_pci_getl(SOCKET_BUS(cpu), (channel) + 4, 1, 0x48 + ((select) * 4), 0) 80 #define MC_SAG_RD(cpu, channel, select) \ argument 81 nhm_pci_getl(SOCKET_BUS(cpu), (channel) + 4, 1, 0x80 + ((select) * 4), 0) 82 #define MC_RIR_LIMIT_RD(cpu, channel, select) \ argument 83 nhm_pci_getl(SOCKET_BUS(cpu), (channel) + 4, 2, 0x40 + ((select) * 4), 0) 84 #define MC_RIR_WAY_RD(cpu, channel, select) \ argument 85 nhm_pci_getl(SOCKET_BUS(cpu), (channel) + 4, 2, 0x80 + ((select) * 4), 0)
|
/titanic_41/usr/src/ucblib/libucb/port/gen/ |
H A D | scandir.c | 73 int (*select)(struct direct64 *), in scandir64() 100 if (select != NULL && !(*select)(d)) in scandir64() 140 int (*select)(struct direct *), in scandir() 170 if (select != NULL && !(*select)(d)) in scandir()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | scandir.c | 75 int (*select)(const struct dirent64 *), in scandir64() 104 if (select != NULL && !(*select)(d)) in scandir64() 160 int (*select)(const struct dirent *), in scandir() 189 if (select != NULL && !(*select)(d)) in scandir()
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
H A D | CLChoice.java | 81 select(selectedIndex); in CLChoice() 93 select(selectedItem); in CLChoice() 108 select(selectedItem); in CLChoice() 169 select(0); in removeItem() 171 select(selectedIndex-1); in removeItem() 189 public void select(int index) { in select() method in CLChoice 190 select(index, null); in select() 193 public void select(String item) { in select() method in CLChoice 216 select(index, selItem); in select() 219 private void select(int index, String selItem) { in select() method in CLChoice [all …]
|
H A D | TextList.java | 95 public void select(int index) { in select() method in TextList 96 view.select(index); in select() 99 public void select(String item) { in select() method in TextList 100 view.select(item); in select()
|
H A D | TextView.java | 127 public void select(int index) { in select() method in TextView 181 public void select(Object item) { in select() method in TextView 183 select(items.indexOf(item)); in select() 413 select(index); in selectY() 437 select(index); in selectY()
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/ |
H A D | ListShadow.java | 195 select((List)body, (String)value); in setOnBody() 203 select(list, items[i]); in setOnBody() 207 select(list, items[0]); in setOnBody() 209 select(list, null); in setOnBody() 216 private void select(List list, String s) { in select() method in ListShadow 227 list.select(i); in select()
|
H A D | ChoiceShadow.java | 153 choice.select(i); in setOnBody() 159 choice.select(0); in setOnBody()
|
/titanic_41/usr/src/cmd/fm/eversholt/files/i386/i86pc/ |
H A D | gcpu_amd.esc | 45 * register provides counts of ECC errors seen per channel and chip-select 47 * hc:///motherboard/chip/memory-controller/dram-channel/chip-select 54 * The number of pages that must be faulted on a chip-select for repeated 62 * chip-select (must be at least CS_PAGEFLT_THRESH). If a chip-select 70 * correctable ereports are experienced on a single chip-select within 77 #define CSPATH chip/memory-controller/dram-channel/chip-select 86 * members matches the chip-select path. This is used to constrain 88 * chip-select path of the propogation. This is necessary because the 89 * detector element of memory ereports is a cpu and not the chip-select itself. 107 * | includes a chip/memory-controller/dram-channel/chip-select | [all …]
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/ |
H A D | TextListShadow.java | 144 list.select(index); in setOnBody() 151 list.select(items[i]); in setOnBody() 155 list.select(items[0]); in setOnBody() 157 list.select(null); in setOnBody()
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | scandir.c | 39 int (*select)(), int (*dcomp)()) in scandir() argument 64 if (select != NULL && !(*select)(d)) in scandir()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | select.h | 95 #pragma redefine_extname select select_large_fdset 100 #define select select_large_fdset macro 159 extern int select(int, fd_set *_RESTRICT_KYWD, fd_set *_RESTRICT_KYWD,
|
H A D | pm.h | 124 int select; /* Selects the component or dependent */ member 201 int select; /* Selects the component or dependent */ member
|
/titanic_41/usr/src/cmd/sgs/liblddbg/common/ |
H A D | version.c | 143 Dbg_ver_avail_entry(Lm_list *lml, Ver_index *vip, const char *select) in Dbg_ver_avail_entry() argument 148 if (select) { in Dbg_ver_avail_entry() 151 vip->vi_name, select); in Dbg_ver_avail_entry() 154 vip->vi_name, select); in Dbg_ver_avail_entry()
|
/titanic_41/usr/src/cmd/zic/ |
H A D | tzselect.po | 16 msgid "Please select a continent or ocean." 31 msgid "Please select a country or region." 33 msgid "Please select one of the following time zone regions."
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | ctl_transact.c | 105 while ((nready = select(32, (fd_set *)&read_mask, 140 nready = select(32, (fd_set *)&read_mask, 0, 0, &wait);
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | disp_major_status.c | 47 #define GSS_ERROR_STR(value, array, select, min, max, num) \ argument 48 (((select(value) < (min)) || (select(value) > (max))) ? NULL : \
|
/titanic_41/usr/src/tools/scripts/ |
H A D | git-pbchk.py | 195 def ret(select=None): argument 196 if not select: 197 select = lambda x: True function 201 if (os.path.exists(f) and select(f) and not exclude(f)):
|