/external/wpa_supplicant_8/hs20/server/ |
D | sql-example.txt | 1 INSERT INTO osu_config(realm,field,value) VALUES('example.com','fqdn','example.com'); 2 INSERT INTO osu_config(realm,field,value) VALUES('example.com','friendly_name','Example Operator'); 3 INSERT INTO osu_config(realm,field,value) VALUES('example.com','spp_http_auth_url','https://subscri… 4 INSERT INTO osu_config(realm,field,value) VALUES('example.com','trust_root_cert_url','https://osu-s… 5 INSERT INTO osu_config(realm,field,value) VALUES('example.com','trust_root_cert_fingerprint','5b393… 6 INSERT INTO osu_config(realm,field,value) VALUES('example.com','aaa_trust_root_cert_url','https://o… 7 INSERT INTO osu_config(realm,field,value) VALUES('example.com','aaa_trust_root_cert_fingerprint','5… 8 INSERT INTO osu_config(realm,field,value) VALUES('example.com','free_account','free'); 9 INSERT INTO osu_config(realm,field,value) VALUES('example.com','policy_url','https://subscription-s… 10 INSERT INTO osu_config(realm,field,value) VALUES('example.com','remediation_url','https://subscript… [all …]
|
/external/wpa_supplicant_8/hostapd/ |
D | hostapd.eap_user_sqlite | 15 INSERT INTO users(identity,methods,password,phase2) VALUES ('user','TTLS-MSCHAPV2','password',1); 16 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',… 18 INSERT INTO wildcards(identity,methods) VALUES ('','TTLS,TLS'); 19 INSERT INTO wildcards(identity,methods) VALUES ('0','AKA');
|
D | hlr_auc_gw.txt | 50 INSERT INTO milenage(imsi,ki,opc,amf,sqn) VALUES( 57 INSERT INTO milenage(imsi,ki,opc,amf,sqn) VALUES(
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/GlobalISel/ |
D | legalize-insert-vec512.mir | 29 ; ALL: [[INSERT:%[0-9]+]]:_(<16 x s32>) = G_INSERT [[COPY]], [[COPY1]](<4 x s32>), 0 30 ; ALL: $zmm0 = COPY [[INSERT]](<16 x s32>) 55 ; ALL: [[INSERT:%[0-9]+]]:_(<16 x s32>) = G_INSERT [[COPY]], [[COPY1]](<8 x s32>), 0 56 ; ALL: $zmm0 = COPY [[INSERT]](<16 x s32>)
|
/external/python/cpython2/Tools/pynche/ |
D | TypeinViewer.py | 92 icursor = ew.index(INSERT) 109 i = ew.index(INSERT) 143 xicursor = x.index(INSERT) 144 yicursor = y.index(INSERT) 145 zicursor = z.index(INSERT)
|
D | TextViewer.py | 65 self.__text.mark_set(INSERT, insert) 183 optiondb['TEXTINS'] = self.__text.index(INSERT)
|
/external/python/cpython3/Tools/pynche/ |
D | TypeinViewer.py | 92 icursor = ew.index(INSERT) 109 i = ew.index(INSERT) 143 xicursor = x.index(INSERT) 144 yicursor = y.index(INSERT) 145 zicursor = z.index(INSERT)
|
D | TextViewer.py | 65 self.__text.mark_set(INSERT, insert) 183 optiondb['TEXTINS'] = self.__text.index(INSERT)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/ |
D | invalid.test | 55 RUN: FileCheck --check-prefix=INSERT-ARRAY %s 57 RUN: FileCheck --check-prefix=INSERT-STRUCT %s 59 RUN: FileCheck --check-prefix=INSERT-IDXS %s 65 INSERT-ARRAY: INSERTVAL: Invalid array index 66 INSERT-STRUCT: INSERTVAL: Invalid struct index 67 INSERT-IDXS: INSERTVAL: Invalid type 145 RUN: FileCheck --check-prefix=INSERT-0-IDXS %s 147 INSERT-0-IDXS: INSERTVAL: Invalid instruction with 0 indices 160 RUN: FileCheck --check-prefix=INSERT-TYPE-MISMATCH %s 162 INSERT-TYPE-MISMATCH: Inserted value type doesn't match aggregate type
|
/external/llvm/test/Bitcode/ |
D | invalid.test | 52 RUN: FileCheck --check-prefix=INSERT-ARRAY %s 54 RUN: FileCheck --check-prefix=INSERT-STRUCT %s 56 RUN: FileCheck --check-prefix=INSERT-IDXS %s 62 INSERT-ARRAY: INSERTVAL: Invalid array index 63 INSERT-STRUCT: INSERTVAL: Invalid struct index 64 INSERT-IDXS: INSERTVAL: Invalid type 142 RUN: FileCheck --check-prefix=INSERT-0-IDXS %s 144 INSERT-0-IDXS: INSERTVAL: Invalid instruction with 0 indices 157 RUN: FileCheck --check-prefix=INSERT-TYPE-MISMATCH %s 159 INSERT-TYPE-MISMATCH: Inserted value type doesn't match aggregate type
|
/external/elfutils/lib/ |
D | dynamicsizehash.c | 207 #define INSERT(name) _INSERT (name) macro 210 INSERT(NAME) (NAME *htab, HASHTYPE hval, TYPE data) in INSERT() function 231 #define INSERT(name) _INSERT (name) macro 234 INSERT(NAME) (NAME *htab, HASHTYPE hval, TYPE data) in INSERT() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | regcomp.c | 267 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) macro 411 INSERT(OCH_, conc); /* offset is wrong */ in p_ere() 559 INSERT(OPLUS_, pos); in p_ere_exp() 561 INSERT(OQUEST_, pos); in p_ere_exp() 565 INSERT(OPLUS_, pos); in p_ere_exp() 570 INSERT(OCH_, pos); /* offset slightly wrong */ in p_ere_exp() 744 INSERT(OPLUS_, pos); in p_simp_re() 746 INSERT(OQUEST_, pos); in p_simp_re() 1135 INSERT(OCH_, start); /* offset is wrong... */ in repeat() 1148 INSERT(OCH_, start); in repeat() [all …]
|
/external/llvm/lib/Support/ |
D | regcomp.c | 140 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) macro 284 INSERT(OCH_, conc); /* offset is wrong */ in p_ere() 432 INSERT(OPLUS_, pos); in p_ere_exp() 434 INSERT(OQUEST_, pos); in p_ere_exp() 438 INSERT(OPLUS_, pos); in p_ere_exp() 443 INSERT(OCH_, pos); /* offset slightly wrong */ in p_ere_exp() 617 INSERT(OPLUS_, pos); in p_simp_re() 619 INSERT(OQUEST_, pos); in p_simp_re() 1008 INSERT(OCH_, start); /* offset is wrong... */ in repeat() 1021 INSERT(OCH_, start); in repeat() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | regcomp.c | 132 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) macro 276 INSERT(OCH_, conc); /* offset is wrong */ in p_ere() 396 INSERT(OPLUS_, pos); in p_ere_exp() 398 INSERT(OQUEST_, pos); in p_ere_exp() 402 INSERT(OPLUS_, pos); in p_ere_exp() 407 INSERT(OCH_, pos); /* offset slightly wrong */ in p_ere_exp() 581 INSERT(OPLUS_, pos); in p_simp_re() 583 INSERT(OQUEST_, pos); in p_simp_re() 972 INSERT(OCH_, start); /* offset is wrong... */ in repeat() 985 INSERT(OCH_, start); in repeat() [all …]
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regcomp.c | 140 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) macro 284 INSERT(OCH_, conc); /* offset is wrong */ in p_ere() 432 INSERT(OPLUS_, pos); in p_ere_exp() 434 INSERT(OQUEST_, pos); in p_ere_exp() 438 INSERT(OPLUS_, pos); in p_ere_exp() 443 INSERT(OCH_, pos); /* offset slightly wrong */ in p_ere_exp() 617 INSERT(OPLUS_, pos); in p_simp_re() 619 INSERT(OQUEST_, pos); in p_simp_re() 1008 INSERT(OCH_, start); /* offset is wrong... */ in repeat() 1021 INSERT(OCH_, start); in repeat() [all …]
|
/external/u-boot/arch/sandbox/cpu/ |
D | u-boot-spl.lds | 23 INSERT BEFORE .data;
|
D | u-boot.lds | 52 INSERT BEFORE .data;
|
/external/catch2/docs/ |
D | test-fixtures.md | 24 REQUIRE_THROWS(conn.executeSQL("INSERT INTO employee (id, name) VALUES (?, ?)", getID(), "")); 27 REQUIRE(conn.executeSQL("INSERT INTO employee (id, name) VALUES (?, ?)", getID(), "Joe Bloggs"));
|
/external/jline/src/src/main/java/jline/ |
D | ConsoleOperations.java | 200 final short INSERT = -48; field
|
/external/python/cpython3/Lib/tkinter/ |
D | constants.py | 64 INSERT='insert' variable
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkconstants.py | 64 INSERT='insert' variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | gep-addrspace.ll | 55 ; CHECK-NEXT: [[INSERT:%.*]] = insertvalue { i8, i8 } zeroinitializer, i8 [[T3]], 1 56 ; CHECK-NEXT: ret { i8, i8 } [[INSERT]]
|
/external/python/cpython3/Lib/idlelib/ |
D | squeezer.py | 329 tag_names = self.text.tag_names(tk.INSERT) 339 start, end = self.text.tag_prevrange(tag_name, tk.INSERT + "+1c")
|
/external/jline/src/src/main/resources/jline/ |
D | windowsbindings.properties | 11 3: INSERT
|
/external/mksh/src/ |
D | edit.c | 3477 #define INSERT 1 macro 3548 insert = INSERT; in x_vi() 4083 if (insert == INSERT) { in vi_insert() 4177 insert = INSERT; in vi_cmd() 4185 insert = INSERT; in vi_cmd() 4193 insert = INSERT; in vi_cmd() 4238 insert = INSERT; in vi_cmd() 4273 insert = INSERT; in vi_cmd() 4303 insert = INSERT; in vi_cmd() 4310 insert = INSERT; in vi_cmd() [all …]
|