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

1 2 3 4 5 6 7 8 91011>>

  /external/elfutils/tests/
run-native-test.sh 37 tempfiles native.c native
38 echo 'main () { while (1) pause (); }' > native.c
40 native=0
43 test $native -eq 0 || {
44 kill -9 $native 2> /dev/null || :
45 wait $native 2> /dev/null || :
47 native=0
60 $cc -o native -g native.c > /dev/null 2>&1 &
    [all...]
  /dalvik/vm/alloc/
DdmHeap.h 32 * the contents of the GC or native heap.
37 * native heap.
39 void dvmDdmSendHeapSegments(bool shouldLock, bool native);
  /frameworks/base/cmds/system_server/library/
Android.mk 8 native = $(LOCAL_PATH)/../../../../native macro
11 $(native)/services/sensorservice \
12 $(native)/services/surfaceflinger \
  /frameworks/compile/mclinker/lib/MC/
MCLDDirectory.cpp 26 m_bInSysroot = ('=' == Directory::m_Path.native()[0]);
30 Directory::m_Path.native().erase(Directory::m_Path.native().begin());
40 m_bInSysroot = ('=' == Directory::m_Path.native()[0]);
44 Directory::m_Path.native().erase(Directory::m_Path.native().begin());
54 m_bInSysroot = ('=' == Directory::m_Path.native()[0]);
58 Directory::m_Path.native().erase(Directory::m_Path.native().begin());
69 m_bInSysroot = ('=' == Directory::m_Path.native()[0])
    [all...]
  /external/llvm/bindings/ocaml/executionengine/
Makefile 16 UsedComponents := executionengine jit interpreter native
  /external/llvm/examples/Kaleidoscope/Chapter4/
Makefile 13 LINK_COMPONENTS := core jit native
  /external/llvm/examples/Kaleidoscope/Chapter5/
Makefile 13 LINK_COMPONENTS := core jit native
  /external/llvm/examples/Kaleidoscope/Chapter6/
Makefile 13 LINK_COMPONENTS := core jit native
  /external/llvm/examples/Kaleidoscope/Chapter7/
Makefile 14 LINK_COMPONENTS := core jit native
  /hardware/qcom/media/libstagefrighthw/
Android.mk 26 frameworks/native/include/media/openmax \
27 frameworks/native/include/media/hardware
  /frameworks/compile/mclinker/include/mcld/Support/
RealPath.h 62 if (pX.native().size() < pY.native().size())
64 return (pX.native() < pY.native());
  /hardware/ti/omap3/libstagefrighthw/
Android.mk 10 $(TOP)/frameworks/native/include/media/openmax \
11 $(TOP)/frameworks/native/include/media/hardware
  /hardware/ti/omap4xxx/libI420colorconvert/
Android.mk 10 $(TOP)/frameworks/native/include/media/openmax \
11 $(TOP)/frameworks/native/include/media/editor
  /hardware/ti/omap4xxx/libstagefrighthw/
Android.mk 10 $(TOP)/frameworks/native/include/media/openmax \
11 $(TOP)/frameworks/native/include/media/hardware
  /hardware/msm7k/libstagefrighthw/
Android.mk 26 $(TOP)/frameworks/native/include/media/hardware \
27 $(TOP)/frameworks/native/include/media/openmax
  /frameworks/base/media/mca/filterpacks/
Android.mk 26 LOCAL_SRC_FILES := native/base/geometry.cpp \
27 native/base/time_util.cpp
44 LOCAL_SRC_FILES += native/imageproc/brightness.c \
45 native/imageproc/contrast.c \
46 native/imageproc/invert.c \
47 native/imageproc/to_rgba.c
  /external/llvm/utils/
Makefile 16 getsrcs.sh llvmdo llvmgrep llvm-native-gcc \
17 llvm-native-gxx makellvm profile.pl vim
  /external/svox/pico/compat/jni/
Android.mk 10 frameworks/base/native/include \
  /frameworks/av/media/libstagefright/colorconversion/
Android.mk 9 $(TOP)/frameworks/native/include/media/openmax \
  /frameworks/av/media/libstagefright/matroska/
Android.mk 9 $(TOP)/frameworks/native/include/media/openmax \
  /frameworks/compile/mclinker/lib/Support/
HandleToArea.cpp 24 llvm::StringRef(pHandle->path().native().c_str(),
25 pHandle->path().native().size()));
44 llvm::StringRef(pPath.native().c_str(),
45 pPath.native().size()));
61 unsigned int hash_value = HashFunction()(llvm::StringRef(pPath.native().c_str(),
62 pPath.native().size()));
79 unsigned int hash_value = HashFunction()(llvm::StringRef(pPath.native().c_str(),
80 pPath.native().size()));
  /development/samples/SimpleJNI/jni/
Android.mk 31 native.cpp
  /external/llvm/tools/lli/
Makefile 15 LINK_COMPONENTS := mcjit jit interpreter nativecodegen bitreader asmparser selectiondag native
  /external/llvm/unittests/ExecutionEngine/MCJIT/
Makefile 12 LINK_COMPONENTS := core jit mcjit native support
  /frameworks/av/drm/mediadrm/plugins/mock/
Android.mk 31 $(TOP)/frameworks/native/include/media

Completed in 923 milliseconds

1 2 3 4 5 6 7 8 91011>>