Home
last modified time | relevance | path

Searched defs:impl (Results 1 – 25 of 178) sorted by relevance

12345678

/external/parameter-framework/asio-1.10.6/include/asio/
Dstream_socket_service.hpp64 void construct(implementation_type& impl) in construct()
70 void move_construct(implementation_type& impl, in move_construct()
77 void move_assign(implementation_type& impl, in move_assign()
87 void converting_move_construct(implementation_type& impl, in converting_move_construct()
98 void destroy(implementation_type& impl) in destroy()
104 asio::error_code open(implementation_type& impl, in open()
115 asio::error_code assign(implementation_type& impl, in assign()
129 asio::error_code close(implementation_type& impl, in close()
136 native_type native(implementation_type& impl) in native()
142 native_handle_type native_handle(implementation_type& impl) in native_handle()
[all …]
Dsocket_acceptor_service.hpp63 void construct(implementation_type& impl) in construct()
69 void move_construct(implementation_type& impl, in move_construct()
76 void move_assign(implementation_type& impl, in move_assign()
86 void converting_move_construct(implementation_type& impl, in converting_move_construct()
97 void destroy(implementation_type& impl) in destroy()
103 asio::error_code open(implementation_type& impl, in open()
110 asio::error_code assign(implementation_type& impl, in assign()
124 asio::error_code cancel(implementation_type& impl, in cancel()
131 asio::error_code bind(implementation_type& impl, in bind()
139 asio::error_code listen(implementation_type& impl, int backlog, in listen()
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactive_socket_service.hpp77 void move_construct(implementation_type& impl, in move_construct()
87 void move_assign(implementation_type& impl, in move_assign()
99 void converting_move_construct(implementation_type& impl, in converting_move_construct()
110 asio::error_code open(implementation_type& impl, in open()
120 asio::error_code assign(implementation_type& impl, in assign()
130 native_handle_type native_handle(implementation_type& impl) in native_handle()
136 asio::error_code bind(implementation_type& impl, in bind()
145 asio::error_code set_option(implementation_type& impl, in set_option()
156 asio::error_code get_option(const implementation_type& impl, in get_option()
169 endpoint_type local_endpoint(const implementation_type& impl, in local_endpoint()
[all …]
Dreactive_socket_service_base.hpp91 native_handle_type native_handle(base_implementation_type& impl) in native_handle()
101 bool at_mark(const base_implementation_type& impl, in at_mark()
108 std::size_t available(const base_implementation_type& impl, in available()
115 asio::error_code listen(base_implementation_type& impl, in listen()
124 asio::error_code io_control(base_implementation_type& impl, in io_control()
139 asio::error_code non_blocking(base_implementation_type& impl, in non_blocking()
153 asio::error_code native_non_blocking(base_implementation_type& impl, in native_non_blocking()
161 asio::error_code shutdown(base_implementation_type& impl, in shutdown()
170 size_t send(base_implementation_type& impl, in send()
182 size_t send(base_implementation_type& impl, const null_buffers&, in send()
[all …]
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DWorkerModule.java85 static Worker provideArbitraryMeasurementWorker(ArbitraryMeasurementWorker impl) { in provideArbitraryMeasurementWorker()
91 static Worker provideMicrobenchmarkAllocationWorker(MicrobenchmarkAllocationWorker impl) { in provideMicrobenchmarkAllocationWorker()
97 static Worker provideMacrobenchmarkWorker(MacrobenchmarkWorker impl) { in provideMacrobenchmarkWorker()
103 static Worker provideMacrobenchmarkAllocationWorker(MacrobenchmarkAllocationWorker impl) { in provideMacrobenchmarkAllocationWorker()
109 static Worker provideRuntimeWorkerMicro(RuntimeWorker.Micro impl) { in provideRuntimeWorkerMicro()
115 static Worker provideRuntimeWorkerPico(RuntimeWorker.Pico impl) { in provideRuntimeWorkerPico()
/external/libmojo/mojo/public/cpp/bindings/
Dbinding.h72 explicit Binding(Interface* impl) : internal_state_(impl) {} in Binding()
80 : Binding(impl) { in Binding() argument
93 : Binding(impl) { in Binding() argument
104 : Binding(impl) { in Binding() argument
222 Interface* impl() { return internal_state_.impl(); } in impl() function
Dstrong_binding.h54 explicit StrongBinding(Interface* impl) : binding_(impl) {} in StrongBinding()
56 StrongBinding(Interface* impl, ScopedMessagePipeHandle handle) in StrongBinding()
61 StrongBinding(Interface* impl, InterfacePtr<Interface>* ptr) in StrongBinding()
66 StrongBinding(Interface* impl, InterfaceRequest<Interface> request) in StrongBinding()
107 Interface* impl() { return binding_.impl(); } in impl() function
Dassociated_binding.h43 explicit AssociatedBinding(Interface* impl) : impl_(impl) { in AssociatedBinding()
56 : AssociatedBinding(impl) { in AssociatedBinding() argument
66 : AssociatedBinding(impl) { in AssociatedBinding() argument
147 Interface* impl() { return impl_; } in impl() function
Dbinding_set.h32 void AddBinding(Interface* impl, InterfaceRequest<Interface> request) { in AddBinding()
41 InterfacePtr<Interface> CreateInterfacePtrAndBind(Interface* impl) { in CreateInterfacePtrAndBind()
62 Element(Interface* impl, InterfaceRequest<Interface> request) in Element()
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
DFixGotoTest.java31 MethodImplementation impl = builder.getMethodImplementation(); in testFixGotoToGoto16() local
54 MethodImplementation impl = builder.getMethodImplementation(); in testFixGotoToGoto32() local
77 MethodImplementation impl = builder.getMethodImplementation(); in testFixGoto16ToGoto32() local
113 MethodImplementation impl = builder.getMethodImplementation(); in testFixGotoCascading() local
/external/parameter-framework/asio-1.10.6/include/asio/ip/
Dresolver_service.hpp67 void construct(implementation_type& impl) in construct()
73 void destroy(implementation_type& impl) in destroy()
79 void cancel(implementation_type& impl) in cancel()
85 iterator_type resolve(implementation_type& impl, const query_type& query, in resolve()
108 iterator_type resolve(implementation_type& impl, in resolve()
/external/clang/test/Analysis/inlining/
Dcontainers.cpp114 int *impl; member
171 MySet impl; member in BeginOnlySet
174 MySet::iterator impl; member
204 MySet impl; member in IteratorTypedefOnlySet
226 MySet impl; member in IteratorUsingOnlySet
248 MySet impl; member in IteratorStructOnlySet
259 int *impl; member
/external/v8/include/
Dv8-util.h45 static bool Empty(Impl* impl) { return impl->empty(); } in Empty()
46 static size_t Size(Impl* impl) { return impl->size(); } in Size()
48 static Iterator Begin(Impl* impl) { return impl->begin(); } in Begin()
49 static Iterator End(Impl* impl) { return impl->end(); } in End()
52 static PersistentContainerValue Set(Impl* impl, K key, in Set()
62 static PersistentContainerValue Get(Impl* impl, K key) { in Get()
67 static PersistentContainerValue Remove(Impl* impl, K key) { in Remove()
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DExperimentingRunnerModule.java64 static Service provideServerSocketService(ServerSocketService impl) { in provideServerSocketService()
69 static Service provideTrialOutputFactoryService(TrialOutputFactoryService impl) { in provideTrialOutputFactoryService()
74 static TrialOutputFactory provideTrialOutputFactory(TrialOutputFactoryService impl) { in provideTrialOutputFactory()
79 static ExperimentSelector provideExperimentSelector(FullCartesianExperimentSelector impl) { in provideExperimentSelector()
107 static ResultProcessor provideOutputFileDumper(OutputFileDumper impl) { in provideOutputFileDumper()
113 static ResultProcessor provideHttpUploader(HttpUploader impl) { in provideHttpUploader()
/external/mesa3d/src/mesa/main/
Deval.h46 #define _MESA_INIT_EVAL_VTXFMT(vfmt, impl) \ argument
88 #define _MESA_INIT_EVAL_VTXFMT(vfmt, impl) do { } while (0) argument
Ddlist.h42 #define _MESA_INIT_DLIST_VTXFMT(vfmt, impl) \ argument
77 #define _MESA_INIT_DLIST_VTXFMT(vfmt, impl) do { } while (0) argument
Dapi_arrayelt.h36 #define _MESA_INIT_ARRAYELT_VTXFMT(vfmt, impl) \ argument
57 #define _MESA_INIT_ARRAYELT_VTXFMT(vfmt, impl) do { } while (0) argument
/external/libmojo/mojo/public/cpp/bindings/tests/
Dbinding_unittest.cc87 ServiceImpl impl; in TEST_F() local
99 ServiceImpl impl; in TEST_F() local
135 ServiceImpl impl; in TEST_F() local
154 ServiceImpl impl; in TEST_F() local
212 ServiceImpl impl; in TEST_F() local
262 IntegerAccessorImpl impl; in TEST_F() local
273 ServiceImpl impl; in TEST_F() local
296 ServiceImpl impl; in TEST_F() local
323 ServiceImpl impl(&was_deleted); in TEST_F() local
392 ServiceImplWithStrongBinding* impl = in TEST_F() local
/external/v8/testing/gmock/include/gmock/
Dgmock-matchers.h291 explicit MatcherBase(const MatcherInterface<T>* impl) in MatcherBase()
327 explicit Matcher(const MatcherInterface<T>* impl) in Matcher()
344 explicit Matcher(const MatcherInterface<const internal::string&>* impl) in Matcher()
361 explicit Matcher(const MatcherInterface<internal::string>* impl) in Matcher()
382 explicit Matcher(const MatcherInterface<const StringPiece&>* impl) in Matcher()
402 explicit Matcher(const MatcherInterface<StringPiece>* impl) in Matcher()
440 const Impl& impl() const { return impl_; } in impl() function
451 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {} in MonomorphicImpl()
484 inline Matcher<T> MakeMatcher(const MatcherInterface<T>* impl) { in MakeMatcher()
496 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) { in MakePolymorphicMatcher()
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h291 explicit MatcherBase(const MatcherInterface<T>* impl) in MatcherBase()
327 explicit Matcher(const MatcherInterface<T>* impl) in Matcher()
344 explicit Matcher(const MatcherInterface<const internal::string&>* impl) in Matcher()
361 explicit Matcher(const MatcherInterface<internal::string>* impl) in Matcher()
382 explicit Matcher(const MatcherInterface<const StringPiece&>* impl) in Matcher()
402 explicit Matcher(const MatcherInterface<StringPiece>* impl) in Matcher()
440 const Impl& impl() const { return impl_; } in impl() function
451 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {} in MonomorphicImpl()
484 inline Matcher<T> MakeMatcher(const MatcherInterface<T>* impl) { in MakeMatcher()
496 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) { in MakePolymorphicMatcher()
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
DInterfacesTest.java182 private void checkProxy(NamedObject.Proxy proxy, MockNamedObjectImpl impl) { in checkProxy()
224 MockNamedObjectImpl impl = new MockNamedObjectImpl(); in testProxyAndStub() local
233 MockNamedObjectImpl impl = new MockNamedObjectImpl(); in testProxyAndStubOverPipe() local
254 MockFactoryImpl impl = new MockFactoryImpl(); in testInterfaceClosing() local
268 MockFactoryImpl impl = new MockFactoryImpl(); in testResponse() local
/external/llvm/include/llvm/Support/
DMutex.h92 MutexImpl impl; variable
97 impl(rec), acquired(0), recursive(rec) { } in impl() function
/external/libmojo/mojo/public/cpp/bindings/lib/
Dbinding_state.h44 explicit BindingState(Interface* impl) : impl_(impl) { in BindingState()
103 Interface* impl() { return impl_; } in impl() function
145 explicit BindingState(Interface* impl) : impl_(impl) { in BindingState()
212 Interface* impl() { return impl_; } in impl() function
/external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
DSmalideaMethodTest.java110 MethodImplementation impl = method.getImplementation(); in testSmalideaMethod() local
350 MethodImplementation impl = method.getImplementation(); in testCatchBlocks() local
422 MethodImplementation impl = method.getImplementation(); in testPackedSwitch() local
488 MethodImplementation impl = method.getImplementation(); in testSparseSwitch() local
563 MethodImplementation impl = method.getImplementation(); in testArrayData() local
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DInterface.java281 public Stub(Core core, I impl) { in Stub()
332 public void bind(I impl, MessagePipeHandle handle) { in bind()
337 bind(handle.getCore(), impl, router); in bind() local
344 public final void bind(I impl, InterfaceRequest<I> request) { in bind()
381 final void bind(Core core, I impl, Router router) { in bind()
401 protected abstract Stub<I> buildStub(Core core, I impl); in buildStub()

12345678