Home
last modified time | relevance | path

Searched refs:INSERT (Results 1 – 25 of 86) sorted by relevance

1234

/external/wpa_supplicant_8/hs20/server/
Dsql-example.txt1 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/
Dhostapd.eap_user_sqlite15 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');
Dhlr_auc_gw.txt50 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/
Dlegalize-insert-vec512.mir29 ; 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/
DTypeinViewer.py92 icursor = ew.index(INSERT)
109 i = ew.index(INSERT)
143 xicursor = x.index(INSERT)
144 yicursor = y.index(INSERT)
145 zicursor = z.index(INSERT)
DTextViewer.py65 self.__text.mark_set(INSERT, insert)
183 optiondb['TEXTINS'] = self.__text.index(INSERT)
/external/python/cpython3/Tools/pynche/
DTypeinViewer.py92 icursor = ew.index(INSERT)
109 i = ew.index(INSERT)
143 xicursor = x.index(INSERT)
144 yicursor = y.index(INSERT)
145 zicursor = z.index(INSERT)
DTextViewer.py65 self.__text.mark_set(INSERT, insert)
183 optiondb['TEXTINS'] = self.__text.index(INSERT)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/
Dinvalid.test55 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/
Dinvalid.test52 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/
Ddynamicsizehash.c207 #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/
Dregcomp.c267 #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/
Dregcomp.c140 #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/
Dregcomp.c132 #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/
Dregcomp.c140 #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/
Du-boot-spl.lds23 INSERT BEFORE .data;
Du-boot.lds52 INSERT BEFORE .data;
/external/catch2/docs/
Dtest-fixtures.md24 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/
DConsoleOperations.java200 final short INSERT = -48; field
/external/python/cpython3/Lib/tkinter/
Dconstants.py64 INSERT='insert' variable
/external/python/cpython2/Lib/lib-tk/
DTkconstants.py64 INSERT='insert' variable
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dgep-addrspace.ll55 ; CHECK-NEXT: [[INSERT:%.*]] = insertvalue { i8, i8 } zeroinitializer, i8 [[T3]], 1
56 ; CHECK-NEXT: ret { i8, i8 } [[INSERT]]
/external/python/cpython3/Lib/idlelib/
Dsqueezer.py329 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/
Dwindowsbindings.properties11 3: INSERT
/external/mksh/src/
Dedit.c3477 #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 …]

1234