HomeSort by relevance Sort by last modified time
    Searched full:calling (Results 351 - 375 of 10314) sorted by null

<<11121314151617181920>>

  /packages/apps/Mms/src/com/android/mms/dom/smil/parser/
SmilXmlParser.java 62 * Calling getBody() will create "smil", "head", and "body" elements if they
70 * Calling getLayout() will create "layout" element if it is not present.
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_loadso.h 32 * - Make sure you declare your function pointers with the same calling
65 * is no longer valid after calling SDL_UnloadObject().
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_loadso.h 32 * - Make sure you declare your function pointers with the same calling
65 * is no longer valid after calling SDL_UnloadObject().
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_loadso.h 32 * - Make sure you declare your function pointers with the same calling
65 * is no longer valid after calling SDL_UnloadObject().
  /external/llvm/lib/Target/X86/
X86CallingConv.td 1 //===-- X86CallingConv.td - Calling Conventions X86 32/64 --*- tablegen -*-===//
10 // This describes the calling conventions for the X86-32 and X86-64
20 // Return Value Calling Conventions
68 // The X86-32 calling convention returns FP values in ST0, unless marked
70 // weirdly; this is really the sse-regparm calling convention) in which
71 // case they use XMM0, otherwise it is the same as the common X86 calling
93 // Otherwise, it is the same as the common X86 calling convention.
127 // The X86-64 calling convention always returns FP values in XMM0.
138 // The X86-Win64 calling convention always returns __m64 values in RAX.
184 // Check if this is the Intel OpenCL built-ins calling conventio
    [all...]
  /art/test/032-concrete-sub/src/
ConcreteSub.java 24 System.out.println("calling abs.doStuff()");
  /bionic/libc/arch-x86/bionic/
syscall.S 23 # Load all the arguments from the calling frame.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
ArrayTestListAdapter.java 26 * where items can be added by calling {@link #add(TestListItem)} repeatedly.
  /cts/tests/tests/jni/
AndroidManifest.xml 28 android:label="CTS tests of calling native code via JNI"/>
  /cts/tests/tests/jni/src/android/jni/cts/
JniCTest.java 21 * Basic tests of calling the C functions that make up the JNI. This
JniCppTest.java 21 * Basic tests of calling the C++ functions that make up the JNI. This
  /cts/tests/tests/permission/src/android/permission/cts/
AppWidgetManagerPermissionTest.java 39 * Verify that calling
  /dalvik/tests/022-interface/src/
Main.java 18 * test calling through an interface
  /dalvik/tests/032-concrete-sub/src/
ConcreteSub.java 24 System.out.println("calling abs.doStuff()");
  /dalvik/tools/dexdeps/
README.txt 6 determine whether an APK is accessing fields and calling methods that it
  /development/ndk/samples/two-libs/src/com/example/twolibs/
TwoLibs.java 35 // before calling the native method.
  /development/ndk/sources/android/libportable/common/include/
portability.h 29 * if we need to use it before calling the kernel
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IRemoteService.aidl 22 * Example of defining an interface for calling on to a remote service
  /development/sdk/
support_README.txt 17 - MenuCompat allows calling MenuItem.setShowAsAction which only exists on API 11.
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
XSLTVisitable.java 32 * This will traverse the heararchy, calling the visitor for
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NodeConsumer.java 27 * setOriginatingNode before calling the SAX event. For creating
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathVisitable.java 32 * This will traverse the heararchy, calling the visitor for
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_cfg.c 42 * p_bta_jv_cfg->p_sdp_raw_data can be allocated before calling BTA_JvStartDiscovery
  /external/ceres-solver/google3/gflags/
gflags.h 14 // function, and calling InitGoogle, we can compile all the example
  /external/ceres-solver/internal/ceres/
graph.h 91 // Add a weighted edge between the vertex1 and vertex2. Calling
117 // Calling VertexWeight on a vertex not in the graph will result in
123 // Calling EdgeWeight on a pair of vertices where either one of the
135 // Calling Neighbors on a vertex not in the graph will result in

Completed in 1225 milliseconds

<<11121314151617181920>>