/external/vulkan-validation-layers/libs/glm/detail/ |
D | func_matrix.inl | 46 …name detail::outerProduct_trait<T, P, detail::tvec2, detail::tvec2>::type call(detail::tvec2<T, P>… function 60 …name detail::outerProduct_trait<T, P, detail::tvec3, detail::tvec3>::type call(detail::tvec3<T, P>… function 72 …name detail::outerProduct_trait<T, P, detail::tvec4, detail::tvec4>::type call(detail::tvec4<T, P>… function 84 …name detail::outerProduct_trait<T, P, detail::tvec3, detail::tvec2>::type call(detail::tvec3<T, P>… function 100 …name detail::outerProduct_trait<T, P, detail::tvec2, detail::tvec3>::type call(detail::tvec2<T, P>… function 116 …name detail::outerProduct_trait<T, P, detail::tvec4, detail::tvec2>::type call(detail::tvec4<T, P>… function 134 …name detail::outerProduct_trait<T, P, detail::tvec2, detail::tvec4>::type call(detail::tvec2<T, P>… function 152 …name detail::outerProduct_trait<T, P, detail::tvec4, detail::tvec3>::type call(detail::tvec4<T, P>… function 174 …name detail::outerProduct_trait<T, P, detail::tvec3, detail::tvec4>::type call(detail::tvec3<T, P>… function 199 GLM_FUNC_QUALIFIER static detail::tmat2x2<T, P> call(detail::tmat2x2<T, P> const & m) function [all …]
|
D | func_exponential.inl | 57 GLM_FUNC_QUALIFIER static vecType<T, P> call(vecType<T, P> const & x) function 66 GLM_FUNC_QUALIFIER static vecType<float, lowp> call(vecType<float, lowp> const & x) function 163 GLM_FUNC_QUALIFIER static detail::tvec1<T, P> call(detail::tvec1<T, P> const & x) function 172 GLM_FUNC_QUALIFIER static detail::tvec2<T, P> call(detail::tvec2<T, P> const & x) function 181 GLM_FUNC_QUALIFIER static detail::tvec3<T, P> call(detail::tvec3<T, P> const & x) function 190 GLM_FUNC_QUALIFIER static detail::tvec4<T, P> call(detail::tvec4<T, P> const & x) function
|
/external/v8/tools/profviz/ |
D | worker.js | 40 self.postMessage({ "call" : "log", "args" : text }); property 45 self.postMessage({ "call" : "displayplot", "args" : content}); property 50 self.postMessage({ "call" : "displayprof", "args" : content}); property 55 self.postMessage({ "call" : "range", property 71 self.postMessage({ "call" : "script" }); property 76 self.postMessage({"call": "error", "args": text}); property 77 self.postMessage({"call": "reset"}); property 168 self.postMessage({"call": "error", "args": text}); property 171 self.postMessage({"call": "error", "args": text}); property
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | Dispatcher.java | 107 synchronized void enqueue(AsyncCall call) { in enqueue() 140 synchronized void finished(AsyncCall call) { in finished() 150 AsyncCall call = i.next(); in promoteCalls() local 163 private int runningCallsForHost(AsyncCall call) { in runningCallsForHost() 172 synchronized void executed(Call call) { in executed() 177 synchronized void finished(Call call) { in finished()
|
/external/autotest/server/cros/dynamic_suite/ |
D | frontend_wrappers.py | 53 def run(self, call, **dargs): argument 63 def _run(self, call, **dargs): argument 85 def _run_in_child_thread(self, call, **dargs): argument 115 def run(self, call, **dargs): argument 120 def _run(self, call, **dargs): argument
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | vector_query.inl | 24 …GLM_FUNC_QUALIFIER static bool call(detail::tvec2<T, P> const & v0, detail::tvec2<T, P> const & v1… function 33 …GLM_FUNC_QUALIFIER static bool call(detail::tvec3<T, P> const & v0, detail::tvec3<T, P> const & v1… function 42 …GLM_FUNC_QUALIFIER static bool call(detail::tvec4<T, P> const & v0, detail::tvec4<T, P> const & v1… function 54 …GLM_FUNC_QUALIFIER static detail::tvec2<bool, P> call(detail::tvec2<T, P> const & v, T const & eps… function 65 …GLM_FUNC_QUALIFIER static detail::tvec3<bool, P> call(detail::tvec3<T, P> const & v, T const & eps… function 77 …GLM_FUNC_QUALIFIER static detail::tvec4<bool, P> call(detail::tvec4<T, P> const & v, T const & eps… function
|
/external/opencv3/modules/cudaarithm/src/cuda/ |
D | split_merge.cu | 68 static void call(const GpuMat* src, GpuMat& dst, Stream& stream) in call() function 78 static void call(const GpuMat* src, GpuMat& dst, Stream& stream) in call() function 88 static void call(const GpuMat* src, GpuMat& dst, Stream& stream) in call() function 161 static void call(const GpuMat& src, GpuMat* dst, Stream& stream) in call() function 174 static void call(const GpuMat& src, GpuMat* dst, Stream& stream) in call() function 187 static void call(const GpuMat& src, GpuMat* dst, Stream& stream) in call() function
|
D | bitwise_scalar.cu | 70 static void call(const GpuMat& src, cv::Scalar value, GpuMat& dst, Stream& stream) in call() function 78 static void call(const GpuMat& src, cv::Scalar value, GpuMat& dst, Stream& stream) in call() function 102 static void call(const GpuMat& src, cv::Scalar value, GpuMat& dst, Stream& _stream) in call() function
|
/external/webrtc/webrtc/call/ |
D | call_unittest.cc | 41 CallHelper call; in TEST() local 45 CallHelper call; in TEST() local 55 CallHelper call; in TEST() local 65 CallHelper call; in TEST() local 88 CallHelper call; in TEST() local
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | mock_calls.py | 28 def do_check(call): argument 75 def call_target(self, call): argument 98 def patch_call(self, call, **kwargs): argument 128 def watchMethodCalls(self, call, ignore=None): argument 178 def assertCall(self, call, action=None): argument
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVRuntimeTemplates.hpp | 154 static void call(Func *functor, ...) in call() function 176 static void call( Func &functor, std::vector<int> &templateParamList) in call() function 207 static void call(Func &functor) in call() function 213 static void call(Func &functor, std::vector<int> &templateParams) in call() function
|
/external/deqp/executor/ |
D | xeCallQueue.cpp | 62 Call* call = DE_NULL; in callNext() local 113 Call* call = DE_NULL; in getEmptyCall() local 133 void CallQueue::enqueue (Call* call) in enqueue() 147 void CallQueue::freeCall (Call* call) in freeCall() 172 CallReader::CallReader (Call* call) in CallReader()
|
/external/v8/test/unittests/compiler/ |
D | tail-call-optimization-unittest.cc | 41 Node* call = graph()->NewNode(common()->Call(kCallDescriptor), p0, p1, in TEST_F() local 63 Node* call = graph()->NewNode(common()->Call(kCallDescriptor), p0, p1, in TEST_F() local 89 Node* call = graph()->NewNode(common()->Call(kCallDescriptor), p0, p1, in TEST_F() local 113 Node* call = graph()->NewNode(common()->Call(kCallDescriptor), p0, p1, in TEST_F() local 135 Node* call = graph()->NewNode(common()->Call(kCallDescriptor), p0, p1, in TEST_F() local 161 Node* call = graph()->NewNode(common()->Call(kCallDescriptor), p0, p1, in TEST_F() local
|
D | js-builtin-reducer-unittest.cc | 92 Node* call = graph()->NewNode(javascript()->CallFunction(2, language_mode), in TEST_F() local 113 Node* call = in TEST_F() local 138 Node* call = in TEST_F() local 170 Node* call = in TEST_F() local 198 Node* call = in TEST_F() local
|
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/ |
D | reduce_to_column.hpp | 61 … __device__ __forceinline__ static void call(work_elem_type smem[1][BLOCK_SIZE], work_type& myVal) in call() function 70 … __device__ __forceinline__ static void call(work_elem_type smem[2][BLOCK_SIZE], work_type& myVal) in call() function 79 … __device__ __forceinline__ static void call(work_elem_type smem[3][BLOCK_SIZE], work_type& myVal) in call() function 88 … __device__ __forceinline__ static void call(work_elem_type smem[4][BLOCK_SIZE], work_type& myVal) in call() function
|
/external/icu/icu4c/source/test/perf/DateFmtPerf/ |
D | DateFmtPerf.h | 60 virtual void call(UErrorCode * status) in call() function 160 virtual void call(UErrorCode* status) in call() function 249 virtual void call(UErrorCode* /* status */) in call() function 288 virtual void call(UErrorCode* /* status */) in call() function 335 virtual void call(UErrorCode* /* status */) in call() function 390 virtual void call(UErrorCode* /* status */) in call() function 434 virtual void call(UErrorCode* /* status */) in call() function 479 virtual void call(UErrorCode* /* status */) in call() function 526 virtual void call(UErrorCode* /* status */) in call() function 574 virtual void call(UErrorCode* status2) in call() function [all …]
|
/external/icu/icu4c/source/test/perf/convperf/ |
D | convperf.h | 55 virtual void call(UErrorCode* status){ in call() function 101 virtual void call(UErrorCode* status){ in call() function 131 virtual void call(UErrorCode* status){ in call() function 192 virtual void call(UErrorCode* status){ in call() function 246 virtual void call(UErrorCode* status){ in call() function 315 virtual void call(UErrorCode* status){ in call() function 372 virtual void call(UErrorCode* status){ in call() function 423 virtual void call(UErrorCode* status){ in call() function 479 virtual void call(UErrorCode* status){ in call() function
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
D | InCallServiceImpl.java | 64 public static void onCallAdded(String callId, Call call) { in onCallAdded() 73 public static void onCallRemoved(String callId, Call call) { in onCallRemoved() 186 Call call, int state) { in onStateChanged() 197 Call call, Call parent) { in onParentChanged() 208 Call call, List<Call> children) { in onChildrenChanged() 225 Call call, Details details) { in onDetailsChanged() 237 Call call, List<String> cannedTextResponses) { in onCannedTextResponsesLoaded() 248 Call call, String remainingPostDialSequence) { in onPostDialWait() 259 Call call, InCallService.VideoCall videoCall) { in onVideoCallChanged() 328 public void onCallDestroyed(Call call) { in onCallDestroyed() [all …]
|
/external/llvm/test/MC/X86/ |
D | intel-syntax-ptr-sized.s | 7 call [eax] label 17 call [eax] label
|
/external/v8/test/webkit/ |
D | function-call-aliased.js | 28 var myObject = { call: function() { return [myObject, "myObject.call"] } }; method 31 myFunctionWithCall.call = function (arg1) { return [this, "myFunctionWithCall.call", arg1] }; function
|
D | dfg-convert-this-dom-window.js | 28 var myObject = { call: function() { return [myObject, "myObject.call"] } }; method 31 myFunctionWithCall.call = function (arg1) { return [this, "myFunctionWithCall.call", arg1] }; function
|
/external/icu/icu4c/source/test/perf/ubrkperf/ |
D | ubrkperf.h | 72 virtual void call(UErrorCode *status) in call() function 96 virtual void call(UErrorCode *status) in call() function 108 virtual void call(UErrorCode *status) {}; in call() function
|
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
D | ServiceObjectCreationPerf.java | 23 public void call() { in TestCalendarJava() method 38 public void call() { in TestCalendarICU() method
|
/external/llvm/lib/IR/ |
D | Statepoint.cpp | 51 if (const CallInst *call = dyn_cast<CallInst>(inst)) { in isGCRelocate() local 68 if (const CallInst *call = dyn_cast<CallInst>(inst)) { in isGCResult() local
|
/external/opencv3/modules/cudawarping/src/cuda/ |
D | remap.cu | 72 …static void call(PtrStepSz<T> src, PtrStepSzf mapx, PtrStepSzf mapy, PtrStepSz<T> dst, const float… in call() function 90 …static void call(PtrStepSz<T> src, PtrStepSz<T> srcWhole, int xoff, int yoff, PtrStepSzf mapx, Ptr… in call() function 196 …static void call(PtrStepSz<T> src, PtrStepSz<T> srcWhole, int xoff, int yoff, PtrStepSzf mapx, Ptr… in call() function
|