HomeSort by relevance Sort by last modified time
    Searched refs:native (Results 76 - 100 of 165) sorted by null

1 2 34 5 6 7

  /libcore/
Android.mk 26 # Include the definitions to build the native code.
  /external/stlport/stlport/stl/
_new.h 38 /* STLport cannot replace native Std library new header if new is a macro,
41 # error Cannot include native new header as new is a macro.
71 * STLport own bad_alloc exception to be used if the native C++ library
  /external/webkit/WebCore/bindings/js/
JSOptionConstructor.cpp 77 constructData.native.function = constructHTMLOptionElement;
JSWebSocketConstructor.cpp 87 constructData.native.function = constructWebSocket;
JSHTMLAllCollectionCustom.cpp 104 callData.native.function = callHTMLAllCollection;
JSHTMLCollectionCustom.cpp 101 callData.native.function = callHTMLCollection;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_new.h 38 /* STLport cannot replace native Std library new header if new is a macro,
41 # error Cannot include native new header as new is a macro.
71 * STLport own bad_alloc exception to be used if the native C++ library
  /external/bluetooth/glib/gio/tests/
data-input-stream.c 195 GDataStreamByteOrder native; local
222 native = (G_BYTE_ORDER == G_BIG_ENDIAN) ? G_DATA_STREAM_BYTE_ORDER_BIG_ENDIAN : G_DATA_STREAM_BYTE_ORDER_LITTLE_ENDIAN;
223 swap = (byte_order != G_DATA_STREAM_BYTE_ORDER_HOST_ENDIAN) && (byte_order != native);
data-output-stream.c 144 GDataStreamByteOrder native; local
177 native = (G_BYTE_ORDER == G_BIG_ENDIAN) ? G_DATA_STREAM_BYTE_ORDER_BIG_ENDIAN : G_DATA_STREAM_BYTE_ORDER_LITTLE_ENDIAN;
178 swap = (byte_order != G_DATA_STREAM_BYTE_ORDER_HOST_ENDIAN) && (byte_order != native);
  /external/webkit/WebKit/chromium/src/
WebBindings.cpp 290 Range* native = V8Range::toNative(v8object);
291 if (!native)
294 *range = WebRange(native);
  /external/webkit/JavaScriptGlue/
JSObject.cpp 87 callData.native.function = nativeCallFunction;
  /external/webkit/WebCore/bridge/
runtime_method.cpp 47 // Callers will need to pass in the right global object corresponding to this native object "m".
121 callData.native.function = callRuntimeMethod;
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_super/d/
TSuper.d 38 .method public native toIntNative()I
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_super_range/d/
TSuper.d 38 .method public native toIntNative()I
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_virtual/d/
TSuper.d 40 .method public native toIntNative()I
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_virtual_range/d/
TSuper.d 40 .method public native toIntNative()I
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_CHAIN.S 7 @ methodToCall is guaranteed to be non-native
  /development/ndk/platforms/android-9/samples/native-activity/
Android.mk 27 # Native code.
34 $(TOPDIR)frameworks/base/native/include \
  /device/sample/products/
sample_addon.mk 1 # List of apps and optional libraries (Java and native) to put in the add-on system image.
  /external/stlport/test/eh/
kai.mak 33 # This is to test with native STL
sunpro-64.mak 35 # This is to test with native STL
sunpro.mak 37 # This is to test with native STL
  /external/webkit/JavaScriptCore/runtime/
DateConstructor.cpp 126 constructData.native.function = constructWithDateConstructor;
146 callData.native.function = callDate;
RegExpObject.cpp 134 callData.native.function = callRegExpObject;
  /sdk/emulator/qtools/
check_stack.cpp 185 // Count the number of non-native methods (ie, Java methods) on the
194 // Count the number of Java methods on the native stack
203 // Allow the native stack to have one less Java method because the
204 // native stack might be pushing a native function first.
206 printf("\nDiff at time %llu pid %d: non-native %d numMethods %d\n",
215 // as the Java methods on the native stack.
218 // Ignore native functions on the native stack.
246 const char *native = mframe->isNative ? "n" : " " local
    [all...]

Completed in 1035 milliseconds

1 2 34 5 6 7