Searched refs:native (Results 1 - 25 of 112) sorted by last modified time

12345

/frameworks/wilhelm/src/
H A DAndroid.mk168 frameworks/native/include/media/openmax \
216 frameworks/native/include/media/openmax
230 frameworks/native/include/media/openmax
/frameworks/wilhelm/tests/native-media/
H A DAndroid.mk11 LOCAL_PACKAGE_NAME := native-media
/frameworks/wilhelm/tests/native-media/jni/
H A DAndroid.mk7 LOCAL_SRC_FILES := native-media-jni.c
/frameworks/webview/chromium/
H A DAndroid.mk23 # any native chromium code.
38 frameworks/native/include/ui \
58 # Does NOT link any native chromium code.
/frameworks/rs/api/
H A Drs_core.spec20 RenderScript is a high-performance runtime that provides compute operations at the native level.
/frameworks/native/cmds/installd/tests/
H A DAndroid.mk20 frameworks/native/cmds/installd
/frameworks/native/opengl/libs/EGL/
H A Degl_object.h71 egl_object_t* native = reinterpret_cast<N*>(o); local
72 if (o && egl_object_t::get(display, native)) {
73 ref = native;
/frameworks/native/opengl/tests/EGLTest/
H A DAndroid.mk23 frameworks/native/opengl/libs \
24 frameworks/native/opengl/libs/EGL \
/frameworks/native/services/surfaceflinger/
H A DAndroid.mk42 frameworks/native/vulkan/include \
/frameworks/native/vulkan/libvulkan/
H A DAndroid.mk38 frameworks/native/vulkan/include \
H A Dswapchain.cpp26 // TODO(jessehall): Currently we don't have a good error code for when a native
47 VkSurfaceTransformFlagBitsKHR TranslateNativeToVulkanTransform(int native) { argument
59 switch (native) {
440 // -- Reset the native window --
441 // The native window might have been used previously, and had its properties
446 // The native window only allows dequeueing all buffers before any have
476 // -- Configure the native window --
526 // during composition. With native windows, pre-transform works by rendering
680 ALOGD("vkCreateImage w/ native buffer failed: %u", result);
/frameworks/native/vulkan/nulldrv/
H A DAndroid.mk31 frameworks/native/vulkan/include
/frameworks/native/vulkan/tools/
H A DAndroid.mk28 frameworks/native/vulkan/include
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/ex/framesequence/samples/FrameSequenceSamples/
H A DAndroid.mk23 # native dependency
/frameworks/ml/bordeaux/learning/
H A DAndroid.mk29 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../native
/frameworks/ml/bordeaux/learning/multiclass_pa/
H A DAndroid.mk19 # Build native code
27 LOCAL_SRC_FILES := native/multiclass_pa.cpp \
31 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../native
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/
H A DAndroid.mk19 # Build native code
27 LOCAL_SRC_FILES := native/stochastic_linear_ranker.cpp \
28 native/sparse_weight_vector.cpp \
32 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../native
/frameworks/compile/mclinker/unittests/
H A DFileHandleTest.cpp62 int fd = ::open(path.native().c_str(), O_RDONLY);
H A DPathTest.cpp115 EXPECT_TRUE(m_pTestee->native() == "aa/aaa");
119 EXPECT_TRUE(m_pTestee->native() == "aa/aaa");
123 EXPECT_TRUE(m_pTestee->native() == "aa/aaa");
127 EXPECT_TRUE(m_pTestee->native() == "aa/aaa");
/frameworks/compile/mclinker/include/mcld/LD/
H A DMsgHandler.h60 pHandler.addString(pPath.native());
/frameworks/compile/mclinker/include/mcld/Support/
H A DPath.h74 const StringType& native() const { return m_PathName; } function in class:mcld::sys::fs::Path
75 StringType& native() { return m_PathName; } function in class:mcld::sys::fs::Path
112 return pOS << pPath.native();
119 return pOS >> pPath.native();
124 return pOS << pPath.native();
H A DRealPath.h58 if (pX.native().size() < pY.native().size())
60 return (pX.native() < pY.native());
/frameworks/compile/mclinker/lib/LD/
H A DELFBinaryReader.cpp81 std::string mangled_name = pInput.path().filename().native();
H A DELFReader.cpp514 pInput.setName(sys::fs::Path(dynstr + d_val).filename().native());
528 pInput.setName(pInput.path().filename().native());
1008 pInput.setName(sys::fs::Path(dynstr + d_val).filename().native());
1022 pInput.setName(pInput.path().filename().native());

Completed in 2656 milliseconds

12345