HomeSort by relevance Sort by last modified time
    Searched defs:call (Results 1 - 25 of 2452) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/misc/swig/callback/
callback.cc 11 std::string Caller::call() { function in class:Caller
  /prebuilts/go/linux-x86/misc/swig/callback/
callback.cc 11 std::string Caller::call() { function in class:Caller
  /external/valgrind/memcheck/tests/x86/
tronical.S 84 call VG_SYM_ASM(printf)
97 call VG_SYM_ASM(malloc)
99 call set define
100 call get
  /device/google/cuttlefish_common/common/libs/threads/
thunkers.h 27 * static R call(HalType* in, Args... args) {
36 static R call(HalType* in) { function in struct:ThunkerBase
41 static R call(const HalType* in) { function in struct:ThunkerBase
49 static R call(HalType* in, T1 t1) { function in struct:ThunkerBase
54 static R call(const HalType* in, T1 t1) { function in struct:ThunkerBase
62 static R call(HalType* in, T1 t1, T2 t2) { function in struct:ThunkerBase
67 static R call(const HalType* in, T1 t1, T2 t2) { function in struct:ThunkerBase
76 static R call(HalType* in, T1 t1, T2 t2, T3 t3) { function in struct:ThunkerBase
81 static R call(const HalType* in, T1 t1, T2 t2, T3 t3) { function in struct:ThunkerBase
90 static R call(HalType* in, T1 t1, T2 t2, T3 t3, T4 t4) function in struct:ThunkerBase
95 static R call(const HalType* in, T1 t1, T2 t2, T3 t3, T4 t4) { function in struct:ThunkerBase
104 static R call(HalType* in, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) { function in struct:ThunkerBase
109 static R call(const HalType* in, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) { function in struct:ThunkerBase
118 static R call(HalType* in, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) { function in struct:ThunkerBase
123 static R call(const HalType* in, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) { function in struct:ThunkerBase
133 static R call(HalType* in, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7) { function in struct:ThunkerBase
138 static R call(const HalType* in, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, function in struct:ThunkerBase
150 static R call(HalType* in, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, function in struct:ThunkerBase
157 static R call(const HalType* in, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, function in struct:ThunkerBase
    [all...]
  /external/googletest/
run_tests.py 32 def call(cmd, *args, **kwargs): function
33 """Proxy for subprocess.call with logging."""
35 logger().info('call `%s`', ' '.join(cmd))
36 return subprocess.call(cmd, *args, **kwargs)
74 if call(cmd) != 0:
79 if call(cmd) != 0:
  /external/llvm/test/MC/Hexagon/instructions/
j.s 4 # Call subroutine
6 call 0 label
8 if (p3) call 0
10 if (!p3) call 0
  /external/llvm/test/MC/X86/
intel-syntax-ptr-sized.s 7 call [eax] label
17 call [eax] label
  /external/llvm/test/Object/Inputs/
elfver.S 15 call _puts@PLT label
  /external/strace/
socketcall.c 33 const unsigned int call = tcp->u_arg[0]; local
34 const char *str = xlookup(socketcalls, call);
39 tprintf("%d", call);
ipc.c 33 unsigned int call = tcp->u_arg[0]; local
34 unsigned int version = call >> 16;
35 call &= 0xffff;
36 const char *str = xlookup(ipccalls, call);
44 tprintf("%u", call);
  /external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
normalization.py 110 def call(self, inputs, training=None): member in class:BatchNormalization
113 output = super(BatchNormalization, self).call(inputs, training=training)
  /external/tensorflow/tensorflow/python/layers/
maxout.py 93 def call(self, inputs): member in class:MaxOut
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue21879.go 16 // Used to erroneously print "main.call.name" instead of
21 func caller() call {
28 return call{frame: frame}
31 type call struct { type
35 func (c call) name() string {
  /prebuilts/go/linux-x86/test/fixedbugs/
issue21879.go 16 // Used to erroneously print "main.call.name" instead of
21 func caller() call {
28 return call{frame: frame}
31 type call struct { type
35 func (c call) name() string {
  /external/clang/test/CodeGenCXX/
delayed-template-parsing.cpp 12 void call() { function in namespace:ClassScopeSpecialization
14 // CHECK: call {{.*}} @"\01??$Foo@$0A@@Type@ClassScopeSpecialization@@QAEXXZ"
15 // X64: call {{.*}} @"\01??$Foo@$0A@@Type@ClassScopeSpecialization@@QEAAXXZ"
instantiate-temporaries.cpp 17 void call() { function
22 // CHECK: call void @_ZN1Y3getEv
23 // CHECK-NEXT: call void @_ZN1XD1Ev
25 template void call<int>();
33 // CHECK: call void @_ZN1XC1Ev
34 // CHECK-NEXT: call void @_ZN2X2D1Ev
  /external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
Callable.java 25 V call() throws Exception; method in interface:Callable
  /external/llvm/test/MC/ELF/
weak-diff.s 26 call f2 label
  /external/robolectric-shadows/sandbox/src/main/java/org/robolectric/util/
Function.java 7 R call(Class<?> theClass, T value, Object[] params); method in interface:Function
  /external/tensorflow/tensorflow/contrib/model_pruning/python/layers/
rnn_cells.py 40 Overrides the call method of tensorflow BasicLSTMCell and injects the weight
92 # Call the build method of the parent class.
124 def call(self, inputs, state): member in class:MaskedBasicLSTMCell
175 Overrides the call method of tensorflow LSTMCell and injects the weight masks.
241 # Call the build method of the parent class.
273 def call(self, inputs, state): member in class:MaskedLSTMCell
  /libcore/ojluni/src/main/java/java/util/concurrent/
Callable.java 41 * {@code call}.
55 * @param <V> the result type of method {@code call}
65 V call() throws Exception; method in interface:Callable
  /bionic/tools/bionicbb/
gerrit.py 29 call('/changes/{}/revisions/{}/commit'.format(change_id, revision)))
34 call('/changes/{}/revisions/{}/files'.format(
38 def call(endpoint, method='GET'): function
51 change = json.loads(call(endpoint))
71 details = json.loads(call('/changes/{}/revisions/{}/review'.format(
  /external/adhd/cras/src/server/
cras_telephony.h 14 * call - standard call status indicator, where
15 * 0: no call active
16 * 1: call is active
17 * callsetup - call set up status indicator.
18 * 0: not currently in call set up
19 * 1: an incoming call prcess ongoing
20 * 2: an outgoing call set up is ongoing
21 * callhold - call hold status indicator.
22 * 0: no call hol
31 int call; member in struct:cras_telephony_handle
    [all...]
  /external/guice/core/src/com/google/inject/internal/
ContextualCallable.java 23 T call(InternalContext context) throws ErrorsException; method in interface:ContextualCallable
  /external/mockito/src/main/java/org/mockito/invocation/
InvocationFactory.java 19 * To simulate a method call on mock, one needs an instance of {@link Invocation}.
58 R call() throws Throwable; method in interface:InvocationFactory.RealMethodBehavior

Completed in 598 milliseconds

1 2 3 4 5 6 7 8 91011>>