/cts/tests/libcore/jsr166/ |
Android.mk | 33 LOCAL_JACK_FLAGS := --multi-dex native
|
/cts/tests/libcore/runner/ |
Android.mk | 32 LOCAL_JACK_FLAGS := --multi-dex native
|
/cts/tests/tests/mediastress/jni/ |
Android.mk | 23 LOCAL_SRC_FILES := native-media-jni.cpp
|
/cts/tests/tests/nativemidi/jni/ |
Android.mk | 23 LOCAL_SRC_FILES := native-lib.cpp
|
/cts/tests/tests/openglperf/jni/ |
Android.mk | 25 LOCAL_C_INCLUDES := $(JNI_H_INCLUDE) $(call include-path-for, system-core) frameworks/native/opengl/include
|
/cts/tests/vr/jni/ |
Android.mk | 27 LOCAL_C_INCLUDES := $(JNI_H_INCLUDE) $(call include-path-for, system-core) frameworks/native/opengl/include
|
/device/google/cuttlefish_common/guest/hals/audio/legacy/policy/ |
Android.mk | 37 frameworks/native/include/media/hardware \
|
/device/google/marlin/camera/QCamera2/HAL/test/ |
Android.mk | 45 frameworks/native/include/media/openmax \
|
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/ |
Android.mk | 16 frameworks/native/include/media/openmax \
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/ |
EbcLowLevel.asm | 35 ; This instruction requires that we thunk out to external native
56 ; Fix X64 native function call prolog. Prepare space for at least 4 arguments,
57 ; even if the native function's arguments are less than 4.
74 ; Fix X64 native function call 16-byte alignment.
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
SafeHandleZeroIsInvalid.cs | 25 /// Safe handle to wrap native objects.
|
ChannelSafeHandle.cs | 29 static readonly NativeMethods Native = NativeMethods.Get(); 37 // Increment reference count for the native gRPC environment to make sure we don't do grpc_shutdown() before destroying the server handle. 40 return Native.grpcsharp_insecure_channel_create(target, channelArgs); 45 // Increment reference count for the native gRPC environment to make sure we don't do grpc_shutdown() before destroying the server handle. 48 return Native.grpcsharp_secure_channel_create(credentials, target, channelArgs); 53 var result = Native.grpcsharp_channel_create_call(this, parentCall, propagationMask, cq, method, host, deadline); 64 return Native.grpcsharp_channel_check_connectivity_state(this, tryToConnect ? 1 : 0); 70 Native.grpcsharp_channel_watch_connectivity_state(this, lastObservedState, deadline, cq, ctx); 75 using (var cstring = Native.grpcsharp_channel_get_target(this)) 83 Native.grpcsharp_channel_destroy(handle) [all...] |
/external/grpc-grpc/test/distrib/csharp/DistribTest/ |
Program.cs | 28 // This code doesn't do much but makes sure the native extension is loaded
|
/external/proguard/examples/ |
scala.pro | 97 # Preserve all native method names and the names of their classes. 100 native <methods>;
|
/external/tensorflow/tensorflow/contrib/android/cmake/ |
CMakeLists.txt | 54 ${TENSORFLOW_ROOT_DIR}/tensorflow/java/src/main/native/*.cc)
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
CodecBase.h | 47 namespace native { namespace in namespace:android::hardware::cas 51 using hardware::cas::native::V1_0::IDescrambler;
|
/build/make/target/product/ |
runtime_libart.mk | 58 ro.dalvik.vm.native.bridge=0
|
/device/google/atv/products/ |
sdk_atv_armv7.mk | 36 frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \
|
/device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/ |
mulll.S | 68 # Call native MulS64x64 of BaseLib
|
udivdi3.S | 74 # Call native DivU64x64Remainder of BaseLib
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/ |
path.io.pass.cpp | 57 assert(p_in.native() == (const char*)InStr);
|
/external/python/cpython2/Lib/test/ |
test_pprint.py | 147 native = repr(simple) 148 self.assertEqual(pprint.pformat(simple), native) 150 .replace('\n', ' '), native) 151 self.assertEqual(pprint.saferepr(simple), native)
|
/device/google/contexthub/firmware/build/ |
nanohub_executable.mk | 53 ifeq ($(AUX_ARCH),native) 55 $(call nano-gen-linker-script-native,$(linker_script),os,$(AUX_SUBARCH),native,$(AUX_ARCH))
|
/external/lz4/ |
Makefile | 139 clangtest-native: clean 142 @CFLAGS="-O3 -Werror -Wconversion -Wno-sign-conversion" $(MAKE) -C $(PRGDIR) native CC=clang 143 @CFLAGS="-O3 -Werror -Wconversion -Wno-sign-conversion" $(MAKE) -C $(TESTDIR) native CC=clang
|
/external/mesa3d/src/egl/drivers/dri2/ |
platform_android.c | 51 int native; /* HAL_PIXEL_FORMAT_ */ member in struct:droid_yuv_format 60 * on native format and information contained in android_ycbcr struct. */ 62 /* Native format, YCrCb, Chroma step, DRI image FourCC */ 75 get_fourcc_yuv(int native, int is_ycrcb, int chroma_step) 78 if (droid_yuv_formats[i].native == native && 87 is_yuv(int native) 90 if (droid_yuv_formats[i].native == native) 97 get_format_bpp(int native) [all...] |