Home
last modified time | relevance | path

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

12345678910>>...12

/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
166 self.postMessage({"call": "error", "args": text}); property
169 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/v8/test/unittests/compiler/
Djs-builtin-reducer-unittest.cc101 Node* call = graph()->NewNode(javascript()->CallFunction(3), function, in TEST_F() local
119 Node* call = graph()->NewNode(javascript()->CallFunction(3), function, in TEST_F() local
140 Node* call = graph()->NewNode(javascript()->CallFunction(3), function, in TEST_F() local
158 Node* call = graph()->NewNode(javascript()->CallFunction(3), function, in TEST_F() local
181 Node* call = graph()->NewNode(javascript()->CallFunction(4), function, in TEST_F() local
201 Node* call = graph()->NewNode(javascript()->CallFunction(4), function, in TEST_F() local
223 Node* call = graph()->NewNode(javascript()->CallFunction(3), function, in TEST_F() local
241 Node* call = graph()->NewNode(javascript()->CallFunction(3), function, in TEST_F() local
261 Node* call = graph()->NewNode(javascript()->CallFunction(3), function, in TEST_F() local
278 Node* call = graph()->NewNode(javascript()->CallFunction(3), function, in TEST_F() local
[all …]
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
/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/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/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/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/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/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/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/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/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/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/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/icu/icu4c/source/test/perf/utrie2perf/
Dutrie2perf.cpp120 virtual void call(UErrorCode* pErrorCode) { in call() function in CheckFCD
188 virtual void call(UErrorCode* pErrorCode) { in call() function in ToNFC
212 virtual void call(UErrorCode* pErrorCode) { in call() function in GetBiDiClass
/external/droiddriver/src/io/appium/droiddriver/util/
DLogs.java28 public static void call(Object self, String method, Object... args) { in call() method in Logs
32 public static void call(int priority, Object self, String method, Object... args) { in call() method in Logs
/external/guice/extensions/servlet/test/com/google/inject/servlet/
DScopeRequestIntegrationTest.java150 public String call() throws Exception { in call() method in ScopeRequestIntegrationTest.OffRequestCallable
164 public SomeObject call() throws Exception { in call() method in ScopeRequestIntegrationTest.Caller
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/async/
DAsyncTask.java27 public T call() throws Exception; in call() method
/external/selinux/secilc/docs/
Dcil_call_macro_statements.md4 call section in Call / Macro Statements

12345678910>>...12