Home
last modified time | relevance | path

Searched defs:call (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_matrix.inl46 …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 …]
Dfunc_exponential.inl57 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/
Dworker.js40 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/
DDispatcher.java107 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/
Dfrontend_wrappers.py53 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/
Dvector_query.inl24 …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/
Dsplit_merge.cu68 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
Dbitwise_scalar.cu70 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/
Dcall_unittest.cc41 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/
Dmock_calls.py28 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/
DNCVRuntimeTemplates.hpp154 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/
DxeCallQueue.cpp62 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/
Dtail-call-optimization-unittest.cc41 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
Djs-builtin-reducer-unittest.cc92 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/
Dreduce_to_column.hpp61 … __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/
DDateFmtPerf.h60 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/
Dconvperf.h55 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/
DInCallServiceImpl.java64 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/
Dintel-syntax-ptr-sized.s7 call [eax] label
17 call [eax] label
/external/v8/test/webkit/
Dfunction-call-aliased.js28 var myObject = { call: function() { return [myObject, "myObject.call"] } }; method
31 myFunctionWithCall.call = function (arg1) { return [this, "myFunctionWithCall.call", arg1] }; function
Ddfg-convert-this-dom-window.js28 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/
Dubrkperf.h72 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/
DServiceObjectCreationPerf.java23 public void call() { in TestCalendarJava() method
38 public void call() { in TestCalendarICU() method
/external/llvm/lib/IR/
DStatepoint.cpp51 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/
Dremap.cu72 …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

12345678910>>...15