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

1 2 3 4

  /dalvik/vm/mterp/x86/
stub.S 3 SAVE_PC_TO_GLUE(%ecx) # only need to export these two
4 SAVE_FP_TO_GLUE(%ecx) # only need to export these two
  /dalvik/vm/mterp/armv5te/
OP_THROW_VERIFICATION_ERROR.S 10 EXPORT_PC() @ export the PC
stub.S 2 SAVE_PC_FP_TO_GLUE() @ only need to export these two
OP_INVOKE_INTERFACE.S 17 EXPORT_PC() @ must export for invoke
OP_INVOKE_STATIC.S 16 EXPORT_PC() @ must export for invoke
OP_INVOKE_SUPER_QUICK.S 18 EXPORT_PC() @ must export for invoke
OP_INVOKE_VIRTUAL_QUICK.S 21 EXPORT_PC() @ invoke must export
OP_MONITOR_EXIT.S 13 EXPORT_PC() @ before fetch: export the PC
OP_INVOKE_SUPER.S 25 EXPORT_PC() @ must export for invoke
39 EXPORT_PC() @ must export for invoke
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/export/
LogHelper.java 17 package com.android.sdklib.internal.export;
  /external/srec/portable/include/
PortExport.h 27 /* These macros are used if defining DLL import/export in the source file
68 #error Symbol import/export pair not defined.
  /external/v8/benchmarks/
earley-boyer.js 51 /*** META ((export *js*)) */
57 /*** META ((export #t)) */
70 /*** META ((export #t)) */
75 /*** META ((export #t)) */
84 /*** META ((export #t)
91 /*** META ((export with-handler-lambda)) */
105 /*** META ((export #t)) */
115 /*** META ((export #t)) */
127 /*** META ((export #t)) */
134 /*** META ((export #t)) *
    [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-earley-boyer.js 45 /*** META ((export *js*)) */
51 /*** META ((export #t)) */
64 /*** META ((export #t)) */
69 /*** META ((export #t)) */
78 /*** META ((export #t)
85 /*** META ((export with-handler-lambda)) */
99 /*** META ((export #t)) */
109 /*** META ((export #t)) */
121 /*** META ((export #t)) */
128 /*** META ((export #t)) *
    [all...]
  /dalvik/vm/mterp/x86-atom/
OP_INVOKE_VIRTUAL_QUICK.S 33 EXPORT_PC # must export pc for invoke
OP_MONITOR_EXIT.S 33 EXPORT_PC # export the pc
OP_INVOKE_SUPER_QUICK.S 35 EXPORT_PC # must export for invoke
OP_MONITOR_ENTER.S 37 EXPORT_PC # export PC so we can grab stack trace
OP_INVOKE_SUPER.S 63 EXPORT_PC # must export for invoke
77 EXPORT_PC # must export for invoke
  /external/chromium/base/third_party/nspr/
prtypes.h 69 ** will not export internal cross-file or forward-declared symbols.
173 #define PR_EXPORT(__type) extern __declspec(export) __type
174 #define PR_EXPORT_DATA(__type) extern __declspec(export) __type
175 #define PR_IMPORT(__type) extern __declspec(export) __type
176 #define PR_IMPORT_DATA(__type) extern __declspec(export) __type
178 #define PR_EXTERN(__type) extern __declspec(export) __type
179 #define PR_IMPLEMENT(__type) __declspec(export) __type
180 #define PR_EXTERN_DATA(__type) extern __declspec(export) __type
181 #define PR_IMPLEMENT_DATA(__type) __declspec(export) __type
  /ndk/build/core/
import-locals.mk 32 imported_CFLAGS := $(call module-get-listed-export,$(all_depends),CFLAGS)
33 imported_CPPFLAGS := $(call module-get-listed-export,$(all_depends),CPPFLAGS)
34 imported_C_INCLUDES := $(call module-get-listed-export,$(all_depends),C_INCLUDES)
61 imported_LDLIBS := $(call module-get-listed-export,$(all_depends),LDLIBS)
  /external/qemu/distrib/sdl-1.2.12/include/
begin_code.h 34 /* Some compilers use a special export keyword */
40 # define DECLSPEC __declspec(export)
  /prebuilt/darwin-x86/sdl/include/SDL/
begin_code.h 34 /* Some compilers use a special export keyword */
40 # define DECLSPEC __declspec(export)
  /prebuilt/linux-x86/sdl/include/SDL/
begin_code.h 34 /* Some compilers use a special export keyword */
40 # define DECLSPEC __declspec(export)
  /prebuilt/windows/sdl/host/include/SDL/
begin_code.h 39 /* Some compilers use a special export keyword */
45 # define DECLSPEC __declspec(export)
  /prebuilt/windows/sdl/include/SDL/
begin_code.h 34 /* Some compilers use a special export keyword */
40 # define DECLSPEC __declspec(export)

Completed in 171 milliseconds

1 2 3 4