Home
last modified time | relevance | path

Searched refs:impl (Results 1 – 25 of 1775) sorted by relevance

12345678910>>...71

/external/parameter-framework/asio-1.10.6/include/asio/
Dstream_socket_service.hpp64 void construct(implementation_type& impl) in construct() argument
66 service_impl_.construct(impl); in construct()
70 void move_construct(implementation_type& impl, in move_construct() argument
73 service_impl_.move_construct(impl, other_impl); in move_construct()
77 void move_assign(implementation_type& impl, in move_assign() argument
81 service_impl_.move_assign(impl, other_service.service_impl_, other_impl); in move_assign()
87 void converting_move_construct(implementation_type& impl, in converting_move_construct() argument
94 impl, other_impl); in converting_move_construct()
98 void destroy(implementation_type& impl) in destroy() argument
100 service_impl_.destroy(impl); in destroy()
[all …]
Dsocket_acceptor_service.hpp63 void construct(implementation_type& impl) in construct() argument
65 service_impl_.construct(impl); in construct()
69 void move_construct(implementation_type& impl, in move_construct() argument
72 service_impl_.move_construct(impl, other_impl); in move_construct()
76 void move_assign(implementation_type& impl, in move_assign() argument
80 service_impl_.move_assign(impl, other_service.service_impl_, other_impl); in move_assign()
86 void converting_move_construct(implementation_type& impl, in converting_move_construct() argument
93 impl, other_impl); in converting_move_construct()
97 void destroy(implementation_type& impl) in destroy() argument
99 service_impl_.destroy(impl); in destroy()
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactive_socket_service_base.hpp66 ASIO_DECL void construct(base_implementation_type& impl);
69 ASIO_DECL void base_move_construct(base_implementation_type& impl,
73 ASIO_DECL void base_move_assign(base_implementation_type& impl,
78 ASIO_DECL void destroy(base_implementation_type& impl);
81 bool is_open(const base_implementation_type& impl) const in is_open()
83 return impl.socket_ != invalid_socket; in is_open()
88 base_implementation_type& impl, asio::error_code& ec);
91 native_handle_type native_handle(base_implementation_type& impl) in native_handle() argument
93 return impl.socket_; in native_handle()
98 base_implementation_type& impl, asio::error_code& ec);
[all …]
Dreactive_socket_service.hpp77 void move_construct(implementation_type& impl, in move_construct() argument
80 this->base_move_construct(impl, other_impl); in move_construct()
82 impl.protocol_ = other_impl.protocol_; in move_construct()
87 void move_assign(implementation_type& impl, in move_assign() argument
91 this->base_move_assign(impl, other_service, other_impl); in move_assign()
93 impl.protocol_ = other_impl.protocol_; in move_assign()
99 void converting_move_construct(implementation_type& impl, in converting_move_construct() argument
103 this->base_move_construct(impl, other_impl); in converting_move_construct()
105 impl.protocol_ = protocol_type(other_impl.protocol_); in converting_move_construct()
110 asio::error_code open(implementation_type& impl, in open() argument
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dreactive_socket_service_base.ipp37 reactive_socket_service_base::base_implementation_type& impl)
39 impl.socket_ = invalid_socket;
40 impl.state_ = 0;
44 reactive_socket_service_base::base_implementation_type& impl,
47 impl.socket_ = other_impl.socket_;
50 impl.state_ = other_impl.state_;
53 reactor_.move_descriptor(impl.socket_,
54 impl.reactor_data_, other_impl.reactor_data_);
58 reactive_socket_service_base::base_implementation_type& impl,
62 destroy(impl);
[all …]
/external/opencv3/modules/core/src/
Dcommand_line_parser.cpp96 for (size_t i = 0; i < impl->data.size(); i++) in getByName()
98 for (size_t j = 0; j < impl->data[i].keys.size(); j++) in getByName()
100 if (name.compare(impl->data[i].keys[j]) == 0) in getByName()
102 String v = impl->data[i].def_value; in getByName()
104 v = impl->cat_string(v); in getByName()
110 impl->error = true; in getByName()
111 impl->error_message = impl->error_message + "Unknown parameter " + name + "\n"; in getByName()
115 impl->error = true; in getByName()
116 impl->error_message = impl->error_message + "Exception: " + String(e.what()) + "\n"; in getByName()
125 for (size_t i = 0; i < impl->data.size(); i++) in getByIndex()
[all …]
/external/clang/test/Analysis/inlining/
Dcontainers.cpp30 clang_analyzer_eval(set.begin().impl == set.end().impl); in test()
51 clang_analyzer_eval(w1.begin().impl.impl == w1.begin().impl.impl); in testWrappers()
58 clang_analyzer_eval(w2.start().impl == w2.start().impl); in testWrappers()
65 clang_analyzer_eval(w3.start().impl == w3.start().impl); in testWrappers()
72 clang_analyzer_eval(w4.start().impl == w4.start().impl); in testWrappers()
114 int *impl; member
116 iterator(int *p) : impl(p) {} in iterator()
171 MySet impl; member in BeginOnlySet
174 MySet::iterator impl; member
177 IterImpl(MySet::iterator i) : impl(i) { in IterImpl()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DNorm2AllModes.java9 package android.icu.impl;
86 impl=ni; in Normalizer2WithImpl()
96 normalize(src, new Normalizer2Impl.ReorderingBuffer(impl, dest, src.length())); in normalize()
105 new Normalizer2Impl.ReorderingBuffer(impl, dest, src.length()); in normalize()
128 new Normalizer2Impl.ReorderingBuffer(impl, first, first.length()+second.length())); in normalizeSecondAndAppend()
136 return impl.getDecomposition(c); in getDecomposition()
140 return impl.getRawDecomposition(c); in getRawDecomposition()
144 return impl.composePair(a, b); in composePair()
149 return impl.getCC(impl.getNorm16(c)); in getCombiningClass()
164 public final Normalizer2Impl impl; field in Norm2AllModes.Normalizer2WithImpl
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNorm2AllModes.java8 package com.ibm.icu.impl;
82 impl=ni; in Normalizer2WithImpl()
92 normalize(src, new Normalizer2Impl.ReorderingBuffer(impl, dest, src.length())); in normalize()
101 new Normalizer2Impl.ReorderingBuffer(impl, dest, src.length()); in normalize()
124 new Normalizer2Impl.ReorderingBuffer(impl, first, first.length()+second.length())); in normalizeSecondAndAppend()
132 return impl.getDecomposition(c); in getDecomposition()
136 return impl.getRawDecomposition(c); in getRawDecomposition()
140 return impl.composePair(a, b); in composePair()
145 return impl.getCC(impl.getNorm16(c)); in getCombiningClass()
160 public final Normalizer2Impl impl; field in Norm2AllModes.Normalizer2WithImpl
[all …]
/external/apache-harmony/support/src/test/resources/tests/resources/ServiceLoader/
Dhyts_services.jar ... tests/ tests/resources/ tests/resources/impl/ tests/resources/impl/ImplementationOfAbstractService.class ...
/external/chromium-trace/catapult/telemetry/telemetry/util/
Dimage_util.py22 impl = image_util_bitmap_impl variable
25 impl = image_util_numpy_impl variable
30 return impl.Channels(image)
34 return impl.Width(image)
38 return impl.Height(image)
42 return impl.Pixels(image)
46 return impl.GetPixelColor(image, x, y)
56 return impl.WritePngFile(image, path)
67 return impl.FromRGBPixels(width, height, pixels, bpp)
71 return impl.FromPng(png_data)
[all …]
/external/mockito/src/org/mockito/verification/
DTimeout.java21 VerificationWithTimeoutImpl impl; field in Timeout
37 this.impl = new VerificationWithTimeoutImpl(treshhold, millis, delegate); in Timeout()
44 impl.verify(data); in verify()
51 …return new Timeout(impl.getTreshhold(), impl.getTimeout(), VerificationModeFactory.atLeast(minNumb… in atLeast()
58 … return new Timeout(impl.getTreshhold(), impl.getTimeout(), VerificationModeFactory.atLeastOnce()); in atLeastOnce()
73 … return new Timeout(impl.getTreshhold(), impl.getTimeout(), VerificationModeFactory.times(0)); in never()
80 return new Timeout(impl.getTreshhold(), impl.getTimeout(), VerificationModeFactory.only()); in only()
87 …return new Timeout(impl.getTreshhold(), impl.getTimeout(), VerificationModeFactory.times(wantedNum… in times()
/external/icu/icu4c/source/common/
Dnorm2allmodes.h30 Normalizer2WithImpl(const Normalizer2Impl &ni) : impl(ni) {} in Normalizer2WithImpl()
49 ReorderingBuffer buffer(impl, dest); in normalize()
89 ReorderingBuffer buffer(impl, first); in normalizeSecondAndAppend()
109 const UChar *d=impl.getDecomposition(c, buffer, length); in getDecomposition()
124 const UChar *d=impl.getRawDecomposition(c, buffer, length); in getRawDecomposition()
137 return impl.composePair(a, b); in composePair()
142 return impl.getCC(impl.getNorm16(c)); in getCombiningClass()
182 const Normalizer2Impl &impl; variable
194 impl.decompose(src, limit, &buffer, errorCode); in normalize()
201 impl.decomposeAndAppend(src, limit, doNormalize, safeMiddle, buffer, errorCode); in normalizeAndAppend()
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/ip/
Dresolver_service.hpp67 void construct(implementation_type& impl) in construct() argument
69 service_impl_.construct(impl); in construct()
73 void destroy(implementation_type& impl) in destroy() argument
75 service_impl_.destroy(impl); in destroy()
79 void cancel(implementation_type& impl) in cancel() argument
81 service_impl_.cancel(impl); in cancel()
85 iterator_type resolve(implementation_type& impl, const query_type& query, in resolve() argument
88 return service_impl_.resolve(impl, query, ec); in resolve()
95 async_resolve(implementation_type& impl, const query_type& query, in ASIO_INITFN_RESULT_TYPE()
102 service_impl_.async_resolve(impl, query, init.handler); in ASIO_INITFN_RESULT_TYPE()
[all …]
/external/v8/include/
Dv8-util.h45 static bool Empty(Impl* impl) { return impl->empty(); } in Empty() argument
46 static size_t Size(Impl* impl) { return impl->size(); } in Size() argument
48 static Iterator Begin(Impl* impl) { return impl->begin(); } in Begin() argument
49 static Iterator End(Impl* impl) { return impl->end(); } in End() argument
52 static PersistentContainerValue Set(Impl* impl, K key, in Set() argument
54 std::pair<Iterator, bool> res = impl->insert(std::make_pair(key, value)); in Set()
62 static PersistentContainerValue Get(Impl* impl, K key) { in Get() argument
63 Iterator it = impl->find(key); in Get()
64 if (it == impl->end()) return kPersistentContainerNotFound; in Get()
67 static PersistentContainerValue Remove(Impl* impl, K key) { in Remove() argument
[all …]
/external/robolectric/v1/lib/main/
Dhttpclient-4.0.3.jar ... client/utils/ org/apache/http/impl/ org/apache/http/impl/cookie ...
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu/META-INF/
DMANIFEST.MF13 com.ibm.icu.impl;x-internal:=true,
14 com.ibm.icu.impl.data;x-internal:=true,
15 com.ibm.icu.impl.data.icudt@DATA_VERSION_NUMBER@b;x-internal:=true,
16 com.ibm.icu.impl.data.icudt@DATA_VERSION_NUMBER@b.brkitr;x-internal:=true,
17 com.ibm.icu.impl.data.icudt@DATA_VERSION_NUMBER@b.coll;x-internal:=true,
18 com.ibm.icu.impl.data.icudt@DATA_VERSION_NUMBER@b.curr;x-internal:=true,
19 com.ibm.icu.impl.data.icudt@DATA_VERSION_NUMBER@b.lang;x-internal:=true,
20 com.ibm.icu.impl.data.icudt@DATA_VERSION_NUMBER@b.rbnf;x-internal:=true,
21 com.ibm.icu.impl.data.icudt@DATA_VERSION_NUMBER@b.region;x-internal:=true,
22 com.ibm.icu.impl.data.icudt@DATA_VERSION_NUMBER@b.translit;x-internal:=true,
[all …]
/external/mesa3d/src/mesa/main/
Deval.h46 #define _MESA_INIT_EVAL_VTXFMT(vfmt, impl) \ argument
48 (vfmt)->EvalCoord1f = impl ## EvalCoord1f; \
49 (vfmt)->EvalCoord1fv = impl ## EvalCoord1fv; \
50 (vfmt)->EvalCoord2f = impl ## EvalCoord2f; \
51 (vfmt)->EvalCoord2fv = impl ## EvalCoord2fv; \
52 (vfmt)->EvalPoint1 = impl ## EvalPoint1; \
53 (vfmt)->EvalPoint2 = impl ## EvalPoint2; \
54 (vfmt)->EvalMesh1 = impl ## EvalMesh1; \
55 (vfmt)->EvalMesh2 = impl ## EvalMesh2; \
88 #define _MESA_INIT_EVAL_VTXFMT(vfmt, impl) do { } while (0) argument
/external/protobuf/gtest/scripts/
Dgen_gtest_pred_impl.py217 impl = """
223 impl += Iter(n, """,
226 impl += """>
229 impl += Iter(n, """,
232 impl += """,
235 impl += Iter(n, """,
238 impl += """) {
244 impl += ' msg << pred_text << "("'
246 impl += Iter(n, """
249 impl += ' << ") evaluates to false, where"'
[all …]
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
Dgen_gtest_pred_impl.py217 impl = """
223 impl += Iter(n, """,
226 impl += """>
229 impl += Iter(n, """,
232 impl += """,
235 impl += Iter(n, """,
238 impl += """) {
243 impl += ' return AssertionFailure() << pred_text << "("'
245 impl += Iter(n, """
248 impl += ' << ") evaluates to false, where"'
[all …]
/external/google-breakpad/src/testing/gtest/scripts/
Dgen_gtest_pred_impl.py217 impl = """
223 impl += Iter(n, """,
226 impl += """>
229 impl += Iter(n, """,
232 impl += """,
235 impl += Iter(n, """,
238 impl += """) {
243 impl += ' return AssertionFailure() << pred_text << "("'
245 impl += Iter(n, """
248 impl += ' << ") evaluates to false, where"'
[all …]
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DWorkerModule.java85 static Worker provideArbitraryMeasurementWorker(ArbitraryMeasurementWorker impl) { in provideArbitraryMeasurementWorker() argument
86 return impl; in provideArbitraryMeasurementWorker()
91 static Worker provideMicrobenchmarkAllocationWorker(MicrobenchmarkAllocationWorker impl) { in provideMicrobenchmarkAllocationWorker() argument
92 return impl; in provideMicrobenchmarkAllocationWorker()
97 static Worker provideMacrobenchmarkWorker(MacrobenchmarkWorker impl) { in provideMacrobenchmarkWorker() argument
98 return impl; in provideMacrobenchmarkWorker()
103 static Worker provideMacrobenchmarkAllocationWorker(MacrobenchmarkAllocationWorker impl) { in provideMacrobenchmarkAllocationWorker() argument
104 return impl; in provideMacrobenchmarkAllocationWorker()
109 static Worker provideRuntimeWorkerMicro(RuntimeWorker.Micro impl) { in provideRuntimeWorkerMicro() argument
110 return impl; in provideRuntimeWorkerMicro()
[all …]
/external/opencv3/modules/ml/src/
Drtrees.cpp361 CV_IMPL_PROPERTY(bool, CalculateVarImportance, impl.rparams.calcVarImportance)
362 CV_IMPL_PROPERTY(int, ActiveVarCount, impl.rparams.nactiveVars)
363 CV_IMPL_PROPERTY_S(TermCriteria, TermCriteria, impl.rparams.termCrit)
365 CV_WRAP_SAME_PROPERTY(int, MaxCategories, impl.params)
366 CV_WRAP_SAME_PROPERTY(int, MaxDepth, impl.params)
367 CV_WRAP_SAME_PROPERTY(int, MinSampleCount, impl.params)
368 CV_WRAP_SAME_PROPERTY(int, CVFolds, impl.params)
369 CV_WRAP_SAME_PROPERTY(bool, UseSurrogates, impl.params)
370 CV_WRAP_SAME_PROPERTY(bool, Use1SERule, impl.params)
371 CV_WRAP_SAME_PROPERTY(bool, TruncatePrunedTree, impl.params)
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DBasicPeriodFormatterFactory.java8 package com.ibm.icu.impl.duration;
12 import com.ibm.icu.impl.duration.impl.DataRecord.ECountVariant;
13 import com.ibm.icu.impl.duration.impl.DataRecord.ESeparatorVariant;
14 import com.ibm.icu.impl.duration.impl.DataRecord.EUnitVariant;
15 import com.ibm.icu.impl.duration.impl.PeriodFormatterData;
16 import com.ibm.icu.impl.duration.impl.PeriodFormatterDataService;
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
DBasicPeriodFormatterFactory.java9 package android.icu.impl.duration;
13 import android.icu.impl.duration.impl.DataRecord.ECountVariant;
14 import android.icu.impl.duration.impl.DataRecord.ESeparatorVariant;
15 import android.icu.impl.duration.impl.DataRecord.EUnitVariant;
16 import android.icu.impl.duration.impl.PeriodFormatterData;
17 import android.icu.impl.duration.impl.PeriodFormatterDataService;

12345678910>>...71