Home
last modified time | relevance | path

Searched refs:INTO (Results 1 – 25 of 58) sorted by relevance

123

/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/oj-libjdwp/src/share/back/
DstepControl.c461 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/perfetto/docs/visualization/
Dperfetto-ui.md38 INSERT INTO debug_slices(id, name, ts, dur, depth)
55 INSERT INTO debug_slices
59 INSERT INTO debug_slices
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DSingleStepTest.java67 stepFunction(JDWPConstants.StepSize.LINE, JDWPConstants.StepDepth.INTO); in testSingleStep2()
87 stepFunction(JDWPConstants.StepSize.MIN, JDWPConstants.StepDepth.INTO); in testSingleStep4()
DCombinedEventsTest.java137 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()
DSingleStepThroughReflectionTest.java95 setRequestCommand.setNextValueAsInt(StepDepth.INTO); in testSingleStepIntoThroughReflection()
DCombinedEvents003Test.java138 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO); in testCombinedEvents003_01()
DEventWithExceptionTest.java64 runSingleStepTest(JDWPConstants.StepDepth.INTO); in testSingleStepInto()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPConstants.java641 public static final byte INTO = 0; field in JDWPConstants.StepDepth
656 case INTO: in getName()
/external/rust/crates/serde_derive/src/internals/
Dsymbol.rs20 pub const INTO: Symbol = Symbol("into"); constant
Dattr.rs305 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/
Dtest-fixtures.md26 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/
Dinstall.rc6 IF CHANGES TO THIS FILE ARE CHECKED INTO PYTHON CVS, THE RECOMPILED BINARIES
/external/oss-fuzz/projects/mysql-server/targets/
Dfuzz_docommand.dict258 INTO="INTO"
Dfuzz_initfile.dict258 INTO="INTO"
/external/oss-fuzz/projects/sqlite3/
Dsql.dict135 keyword_INTO="INTO"
/external/curl/packages/vms/
Dcurlmsg.sdl11 /* FILE AND PUTTING ALL THE CURLE_* ENUM STUFF INTO THIS FILE,
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DEventRequestManagerImpl.java569 jdwpDepth = JDWP.StepDepth.INTO; in StepRequestImpl()
/external/rust/crates/rusqlite/
DREADME.md42 "INSERT INTO person (name, data) VALUES (?1, ?2)",
/external/llvm-project/llvm/lib/Target/X86/
DX86ScheduleZnver2.td688 // INTO
689 def : InstRW<[WriteMicrocoded], (instrs INTO)>;
DX86ScheduleZnver1.td690 // INTO
691 def : InstRW<[WriteMicrocoded], (instrs INTO)>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ScheduleZnver2.td676 // INTO
677 def : InstRW<[WriteMicrocoded], (instrs INTO)>;
/external/python/cpython2/Doc/library/
Dsqlite3.rst40 c.execute("INSERT INTO stocks VALUES ('2006-01-05','BUY','RHAT',100,35.14)")
80 c.executemany('INSERT INTO stocks VALUES (?,?,?,?,?)', purchases)

123