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

1 2 3 45 6 7

  /external/webkit/WebCore/bindings/js/
JSPluginElementFunctions.cpp 130 callData.native.function = callPlugin;
  /external/webkit/WebCore/bridge/
runtime_object.cpp 277 callData.native.function = callRuntimeObject;
301 constructData.native.function = callRuntimeConstructor;
  /ndk/build/tools/
dev-system-import.sh 506 copy_system_headers $ANDROID_ROOT/frameworks/base/native/include \
516 copy_system_headers $ANDROID_ROOT/frameworks/base/native/include \
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 76 performance-critical portions of your apps in native code. It provides headers and
79 native code, your applications are still packaged into an .apk file and they still run
83 <p>Using native code does not result in an automatic performance increase,
  /dalvik/vm/mterp/armv5te/
footer.S 146 bxne r0 @ continue native execution if so
170 bxne r0 @ continue native execution
194 * go back to native execution. Otherwise, it's back to the
217 bxne r0 @ continue native execution
236 bxne r0 @ continue native execution if so
259 bxne r0 @ continue native execution if so
299 * is already a native translation in place (and, if so,
351 * before jumping to native translation.
673 @ Prep for the native call
704 @ native return; r9=self, r10=newSaveAre
    [all...]
  /external/webkit/JavaScriptCore/runtime/
ObjectConstructor.cpp 79 constructData.native.function = constructWithObjectConstructor;
90 callData.native.function = callObjectConstructor;
RegExpConstructor.cpp 316 constructData.native.function = constructWithRegExpConstructor;
328 callData.native.function = callRegExpConstructor;
FunctionPrototype.cpp 64 callData.native.function = callFunctionPrototype;
100 return jsMakeNontrivialString(exec, "function ", function->name(exec), "() {\n [native code]\n}");
JSFunction.cpp 111 callData.native.function = nativeFunction();
  /libcore/
JavaLibrary.mk 31 # native/ # C++ source for library code.
35 # native/ # C++ source for tests (rare).
  /dalvik/vm/mterp/x86/
footer.S 173 testl $$ACC_NATIVE, offMethod_accessFlags(%eax) # check for native call
175 jne .LinvokeNative # handle native call
195 * Prep for the native call
  /external/v8/test/mjsunit/
mirror-script.js 87 testScriptMirror(Math.sin, 'native math.js', -1, 0, 0);
stack-traces.js 187 testTrace("testArrayNative", testArrayNative, ["Array.map (native)"]);
  /external/webkit/JavaScriptCore/API/
JSCallbackObjectFunctions.h 302 constructData.native.function = construct;
365 callData.native.function = call;
  /build/tools/droiddoc/templates/assets/
prettify.js 5 dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ",
7 bd="c",cd="cc",dd="cpp",ed="cxx",fd="cyc",gd="m",hd="null true false",id="json",jd="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",
8 kd="cs",ld="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient ",md="java",nd="break continue do else for if return while case done elif esac eval fi function in local set then until ",
  /frameworks/base/media/libstagefright/
AwesomePlayer.cpp 852 sp<IOMXRenderer> native = local
860 if (native == NULL) {
864 mVideoRenderer = new AwesomeRemoteRenderer(native);
    [all...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te-vfp.S 295 @ methodToCall is guaranteed to be non-native
426 @ go ahead and transfer control to the native code
440 blx r8 @ off to the native code
442 @ native return; r9=self, r10=newSaveArea
    [all...]
CompilerTemplateAsm-armv7-a-neon.S 295 @ methodToCall is guaranteed to be non-native
426 @ go ahead and transfer control to the native code
440 blx r8 @ off to the native code
442 @ native return; r9=self, r10=newSaveArea
    [all...]
CompilerTemplateAsm-armv7-a.S 295 @ methodToCall is guaranteed to be non-native
426 @ go ahead and transfer control to the native code
440 blx r8 @ off to the native code
442 @ native return; r9=self, r10=newSaveArea
    [all...]
  /dalvik/vm/mterp/x86-atom/
footer.S 274 testl $$ACC_NATIVE, offMethod_accessFlags(%ecx) # check for native call
276 jne .LinvokeNative # handle native call
295 * Prep for the native call
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 261 // Replace the native Date() with our mock.
  /external/libffi/
ltcf-c.sh 197 *** your PATH or compiler configuration so that the native linker is
    [all...]
ltcf-gcj.sh 200 *** your PATH or compiler configuration so that the native linker is
  /external/qemu/
arm-dis.c     [all...]
  /external/icu4c/data/
makedata.mak 755 # and swap it to native endianness
777 # and swap it to native endianness
799 # and swap it to native endianness
821 # and swap it to native endianness
843 # and swap it to native endianness
    [all...]

Completed in 2313 milliseconds

1 2 3 45 6 7