Home
last modified time | relevance | path

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

12345678910>>...19

/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/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DCallbacks.java22 public void call(); in call() method
34 public void call(T1 arg1); in call() method
47 public void call(T1 arg1, T2 arg2); in call() method
61 public void call(T1 arg1, T2 arg2, T3 arg3); in call() method
76 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4); in call() method
92 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5); in call() method
109 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6); in call() method
127 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7); in call() method
/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/tensorflow/tensorflow/contrib/eager/python/
Dnetwork_test.py45 def call(self, x): member in MyNetwork
61 def call(self, values): member in RegularizedNetwork
181 def call(self, x): member in NetworkTest.testNetworkMatchesLayerVariableNames.TwoLayerNet
201 def call(self, x): member in NetworkTest.testLoadIntoUnbuiltSharedLayer.Owner
214 def call(self, x): member in NetworkTest.testLoadIntoUnbuiltSharedLayer.User
226 def call(self, x): member in NetworkTest.testLoadIntoUnbuiltSharedLayer.LikeUserButNotSharing
280 def call(self, x): member in NetworkTest.testRestoreIntoSubNetwork.Parent
335 def call(self, x): member in NetworkTest.testCustomMapCollisionErrors.Parent
384 def call(self, x): member in NetworkTest.testDefaultMapCollisionErrors.Parent
404 def call(self, x): member in NetworkTest.testDefaultMapCollisionErrors.Compatible
[all …]
/external/tensorflow/tensorflow/python/layers/
Dbase_test.py106 def call(self, inputs): member in BaseLayerTest.testGetVariable.MyLayer
157 def call(self, inputs): member in BaseLayerTest.testCall.MyLayer
178 def call(self, inputs): member in BaseLayerTest.testFirstCallCanCreateVariablesButSecondCanNotWhenBuildEmpty.MyLayer
205 def call(self, inputs): member in BaseLayerTest.testDeepCopy.MyLayer
228 def call(self, inputs): member in BaseLayerTest.testScopeNaming.PrivateLayer
280 def call(self, inputs): member in BaseLayerTest.testInputSpecNdimCheck.CustomerLayer
307 def call(self, inputs): member in BaseLayerTest.testInputSpecMinNdimCheck.CustomerLayer
335 def call(self, inputs): member in BaseLayerTest.testInputSpecMaxNdimCheck.CustomerLayer
363 def call(self, inputs): member in BaseLayerTest.testInputSpecDtypeCheck.CustomerLayer
383 def call(self, inputs): member in BaseLayerTest.testInputSpecAxesCheck.CustomerLayer
[all …]
Dnetwork_test.py54 def call(self, inputs): member in BaseLayerCompatibilityTest.test_get_updates.MyLayer
116 def call(self, inputs): member in BaseLayerCompatibilityTest.test_get_losses.MyLayer
223 def call(self, inputs): member in BaseLayerCompatibilityTest.testTopologicalAttributesMultiOutputLayer.PowersLayer
239 def call(self, inputs): member in BaseLayerCompatibilityTest.testTopologicalAttributesMultiInputLayer.AddLayer
330 def call(self, inputs): member in NetworkTest.testMultiInputNetwork.AddLayer
388 def call(self, inputs): member in NetworkTest.testCrossDataFlows.PowersLayer
523 def call(self, inputs): member in NetworkTest.testSparseInput.SparseSoftmax
537 def call(self, inputs, mask=None): member in NetworkTest.testMaskingSingleInput.MaskedLayer
612 def call(self, inputs): member in DeferredModeTest.testMultiIONetworkbuilding.AddLayer
/external/autotest/server/cros/dynamic_suite/
Dfrontend_wrappers.py75 def run(self, call, **dargs): argument
93 def _run(self, call, **dargs): argument
115 def _run_in_child_thread(self, call, **dargs): argument
161 def run(self, call, **dargs): argument
171 def _run(self, call, **dargs): argument
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_master_service.cc146 MasterCall<CreateSessionRequest, CreateSessionResponse>* call) { in CreateSessionHandler()
156 MasterCall<ExtendSessionRequest, ExtendSessionResponse>* call) { in ExtendSessionHandler()
166 MasterCall<PartialRunSetupRequest, PartialRunSetupResponse>* call) { in PartialRunSetupHandler()
175 void RunStepHandler(MasterCall<RunStepRequest, RunStepResponse>* call) { in RunStepHandler()
209 MasterCall<CloseSessionRequest, CloseSessionResponse>* call) { in CloseSessionHandler()
219 MasterCall<ListDevicesRequest, ListDevicesResponse>* call) { in ListDevicesHandler()
228 void ResetHandler(MasterCall<ResetRequest, ResetResponse>* call) { in ResetHandler()
Dgrpc_worker_service.cc204 WorkerCall<GetStatusRequest, GetStatusResponse>* call) { in GetStatusHandler()
213 WorkerCall<CreateWorkerSessionRequest, CreateWorkerSessionResponse>* in CreateWorkerSessionHandler()
224 WorkerCall<DeleteWorkerSessionRequest, DeleteWorkerSessionResponse>* in DeleteWorkerSessionHandler()
235 WorkerCall<CleanupAllRequest, CleanupAllResponse>* call) { in CleanupAllHandler()
244 WorkerCall<RegisterGraphRequest, RegisterGraphResponse>* call) { in RegisterGraphHandler()
253 WorkerCall<DeregisterGraphRequest, DeregisterGraphResponse>* call) { in DeregisterGraphHandler()
261 void RunGraphHandler(WorkerCall<RunGraphRequest, RunGraphResponse>* call) { in RunGraphHandler()
283 WorkerCall<RecvTensorRequest, ::grpc::ByteBuffer>* call) { in RecvTensorHandlerRaw()
298 WorkerCall<CleanupGraphRequest, CleanupGraphResponse>* call) { in CleanupGraphHandler()
306 void LoggingHandler(WorkerCall<LoggingRequest, LoggingResponse>* call) { in LoggingHandler()
[all …]
/external/llvm/test/MC/X86/
Dintel-syntax-ptr-sized.s7 call [eax] label
17 call [eax] label
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DControlFlow.cpp75 __ call(Immediate(16)); in TEST_F() local
99 __ call(Immediate(16)); in TEST_F() local
113 __ call(GPRRegister::Encoded_Reg_ebx); in TEST_F() local
123 __ call(Immediate(16)); in TEST_F() local
136 __ call(Address(GPRRegister::Encoded_Reg_esp, 0, AssemblerFixup::NoFixup)); in TEST_F() local
/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/libmojo/third_party/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/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/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/strace/tests-mx32/
Dipc.c48 ipc_call(const unsigned short version, const unsigned short call, in ipc_call()
60 ipc_call0(const unsigned short version, const unsigned short call) in ipc_call0()
88 unsigned short call; in main() local
/external/strace/tests/
Dipc.c48 ipc_call(const unsigned short version, const unsigned short call, in ipc_call()
60 ipc_call0(const unsigned short version, const unsigned short call) in ipc_call0()
88 unsigned short call; in main() local
/external/strace/tests-m32/
Dipc.c48 ipc_call(const unsigned short version, const unsigned short call, in ipc_call()
60 ipc_call0(const unsigned short version, const unsigned short call) in ipc_call0()
88 unsigned short call; in main() local
/external/tensorflow/tensorflow/python/keras/_impl/keras/
Dmodel_subclassing_test.py54 def call(self, inputs): member in SimpleTestModel
79 def call(self, inputs): member in MultiIOTestModel
104 def call(self, inputs): member in NestedTestModel1
132 def call(self, inputs): member in NestedTestModel2
155 def call(self, inputs): member in get_nested_model_3.Inner
318 def call(self, inputs): member in ModelSubclassingTest.test_updates.BNNet
349 def call(self, inputs): member in ModelSubclassingTest.test_training_and_inference_behavior.DPNet
574 def call(self, inputs, training=False): member in ModelSubclassingTest.test_support_for_manual_training_arg.DPNet
/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.java25 public void call() { in TestCalendarJava() method
40 public void call() { in TestCalendarICU() method
/external/ltp/testcases/kernel/syscalls/socketcall/
Dsocketcall01.c35 #define socketcall(call, args) syscall(__NR_socketcall, call, args) argument
38 int call; member
/external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
Dpooling.py365 def call(self, inputs): member in _GlobalPooling1D
382 def call(self, inputs): member in GlobalAveragePooling1D
398 def call(self, inputs): member in GlobalMaxPooling1D
418 def call(self, inputs): member in _GlobalPooling2D
457 def call(self, inputs): member in GlobalAveragePooling2D
493 def call(self, inputs): member in GlobalMaxPooling2D
516 def call(self, inputs): member in _GlobalPooling3D
555 def call(self, inputs): member in GlobalAveragePooling3D
591 def call(self, inputs): member in GlobalMaxPooling3D

12345678910>>...19