OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:native
(Results
26 - 50
of
537
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/samples/SimpleJNI/jni/
Android.mk
31
native
.cpp
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d.h
44
#include "
native
.h"
55
struct native_display *
native
;
member in struct:egl_g3d_display
75
/* the
native
surface; NULL for pbuffers */
76
struct native_surface *
native
;
member in struct:egl_g3d_surface
87
const struct native_config *
native
;
member in struct:egl_g3d_config
118
const struct native_connector *
native
;
member in struct:egl_g3d_screen
egl_g3d.c
40
#include "
native
.h"
93
* Get the
native
platform.
170
gdpy->
native
->modeset->get_connectors(gdpy->
native
, &num_connectors, NULL);
185
gdpy->
native
->modeset->get_modes(gdpy->
native
, nconn, &num_modes);
212
gscr->
native
= nconn;
331
* Initialize an EGL config from the
native
config.
372
gconf->
native
= nconf;
385
struct pipe_screen *screen = gdpy->
native
->screen
[
all
...]
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Makefile
4
clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core mcjit
native
` -o toy-mcjit
7
clang++ toy-jit.cpp -g -O3 -rdynamic `llvm-config --cppflags --ldflags --libs core jit
native
` -o toy-jit
/external/llvm/unittests/ExecutionEngine/MCJIT/
Makefile
12
LINK_COMPONENTS := core jit mcjit
native
support
/external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.h
44
#include "
native
.h"
55
struct native_display *
native
;
member in struct:egl_g3d_display
75
/* the
native
surface; NULL for pbuffers */
76
struct native_surface *
native
;
member in struct:egl_g3d_surface
87
const struct native_config *
native
;
member in struct:egl_g3d_config
118
const struct native_connector *
native
;
member in struct:egl_g3d_screen
egl_g3d.c
40
#include "
native
.h"
93
* Get the
native
platform.
170
gdpy->
native
->modeset->get_connectors(gdpy->
native
, &num_connectors, NULL);
185
gdpy->
native
->modeset->get_modes(gdpy->
native
, nconn, &num_modes);
212
gscr->
native
= nconn;
331
* Initialize an EGL config from the
native
config.
372
gconf->
native
= nconf;
385
struct pipe_screen *screen = gdpy->
native
->screen
[
all
...]
/frameworks/av/drm/mediadrm/plugins/mock/
Android.mk
31
$(TOP)/frameworks/
native
/include/media
/frameworks/av/media/libstagefright/omx/
Android.mk
16
$(TOP)/frameworks/
native
/include/media/hardware \
17
$(TOP)/frameworks/
native
/include/media/openmax
/device/asus/grouper/
device-common.mk
37
include frameworks/
native
/build/tablet-7in-hdpi-1024-dalvik-heap.mk
51
frameworks/
native
/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \
52
frameworks/
native
/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \
53
frameworks/
native
/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
54
frameworks/
native
/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \
55
frameworks/
native
/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
56
frameworks/
native
/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \
57
frameworks/
native
/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \
58
frameworks/
native
/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
59
frameworks/
native
/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml
[
all
...]
/frameworks/compile/mclinker/lib/MC/
SearchDirs.cpp
73
return insert(pPath.
native
());
92
if (file == entry.path()->stem().
native
() ) {
93
if(mcld::sys::fs::detail::shared_library_extension == entry.path()->extension().
native
()) {
105
if (file == entry.path()->stem().
native
() &&
106
mcld::sys::fs::detail::static_library_extension == entry.path()->extension().
native
()) {
136
if (file == entry.path()->stem().
native
() ) {
137
if(mcld::sys::fs::detail::shared_library_extension == entry.path()->extension().
native
()) {
149
if (file == entry.path()->stem().
native
() &&
150
mcld::sys::fs::detail::static_library_extension == entry.path()->extension().
native
()) {
/external/chromium_org/ui/gfx/
font_unittest.cc
61
NativeFont
native
= cf.GetNativeFont();
local
62
ASSERT_TRUE(
native
);
66
FreeIfNecessary(
native
);
72
NativeFont
native
= bold.GetNativeFont();
local
73
ASSERT_TRUE(
native
);
75
FreeIfNecessary(
native
);
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Makefile
4
clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core mcjit
native
irreader` -o toy-mcjit
7
clang++ toy-jit.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core jit
native
irreader` -o toy-jit
11
clang++ toy-jit.cpp -g -O3 -rdynamic -fno-rtti -DDUMP_FINAL_MODULE `llvm-config --cppflags --ldflags --libs core jit
native
irreader` -o toy-ir-gen
/art/runtime/
Android.mk
89
native
/dalvik_system_DexFile.cc \
90
native
/dalvik_system_VMDebug.cc \
91
native
/dalvik_system_VMRuntime.cc \
92
native
/dalvik_system_VMStack.cc \
93
native
/dalvik_system_Zygote.cc \
94
native
/java_lang_Class.cc \
95
native
/java_lang_DexCache.cc \
96
native
/java_lang_Object.cc \
97
native
/java_lang_Runtime.cc \
98
native
/java_lang_String.cc
[
all
...]
/development/ndk/platforms/android-14/samples/native-media/jni/
Android.mk
19
LOCAL_MODULE :=
native
-media-jni
20
LOCAL_SRC_FILES :=
native
-media-jni.c
21
# for
native
multimedia
25
# for
native
windows
/development/ndk/platforms/android-9/samples/native-audio/jni/
Android.mk
19
LOCAL_MODULE :=
native
-audio-jni
20
LOCAL_SRC_FILES :=
native
-audio-jni.c
21
# for
native
audio
25
# for
native
asset manager
/external/chromium_org/android_webview/native/
webview_native.target.darwin-arm.mk
29
android_webview/
native
/android_protocol_handler.cc \
30
android_webview/
native
/android_webview_jni_registrar.cc \
31
android_webview/
native
/aw_autofill_manager_delegate.cc \
32
android_webview/
native
/aw_browser_dependency_factory.cc \
33
android_webview/
native
/aw_contents.cc \
34
android_webview/
native
/aw_contents_client_bridge.cc \
35
android_webview/
native
/aw_contents_io_thread_client_impl.cc \
36
android_webview/
native
/aw_dev_tools_server.cc \
37
android_webview/
native
/aw_form_database.cc \
38
android_webview/
native
/aw_geolocation_permission_context.cc
[
all
...]
webview_native.target.darwin-mips.mk
29
android_webview/
native
/android_protocol_handler.cc \
30
android_webview/
native
/android_webview_jni_registrar.cc \
31
android_webview/
native
/aw_autofill_manager_delegate.cc \
32
android_webview/
native
/aw_browser_dependency_factory.cc \
33
android_webview/
native
/aw_contents.cc \
34
android_webview/
native
/aw_contents_client_bridge.cc \
35
android_webview/
native
/aw_contents_io_thread_client_impl.cc \
36
android_webview/
native
/aw_dev_tools_server.cc \
37
android_webview/
native
/aw_form_database.cc \
38
android_webview/
native
/aw_geolocation_permission_context.cc
[
all
...]
webview_native.target.darwin-x86.mk
29
android_webview/
native
/android_protocol_handler.cc \
30
android_webview/
native
/android_webview_jni_registrar.cc \
31
android_webview/
native
/aw_autofill_manager_delegate.cc \
32
android_webview/
native
/aw_browser_dependency_factory.cc \
33
android_webview/
native
/aw_contents.cc \
34
android_webview/
native
/aw_contents_client_bridge.cc \
35
android_webview/
native
/aw_contents_io_thread_client_impl.cc \
36
android_webview/
native
/aw_dev_tools_server.cc \
37
android_webview/
native
/aw_form_database.cc \
38
android_webview/
native
/aw_geolocation_permission_context.cc
[
all
...]
webview_native.target.linux-arm.mk
29
android_webview/
native
/android_protocol_handler.cc \
30
android_webview/
native
/android_webview_jni_registrar.cc \
31
android_webview/
native
/aw_autofill_manager_delegate.cc \
32
android_webview/
native
/aw_browser_dependency_factory.cc \
33
android_webview/
native
/aw_contents.cc \
34
android_webview/
native
/aw_contents_client_bridge.cc \
35
android_webview/
native
/aw_contents_io_thread_client_impl.cc \
36
android_webview/
native
/aw_dev_tools_server.cc \
37
android_webview/
native
/aw_form_database.cc \
38
android_webview/
native
/aw_geolocation_permission_context.cc
[
all
...]
webview_native.target.linux-mips.mk
29
android_webview/
native
/android_protocol_handler.cc \
30
android_webview/
native
/android_webview_jni_registrar.cc \
31
android_webview/
native
/aw_autofill_manager_delegate.cc \
32
android_webview/
native
/aw_browser_dependency_factory.cc \
33
android_webview/
native
/aw_contents.cc \
34
android_webview/
native
/aw_contents_client_bridge.cc \
35
android_webview/
native
/aw_contents_io_thread_client_impl.cc \
36
android_webview/
native
/aw_dev_tools_server.cc \
37
android_webview/
native
/aw_form_database.cc \
38
android_webview/
native
/aw_geolocation_permission_context.cc
[
all
...]
webview_native.target.linux-x86.mk
29
android_webview/
native
/android_protocol_handler.cc \
30
android_webview/
native
/android_webview_jni_registrar.cc \
31
android_webview/
native
/aw_autofill_manager_delegate.cc \
32
android_webview/
native
/aw_browser_dependency_factory.cc \
33
android_webview/
native
/aw_contents.cc \
34
android_webview/
native
/aw_contents_client_bridge.cc \
35
android_webview/
native
/aw_contents_io_thread_client_impl.cc \
36
android_webview/
native
/aw_dev_tools_server.cc \
37
android_webview/
native
/aw_form_database.cc \
38
android_webview/
native
/aw_geolocation_permission_context.cc
[
all
...]
/external/proguard/examples/dictionaries/
keywords.txt
37
native
/external/proguard/examples/
midlets.pro
45
# Preserve all
native
method names and the names of their classes.
48
native
<methods>;
/frameworks/av/media/libstagefright/codecs/flac/enc/
Android.mk
9
frameworks/
native
/include/media/openmax \
Completed in 1033 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>