/external/llvm/utils/ |
check-each-file | 5 # This script depends on the llvm-native-gcc script. 11 echo "Building $program with llvm-native-gcc" 13 gmake -e $program CC=llvm-native-gcc CXX=llvm-native-gxx 113 echo "Recompiling everything with llvm-native-gcc" 117 gmake $f CC=llvm-native-gcc CXX=llvm-native-gxx 123 echo "Sorry, I can't help you, $program is OK when compiled with llvm-native-gcc" 128 echo Trying to compile $f with native gcc and rebuild $program 144 echo "Program is OK when these files are recompiled with native gcc: [all...] |
llvm-native-gcc | 2 # Wrapper around LLVM tools to generate a native .o from llvm-gcc using an 23 if ($ProgramName =~ /llvm-native-gcc/) { 56 if ($ProgramName =~ /llvm-native-gcc/) { 58 } elsif ($ProgramName =~ /native-build/) { 66 && (($ProgramName !~ /native-build/) 72 if ($ProgramName =~ /llvm-native-gcc/) { 74 } elsif ($ProgramName =~ /native-build/) { 166 if ($ProgramName eq /native-build/) { 169 } elsif ($ProgramName =~ /llvm-native-gcc/) { 184 llvm-native-gc [all...] |
llvm-native-gxx | 2 # Wrapper around LLVM tools to generate a native .o from llvm-gxx using an 23 if ($ProgramName =~ /llvm-native-gxx/) { 56 if ($ProgramName =~ /llvm-native-gxx/) { 58 } elsif ($ProgramName =~ /native-build/) { 66 && (($ProgramName !~ /native-build/) 72 if ($ProgramName =~ /llvm-native-gxx/) { 74 } elsif ($ProgramName =~ /native-build/) { 166 if ($ProgramName eq /native-build/) { 169 } elsif ($ProgramName =~ /llvm-native-gxx/) { 184 llvm-native-gx [all...] |
/dalvik/vm/ |
Dvm.mk | 108 Native.cpp \ 150 native/InternalNative.cpp \ 151 native/dalvik_bytecode_OpcodeInfo.cpp \ 152 native/dalvik_system_DexFile.cpp \ 153 native/dalvik_system_VMDebug.cpp \ 154 native/dalvik_system_VMRuntime.cpp \ 155 native/dalvik_system_VMStack.cpp \ 156 native/dalvik_system_Zygote.cpp \ 157 native/java_lang_Class.cpp \ 158 native/java_lang_Double.cpp [all...] |
/libcore/ |
NativeCode.mk | 17 # Definitions for building the native code needed for the core library. 36 define include-core-native-dir 62 dalvik/src/main/native luni/src/main/native, \ 63 $(eval $(call include-core-native-dir,$(dir)))) 73 luni/src/test/native/test_openssl_engine.cpp \ 98 crypto/src/main/native/org_conscrypt_NativeCrypto.cpp 100 libcore/luni/src/main/native 145 # Conscrypt native library for host 148 crypto/src/main/native/org_conscrypt_NativeCrypto.cp [all...] |
/dalvik/vm/alloc/ |
DdmHeap.cpp | 298 /* If we're looking at the native heap, we'll just return 301 bool native = ctx->type == CHUNK_TYPE("NHSG"); local 304 // Transmit any pending free memory. Native free memory of 313 if (!native || freeLen < kMaxFreeLen) { 330 if (!native && dvmIsValidObject(obj)) { 394 static void walkHeap(bool merge, bool native) 406 if (native) { 418 if (native) { 430 void dvmDdmSendHeapSegments(bool shouldLock, bool native) 439 if (!native) { [all...] |
/device/samsung/manta/ |
device.mk | 52 frameworks/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \ 53 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \ 54 frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \ 55 frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \ 58 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \ 59 frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \ 60 frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \ 61 frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \ 62 frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \ 63 frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:system/etc/permissions/android.hardware.sensor. (…) [all...] |
/external/v8/ |
Makefile | 104 # - "native": current host's architecture, release mode 132 .PHONY: all check clean dependencies $(ENVFILE).new native \ 154 native: $(OUTDIR)/Makefile-native 155 @$(MAKE) -C "$(OUTDIR)" -f Makefile-native \ 189 native.check: native 190 @tools/test-wrapper-gypbuild.py $(TESTJOBS) --outdir=$(OUTDIR)/native \ 200 native.clean: 201 rm -f $(OUTDIR)/Makefile-native [all...] |
/device/asus/flo/ |
device-common.mk | 101 frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ 102 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \ 103 frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \ 104 frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \ 105 frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \ 106 frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \ 107 frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \ 108 frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \ 109 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \ 110 frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml [all...] |
/frameworks/av/media/libstagefright/codecs/avc/enc/ |
Android.mk | 28 $(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/ |
Android.mk | 34 $(TOP)/frameworks/native/include/media/openmax 47 frameworks/native/include/media/openmax \ 48 frameworks/native/include/media/hardware \
|
/frameworks/ml/bordeaux/learning/multiclass_pa/ |
Android.mk | 19 # Build native code 27 LOCAL_SRC_FILES := native/multiclass_pa.cpp \ 34 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../native
|
/hardware/samsung_slsi/exynos5/libstagefrighthw/ |
Android.mk | 24 frameworks/native/include/media/hardware \ 25 frameworks/native/include/media/openmax \ 26 frameworks/native/include
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
egl_g3d_api.c | 40 #include "native.h" 114 data->format != gconf->native->color_format) 134 if (!gdpy->native->get_pixmap_format(gdpy->native, 260 /* create the native surface */ 263 nsurf = gdpy->native->create_window_surface(gdpy->native, 264 arg->u.win, gconf->native); 267 nsurf = gdpy->native->create_pixmap_surface(gdpy->native, [all...] |
egl_g3d_image.c | 36 #include "native.h" 41 * Reference and return the front left buffer of the native pixmap. 51 nsurf = gdpy->native->create_pixmap_surface(gdpy->native, pix, NULL); 71 struct pipe_screen *screen = gdpy->native->screen; 179 return gdpy->native->buffer->import_buffer(gdpy->native, &nbuf); 193 if (!gdpy->native->wayland_bufmgr) 196 tmp = gdpy->native->wayland_bufmgr->buffer_get_resource(gdpy->native, buffer) [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d_api.c | 40 #include "native.h" 114 data->format != gconf->native->color_format) 134 if (!gdpy->native->get_pixmap_format(gdpy->native, 260 /* create the native surface */ 263 nsurf = gdpy->native->create_window_surface(gdpy->native, 264 arg->u.win, gconf->native); 267 nsurf = gdpy->native->create_pixmap_surface(gdpy->native, [all...] |
egl_g3d_image.c | 36 #include "native.h" 41 * Reference and return the front left buffer of the native pixmap. 51 nsurf = gdpy->native->create_pixmap_surface(gdpy->native, pix, NULL); 71 struct pipe_screen *screen = gdpy->native->screen; 179 return gdpy->native->buffer->import_buffer(gdpy->native, &nbuf); 193 if (!gdpy->native->wayland_bufmgr) 196 tmp = gdpy->native->wayland_bufmgr->buffer_get_resource(gdpy->native, buffer) [all...] |
/external/chromium_org/ash/display/ |
display_info.h | 109 // when the |another_info| isn't native one. 124 void set_native(bool native) { native_ = native; } 125 bool native() const { return native_; } function in class:ash::internal::DisplayInfo 157 // True if this comes from native platform (DisplayChangeObserverX11).
|
/frameworks/av/libvideoeditor/lvpp/ |
Android.mk | 82 $(TOP)/frameworks/native/include/media/editor \ 83 $(TOP)/frameworks/native/include/media/openmax \ 84 $(TOP)/frameworks/native/services/audioflinger
|
/frameworks/av/media/libstagefright/rtsp/ |
Android.mk | 24 $(TOP)/frameworks/native/include/media/openmax \ 50 $(TOP)/frameworks/native/include/media/openmax
|
/frameworks/compile/mclinker/unittests/ |
DirIteratorTest.cpp | 58 size = entry.path()->native().size();
|
/frameworks/native/opengl/tests/EGLTest/ |
Android.mk | 31 frameworks/native/opengl/libs \ 32 frameworks/native/opengl/libs/EGL \
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
Android.mk | 40 frameworks/native/include/media/hardware \ 41 frameworks/native/include/media/openmax \
|
/packages/apps/Nfc/nci/jni/ |
RoutingManager.h | 39 bool initialize(nfc_jni_native_data* native);
|
/device/lge/hammerhead/ |
device.mk | 67 frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ 68 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \ 69 frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \ 70 frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \ 71 frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \ 72 frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \ 73 frameworks/native/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml \ 74 frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \ 75 frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \ 76 frameworks/native/data/etc/android.hardware.sensor.barometer.xml:system/etc/permissions/android.hardware.sensor.baro (…) [all...] |