HomeSort by relevance Sort by last modified time
    Searched defs:CallFunction (Results 1 - 15 of 15) sorted by null

  /test/vts/drivers/hal/common/include/driver_base/
DriverBase.h 55 virtual bool CallFunction(
  /external/clang/test/SemaCXX/
warn-tautological-compare.cpp 63 #define CallFunction(f) ((f != 0) ? f() : 0)
76 (void)CallFunction(fun2);
  /external/v8/src/builtins/
builtins-call.cc 14 Handle<Code> Builtins::CallFunction(ConvertReceiverMode mode,
159 masm->isolate()->builtins()->CallFunction());
  /system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/src/main/cpp/
native-lib.cpp 39 int CallFunction(int a) {
46 i = CallFunction(i);
118 return CallFunction(a);
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
MemoryTest.driver.cpp 118 bool FuzzerExtended_android_hardware_tests_memory_V1_0_IMemoryTest::CallFunction(
Nfc.driver.cpp 140 bool FuzzerExtended_android_hardware_nfc_V1_0_INfc::CallFunction(
NfcClientCallback.driver.cpp 85 bool FuzzerExtended_android_hardware_nfc_V1_0_INfcClientCallback::CallFunction(
libcV1.driver.cpp 202 bool FuzzerExtended_libc::CallFunction(const FunctionSpecificationMessage&, const string&, FunctionSpecificationMessage* ) {
TestMsgQ.driver.cpp 198 bool FuzzerExtended_android_hardware_tests_msgq_V1_0_ITestMsgQ::CallFunction(
Bar.driver.cpp     [all...]
  /test/vts/drivers/hal/common/driver_manager/
VtsHalDriverManager.cpp 94 string VtsHalDriverManager::CallFunction(FunctionCallMessage* call_msg) {
130 // For Hidl HAL, use CallFunction method.
131 if (!driver->CallFunction(*api, callback_socket_name_, &result_msg)) {
  /external/v8/src/
code-factory.cc 419 Callable CodeFactory::CallFunction(Isolate* isolate, ConvertReceiverMode mode,
421 return Callable(isolate->builtins()->CallFunction(mode, tail_call_mode),
  /external/v8/src/debug/
debug.cc 602 MaybeHandle<Object> Debug::CallFunction(const char* name, int argc,
632 if (!CallFunction("IsBreakPointTriggered", arraysize(argv), argv)
    [all...]
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 302 milliseconds