| /external/parameter-framework/asio-1.10.6/include/asio/ |
| D | stream_socket_service.hpp | 64 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 …]
|
| D | socket_acceptor_service.hpp | 63 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/ |
| D | reactive_socket_service.hpp | 77 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 …]
|
| D | reactive_socket_service_base.hpp | 91 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/ |
| D | WorkerModule.java | 85 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/ |
| D | binding.h | 72 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
|
| D | strong_binding.h | 54 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
|
| D | associated_binding.h | 43 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
|
| D | binding_set.h | 32 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/conscrypt/openjdk/src/test/java/org/conscrypt/ |
| D | PlatformTest.java | 33 SSLParametersImpl impl = SSLParametersImpl.getDefault(); in test_setSSLParameters_Socket() local 48 SSLParametersImpl impl = SSLParametersImpl.getDefault(); in test_getSSLParameters_Socket() local 60 SSLParametersImpl impl = SSLParametersImpl.getDefault(); in test_setSSLParameters_Engine() local 75 SSLParametersImpl impl = SSLParametersImpl.getDefault(); in test_getSSLParameters_Engine() local
|
| /external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/ |
| D | FixGotoTest.java | 31 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/clang/test/Analysis/inlining/ |
| D | containers.cpp | 114 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/parameter-framework/asio-1.10.6/include/asio/ip/ |
| D | resolver_service.hpp | 67 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/mesa3d/src/compiler/nir/ |
| D | nir_dominance.c | 37 init_block(nir_block *block, nir_function_impl *impl) in init_block() 129 calc_dom_children(nir_function_impl* impl) in calc_dom_children() 164 nir_calc_dominance_impl(nir_function_impl *impl) in nir_calc_dominance_impl() 246 nir_dump_dom_tree_impl(nir_function_impl *impl, FILE *fp) in nir_dump_dom_tree_impl() 268 nir_dump_dom_frontier_impl(nir_function_impl *impl, FILE *fp) in nir_dump_dom_frontier_impl() 291 nir_dump_cfg_impl(nir_function_impl *impl, FILE *fp) in nir_dump_cfg_impl()
|
| D | nir_metadata.c | 34 nir_metadata_require(nir_function_impl *impl, nir_metadata required, ...) in nir_metadata_require() 57 nir_metadata_preserve(nir_function_impl *impl, nir_metadata preserved) in nir_metadata_preserve()
|
| D | nir_lower_global_vars_to_local.c | 36 mark_global_var_uses_block(nir_block *block, nir_function_impl *impl, in mark_global_var_uses_block() 89 nir_function_impl *impl = entry->data; in nir_lower_global_vars_to_local() local
|
| /external/v8/include/ |
| D | v8-util.h | 46 static bool Empty(Impl* impl) { return impl->empty(); } in Empty() 47 static size_t Size(Impl* impl) { return impl->size(); } in Size() 49 static Iterator Begin(Impl* impl) { return impl->begin(); } in Begin() 50 static Iterator End(Impl* impl) { return impl->end(); } in End() 53 static PersistentContainerValue Set(Impl* impl, K key, in Set() 63 static PersistentContainerValue Get(Impl* impl, K key) { in Get() 68 static PersistentContainerValue Remove(Impl* impl, K key) { in Remove()
|
| /external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
| D | ExperimentingRunnerModule.java | 64 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/libmojo/mojo/public/cpp/bindings/tests/ |
| D | binding_unittest.cc | 87 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/ |
| D | gmock-matchers.h | 291 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/ |
| D | gmock-matchers.h | 291 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/ |
| D | InterfacesTest.java | 182 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/libmojo/mojo/public/cpp/bindings/lib/ |
| D | binding_state.h | 44 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/llvm/include/llvm/Support/ |
| D | Mutex.h | 92 MutexImpl impl; variable 97 impl(rec), acquired(0), recursive(rec) { } in impl() function
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| D | Mutex.h | 92 MutexImpl impl; variable 97 impl(rec), acquired(0), recursive(rec) { } in impl() function
|