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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/lib/MC/
MCLDDirectory.cpp 27 m_bInSysroot = ('=' == Directory::m_Path.native()[0]);
31 Directory::m_Path.native().erase(Directory::m_Path.native().begin());
41 m_bInSysroot = ('=' == Directory::m_Path.native()[0]);
45 Directory::m_Path.native().erase(Directory::m_Path.native().begin());
55 m_bInSysroot = ('=' == Directory::m_Path.native()[0]);
59 Directory::m_Path.native().erase(Directory::m_Path.native().begin());
70 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/lib/Support/
RealPath.cpp 41 Path::m_PathName.assign(pPath.native());
53 path_name.native() += preferred_separator;
54 path_name.native() += m_PathName;
55 detail::canonicalize(path_name.native());
56 m_PathName = path_name.native();
ToolOutputFile.cpp 31 if ("-" != m_Path.native())
32 llvm::sys::RemoveFileOnSignal(m_Path.native());
40 if (!Keep && "_" != m_Path.native()) {
42 llvm::sys::fs::remove(m_Path.native(), Existed);
47 if ("_" != m_Path.native())
48 llvm::sys::DontRemoveFileOnSignal(m_Path.native());
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
Android.mk 30 native.cpp
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
Android.mk 31 native.cpp
  /frameworks/compile/mclinker/include/mcld/Support/
RealPath.h 59 if (pX.native().size() < pY.native().size())
61 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/omap4-aah/libI420colorconvert/
Android.mk 10 $(TOP)/frameworks/native/include/media/openmax \
11 $(TOP)/frameworks/native/include/media/editor
  /hardware/ti/omap4-aah/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
  /external/libcxx/test/thread/thread.req/thread.req.native/
Android.mk 17 test_makefile := external/libcxx/test/thread/thread.req/thread.req.native/Android.mk
19 test_name := thread/thread.req/thread.req.native/nothing_to_do
  /external/chromium_org/chrome/renderer/resources/extensions/
searchbox_api.js 16 native function Focus();
17 native function GetDisplayInstantResults();
18 native function GetMostVisitedItemData();
19 native function GetQuery();
20 native function GetRightToLeft();
21 native function GetStartMargin();
22 native function GetSuggestionToPrefetch();
23 native function IsFocused();
24 native function IsKeyCaptureEnabled();
25 native function Paste()
    [all...]
  /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/examples/Kaleidoscope/MCJIT/complete/
Makefile 4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core jit mcjit native irreader` -o toy
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
Makefile 4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core mcjit native` -o toy-mcjit
  /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 \

Completed in 262 milliseconds

1 2 3 4 5 6 7 8 91011>>