HomeSort by relevance Sort by last modified time
    Searched refs:Native (Results 1 - 25 of 42) sorted by null

1 2

  /development/samples/SimpleJNI/src/com/example/android/simplejni/
SimpleJNI.java 29 int sum = Native.add(2, 3);
35 class Native {
42 static native int add(int a, int b);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
uninstall_host.sh 11 TARGET_DIR='/etc/opt/chrome/native-messaging-hosts'
16 echo Native messaging host $HOST_NAME has been uninstalled.
install_host.sh 12 TARGET_DIR='/etc/opt/chrome/native-messaging-hosts'
17 # Create directory to store native messaging host.
20 # Copy native messaging host manifest.
24 HOST_PATH=$DIR/native-messaging-example-host
31 echo Native messaging host $HOST_NAME has been installed.
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/ppb_instance/
nacl.scons 2 # Copyright (c) 2012 The Native Client Authors. All rights reserved.
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/ppp_instance/
nacl.scons 2 # Copyright (c) 2012 The Native Client Authors. All rights reserved.
  /external/chromium_org/tools/android/memdump/
memreport.py 29 ('Native heap (jemalloc)', '.* r... .* /.*jemalloc.*'),
  /external/chromium_org/v8/
Makefile.nacl 71 $(error Cannot find Native Client toolchain in "${NACL_TOOLCHAIN}")
  /external/chromium_org/v8/test/mjsunit/
debug-script.js 43 if (scripts[i].type == Debug.ScriptType.Native) {
45 // TODO(1641): Remove check for equally named native scripts once the
61 // This has to be updated if the number of native scripts change.
70 var math_script = Debug.findScript('native math.js');
71 assertEquals('native math.js', math_script.name);
72 assertEquals(Debug.ScriptType.Native, math_script.type);
75 var date_delay_script = Debug.findScript('native date.js');
76 assertEquals('native date.js', date_delay_script.name);
77 assertEquals(Debug.ScriptType.Native, date_delay_script.type);
80 var debug_delay_script = Debug.findScript('native debug.js')
    [all...]
  /external/v8/test/mjsunit/
debug-script.js 42 if (scripts[i].type == Debug.ScriptType.Native) {
44 // TODO(1641): Remove check for equally named native scripts once the
60 // This has to be updated if the number of native scripts change.
70 var math_script = Debug.findScript('native math.js');
71 assertEquals('native math.js', math_script.name);
72 assertEquals(Debug.ScriptType.Native, math_script.type);
75 var date_delay_script = Debug.findScript('native date.js');
76 assertEquals('native date.js', date_delay_script.name);
77 assertEquals(Debug.ScriptType.Native, date_delay_script.type);
80 var debug_delay_script = Debug.findScript('native debug.js')
    [all...]
  /external/chromium_org/remoting/webapp/
host_native_messaging.js 7 * Class to communicate with the Host components via Native Messaging.
58 * Sets up connection to the Native Messaging host process and exchanges
59 * 'hello' messages. If Native Messaging is not available or the host
69 console.log('Native Messaging API not available');
79 console.log('Native Messaging not supported on this version of Chrome');
92 console.log('Native Messaging initialization failed: ',
161 * Attaches a new ID to the supplied message, and posts it to the Native
184 * Handler for incoming Native Messages.
229 // Old versions of the native messaging host do not return this list.
348 console.error('Unexpected native message: ', message)
    [all...]
host_dispatcher.js 54 console.log('Native Messaging supported.');
60 console.log('Native Messaging unsupported, falling back to NPAPI.');
  /development/ndk/platforms/android-9/samples/native-activity/
Android.mk 27 # Native code.
34 $(TOPDIR)frameworks/base/native/include \
  /external/chromium_org/native_client_sdk/src/build_tools/
library.mk 27 # GNU Makefile based on shared rules provided by the Native Client SDK.
template.mk 5 # GNU Makefile based on shared rules provided by the Native Client SDK.
  /external/chromium_org/ppapi/native_client/src/shared/ppapi/
nacl.scons 2 # Copyright 2011 The Native Client Authors. All rights reserved.
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/crash/
nacl.scons 2 # Copyright (c) 2012 The Native Client Authors. All rights reserved.
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/extension_mime_handler/
nacl.scons 2 # Copyright (c) 2012 The Native Client Authors. All rights reserved.
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/manifest/
nacl.scons 2 # Copyright (c) 2012 The Native Client Authors. All rights reserved.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 24 var Native = function(options){
36 object.constructor = Native;
37 object.$family = {name: 'native'};
44 Native.typize(object, family);
49 if (generics) Native.genericize(obj, name, protect);
73 Native.genericize = function(object, property, check){
80 Native.implement = function(objects, properties){
84 Native.typize = function(object, family){
92 for (var n in natives) new Native({name: n, initialize: natives[n], protect: true});
94 var types = {'boolean': Boolean, 'native': Native, 'object': Object}
    [all...]
  /cts/
CtsTestCaseList.mk 138 # Native test executables that need to have associated test XMLs.
154 $(call cts-get-native-paths,$(cts_native_exes)) \
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
nacl.scons 2 # Copyright (c) 2012 The Native Client Authors. All rights reserved.
83 # Bad nexe tests that won't work in PNaCl (native)
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/pnacl-demo/
example.js 51 * Create the Native Client <embed> element as a child of the DOM element
260 // It's possible that the Native Client module onload event fired
  /external/chromium_org/native_client_sdk/src/examples/
common.js 67 * Create the Native Client <embed> element as a child of the DOM element
295 // If the page loads before the Native Client module loads, then set the
312 // It's possible that the Native Client module onload event fired
  /dalvik/vm/
Dvm.mk 108 Native.cpp \
150 native/InternalNative.cpp \
151 native/dalvik_bytecode_OpcodeInfo.cpp \
152 native/dalvik_system_DexFile.cpp \
153 native/dalvik_system_VMDebug.cpp \
154 native/dalvik_system_VMRuntime.cpp \
155 native/dalvik_system_VMStack.cpp \
156 native/dalvik_system_Zygote.cpp \
157 native/java_lang_Class.cpp \
158 native/java_lang_Double.cpp
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
messaging.js 19 // The reserved channel name for the sendRequest/send(Native)Message APIs.
177 // using some native hackery.
209 // Called by native code when a channel has been opened to this context.
270 // Called by native code when a channel has been closed.
287 // Called by native code when a message has been sent to the given port.

Completed in 1408 milliseconds

1 2