HomeSort by relevance Sort by last modified time
    Searched refs:native (Results 1 - 25 of 327) 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/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...]
  /frameworks/base/cmds/system_server/library/
Android.mk 8 native = $(LOCAL_PATH)/../../../../native macro
12 $(native)/services/surfaceflinger \
  /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
  /development/samples/SimpleJNI/jni/
Android.mk 31 native.cpp
  /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
  /hardware/qcom/media/libstagefrighthw/
Android.mk 28 $(TOP)/frameworks/native/include/media/hardware \
29 $(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
  /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 \
  /device/samsung/crespo/libstagefrighthw/
Android.mk 12 $(TOP)/frameworks/native/include/media/openmax \
13 $(TOP)/frameworks/native/include/media/hardware \
  /frameworks/av/media/libstagefright/omx/
Android.mk 14 $(TOP)/frameworks/native/include/media/hardware \
15 $(TOP)/frameworks/native/include/media/openmax
  /dalvik/vm/
Dvm.mk 103 Native.cpp \
145 native/InternalNative.cpp \
146 native/dalvik_bytecode_OpcodeInfo.cpp \
147 native/dalvik_system_DexFile.cpp \
148 native/dalvik_system_VMDebug.cpp \
149 native/dalvik_system_VMRuntime.cpp \
150 native/dalvik_system_VMStack.cpp \
151 native/dalvik_system_Zygote.cpp \
152 native/java_lang_Class.cpp \
153 native/java_lang_Double.cpp
    [all...]
  /frameworks/compile/mclinker/lib/Support/
Path.cpp 77 pPath.native()[0] == separator) {
79 unsigned int new_size = old_size + pPath.native().size();
82 strcpy(const_cast<char*>(m_PathName.data()+old_size), pPath.native().data());
85 else if(this->string()[this->native().size()-1] != separator &&
88 m_PathName.append(pPath.native());
92 m_PathName.append(pPath.native());
197 return pOS << pPath.native();
203 return pOS >> pPath.native();
209 return pOS << pPath.native();
  /frameworks/av/cmds/stagefright/
Android.mk 17 $(TOP)/frameworks/native/include/media/openmax \
41 $(TOP)/frameworks/native/include/media/openmax
64 $(TOP)/frameworks/native/include/media/openmax
88 $(TOP)/frameworks/native/include/media/openmax
111 $(TOP)/frameworks/native/include/media/openmax
134 $(TOP)/frameworks/native/include/media/openmax
158 $(TOP)/frameworks/native/include/media/openmax

Completed in 506 milliseconds

1 2 3 4 5 6 7 8 91011>>