Home
last modified time | relevance | path

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

12

/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_sqlite14 INSERT INTO users(identity,methods,password,phase2) VALUES ('user','TTLS-MSCHAPV2','password',1);
15 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',…
17 INSERT INTO wildcards(identity,methods) VALUES ('','TTLS,TLS');
18 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/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/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/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/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/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-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/jline/src/src/main/java/jline/
DConsoleOperations.java200 final short INSERT = -48; field
/external/python/cpython2/Lib/lib-tk/
DTkconstants.py64 INSERT='insert' variable
/external/libedit/src/
Dchared.h129 #define INSERT 0x02 macro
Dchared.c290 if (n || el->el_chared.c_vcmd.action != (DELETE|INSERT)) in cv_next_word()
338 if (action & INSERT) in cv_delfini()
/external/jline/src/src/main/resources/jline/
Dwindowsbindings.properties11 3: INSERT
/external/mksh/src/
Dedit.c3461 #define INSERT 1 macro
3532 insert = INSERT; in x_vi()
4067 if (insert == INSERT) { in vi_insert()
4161 insert = INSERT; in vi_cmd()
4169 insert = INSERT; in vi_cmd()
4177 insert = INSERT; in vi_cmd()
4223 insert = INSERT; in vi_cmd()
4258 insert = INSERT; in vi_cmd()
4288 insert = INSERT; in vi_cmd()
4295 insert = INSERT; in vi_cmd()
[all …]
/external/mesa3d/src/mesa/main/
Ddebug_output.c903 #define INSERT 1 in validate_params() macro
913 if (caller != INSERT) in validate_params()
1013 if (!validate_params(ctx, INSERT, callerstr, source, type, severity)) in _mesa_DebugMessageInsert()
/external/clang/docs/
DClangFormat.rst112 second line adds support for INSERT mode. Change "C-K" to another binding if
116 format the current line in NORMAL and INSERT mode or the selected region in
/external/llvm/runtimes/
DCMakeLists.txt26 list(INSERT CMAKE_MODULE_PATH 0
/external/libxml2/os400/
Dxmllint.cmd114 (*INSERT '--insert') +
/external/llvm/test/Transforms/LoopVectorize/
Dinduction.ll497 ; IND: %[[INSERT:.*]] = insertelement <2 x i32> undef, i32 %i, i32 0
498 ; IND: %[[SPLAT:.*]] = shufflevector <2 x i32> %[[INSERT]], <2 x i32> undef, <2 x i32> zeroinitiali…
509 ; UNROLL: %[[INSERT:.*]] = insertelement <2 x i32> undef, i32 %i, i32 0
510 ; UNROLL: %[[SPLAT:.*]] = shufflevector <2 x i32> %[[INSERT]], <2 x i32> undef, <2 x i32> zeroiniti…
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h77 INSERT, enumerator
/external/syslinux/com32/lua/src/
Dsyslinux.c520 export_key (INSERT); in luaopen_syslinux()
/external/parameter-framework/upstream/
DCMakeLists.txt58 list(INSERT CMAKE_MODULE_PATH 0 "${CMAKE_CURRENT_LIST_DIR}/cmake")
/external/python/cpython2/Tools/webchecker/
Dtktools.py10 widget.delete(0, INSERT)

12