/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 | 14 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');
|
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/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/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/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-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/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/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/libedit/src/ |
D | chared.h | 129 #define INSERT 0x02 macro
|
/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 …]
|
/external/jline/src/src/main/resources/jline/ |
D | windowsbindings.properties | 11 3: INSERT
|
/external/libxkbcommon/xkbcommon/test/data/keycodes/ |
D | evdev-xkbcommon | 111 <INSERT> = 110; 350 alias <INS> = <INSERT>;
|
/external/mesa3d/src/mesa/main/ |
D | debug_output.c | 903 #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/scapy/scapy/ |
D | utils.py | 184 INSERT=1 187 d[-1,j] = d[-1,j-1][0]+INSERT, (-1,j-1) 189 d[i,-1] = d[i-1,-1][0]+INSERT, (i-1,-1) 194 ( d[i-1,j][0]+INSERT, (i-1,j) ), 195 ( d[i,j-1][0]+INSERT, (i,j-1) ) )
|
/external/clang/docs/ |
D | ClangFormat.rst | 112 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/ |
D | CMakeLists.txt | 26 list(INSERT CMAKE_MODULE_PATH 0
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | induction.ll | 497 ; 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/libxml2/os400/ |
D | xmllint.cmd | 114 (*INSERT '--insert') +
|