HomeSort by relevance Sort by last modified time
    Searched refs:calls (Results 51 - 75 of 83) sorted by null

1 23 4

  /hardware/ril/mock-ril/src/cpp/
responses.cpp 201 const ril_proto::RilCall& srcCall = rsp->calls(i);
  /external/v8/src/
d8.js     [all...]
array.js 896 // preserving the semantics, since the calls to the receiver function can add
    [all...]
date.js 108 // The issue here is that some library calls don't work right for dates
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
ThreadPoolExecutorSubclassTest.java 185 int calls = 0; field in class:ThreadPoolExecutorSubclassTest.FailingThreadFactory
187 if (++calls > 1) return null;
    [all...]
ThreadPoolExecutorTest.java 41 int calls = 0; field in class:ThreadPoolExecutorTest.FailingThreadFactory
43 if (++calls > 1) return null;
    [all...]
  /ndk/build/core/
build-binary.mk 210 # The compile-xxx-source calls updated LOCAL_OBJECTS and LOCAL_DEPENDENCY_DIRS
init.mk 216 # of nested patsubst calls, that look like:
definitions.mk 21 # If NDK_TRACE is enabled then calls to the library functions are
157 # This function also calls host-path to translate the library
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
object-define-property.js 454 // Test runtime calls to DefineOrRedefineDataProperty and
  /build/tools/droiddoc/templates/assets/
android-developer-docs.js 287 if (sidenav.length) { // Must check if the nav exists because IE6 calls resizeWidth() from resizeAll() for all pages
  /external/jpeg/
jmemdosa.asm 10 ; files through direct DOS calls, and to access XMS and EMS drivers.
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 10 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER,type INTEGER,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT); table
  /external/webkit/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 120 # created, in case the program calls abortMsg.
573 calls C<abortMsg> like this:
  /hardware/ril/mock-ril/src/generated/cpp/
ril.pb.h 3476 inline const ::ril_proto::RilCall& RspGetCurrentCalls::calls(int index) const { function in class:ril_proto::RspGetCurrentCalls
3486 RspGetCurrentCalls::calls() const { function in class:ril_proto::RspGetCurrentCalls
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /bionic/libc/
Android.mk 535 # For x86, the .init section must point to a function that calls all
  /external/libpng/
CHANGES 99 png_destroy_write_struct() instead of the separate calls to
103 png_set_message_fn() calls, and that the old API no longer exists
237 added type casting to all png_malloc() function calls
241 Added type cast png_uint_32 on malloc function calls where needed.
316 Optimized Paeth calculations by replacing abs() function calls with intrinsics
393 Interchanged the order of calls to png_do_swap() and png_do_shift()
    [all...]
  /external/v8/tools/
tickprocessor.js 488 ' amount of its parent calls.');
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 11 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER,type INTEGER,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT); table
  /external/openssl/crypto/bn/asm/
pa-risc2.s 6 ; function calls. Thus the 64-bit return values are returned
    [all...]
  /frameworks/base/core/jni/
android_util_Binder.cpp 204 * The GetJavaVM function isn't on the "approved" list of JNI calls
909 #warning no gettid(), so not logging Binder calls...
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
RIL.java 2346 ArrayList<DriverCall> calls = (ArrayList<DriverCall>) ret; local
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 1506 milliseconds

1 23 4