/external/valgrind/none/tests/s390x/ |
insert.vgtest | 1 prog: insert
|
/prebuilts/misc/common/swig/include/2.0.11/perl5/ |
perluserdir.swg | 1 #define %perlcode %insert("perl")
|
/prebuilts/misc/common/swig/include/2.0.11/ruby/ |
rubyinit.swg | 1 %insert(initbeforefunc) "swiginit.swg"
|
exception.i | 3 %insert("runtime") {
|
/prebuilts/misc/common/swig/include/2.0.11/python/ |
pyruntime.swg | 1 %insert(runtime) %{ 12 %insert(runtime) "swigrun.swg"; /* SWIG API */ 13 %insert(runtime) "swigerrors.swg"; /* SWIG errors */ 14 %insert(runtime) "pyhead.swg"; /* Python includes and fixes */ 15 %insert(runtime) "pyerrors.swg"; /* Python errors */ 16 %insert(runtime) "pythreads.swg"; /* Python thread code */ 17 %insert(runtime) "pyapi.swg"; /* Python API */ 18 %insert(runtime) "pyrun.swg"; /* Python run-time code */ 21 %insert(runtime) "builtin.swg"; /* Specialization for classes with single inheritance */
|
/external/libchrome/base/ |
stl_util_unittest.cc | 39 set.insert(24); 40 set.insert(1); 41 set.insert(12); 47 set.insert(ComparableValue(24)); 48 set.insert(ComparableValue(1)); 49 set.insert(ComparableValue(12)); 68 a1.insert(1); 69 a1.insert(2); 70 a1.insert(3); 71 a1.insert(4) [all...] |
/external/webrtc/webrtc/system_wrappers/source/ |
stl_util_unittest.cc | 46 set.insert(24); 47 set.insert(1); 48 set.insert(12); 54 set.insert(ComparableValue(24)); 55 set.insert(ComparableValue(1)); 56 set.insert(ComparableValue(12)); 75 a1.insert(1); 76 a1.insert(2); 77 a1.insert(3); 78 a1.insert(4) [all...] |
/external/valgrind/memcheck/tests/ |
long-supps.supp | 2 <insert a suppression name here>
|
/external/llvm/test/MC/Mips/msa/ |
test_elm_insert.s | 3 # CHECK: insert.b $w23[3], $sp # encoding: [0x79,0x03,0xed,0xd9] 4 # CHECK: insert.h $w20[2], $5 # encoding: [0x79,0x22,0x2d,0x19] 5 # CHECK: insert.w $w8[2], $15 # encoding: [0x79,0x32,0x7a,0x19] 7 insert.b $w23[3], $sp 8 insert.h $w20[2], $5 9 insert.w $w8[2], $15
|
/prebuilts/misc/common/swig/include/2.0.11/tcl/ |
tclruntime.swg | 2 %insert(runtime) %{ 11 %insert(runtime) "swigrun.swg"; /* Common C API type-checking code */ 12 %insert(runtime) "swigerrors.swg" /* SWIG errors */ 13 %insert(runtime) "tclerrors.swg"; /* Tcl Errors */ 14 %insert(runtime) "tclapi.swg"; /* Tcl API */ 15 %insert(runtime) "tclrun.swg"; /* Tcl run-time code */
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/data/ |
unfilled_client_secrets.json | 3 "client_id": "[[INSERT CLIENT ID HERE]]", 4 "client_secret": "[[INSERT CLIENT SECRET HERE]]",
|
/external/wpa_supplicant_8/hostapd/ |
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','password',1); 17 INSERT INTO wildcards(identity,methods) VALUES ('','TTLS,TLS'); 18 INSERT INTO wildcards(identity,methods) VALUES ('0','AKA');
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/ |
ovl1.lnk | 9 INSERT AFTER .text;
|
/external/wpa_supplicant_8/hs20/server/ |
sql-example.txt | 0 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://subscription-server.osu.example.com/hs20/spp.php?realm=example.com'); 4 INSERT INTO osu_config(realm,field,value) VALUES('example.com','trust_root_cert_url','https://osu-server.osu.example.com/hs20/files/spp-root-ca.der'); 5 INSERT INTO osu_config(realm,field,value) VALUES('example.com','trust_root_cert_fingerprint','5b393a9246865569485c2605c3304e48212b449367858299beba9384c4cf4647'); 6 INSERT INTO osu_config(realm,field,value) VALUES('example.com','aaa_trust_root_cert_url','https://osu-server.osu.example.com/hs20/files/aaa-root-ca.der'); 7 INSERT INTO osu_config(realm,field,value) VALUES('example.com','aaa_trust_root_cert_fingerprint','5b393a9246865569485c2605c3304e48212b449367858299beba9384c4cf4647'); 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-server.osu.example.com/hs20/spp.php?realm=example.com'); 10 INSERT INTO osu_config(realm,field,value) VALUES('example.com','remediation_url','https://subscription-se (…) [all...] |
/external/mockftpserver/MockFtpServer/.settings/ |
org.eclipse.jdt.core.prefs | 68 org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert
69 org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert
86 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation=insert
87 org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert
88 org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert
89 org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=insert
90 org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert
91 org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=insert
92 org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=insert
93 org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert
[all...] |
/external/mockftpserver/branches/1.x_Branch/.settings/ |
org.eclipse.jdt.core.prefs | 68 org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert
69 org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert
86 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation=insert
87 org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert
88 org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert
89 org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=insert
90 org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert
91 org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=insert
92 org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=insert
93 org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert
[all...] |
/external/llvm/test/Transforms/SLPVectorizer/ARM/ |
sroa.ll | 18 %a.sroa.0.0.insert.ext = zext i32 %a.coerce.fca.0.extract to i64 20 %a.sroa.0.4.insert.ext = zext i32 %a.coerce.fca.1.extract to i64 21 %a.sroa.0.4.insert.shift = shl nuw i64 %a.sroa.0.4.insert.ext, 32 22 %a.sroa.0.4.insert.insert = or i64 %a.sroa.0.4.insert.shift, %a.sroa.0.0.insert.ext 23 %0 = bitcast i64 %a.sroa.0.4.insert.insert to doubl [all...] |
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/ |
H2MapTest.java | 71 assertThat(map.getScrubSQL("INSERT INTO "), equalTo("INSERT INTO ")); 72 assertThat(map.getScrubSQL("INSERT OR ROLLBACK INTO "), equalTo("INSERT INTO ")); 73 assertThat(map.getScrubSQL("INSERT OR ABORT INTO "), equalTo("INSERT INTO ")); 74 assertThat(map.getScrubSQL("INSERT OR FAIL INTO "), equalTo("INSERT INTO ")); 75 assertThat(map.getScrubSQL("INSERT OR IGNORE INTO "), equalTo("INSERT INTO ")) [all...] |
/external/autotest/frontend/migrations/ |
055_ensure_invalidated_test_label_exists.py | 6 INSERT IGNORE INTO tko_test_labels (name, description)
|
084_convert_metahost_to_label.py | 2 INSERT INTO afe_jobs_dependency_labels (job_id, label_id)
|
/external/autotest/tko/migrations/ |
005_add_testna_status.py | 2 monger.execute("INSERT INTO status (word) values ('TEST_NA')")
|
012_add_running_status.py | 2 manager.execute("INSERT INTO status (word) values ('RUNNING')")
|
/external/chromium-trace/catapult/third_party/Paste/tests/ |
__init__.py | 4 sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))
|
/external/clang/test/Sema/ |
lit.local.cfg | 2 config.substitutions.insert(0,
|
/external/clang/test/SemaCUDA/ |
lit.local.cfg | 2 config.substitutions.insert(0,
|