Searched defs:call (Results 126 - 150 of 462) sorted by relevance

1234567891011>>

/external/javassist/src/main/javassist/tools/rmi/
H A DObjectImporter.java24 * The object importer enables applets to call a method on a remote
50 * <p>The parameters to a remote method is passed in the <i>call-by-value</i>
201 public Object call(int objectid, int methodid, Object[] args) method in class:ObjectImporter
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
H A DTransport.java163 * Sets the version tag for the outgoing soap call. Example <?xml
180 * Perform a soap call with a given namespace and the given envelope providing
186 * the namespace with which to perform the call in.
188 * the envelope the contains the information for the call.
195 abstract public List call(String targetNamespace, SoapEnvelope envelope, List headers) method in class:Transport
199 * Perform a soap call with a given namespace and the given envelope.
202 * the namespace with which to perform the call in.
204 * the envelope the contains the information for the call.
206 public void call(String targetNamespace, SoapEnvelope envelope) throws IOException, method in class:Transport
208 call(targetNamespac
[all...]
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dresult_of.pass.cpp52 static void call() function in struct:test_invoke_result
66 test_invoke_result<T, U>::call();
77 static void call() function in struct:test_invoke_no_result
92 test_invoke_no_result<T>::call();
/external/libnfnetlink/include/libnfnetlink/
H A Dlinux_nfnetlink.h59 int (*call)(struct sock *nl, struct sk_buff *skb, member in struct:nfnl_callback
/external/mesa3d/src/compiler/glsl/
H A Dir_function_detect_recursion.cpp33 * To detect recursion, the function call graph is constructed. The graph is
44 * of function calls. That is, a function may not call itself either
95 * present if the static function call graph of the program contains
106 * call graph of the program" at all.
110 * about functions that aren't in any cycle, but are in the part of the call
111 * tree that connects them. For example, if the call graph consists of a
151 /** List of functions that call this function. */
199 virtual ir_visitor_status visit_enter(ir_call *call) argument
202 * call global scope, it can never be part of a cycle. Don't bother
208 function *const target = this->get_function(call
[all...]
/external/mesa3d/src/compiler/nir/
H A Dnir_inline_functions.c32 nir_call_instr *call)
42 assert(param_idx < call->callee->num_params);
43 call_deref = call->params[param_idx];
45 call_deref = call->return_deref;
49 /* Now we make a new deref by concatenating the deref in the call's
60 rewrite_param_derefs(nir_instr *instr, nir_call_instr *call) argument
68 convert_deref_to_param_deref(instr, &intrin->variables[i], call);
76 convert_deref_to_param_deref(&tex->instr, &tex->texture, call);
78 convert_deref_to_param_deref(&tex->instr, &tex->sampler, call);
165 nir_call_instr *call local
31 convert_deref_to_param_deref(nir_instr *instr, nir_deref_var **deref, nir_call_instr *call) argument
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DInternal.java72 public abstract void callEnqueue(Call call, Callback responseCallback, boolean forWebSocket); argument
73 public abstract StreamAllocation callEngineGetStreamAllocation(Call call); argument
/external/python/cpython2/Lib/
H A Dcgitb.py19 for you, call cgitb.handler(). The optional argument to handler() is a
126 call = '' variable
128 call = 'in ' + strong(func) + \
140 ('<big>&nbsp;</big>', link, call)]
210 call = '' variable
212 call = 'in ' + func + \
223 rows = [' %s %s' % (file, call)]
129 inspect.formatargvalues(args, varargs, varkw, locals, variable
213 inspect.formatargvalues(args, varargs, varkw, locals, variable
/external/python/cpython3/Lib/
H A Dcgitb.py19 for you, call cgitb.handler(). The optional argument to handler() is a
125 call = '' variable
127 call = 'in ' + strong(func) + \
139 ('<big>&nbsp;</big>', link, call)]
208 call = '' variable
210 call = 'in ' + func + \
221 rows = [' %s %s' % (file, call)]
128 inspect.formatargvalues(args, varargs, varkw, locals, variable
211 inspect.formatargvalues(args, varargs, varkw, locals, variable
/external/python/cpython3/Lib/unittest/test/testmock/
H A Dtestwith.py5 from unittest.mock import MagicMock, Mock, patch, sentinel, mock_open, call namespace
149 expected_calls = [call('foo'), call().__enter__(), call().read(),
150 call().__exit__(None, None, None)]
163 call('foo'), call().__enter__(), call().read(),
164 call().__exit__(None, None, None),
165 call('ba
[all...]
/external/swiftshader/third_party/LLVM/test/MC/X86/
H A Dx86-32.s573 call $0x7ace,$0x7ace label
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dparallel_task_assignment.cc213 auto* call = module->OutlineExpressionFromComputation( local
219 auto* new_root = call->to_apply()->root_instruction();
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dflatten_call_graph_test.cc99 // Test a call graph of a module with several computation called in various
100 // contexts. The call graph looks like:
124 HloInstruction* call = builder.AddInstruction( local
127 kScalarShape, cond_computation, b_computation, call));
H A Dtranspose_folding_test.cc155 HloInstruction* call = module.OutlineExpressionFromComputation( local
157 EXPECT_EQ(call, entry_computation->root_instruction());
158 HloComputation* callee_computation = call->to_apply();
159 // The arguments to the call should be const1, const2, and const3.
160 EXPECT_THAT(call->operands(),
189 HloInstruction* call = module.OutlineExpressionFromComputation( local
200 CHECK_EQ(1, instruction_set.erase(call))
201 << "call is not in entry_computation.";
205 call->called_computations().front()->root_instruction();
/external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
H A Dlayers_dense_variational.py185 def call(self, inputs): member in class:_DenseVariational
/external/tensorflow/tensorflow/contrib/eager/python/
H A Devaluator_test.py53 def call(self, eval_data): member in class:SimpleEvaluator
64 def call(self, eval_data): member in class:DelegatingEvaluator
67 self.sub.call(eval_data["l_inner"])
H A Dmetrics_impl.py56 # Variables defined in first call, so get the initialization op afterwards.
70 # Variables defined in first call, so get the initialization op afterwards.
84 the same arguments passed `call()`.
85 * `call()`: Has all updates to variables, as in:
92 (Default is to sum all the variables.) Note that users should not call
112 # We make self.call() into a graph callable here, so that we can
115 self.call = function.defun(self.call)
128 **kwargs: A mini-batch of inputs to the Metric, passed on to `call()`.
135 return self.call(*arg
177 def call(self, *args, **kwargs): member in class:Metric
285 def call(self, values, weights=None): member in class:Mean
324 def call(self, labels, predictions, weights=None): member in class:Accuracy
[all...]
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_colorbot/
H A Drnn_colorbot.py139 def call(self, chars, sequence_length, training=False): member in class:RNNColorbot
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_ptb/
H A Drnn_ptb.py54 def call(self, input_seq, training): member in class:RNN
86 def call(self, x): member in class:Embedding
127 def call(self, input_seq, training): member in class:PTBModel
132 training: Is this a training call.
/external/tensorflow/tensorflow/contrib/gdr/
H A Dgdr_rendezvous_mgr.cc165 // Prepare a RecvTensor call that can handle being aborted.
166 GdrRecvTensorCall* call = variable
170 // Record "call" in active_ so that it can be aborted cleanly.
171 RegisterCall(call); variable
173 // Start "call".
175 call->Start([this, call, src_worker, rwi, done]() {
176 // Removes "call" from active_. Prevent StartAbort().
177 DeregisterCall(call);
180 Status s = call
[all...]
/external/tensorflow/tensorflow/contrib/mpi/
H A Dmpi_rendezvous_mgr.cc294 std::shared_ptr<MPIRequestTensorCall> call; local
295 GetRecvCall(step_id, key, &call);
296 call->recv_call_(mRes);
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
H A Dcore_rnn_cell.py246 def call(self, inputs, state): member in class:EmbeddingWrapper
323 def call(self, inputs, state): member in class:InputProjectionWrapper
380 def call(self, inputs, state): member in class:OutputProjectionWrapper
H A Dlstm_ops.py410 def call(self, inputs, state): member in class:LSTMBlockCell
479 def call(self, inputs, initial_state=None, dtype=None, sequence_length=None): member in class:LSTMBlockWrapper
/external/tensorflow/tensorflow/contrib/verbs/
H A Dgrpc_verbs_service.cc101 WorkerCall<GetRemoteAddressRequest, GetRemoteAddressResponse>* call) {
102 Status s = GetRemoteAddressSync(&call->request, &call->response);
103 call->SendResponse(ToGrpcStatus(s));
100 GetRemoteAddressHandler( WorkerCall<GetRemoteAddressRequest, GetRemoteAddressResponse>* call) argument
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_master_service.cc146 MasterCall<CreateSessionRequest, CreateSessionResponse>* call) {
147 master_impl_->CreateSession(&call->request, &call->response,
148 [call](const Status& status) {
149 call->SendResponse(ToGrpcStatus(status));
156 MasterCall<ExtendSessionRequest, ExtendSessionResponse>* call) {
157 master_impl_->ExtendSession(&call->request, &call->response,
158 [call](const Status& status) {
159 call
145 CreateSessionHandler( MasterCall<CreateSessionRequest, CreateSessionResponse>* call) argument
155 ExtendSessionHandler( MasterCall<ExtendSessionRequest, ExtendSessionResponse>* call) argument
165 PartialRunSetupHandler( MasterCall<PartialRunSetupRequest, PartialRunSetupResponse>* call) argument
175 RunStepHandler(MasterCall<RunStepRequest, RunStepResponse>* call) argument
208 CloseSessionHandler( MasterCall<CloseSessionRequest, CloseSessionResponse>* call) argument
218 ListDevicesHandler( MasterCall<ListDevicesRequest, ListDevicesResponse>* call) argument
228 ResetHandler(MasterCall<ResetRequest, ResetResponse>* call) argument
[all...]

Completed in 2536 milliseconds

1234567891011>>