/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/oj-libjdwp/src/share/back/ |
D | stepControl.c | 461 JDI_ASSERT(step->depth == JDWP_STEP_DEPTH(INTO)); in handleMethodEnterEvent() 543 if (step->depth == JDWP_STEP_DEPTH(INTO) && in stepControl_handleStep() 578 if ( step->depth == JDWP_STEP_DEPTH(INTO) in stepControl_handleStep() 596 if (step->depth == JDWP_STEP_DEPTH(INTO)) { in stepControl_handleStep() 733 if (step->depth == JDWP_STEP_DEPTH(INTO) || step->fromStackDepth > 0) { in initEvents() 768 case JDWP_STEP_DEPTH(INTO): in initEvents()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | SingleStepTest.java | 67 stepFunction(JDWPConstants.StepSize.LINE, JDWPConstants.StepDepth.INTO); in testSingleStep2() 87 stepFunction(JDWPConstants.StepSize.MIN, JDWPConstants.StepDepth.INTO); in testSingleStep4()
|
D | CombinedEventsTest.java | 137 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO); in testCombinedEvents_01() 272 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO); in testCombinedEvents_02() 386 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO); in testCombinedEvents_03() 513 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO); in testCombinedEvents_04()
|
D | SingleStepThroughReflectionTest.java | 95 setRequestCommand.setNextValueAsInt(StepDepth.INTO); in testSingleStepIntoThroughReflection()
|
D | CombinedEvents003Test.java | 138 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO); in testCombinedEvents003_01()
|
D | EventWithExceptionTest.java | 64 runSingleStepTest(JDWPConstants.StepDepth.INTO); in testSingleStepInto()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | JDWPConstants.java | 641 public static final byte INTO = 0; field in JDWPConstants.StepDepth 656 case INTO: in getName()
|
/external/rust/crates/serde_derive/src/internals/ |
D | symbol.rs | 20 pub const INTO: Symbol = Symbol("into"); constant
|
D | attr.rs | 305 let mut type_into = Attr::none(cx, INTO); in from_ast() 529 Meta(NameValue(m)) if m.path == INTO => { in from_ast() 530 if let Ok(into_ty) = parse_lit_into_ty(cx, INTO, &m.lit) { in from_ast()
|
/external/catch2/docs/ |
D | test-fixtures.md | 26 REQUIRE_THROWS(conn.executeSQL("INSERT INTO employee (id, name) VALUES (?, ?)", getID(), "")); 29 REQUIRE(conn.executeSQL("INSERT INTO employee (id, name) VALUES (?, ?)", getID(), "Joe Bloggs"));
|
/external/python/cpython2/PC/bdist_wininst/ |
D | install.rc | 6 IF CHANGES TO THIS FILE ARE CHECKED INTO PYTHON CVS, THE RECOMPILED BINARIES
|
/external/AFLplusplus/dictionaries/ |
D | docommand.dict | 258 INTO="INTO"
|
D | initfile.dict | 258 INTO="INTO"
|
D | sql.dict | 135 keyword_INTO="INTO"
|
D | x86.dict | 340 "INTO"
|
/external/oss-fuzz/projects/mysql-server/targets/ |
D | fuzz_docommand.dict | 258 INTO="INTO"
|
D | fuzz_initfile.dict | 258 INTO="INTO"
|
/external/oss-fuzz/projects/sqlite3/ |
D | sql.dict | 135 keyword_INTO="INTO"
|
/external/curl/packages/vms/ |
D | curlmsg.sdl | 11 /* FILE AND PUTTING ALL THE CURLE_* ENUM STUFF INTO THIS FILE,
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | EventRequestManagerImpl.java | 569 jdwpDepth = JDWP.StepDepth.INTO; in StepRequestImpl()
|
/external/rust/crates/libsqlite3-sys/ |
D | README.md | 42 "INSERT INTO person (name, data) VALUES (?1, ?2)",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ScheduleZnver2.td | 676 // INTO 677 def : InstRW<[WriteMicrocoded], (instrs INTO)>;
|