Home
last modified time | relevance | path

Searched refs:native (Results 1 – 25 of 138) sorted by relevance

123456

/frameworks/compile/mclinker/lib/MC/
DMCLDDirectory.cpp26 m_bInSysroot = ('=' == Directory::m_Path.native()[0]); in MCLDDirectory()
30 Directory::m_Path.native().erase(Directory::m_Path.native().begin()); in MCLDDirectory()
40 m_bInSysroot = ('=' == Directory::m_Path.native()[0]); in MCLDDirectory()
44 Directory::m_Path.native().erase(Directory::m_Path.native().begin()); in MCLDDirectory()
54 m_bInSysroot = ('=' == Directory::m_Path.native()[0]); in MCLDDirectory()
58 Directory::m_Path.native().erase(Directory::m_Path.native().begin()); in MCLDDirectory()
69 m_bInSysroot = ('=' == Directory::m_Path.native()[0]); in assign()
73 Directory::m_Path.native().erase(Directory::m_Path.native().begin()); in assign()
95 std::string old_path = Directory::m_Path.native(); in setSysroot()
96 Directory::m_Path.native() = pSysroot.native(); in setSysroot()
[all …]
DSearchDirs.cpp61 if (file == entry.path()->stem().native() ) { in find()
62 … if(mcld::sys::fs::detail::shared_library_extension == entry.path()->extension().native()) { in find()
74 if (file == entry.path()->stem().native() && in find()
75 mcld::sys::fs::detail::static_library_extension == entry.path()->extension().native()) { in find()
/frameworks/base/media/mca/filterpacks/
DAndroid.mk26 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
/frameworks/compile/mclinker/lib/Support/
DHandleToArea.cpp24 llvm::StringRef(pHandle->path().native().c_str(), in push_back()
25 pHandle->path().native().size())); in push_back()
44 llvm::StringRef(pPath.native().c_str(), in erase()
45 pPath.native().size())); in erase()
61 unsigned int hash_value = HashFunction()(llvm::StringRef(pPath.native().c_str(), in findFirst()
62 pPath.native().size())); in findFirst()
79 unsigned int hash_value = HashFunction()(llvm::StringRef(pPath.native().c_str(), in findFirst()
80 pPath.native().size())); in findFirst()
DPath.cpp76 pPath.native()[0] == separator) { in append()
78 unsigned int new_size = old_size + pPath.native().size(); in append()
81 strcpy(const_cast<char*>(m_PathName.data()+old_size), pPath.native().data()); in append()
84 else if(this->string()[this->native().size()-1] != separator && in append()
87 m_PathName.append(pPath.native()); in append()
91 m_PathName.append(pPath.native()); in append()
212 return pOS << pPath.native(); in operator <<()
218 return pOS >> pPath.native(); in operator >>()
224 return pOS << pPath.native(); in operator <<()
DDirectory.cpp49 if (m_Path.native() == ".") in Directory()
50 detail::get_pwd(m_Path.native()); in Directory()
89 if (m_Path.native() == ".") in assign()
90 detail::get_pwd(m_Path.native()); in assign()
140 m_Path.native().clear(); in clear()
/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt40 associated with a native synchronization fence object that is referenced
44 referring to the native fence object.
46 This extension assumes the existence of a native fence synchronization
47 object that behaves similarly to an EGL fence sync object. These native
50 native object's signal status may not change again.
89 "If <type> is EGL_SYNC_NATIVE_FENCE_ANDROID, an EGL native fence sync
92 must be set to either a file descriptor that refers to a native fence
95 The default values for the EGL native fence sync object attributes are as
108 attribute is set to reflect the signal status of the native fence object.
115 "When a fence sync object is created or when an EGL native fence sync
[all …]
/frameworks/base/cmds/system_server/library/
DAndroid.mk8 native = $(LOCAL_PATH)/../../../../native
11 $(native)/services/sensorservice \
12 $(native)/services/surfaceflinger \
/frameworks/av/cmds/stagefright/
DAndroid.mk17 $(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
/frameworks/base/docs/html/tools/sdk/ndk/
Doverview.jd25 <p>The Android NDK is a toolset that lets you embed components that make use of native code in
29 of your applications using native-code languages such as C and C++. This can provide benefits to
36 <li>A set of tools and build files used to generate native code libraries from C and C++
39 <li>A way to embed the corresponding native libraries into an application package file
42 <li>A set of native system headers and libraries that will be supported in all future versions
43 of the Android platform, starting from Android 1.5. Applications that use native activities
79 against its drawbacks; notably, using native code does not result in an automatic performance
80 increase, but always increases application complexity. In general, you should only use native
86 whether or not you should develop in native code, think about your requirements and see if the
90 <p>The Android framework provides two ways to use native code:</p>
[all …]
/frameworks/compile/mclinker/include/mcld/Support/
DRealPath.h62 if (pX.native().size() < pY.native().size())
64 return (pX.native() < pY.native());
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/
DAndroid.mk27 LOCAL_SRC_FILES := native/stochastic_linear_ranker.cpp \
28 native/sparse_weight_vector.cpp \
35 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../native
/frameworks/compile/mclinker/tools/llvm-mcld/
Dllvm-mcld.cpp560 if (0 == pInputFilename.native().compare("-")) in GetOutputStream()
565 if (0 == pInputFilename.native().compare("-")) in GetOutputStream()
568 pOutputFilename.assign(pInputFilename.stem().native()); in GetOutputStream()
571 pOutputFilename.native() += ".cbe.c"; in GetOutputStream()
573 pOutputFilename.native() += ".cpp"; in GetOutputStream()
575 pOutputFilename.native() += ".s"; in GetOutputStream()
580 if (0 == pInputFilename.native().compare("-")) in GetOutputStream()
583 pOutputFilename.assign(pInputFilename.stem().native()); in GetOutputStream()
586 pOutputFilename.native() += ".obj"; in GetOutputStream()
588 pOutputFilename.native() += ".o"; in GetOutputStream()
[all …]
/frameworks/av/media/libstagefright/codecs/avc/enc/
DAndroid.mk28 $(TOP)/frameworks/native/include/media/openmax
44 frameworks/native/include/media/hardware \
45 frameworks/native/include/media/openmax \
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DAndroid.mk34 $(TOP)/frameworks/native/include/media/openmax
47 frameworks/native/include/media/openmax \
48 frameworks/native/include/media/hardware \
/frameworks/ml/bordeaux/learning/multiclass_pa/
DAndroid.mk27 LOCAL_SRC_FILES := native/multiclass_pa.cpp \
34 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../native
/frameworks/av/libvideoeditor/lvpp/
DAndroid.mk82 $(TOP)/frameworks/native/include/media/editor \
83 $(TOP)/frameworks/native/include/media/openmax \
84 $(TOP)/frameworks/native/services/audioflinger
/frameworks/av/media/libstagefright/omx/
DAndroid.mk14 $(TOP)/frameworks/native/include/media/hardware \
15 $(TOP)/frameworks/native/include/media/openmax
/frameworks/native/opengl/tests/EGLTest/
DAndroid.mk30 frameworks/native/opengl/libs \
31 frameworks/native/opengl/libs/EGL \
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGL11ImplHeader.java-impl15 // Private accessors for native code
17 native private static void _nativeClassInit();
/frameworks/av/media/libstagefright/rtsp/
DAndroid.mk23 $(TOP)/frameworks/native/include/media/openmax \
49 $(TOP)/frameworks/native/include/media/openmax
/frameworks/base/docs/html/training/articles/
Dperf-jni.jd24 <li><a href="#faq_sharing">FAQ: How do I share raw data with native code?</a></li>
31 (written in the Java programming language) to interact with native
52 <p>The JNIEnv provides most of the JNI functions. Your native functions all receive a JNIEnv as
82 <p>Android does not suspend threads executing native code. If
100 <p>If you want to access an object's field from native code, you would do the following:</p>
115 in your native code. Because there is a limit of one JavaVM per process, it's reasonable
130 * We use a class initializer to allow the native code to cache some
131 * field offsets. This native function looks up and caches interesting
134 private static native void nativeInit();
147 <p>Every argument passed to a native method, and almost every object returned
[all …]
/frameworks/native/opengl/libs/EGL/
Degl_object.h72 egl_object_t* native = reinterpret_cast<N*>(o); in LocalRef() local
73 if (o && egl_object_t::get(display, native)) { in LocalRef()
74 ref = native; in LocalRef()
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
DAndroid.mk43 $(TOP)/frameworks/native/include/media/editor \
44 $(TOP)/frameworks/native/include/media/openmax
/frameworks/base/tools/layoutlib/create/
DREADME.txt24 - it contains references to native code (which we want to avoid in Eclipse),
115 The code of the methods is then kept as-is, except for native methods which are
127 As indicated above, all native and overridden methods are replaced by a stub.
135 method was native. We do not currently provide the parameters. The listener
181 (either by inheritance or delegation) all the original non-native code of _original_Paint
184 Some of the Android classes are basically wrappers over native objects and since
185 we don't have the native code in Eclipse, we need to provide a full alternate
186 implementation. Sub-classing doesn't work as some native methods are static and
197 is native.
210 This step is omitted if the method is native, since it has no Java implementation.

123456