/external/google-breakpad/src/common/ |
D | module_unittest.cc | 262 Module::Function *function2 = new Module::Function( in TEST() local 264 function2->size = 0xb369db048deb3010LL; in TEST() 265 function2->parameter_size = 0x938e556cb5a79988LL; in TEST() 270 vec.push_back(function2); in TEST() 287 EXPECT_TRUE(vec.end() != find(vec.begin(), vec.end(), function2)); in TEST() 397 Module::Function *function2 = generate_duplicate_function("_without_form"); in TEST() local 400 m.AddFunction(function2); in TEST() 416 Module::Function *function2 = generate_duplicate_function("_and_void"); in TEST() local 419 m.AddFunction(function2); in TEST()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | fp-arg-shuffle.ll | 7 …%call = tail call double @function2(double %f, double %e, double %d, double %c, double %b, double … 11 declare double @function2(double, double, double, double, double, double)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | fp-arg-shuffle.ll | 7 …%call = tail call double @function2(double %f, double %e, double %d, double %c, double %b, double … 11 declare double @function2(double, double, double, double, double, double)
|
/external/llvm/test/CodeGen/ARM/ |
D | fp-arg-shuffle.ll | 7 …%call = tail call double @function2(double %f, double %e, double %d, double %c, double %b, double … 11 declare double @function2(double, double, double, double, double, double)
|
/external/python/google-api-python-client/tests/ |
D | test__helpers.py | 45 def function2(required_kw): function 48 self.assertTrue(function2(required_kw=1)) 50 function2(1)
|
/external/dng_sdk/source/ |
D | dng_1d_function.cpp | 117 const dng_1d_function &function2) in dng_1d_concatenate() argument 120 , fFunction2 (function2) in dng_1d_concatenate()
|
D | dng_1d_function.h | 111 const dng_1d_function &function2);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ARM/ |
D | unwind.s | 79 .type function2,%function 80 function2: label 252 @ CHECK: FunctionName: function2
|
/external/llvm/test/tools/llvm-readobj/ARM/ |
D | unwind.s | 79 .type function2,%function 80 function2: label 252 @ CHECK: FunctionName: function2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | asm-macro-line-number.s | 28 function2: label
|
/external/llvm/test/DebugInfo/X86/ |
D | asm-macro-line-number.s | 28 function2: label
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2011-09-03-Trampoline.ll | 78 %function2 = bitcast i8* %tramp2 to i32(i32)* 79 %ret2 = call i32 %function2(i32 %n)
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | 2011-09-03-Trampoline.ll | 78 %function2 = bitcast i8* %tramp2 to i32(i32)* 79 %ret2 = call i32 %function2(i32 %n)
|
/external/clang/test/SemaCXX/ |
D | warn-consumed-parsing.cpp | 33 void function2() CALLABLE_WHEN("consumed"); // expected-warning {{'callable_when' attribute only ap…
|
D | conversion.cpp | 277 void function2() { in function2() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | 2011-09-03-Trampoline.ll | 78 %function2 = bitcast i8* %tramp2 to i32(i32)* 79 %ret2 = call i32 %function2(i32 %n)
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 7191 const char function2[] = in createSpecConstantTests() local 7210 fragments["testfun"] = function2; in createSpecConstantTests() 7322 const char function2[] = in createOpPhiTests() local 7349 fragments2["testfun"] = function2; in createOpPhiTests()
|