Home
last modified time | relevance | path

Searched refs:test_load (Results 1 – 11 of 11) sorted by relevance

/external/v8/test/mjsunit/compiler/
Dload-elimination.js41 function test_load() { function
150 test(4, test_load);
Dload-elimination-global.js43 function test_load() { function
189 test(4, test_load);
/external/llvm/test/Bitcode/
Dfunction-encoding-rel-operands.ll44 define i1 @test_load(i32 %a, {i32, i32}* %ptr) nounwind {
/external/llvm/test/Instrumentation/AddressSanitizer/
Dbasic.ll9 define i32 @test_load(i32* %a) sanitize_address {
10 ; CHECK-LABEL: @test_load
Dinstrumentation-with-call-threshold.ll13 define void @test_load(i32* %a, i64* %b, i512* %c, i80* %d) sanitize_address {
/external/opencv3/modules/python/test/
Dticket_6.py12 def test_load(self): member in TestLoadImage
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DKeyStore3Test.java86 public void test_load() throws Exception { in test_load() method in KeyStore3Test
/external/clang/bindings/python/tests/cindex/
Dtest_translation_unit.py127 def test_load(): function
/external/v8/test/mjsunit/
Dexternal-array.js211 function test_load(array, sum) { function
325 run_test(test_load, a, 780 * kRuns);
/external/llvm/test/CodeGen/AArch64/
Df16-instructions.ll71 ; CHECK-LABEL: test_load:
74 define half @test_load(half* %a) #0 {
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb2/
Dtest_table.py458 def test_load(self): member in ItemTestCase