HomeSort by relevance Sort by last modified time
    Searched defs:stubs (Results 76 - 100 of 134) sorted by null

1 2 34 5 6

  /external/opencv/cxcore/src/
cxlogic.cpp 222 CvMatND stubs[2]; local
229 CV_CALL( cvInitNArrayIterator( 2, arrs, 0, stubs, &iterator ));
388 CvMatND stubs[3]; local
395 CV_CALL( cvInitNArrayIterator( 3, arrs, 0, stubs, &iterator ));
650 CvMatND stubs[2]; local
653 CV_CALL( cvInitNArrayIterator( 2, arrs, 0, stubs, &iterator ));
cxnorm.cpp 1151 CvMatND stubs[2]; local
    [all...]
cxcopy.cpp 339 CvMatND stubs[3]; local
342 CV_CALL( cvInitNArrayIterator( 2, arrs, maskarr, stubs, &iterator ));
    [all...]
cxarithm.cpp 304 CvMatND stubs[3]; local
311 CV_CALL( cvInitNArrayIterator( 3, arrs, 0, stubs, &iterator ));
580 CvMatND stubs[2]; local
587 CV_CALL( cvInitNArrayIterator( 2, arrs, 0, stubs, &iterator ));
776 CvMatND stubs[3]; local
783 CV_CALL( cvInitNArrayIterator( 3, arrs, 0, stubs, &iterator ));
1052 CvMatND stubs[2]; local
1372 CvMatND stubs[3]; local
1730 CvMatND stubs[3]; local
    [all...]
cxconvert.cpp 1544 CvMatND stubs[2]; local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.h 282 namespace stubs { namespace in namespace:llvm::orc::remote
292 /// RPC function for destroying an indirect stubs owner.
325 } // end namespace stubs
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.h 282 namespace stubs { namespace in namespace:llvm::orc::remote
292 /// RPC function for destroying an indirect stubs owner.
325 } // end namespace stubs
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.h 282 namespace stubs { namespace in namespace:llvm::orc::remote
292 /// RPC function for destroying an indirect stubs owner.
325 } // end namespace stubs
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.h 282 namespace stubs { namespace in namespace:llvm::orc::remote
292 /// RPC function for destroying an indirect stubs owner.
325 } // end namespace stubs
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.h 282 namespace stubs { namespace in namespace:llvm::orc::remote
292 /// RPC function for destroying an indirect stubs owner.
325 } // end namespace stubs
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.h 282 namespace stubs { namespace in namespace:llvm::orc::remote
292 /// RPC function for destroying an indirect stubs owner.
325 } // end namespace stubs
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.h 282 namespace stubs { namespace in namespace:llvm::orc::remote
292 /// RPC function for destroying an indirect stubs owner.
325 } // end namespace stubs
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.h 282 namespace stubs { namespace in namespace:llvm::orc::remote
292 /// RPC function for destroying an indirect stubs owner.
325 } // end namespace stubs
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.51/
kotlin-annotation-processing-1.1.51.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.0/
kotlin-annotation-processing-gradle-1.2.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.1/
kotlin-annotation-processing-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.3/
kotlin-annotation-processing-1.1.3.jar 
  /cts/tests/app/app/src/android/app/stubs/
DialogStubActivity.java 17 package android.app.stubs;
InstrumentationTestActivity.java 17 package android.app.stubs;
36 public static final String START_INTENT = "android.app.stubs.activity.INSTRUMENTATION_TEST";
TestDialog.java 16 package android.app.stubs;
LaunchpadActivity.java 17 package android.app.stubs;
  /frameworks/base/
Android.mk 36 define stubs-to-aidl-parcelables
45 $(foreach stubs,android_stubs_current android_test_stubs_current android_system_stubs_current,\
46 $(eval $(call stubs-to-aidl-parcelables,$(stubs))))
329 # ==== the api stubs and current.xml ===========================
342 LOCAL_MODULE := api-stubs
363 # ==== the metalava api stubs and current.xml ===========================
375 LOCAL_MODULE := metalava-api-stubs
400 # ==== the system api stubs ===================================
413 LOCAL_MODULE := system-api-stubs
    [all...]
  /external/opencv/cv/src/
cvhistogram.cpp 2276 CvMatND stubs[3]; local
    [all...]
  /external/v8/src/
code-stubs.cc 5 #include "src/code-stubs.h"
77 UnseededNumberDictionary* stubs = isolate()->heap()->code_stubs(); local
78 int index = stubs->FindEntry(isolate(), GetKey());
80 *code_out = Code::cast(stubs->ValueAt(index));
137 // TODO(yangguo): remove this once we can serialize IC stubs.
267 // Code stubs with special cache cannot be recreated from stub key.
    [all...]
  /external/v8/src/heap/
incremental-marking.cc 7 #include "src/code-stubs.h"
421 UnseededNumberDictionary* stubs = heap->code_stubs(); local
423 int capacity = stubs->Capacity();
426 Object* k = stubs->KeyAt(i);
427 if (stubs->IsKey(isolate, k)) {
431 Object* e = stubs->ValueAt(i);
    [all...]

Completed in 733 milliseconds

1 2 34 5 6