HomeSort by relevance Sort by last modified time
    Searched full:obj_ptr (Results 1 - 25 of 35) sorted by null

1 2

  /external/jsilver/src/org/clearsilver/jni/
JniHdf.java 285 long obj_ptr = _getObj(hdfptr, hdfpath);
286 if ( obj_ptr == 0 ) {
289 return newHdf(obj_ptr, this);
299 long obj_ptr = _getChild(hdfptr, hdfpath);
300 if ( obj_ptr == 0 ) {
303 return newHdf(obj_ptr, this);
323 long obj_ptr = _getObj(hdfptr, hdfpath);
324 if ( obj_ptr == 0 ) {
327 obj_ptr = _getObj( hdfptr, hdfpath );
328 if ( obj_ptr == 0 )
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-more-actions.h 74 InvokeMethodAction(Class* obj_ptr, MethodPtr method_ptr)
75 : obj_ptr_(obj_ptr), method_ptr_(method_ptr) {}
107 Class* obj_ptr, MethodPtr method_ptr) {
109 internal::InvokeMethodAction<Class, MethodPtr>(obj_ptr, method_ptr));
gmock-generated-actions.h 62 static R InvokeMethod(Class* obj_ptr,
65 return (obj_ptr->*method_ptr)();
79 static R InvokeMethod(Class* obj_ptr,
83 return (obj_ptr->*method_ptr)(get<0>(args));
97 static R InvokeMethod(Class* obj_ptr,
101 return (obj_ptr->*method_ptr)(get<0>(args), get<1>(args));
116 static R InvokeMethod(Class* obj_ptr,
120 return (obj_ptr->*method_ptr)(get<0>(args), get<1>(args), get<2>(args));
135 static R InvokeMethod(Class* obj_ptr,
139 return (obj_ptr->*method_ptr)(get<0>(args), get<1>(args), get<2>(args)
    [all...]
gmock-actions.h 753 InvokeMethodWithoutArgsAction(Class* obj_ptr, MethodPtr method_ptr)
754 : obj_ptr_(obj_ptr), method_ptr_(method_ptr) {}
    [all...]
gmock-generated-actions.h.pump 78 static R InvokeMethod(Class* obj_ptr,
81 $import return (obj_ptr->*method_ptr)($gets);
  /external/clang/test/CodeGenCXX/
microsoft-abi-structors.cpp 74 void call_complete_dtor(C *obj_ptr) {
75 // CHECK: define void @"\01?call_complete_dtor@basic@@YAXPAUC@1@@Z"(%"struct.basic::C"* %obj_ptr)
76 obj_ptr->~C();
86 void call_deleting_dtor(C *obj_ptr) {
87 // CHECK: define void @"\01?call_deleting_dtor@basic@@YAXPAUC@1@@Z"(%"struct.basic::C"* %obj_ptr)
88 delete obj_ptr;
  /external/tcpdump/
print-rsvp.c 624 } obj_ptr; local
    [all...]
  /hardware/qcom/media/mm-core/omxcore/src/common/
omx_core_cmp.cpp 46 void * qc_omx_create_component_wrapper(OMX_PTR obj_ptr)
48 qc_omx_component *pThis = (qc_omx_component *)obj_ptr;
55 component->pComponentPrivate = obj_ptr;
omx_core_cmp.h 49 void * qc_omx_create_component_wrapper(OMX_PTR obj_ptr);
  /hardware/qcom/media/mm-core/src/common/
omx_core_cmp.cpp 46 void * qc_omx_create_component_wrapper(OMX_PTR obj_ptr)
48 qc_omx_component *pThis = (qc_omx_component *)obj_ptr;
55 component->pComponentPrivate = obj_ptr;
omx_core_cmp.h 49 void * qc_omx_create_component_wrapper(OMX_PTR obj_ptr);
  /device/asus/flo/camera/mm-image-codec/qomx_core/
qomx_core.h 66 * @obj_ptr: Function ptr to get the instance of the component
  /hardware/qcom/camera/mm-image-codec/qomx_core/
qomx_core.h 66 * @obj_ptr: Function ptr to get the instance of the component
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cxxabi.h 439 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
451 // desired type we want. OBJ_PTR points to a base of our type
465 // of the destination type. OBJ_PTR points to the current base.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cxxabi.h 436 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
448 // desired type we want. OBJ_PTR points to a base of our type
462 // of the destination type. OBJ_PTR points to the current base.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cxxabi.h 436 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
448 // desired type we want. OBJ_PTR points to a base of our type
462 // of the destination type. OBJ_PTR points to the current base.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 439 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
451 // desired type we want. OBJ_PTR points to a base of our type
465 // of the destination type. OBJ_PTR points to the current base.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 439 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
451 // desired type we want. OBJ_PTR points to a base of our type
465 // of the destination type. OBJ_PTR points to the current base.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 439 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
451 // desired type we want. OBJ_PTR points to a base of our type
465 // of the destination type. OBJ_PTR points to the current base.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cxxabi.h 439 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
451 // desired type we want. OBJ_PTR points to a base of our type
465 // of the destination type. OBJ_PTR points to the current base.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cxxabi.h 436 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
448 // desired type we want. OBJ_PTR points to a base of our type
462 // of the destination type. OBJ_PTR points to the current base.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cxxabi.h 436 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
448 // desired type we want. OBJ_PTR points to a base of our type
462 // of the destination type. OBJ_PTR points to the current base.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cxxabi.h 444 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
456 // desired type we want. OBJ_PTR points to a base of our type
470 // of the destination type. OBJ_PTR points to the current base.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cxxabi.h 444 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
456 // desired type we want. OBJ_PTR points to a base of our type
470 // of the destination type. OBJ_PTR points to the current base.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cxxabi.h 451 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
463 // desired type we want. OBJ_PTR points to a base of our type
477 // of the destination type. OBJ_PTR points to the current base.

Completed in 1114 milliseconds

1 2