Home
last modified time | relevance | path

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

12345678

/frameworks/compile/mclinker/lib/MC/
DMCLDDirectory.cpp24 m_bInSysroot = (Directory::m_Path.native()[0] == '='); in MCLDDirectory()
28 Directory::m_Path.native().erase(Directory::m_Path.native().begin()); in MCLDDirectory()
38 m_bInSysroot = (Directory::m_Path.native()[0] == '='); in MCLDDirectory()
42 Directory::m_Path.native().erase(Directory::m_Path.native().begin()); in MCLDDirectory()
52 m_bInSysroot = (Directory::m_Path.native()[0] == '='); in MCLDDirectory()
56 Directory::m_Path.native().erase(Directory::m_Path.native().begin()); in MCLDDirectory()
66 m_bInSysroot = (Directory::m_Path.native()[0] == '='); in assign()
70 Directory::m_Path.native().erase(Directory::m_Path.native().begin()); in assign()
89 std::string old_path = Directory::m_Path.native(); in setSysroot()
90 Directory::m_Path.native() = pSysroot.native(); in setSysroot()
[all …]
DSearchDirs.cpp67 return insert(pPath.native()); in insert()
98 if (file == entry.path()->filename().native()) in find()
106 if (file == entry.path()->stem().native()) { in find()
108 entry.path()->extension().native()) { in find()
120 if (file == entry.path()->stem().native() && in find()
122 entry.path()->extension().native()) { in find()
163 if (file == entry.path()->filename().native()) in find()
171 if (file == entry.path()->stem().native()) { in find()
173 entry.path()->extension().native()) { in find()
185 if (file == entry.path()->stem().native() && in find()
[all …]
/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/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 …]
DEGL_ANDROID_presentation_time.txt42 an EGLSurface, allowing the native window system to use it.
78 nanoseconds, but the exact meaning of the time depends on the native
90 visible, but if the color buffer is subsequently posted to a native window
91 or copied to a native pixmap then the presentation time of the surface at
92 that time may be passed along for the native window system to use.
113 System.nanoTime() method, or from the native clock_gettime function by
/frameworks/av/cmds/stagefright/
DAndroid.mk17 $(TOP)/frameworks/native/include/media/openmax \
42 $(TOP)/frameworks/native/include/media/openmax \
43 $(TOP)/frameworks/native/include/media/hardware
67 $(TOP)/frameworks/native/include/media/openmax \
68 $(TOP)/frameworks/native/include/media/hardware
93 $(TOP)/frameworks/native/include/media/openmax
117 $(TOP)/frameworks/native/include/media/openmax
141 $(TOP)/frameworks/native/include/media/openmax
166 $(TOP)/frameworks/native/include/media/openmax
201 $(TOP)/frameworks/native/include/media/openmax \
[all …]
/frameworks/compile/mclinker/lib/Support/
DRealPath.cpp37 Path::m_PathName.assign(pPath.native()); in assign()
47 path_name.native() += preferred_separator; in initialize()
48 path_name.native() += m_PathName; in initialize()
49 detail::canonicalize(path_name.native()); in initialize()
50 m_PathName = path_name.native(); in initialize()
DPath.cpp92 pPath.native()[0] == separator) { in append()
93 llvm::StringRef path(pPath.native()); in append()
95 } else if (this->native()[this->native().size() - 1] != separator && in append()
96 pPath.native()[0] != separator) { in append()
99 m_PathName.append(pPath.native()); in append()
102 m_PathName.append(pPath.native()); in append()
/frameworks/compile/mclinker/include/mcld/Support/
DRealPath.h58 if (pX.native().size() < pY.native().size())
60 return (pX.native() < pY.native());
DPath.h74 const StringType& native() const { return m_PathName; } in native() function
75 StringType& native() { return m_PathName; } in native() function
112 return pOS << pPath.native();
119 return pOS >> pPath.native();
124 return pOS << pPath.native();
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/
DAndroid.mk27 LOCAL_SRC_FILES := native/stochastic_linear_ranker.cpp \
28 native/sparse_weight_vector.cpp \
32 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../native
/frameworks/av/media/libstagefright/tests/
DAndroid.mk32 $(TOP)/frameworks/native/include/media/openmax \
33 $(TOP)/frameworks/native/include/media/hardware \
65 $(TOP)/frameworks/native/include/media/openmax \
93 frameworks/native/include/media/openmax \
/frameworks/av/media/libstagefright/codecs/avcenc/
DAndroid.mk15 LOCAL_C_INCLUDES += $(TOP)/frameworks/native/include/media/openmax
17 LOCAL_C_INCLUDES += $(TOP)/frameworks/native/include/media/hardware
18 LOCAL_C_INCLUDES += $(TOP)/frameworks/native/include/media/openmax
/frameworks/compile/mclinker/unittests/
DPathTest.cpp115 EXPECT_TRUE(m_pTestee->native() == "aa/aaa"); in TEST_F()
119 EXPECT_TRUE(m_pTestee->native() == "aa/aaa"); in TEST_F()
123 EXPECT_TRUE(m_pTestee->native() == "aa/aaa"); in TEST_F()
127 EXPECT_TRUE(m_pTestee->native() == "aa/aaa"); in TEST_F()
/frameworks/ml/bordeaux/learning/multiclass_pa/
DAndroid.mk27 LOCAL_SRC_FILES := native/multiclass_pa.cpp \
31 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../native
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DAndroid.mk34 $(TOP)/frameworks/native/include/media/openmax
51 frameworks/native/include/media/openmax \
52 frameworks/native/include/media/hardware \
/frameworks/av/media/libstagefright/codecs/avc/enc/
DAndroid.mk28 $(TOP)/frameworks/native/include/media/openmax
48 frameworks/native/include/media/hardware \
49 frameworks/native/include/media/openmax \
/frameworks/base/docs/html/distribute/users/
Dbanners.jd2 page.metaDescription=Add a native app install banner to your mobile website and allow visitors to i…
28 Add a native app install banner to your mobile website and offer visitors the
34 …om/web/updates/2015/03/increasing-engagement-with-app-install-banners-in-chrome-for-android#native"
35 class="external-link">add a native app install banner</a> to your mobile
/frameworks/native/opengl/tests/EGLTest/
DAndroid.mk23 frameworks/native/opengl/libs \
24 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/omx/
DAndroid.mk19 $(TOP)/frameworks/native/include/media/hardware \
20 $(TOP)/frameworks/native/include/media/openmax
/frameworks/av/services/mediacodec/
DAndroid.mk9 $(TOP)/frameworks/native/include/media/openmax
23 $(TOP)/frameworks/native/include/media/openmax
/frameworks/av/media/libstagefright/wifi-display/
DAndroid.mk19 $(TOP)/frameworks/native/include/media/openmax \
20 $(TOP)/frameworks/native/include/media/hardware \
/frameworks/base/docs/html/training/articles/
Dperf-jni.jd2 page.tags=ndk,native
26 <li><a href="#faq_sharing">FAQ: How do I share raw data with native code?</a></li>
33 (written in the Java programming language) to interact with native
54 <p>The JNIEnv provides most of the JNI functions. Your native functions all receive a JNIEnv as
84 <p>Android does not suspend threads executing native code. If
102 <p>If you want to access an object's field from native code, you would do the following:</p>
117 in your native code. Because there is a limit of one JavaVM per process, it's reasonable
132 * We use a class initializer to allow the native code to cache some
133 * field offsets. This native function looks up and caches interesting
136 private static native void nativeInit();
[all …]
/frameworks/av/media/libstagefright/rtsp/
DAndroid.mk26 $(TOP)/frameworks/native/include/media/openmax
58 $(TOP)/frameworks/native/include/media/openmax

12345678