HomeSort by relevance Sort by last modified time
    Searched full:calling (Results 326 - 350 of 8433) sorted by null

<<11121314151617181920>>

  /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/hardware/src/android/hardware/camera2/cts/helpers/
UncheckedCloseable.java 21 * are not used any longer; calling the {@code close} method releases resources
  /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/netlegacy22/permission/src/android/net/cts/legacy/api22/permission/
ConnectivityManagerPermissionTest.java 40 * Verify that calling {@link ConnectivityManager#requestRouteToHost(int, int)}
  /cts/tests/tests/permission/src/android/permission/cts/
AppWidgetManagerPermissionTest.java 40 * Verify that calling
ConnectivityManagerPermissionTest.java 42 * Verify that calling {@link ConnectivityManager#getNetworkInfo(int))}
  /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/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/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
  /external/clang/test/Analysis/
default-analyze.m 23 // uninitialized value when calling NSWidth.
  /external/clang/test/CXX/expr/expr.unary/expr.delete/
p5.cpp 31 delete a; // expected-error{{calling a private destructor of class 'T3_A'}}
  /external/clang/test/CXX/special/class.temporary/
p1.cpp 34 foo(a); // expected-error {{calling a private constructor of class 'test1::A'}}
  /external/clang/test/CodeGen/
mrtd.c 3 // CHECK: mrtd.c:10:3: warning: function with no prototype cannot use the stdcall calling convention
  /external/clang/test/CodeGenCXX/
thiscall-struct-return.cpp 2 // thiscall calling convention must use the hidden parameter.
  /external/clang/test/Sema/
stdcall-fastcall.c 9 void __attribute__((stdcall)) foo4(); // expected-note{{previous declaration is here}} expected-warning{{function with no prototype cannot use the stdcall calling convention}}
  /external/clang/test/SemaCXX/
microsoft-cxx0x.cpp 18 // expected-error@-2{{calling 'make' with incomplete return type 'PR13433::S'}}
microsoft-new-delete.cpp 16 void *q = new (nc) int[4]; // expected-error {{calling a private constructor}}

Completed in 906 milliseconds

<<11121314151617181920>>