HomeSort by relevance Sort by last modified time
    Searched refs:implementation (Results 1 - 25 of 1499) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Index/
complete-at-directives.m 5 @implementation MyClass
11 // CHECK-CC1: {TypedText implementation}{HorizontalSpace }{Placeholder class}
29 // CHECK-CC4: NotImplemented:{TypedText @implementation}{HorizontalSpace }{Placeholder class}
complete-interfaces.m 16 @implementation Int2
19 @implementation Int3
  /frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/resources/META-INF/gradle-plugins/
com.android.databinding.localizemaven.properties 17 implementation-class=android.databinding.MavenDependencyCollectorPlugi
  /hardware/interfaces/drm/1.0/default/
LegacyPluginPath.h 25 namespace implementation { namespace in namespace:android::hardware::drm::V1_0
29 } // namespace implementation
LegacyPluginPath.cpp 25 namespace implementation { namespace in namespace:android::hardware::drm::V1_0
35 } // namespace implementation
  /external/valgrind/drd/tests/
linuxthreads_det.stdout.exp 1 NPTL or non-Linux POSIX threads implementation detected.
  /external/webrtc/webrtc/modules/video_capture/external/
video_capture_external.cc 21 RefCountImpl<VideoCaptureImpl>* implementation = local
23 return implementation;
  /hardware/interfaces/tests/bar/1.0/default/
ImportTypes.cpp 8 namespace implementation { namespace in namespace:android::hardware::tests::bar::V1_0
16 } // namespace implementation
  /external/parameter-framework/asio-1.10.6/include/asio/
basic_io_object.hpp 57 /// The underlying implementation type of I/O object.
82 service.construct(implementation);
93 service.destroy(implementation);
115 /// Get the underlying implementation of the I/O object.
118 return implementation;
121 /// Get the underlying implementation of the I/O object.
124 return implementation;
127 /// (Deprecated: Use get_implementation().) The underlying implementation of
129 implementation_type implementation; member in class:asio::basic_io_object
153 service_->construct(implementation);
195 implementation_type implementation; member in class:asio::basic_io_object
    [all...]
  /external/webrtc/talk/app/webrtc/objc/
RTCAudioTrack.mm 36 @implementation RTCAudioTrack
39 @implementation RTCAudioTrack (Internal)
RTCVideoSource.mm 35 @implementation RTCVideoSource
38 @implementation RTCVideoSource (Internal)
  /hardware/interfaces/audio/2.0/default/
Util.h 24 namespace implementation { namespace in namespace:android::hardware::audio::V2_0
31 } // namespace implementation
  /hardware/interfaces/wifi/1.0/default/
hidl_sync_util.h 28 namespace implementation { namespace in namespace:android::hardware::wifi::V1_0
32 } // namespace implementation
wifi_feature_flags.h 24 namespace implementation { namespace in namespace:android::hardware::wifi::V1_0
35 } // namespace implementation
wifi_legacy_hal_stubs.h 24 namespace implementation { namespace in namespace:android::hardware::wifi::V1_0
30 } // namespace implementation
hidl_sync_util.cpp 27 namespace implementation { namespace in namespace:android::hardware::wifi::V1_0
35 } // namespace implementation
  /external/clang/test/PCH/
method_pool.h 24 @implementation TestMethodPool1
32 @implementation TestMethodPool2
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3-0x.cpp 34 vararg_func implementation; member in struct:rdar12176336::method
36 method(vararg_func implementation) : implementation(implementation) {}
41 return reinterpret_cast<TFunctionType>(implementation);
  /frameworks/base/tests/utils/testutils/java/android/app/test/
MockAnswerUtil.java 41 Method implementation = getClass().getMethod("answer", method.getParameterTypes()); local
42 if (!implementation.getReturnType().equals(method.getReturnType())) {
45 + implementation.getReturnType());
49 return implementation.invoke(this, args);
  /frameworks/native/services/displayservice/
DisplayService.cpp 24 namespace implementation { namespace in namespace:android::frameworks::displayservice::V1_0
30 } // namespace implementation
  /hardware/interfaces/graphics/allocator/2.0/default/
Gralloc.h 27 namespace implementation { namespace in namespace:android::hardware::graphics::allocator::V2_0
31 } // namespace implementation
  /hardware/interfaces/tests/hash/1.0/default/
Hash.cpp 8 namespace implementation { namespace in namespace:android::hardware::tests::hash::V1_0
25 } // namespace implementation
  /hardware/interfaces/tests/inheritance/1.0/default/
Grandparent.cpp 11 namespace implementation { namespace in namespace:android::hardware::tests::inheritance::V1_0
24 } // namespace implementation
  /system/libhidl/transport/memory/1.0/default/
HidlFetch.cpp 27 namespace implementation { namespace in namespace:android::hidl::memory::V1_0
37 } // namespace implementation
HidlFetch.h 26 namespace implementation { namespace in namespace:android::hidl::memory::V1_0
30 } // namespace implementation

Completed in 809 milliseconds

1 2 3 4 5 6 7 8 91011>>