Searched defs:call (Results 76 - 100 of 462) sorted by relevance

1234567891011>>

/external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
H A Dnoise.py57 def call(self, inputs, training=None): member in class:GaussianNoise
101 def call(self, inputs, training=None): member in class:GaussianDropout
158 def call(self, inputs, training=None): member in class:AlphaDropout
/external/v8/src/inspector/
H A Dv8-function-call.cc31 #include "src/inspector/v8-function-call.h"
67 v8::Local<v8::Value> V8FunctionCall::call(bool& hadException, function in class:v8_inspector::V8FunctionCall
/external/fio/doc/
H A Dconf.py73 from subprocess import call namespace
74 rc = call(version_gen, shell=True, cwd=wsroot)
98 # Else, today_fmt is used as the format for a strftime call.
/external/guava/guava-tests/test/com/google/common/base/
H A DFinalizableReferenceQueueClassLoaderUnloadingTest.java168 public WeakReference<Object> call() { method in class:FinalizableReferenceQueueClassLoaderUnloadingTest.FrqUser
225 WeakReference<?> finalizableWeakReference = (WeakReference<?>) sepFrqUser.call();
/external/guava/guava-tests/test/com/google/common/collect/
H A DConcurrentHashMultisetBasherTest.java112 @Override public int[] call() throws Exception { method in class:ConcurrentHashMultisetBasherTest.MutateTask
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractListeningExecutorServiceTest.java72 public String call() { method in class:AbstractListeningExecutorServiceTest.TestCallable
/external/guice/core/src/com/google/inject/internal/
H A DProvisionListenerStackCallback.java89 public T call() throws ErrorsException; method in interface:ProvisionListenerStackCallback.ProvisionCallback
115 result = callable.call();
/external/guice/extensions/servlet/test/com/google/inject/servlet/
H A DContinuingRequestIntegrationTest.java89 task.call();
226 public String call() throws Exception { method in class:ContinuingRequestIntegrationTest.OffRequestCallable
/external/icu/icu4c/source/test/perf/normperf/
H A Ddtfmtrtperf.h69 virtual void call(UErrorCode* status) function in class:DateTimeRoundTripFunction
/external/icu/icu4c/source/test/perf/strsrchperf/
H A Dstrsrchperf.h31 virtual void call(UErrorCode* status) { function in class:StringSearchPerfFunction
/external/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperf.h55 virtual void call(UErrorCode *status) = 0;
76 virtual void call(UErrorCode *status) function in class:ICUIsBound
100 virtual void call(UErrorCode *status) function in class:ICUForward
112 virtual void call(UErrorCode *status) {}; function in class:DarwinBreakFunction
/external/icu/icu4c/source/test/perf/usetperf/
H A Dusetperf.cpp42 virtual void call(UErrorCode* pErrorCode){ function in class:CmdPattern
68 virtual void call(UErrorCode* pErrorCode){ function in class:CmdOp
/external/junit/src/main/java/org/junit/internal/runners/statements/
H A DFailOnTimeout.java123 return e; // caller will re-throw; no need to call Thread.interrupt()
145 public Throwable call() throws Exception { method in class:FailOnTimeout.CallableStatement
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
H A DHttpTransportSE.java109 * the envelope containing the information for the soap call.
113 public void call(String soapAction, SoapEnvelope envelope) throws IOException, method in class:HttpTransportSE
116 call(soapAction, envelope, null);
126 * the envelope containing the information for the soap call.
134 public List call(String soapAction, SoapEnvelope envelope, List headers) method in class:HttpTransportSE
141 System.out.println("call action:" + soapAction);
179 // Pass the headers provided by the user along with the call
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DCallbacks.java22 public void call(); method in interface:Callbacks.Callback0
34 public void call(T1 arg1); method in interface:Callbacks.Callback1
47 public void call(T1 arg1, T2 arg2); method in interface:Callbacks.Callback2
61 public void call(T1 arg1, T2 arg2, T3 arg3); method in interface:Callbacks.Callback3
76 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4); method in interface:Callbacks.Callback4
92 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5); method in interface:Callbacks.Callback5
109 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6); method in interface:Callbacks.Callback6
127 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7); method in interface:Callbacks.Callback7
/external/libnfnetlink/include/libnfnetlink/
H A Dlibnfnetlink.h57 int (*call)(struct nlmsghdr *nlh, struct nfattr *nfa[], void *data); member in struct:nfnl_callback
/external/ltp/testcases/kernel/syscalls/socketcall/
H A Dsocketcall03.c34 * This is a phase I test for the socketcall(2) system call.
35 * It is intended to provide a limited exposure of the system call.
42 * Execute system call
43 * Check return code, if system call failed (return=-1)
81 #define socketcall(call, args) syscall(__NR_socketcall, call, args)
96 int call; member in struct:test_case_t
100 AF_INET, SOCK_STREAM, 6, SYS_BIND, setup1, "bind call"};
117 TEST(socketcall(TC.call, args));
177 tst_resm(TPASS, "socket call tes
[all...]
H A Dsocketcall04.c34 * This is a phase I test for the socketcall(2) system call.
35 * It is intended to provide a limited exposure of the system call.
42 * Execute system call
43 * Check return code, if system call failed (return=-1)
81 #define socketcall(call, args) syscall(__NR_socketcall, call, args)
96 int call; member in struct:test_case_t
100 AF_INET, SOCK_STREAM, 6, SYS_LISTEN, setup1, "listen call"};
117 TEST(socketcall(TC.call, args));
170 tst_resm(TPASS, "socket call tes
[all...]
/external/mesa3d/src/compiler/glsl/
H A Dlower_subroutine.cpp47 ir_call *call_clone(ir_call *call, ir_function_signature *callee);
63 lower_subroutine_visitor::call_clone(ir_call *call, ir_function_signature *callee) argument
65 void *mem_ctx = ralloc_parent(call);
67 if (call->return_deref != NULL)
68 new_return_ref = call->return_deref->clone(mem_ctx, NULL);
72 foreach_in_list(ir_instruction, ir, &call->actual_parameters) {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DDispatcher.java107 synchronized void enqueue(AsyncCall call) { argument
108 if (runningCalls.size() < maxRequests && runningCallsForHost(call) < maxRequestsPerHost) {
109 runningCalls.add(call);
110 getExecutorService().execute(call);
112 readyCalls.add(call);
118 for (AsyncCall call : readyCalls) {
119 if (Util.equal(tag, call.tag())) {
120 call.cancel();
124 for (AsyncCall call : runningCalls) {
125 if (Util.equal(tag, call
140 finished(AsyncCall call) argument
163 runningCallsForHost(AsyncCall call) argument
172 executed(Call call) argument
177 finished(Call call) argument
[all...]
/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/ws/
H A DWebSocketCall.java48 private final Call call; field in class:WebSocketCall
79 call = client.newCall(request);
88 * <p>This client will later call back {@code responseCallback} with either an HTTP response or a
92 * @throws IllegalStateException when the call has already been executed.
108 // TODO call.enqueue(responseCallback, true);
109 Internal.instance.callEnqueue(call, responseCallback, true);
114 call.cancel();
147 StreamAllocation streamAllocation = Internal.instance.callEngineGetStreamAllocation(call);
/external/pdfium/testing/tools/coverage/
H A Dcoverage_report.py121 def call(self, args, dry_run=False, env=None): member in class:CoverageExecutor
122 """Dry run aware wrapper of subprocess.call()"""
127 output = subprocess.call(args, env=env)
130 print 'call(%s) returned %s' % (args, output)
134 """Wrapper to call lcov that adds appropriate arguments as needed."""
148 return self.call(lcov_args, dry_run=dry_run, env=self.lcov_env)
223 return self.call(call_args, dry_run=self.dry_run) == 0
254 if self.call(binary_args, dry_run=self.dry_run) and self.verbose:
306 return self.call(lcov_args, dry_run=self.dry_run) == 0
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAsyncTask.java97 * Enqueue a call to {@link AsyncTask#onProgressUpdate(Object[])} on UI looper (or run it immediately
119 public Result call() throws Exception { method in class:ShadowAsyncTask.BackgroundWorker
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowAsyncTask.java121 * Enqueue a call to {@link AsyncTask#onProgressUpdate(Object[])} on UI looper (or run it immediately
145 public Result call() throws Exception { method in class:ShadowAsyncTask.BackgroundWorker
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcall_inliner.cc28 // When the traversal has completed, the provided call instruction is entriely
32 // call is the call operation -- it will be replaced with the body of the
34 explicit SubcomputationInsertionVisitor(HloInstruction* call) argument
35 : call_(call), outer_(call->parent()) {
41 // If the instruction is a call, it is added to the work queue.
67 // the subcomputation parameter node to the call operands in the caller
75 // Wires the consumers of the call to instead point at the newly created root,
76 // replacing the call operatio
124 Inline( HloInstruction* call) argument
[all...]

Completed in 1031 milliseconds

1234567891011>>