/cts/tests/tests/media/libaudiojni/ |
Android.mk | 26 audio-record-native.cpp \ 27 audio-track-native.cpp \
|
/device/google/muskie/ |
aosp_walleye.mk | 34 frameworks/native/data/etc/aosp_excluded_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/aosp_excluded_hardware.xml
|
/device/google/taimen/ |
aosp_taimen.mk | 34 frameworks/native/data/etc/aosp_excluded_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/aosp_excluded_hardware.xml
|
/device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/ |
llmul.c | 68 ; Call native MulS64x64 of BaseLib
|
ulldiv.c | 77 ; Call native DivU64x64Remainder of BaseLib
|
/external/clang/test/Sema/ |
pragma-pack-and-options-align.c | 20 #pragma options align=native
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
etnaviv_compiler.c | 85 /* Native register description structure */ 101 struct etna_native_reg native; /* native register to map to */ member in struct:etna_reg_desc 168 /* Next free native register, for register allocation */ 291 /* Allocate a new, unused, native temp register */ 299 /* assign TEMPs to native registers */ 307 temps[idx].native = alloc_new_native_reg(c); 332 if (!inout->active || inout->native.valid) { /* Skip if already a native register assigned */ 342 inout->native = temp->native [all...] |
/frameworks/av/drm/mediacas/plugins/clearkey/ |
Android.mk | 58 frameworks/native/include/media \
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/ |
copy_file_large.pass.cpp | 68 std::ofstream outf(file.native(), std::ios_base::app); 88 std::ifstream dest_file(dest.native());
|
/external/proguard/examples/annotations/ |
examples.pro | 33 # Preserve all native method names and the names of their classes. 36 native <methods>;
|
/external/proguard/examples/ |
applets.pro | 35 # Preserve all native method names and the names of their classes. 38 native <methods>;
|
applications.pro | 41 # Preserve all native method names and the names of their classes. 44 native <methods>;
|
/device/linaro/poplar/ |
device.mk | 20 frameworks/native/data/etc/android.software.app_widgets.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.app_widgets.xml \ 21 frameworks/native/data/etc/android.hardware.screen.landscape.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.screen.landscape.xml \ 22 frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml \ 23 frameworks/native/data/etc/android.software.print.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.print.xml \ 24 frameworks/native/data/etc/android.software.webview.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.webview.xml \ 25 frameworks/native/data/etc/android.hardware.ethernet.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.ethernet.xml 43 frameworks/native/data/etc/android.hardware.audio.output.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.output.xml \ 44 frameworks/native/data/etc/android.hardware.audio.low_latency.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.low_latency.xml 132 frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml \ 133 frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardw (…) [all...] |
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
NativeMethods.cs | 35 /// Provides access to all native methods provided by <c>NativeExtension</c>. 37 /// of the right configuration of the native extension based on current platform, architecture etc. 41 // Signatures of native methods are generated from a template
|
/external/u-boot/lib/efi_loader/ |
efi_variable.c | 104 static efi_status_t efi_to_native(char *native, u16 *variable_name, 113 native += sprintf(native, "efi_%pUl_", vendor); 114 native = (char *)utf16_to_utf8((u8 *)native, (u16 *)variable_name, len); 115 *native = '\0';
|
/external/v8/src/snapshot/ |
natives-external.cc | 21 * NativesStore stores the 'native' (builtin) JS libraries. 81 const char native[] = "native "; local 83 Vector<char> name(Vector<char>::New(id_length + sizeof(native) - 1 + 85 memcpy(name.start(), native, sizeof(native) - 1); 86 memcpy(name.start() + sizeof(native) - 1, id, id_length); 87 memcpy(name.start() + sizeof(native) - 1 + id_length, extension,
|
/external/libchrome/base/android/jni_generator/ |
jni_generator.py | 6 """Extracts native methods from a Java file and generates the JNI bindings. 40 r'(?P<qualifiers>\w+\s\w+|\w+|\s+)\s*native ' 42 r'(?P<name>native\w+)\((?P<params>.*?)\);') 73 """Describes a param for a method, either java or native.""" 94 self.params[0].name.startswith('native')): 96 self.p0_type = self.params[0].name[len('native'):] 178 """Returns a C datatype to be when calling from native.""" 205 def _GetJNIFirstParamType(native): 206 if native.type == 'function' and native.static [all...] |
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/ |
shell.py | 60 def native(path): function 61 """ Convert slash path to native """ 68 _shutil.copy2(native(src), native(dest)) 73 _shutil.copytree(native(src), native(dest)) 79 _os.unlink(native(dest)) 86 dest = native(dest) 89 _os.chmod(native(path), 0o644) 277 for dirpath, dirnames, filenames in walk(native(base)) [all...] |
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/ |
shell.py | 60 def native(path): function 61 """ Convert slash path to native """ 68 _shutil.copy2(native(src), native(dest)) 73 _shutil.copytree(native(src), native(dest)) 79 _os.unlink(native(dest)) 86 dest = native(dest) 89 _os.chmod(native(path), 0o644) 277 for dirpath, dirnames, filenames in walk(native(base)) [all...] |
/external/v8/ |
Makefile | 247 # - "native": current host's architecture, release mode 295 .PHONY: all check clean builddeps dependencies $(ENVFILE).new native \ 325 native: $(OUTDIR)/Makefile.native 326 @$(MAKE) -C "$(OUTDIR)" -f Makefile.native \ 382 native.check: native 383 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR)/native \ 418 native.clean: 419 rm -f $(OUTDIR)/Makefile.native [all...] |
/device/google/crosshatch/ |
device-common.mk | 58 frameworks/native/data/etc/android.software.midi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.midi.xml 62 frameworks/native/data/etc/android.hardware.audio.low_latency.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.low_latency.xml 66 frameworks/native/data/etc/android.hardware.audio.pro.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.pro.xml
|
/device/google/marlin/common/ |
base.mk | 266 KERNEL_TESTS := mm-audio-native-test 795 frameworks/native/data/etc/android.hardware.telephony.gsm.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.gsm.xml \ 796 frameworks/native/data/etc/android.hardware.telephony.cdma.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.cdma.xml \ 797 frameworks/native/data/etc/android.hardware.telephony.ims.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.ims.xml \ 798 frameworks/native/data/etc/android.hardware.location.gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.location.gps.xml \ 799 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \ 800 frameworks/native/data/etc/android.hardware.wifi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.xml \ 801 frameworks/native/data/etc/android.hardware.wifi.direct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.direct.xml \ 802 frameworks/native/data/etc/android.hardware.wifi.passpoint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.passpoint.xml \ 803 frameworks/native/data/etc/android.hardware.wifi.rtt.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware. (…) [all...] |
/external/ltp/ |
build.sh | 13 DEFAULT_BUILD="native" 29 echo "===== native ${1}-tree build into $PREFIX =====" 129 native native in-tree build 147 32|cross|native) build="$OPTARG";;
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
vktWsiSurfaceTests.cpp | 245 // must support creating native display & window for that WSI type. 284 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); 285 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki, *instHelper.instance, wsiType, *native.display, *native.window)); 297 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); 301 *native.display, 302 *native.window, 343 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); 347 *native.display, 348 *native.window [all...] |
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
Android.mk | 30 LOCAL_C_INCLUDES := frameworks/native/opengl/include 57 LOCAL_C_INCLUDES := frameworks/native/opengl/include 84 LOCAL_C_INCLUDES := frameworks/native/opengl/include
|