HomeSort by relevance Sort by last modified time
    Searched full:calls (Results 226 - 250 of 19521) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/tools/clang/rewrite_scoped_refptr/tests/
test7-expected.cc 16 // ->get() calls.
test7-original.cc 16 // ->get() calls.
  /external/valgrind/massif/tests/
peak.c 9 p = malloc(16); // 'free' calls result in peaks, but after that,
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue13930.go 6 // C function calls works in variable declaration statements.
  /prebuilts/go/darwin-x86/src/net/
main_cloexec_test.go 15 // Placeholders for saving original socket system calls.
  /prebuilts/go/darwin-x86/src/runtime/cgo/
callbacks_traceback.go 11 // Calls the traceback function passed to SetCgoTraceback.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug150.go 22 bugs/bug150.go:13: reorder2: too many funcation calls evaluating parameters
bug354.go 20 // calls makeclosure twice on same closure
bug424.go 7 // Tests that method calls through an interface always
issue10654.go 8 // for function calls etc. in boolean codegen.
  /prebuilts/go/linux-x86/misc/cgo/test/
issue13930.go 6 // C function calls works in variable declaration statements.
  /prebuilts/go/linux-x86/src/net/
main_cloexec_test.go 15 // Placeholders for saving original socket system calls.
  /prebuilts/go/linux-x86/src/runtime/cgo/
callbacks_traceback.go 11 // Calls the traceback function passed to SetCgoTraceback.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug150.go 22 bugs/bug150.go:13: reorder2: too many funcation calls evaluating parameters
bug354.go 20 // calls makeclosure twice on same closure
bug424.go 7 // Tests that method calls through an interface always
issue10654.go 8 // for function calls etc. in boolean codegen.
  /device/linaro/bootloader/arm-trusted-firmware/docs/
rt-svc-writers-guide.md 32 example a subset of the Function IDs are designated as "OEM Calls" (see [SMCCC]
43 IDs, Owning Entity Numbers (OEN), Fast and Standard calls, and the SMC32 and
54 with the SMC call type, which is either _Fast_ or _Standard_. Fast calls are
55 uninterruptible whereas Standard calls can be pre-empted. The majority of
56 Owning Entities only have allocated ranges for Fast calls: Standard calls are
61 Fast 0 ARM Architecture calls
62 Fast 1 CPU Service calls
63 Fast 2 SiP Service calls
64 Fast 3 OEM Service calls
    [all...]
  /bionic/libc/upstream-freebsd/android/include/
freebsd-compat.h 27 * _f will be a weak reference to __f (used for calls to f from within the library).
28 * f will be a weak reference to __f (used for calls to f from outside the library).
40 /* Redirect internal C library calls to the public function. */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonTreeNodeStream.m 62 calls = [[ANTLRIntArray newArrayWithLen:INITIAL_CALL_STACK_SIZE] retain];
78 calls = [[ANTLRIntArray newArrayWithLen:INITIAL_CALL_STACK_SIZE] retain];
96 if ( calls ) [calls release];
106 if ( calls != nil )
107 [calls reset]; // [calls clear]; // in Java
195 if ( calls == nil ) {
196 calls = [[ANTLRIntArray newArrayWithLen:INITIAL_CALL_STACK_SIZE] retain];
198 [calls push:p]; // save current anInde
    [all...]
  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p12.cpp 15 void *a = 123_x; // ok, calls #2
16 int b = u8"\"???? ?"_x; // ok, calls #1
17 int c = u8R"("???? ?)"_x; // ok, calls #1
  /external/mockito/src/main/java/org/mockito/internal/verification/
Calls.java 20 public class Calls implements VerificationMode, VerificationInOrderMode {
24 public Calls(int wantedNumberOfInvocations) {
33 throw new MockitoException( "calls is only intended to work with InOrder" );
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Dispatcher.java 32 * <p>Each dispatcher uses an {@link ExecutorService} to run calls internally. If you
34 * configured maximum} number of calls concurrently.
40 /** Executes calls. Created lazily. */
43 /** Ready calls in the order they'll be run. */
46 /** Running calls. Includes canceled calls that haven't finished yet. */
49 /** In-flight synchronous calls. Includes canceled calls that haven't finished yet. */
69 * requests queue in memory, waiting for the running calls to complete.
116 /** Cancel all calls with the tag {@code tag}. *
    [all...]
  /external/skia/include/gpu/gl/
GrGLAssembleInterface.h 14 * Generic function for creating a GrGLInterface for an either OpenGL or GLES. It calls
20 * Generic function for creating a GrGLInterface for an OpenGL (but not GLES) context. It calls
27 * calls get() to get each function address. ctx is a generic ptr passed to and interpreted by
  /external/skia/src/pdf/
SkDeflate.h 37 /** The destructor calls finalize(). */
40 /** Write the end of the compressed stream. All subsequent calls to
41 write() will fail. Subsequent calls to finalize() do nothing. */

Completed in 866 milliseconds

1 2 3 4 5 6 7 8 91011>>