HomeSort by relevance Sort by last modified time
    Searched refs:native (Results 201 - 225 of 452) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp 265 // must support creating native display & window for that WSI type.
573 const NativeObjects native (context, instHelper.supportedExtensions, params.wsiType);
574 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki, *instHelper.instance, params.wsiType, *native.display, *native.window));
645 const NativeObjects native (context, instHelper.supportedExtensions, params.wsiType);
649 *native.display,
650 *native.window,
    [all...]
vktWsiColorSpaceTests.cpp 268 // must support creating native display & window for that WSI type.
799 const NativeObjects native (context, instHelper.supportedExtensions, wsiType, tcu::just(desiredSize));
800 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki, *instHelper.instance, wsiType, *native.display, *native.window));
    [all...]
  /build/soong/cc/
vndk.go 85 return "native:vendor"
89 return "native:vendor:vndk"
91 return "native:vendor:vndksp"
94 return "native:vendor:vndkext"
96 return "native:vendor:vndkspext"
  /build/make/core/
prebuilt_internal.mk 127 my_link_type := native:ndk:$(my_ndk_stl_family):$(my_ndk_stl_link_type)
132 my_link_type := native:vndk
134 my_link_type := native:vndk_private
137 my_link_type := native:vendor
140 my_link_type := native:recovery
142 my_link_type := native:platform
android_manifest.mk 85 my_manifest_fixer_flags += --extract-native-libs=false
87 my_manifest_fixer_flags += --extract-native-libs=true
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pprint.py 126 native = repr(simple)
130 self.assertEqual(native, got,
132 (native, got, function))
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 175 llvm::sys::path::native(FilePath, NativeFilePath);
332 llvm::sys::path::native(AbsolutePath, NativeFilePath);
334 llvm::sys::path::native(FileName, NativeFilePath);
  /art/test/common/
runtime_state.cc 42 // public static native boolean hasJit();
58 // public static native boolean hasOatFile();
69 // public static native boolean runtimeIsSoftFail();
76 // public static native boolean hasImage();
83 // public static native boolean isImageDex2OatEnabled();
90 // public static native boolean compiledWithOptimizing();
210 bool native = false; variable
214 native = true;
236 if (native && code_cache->ContainsMethod(method)) {
244 if (!native) {
    [all...]
  /build/soong/java/
android_manifest.go 56 args = append(args, fmt.Sprintf("--extract-native-libs=%v", !uncompressedJNI))
58 ctx.ModuleErrorf("module attempted to store uncompressed native libraries, but minSdkVersion=%d doesn't support it",
  /device/google/cuttlefish_common/guest/hals/camera/
Android.mk 64 frameworks/native/include/media/hardware \
150 frameworks/native/include
  /device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
umoddi3.S 74 # Call native DivU64x64Remainder of BaseLib
  /external/eigen/bench/perf_monitoring/gemm/
run.sh 100 if $CXX -O2 -DNDEBUG -march=native $CXX_FLAGS -I eigen_src $bench.cpp -DSCALAR=$scalar -o $name; then
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
NativeMetadataCredentialsPlugin.cs 33 static readonly NativeMethods Native = NativeMethods.Get();
47 this.credentials = Native.grpcsharp_metadata_credentials_create_from_plugin(nativeInterceptor);
71 // eat the exception, we must not throw when inside callback from native code.
72 Logger.Error(e, "Exception occurred while invoking native metadata interceptor handler.");
85 Native.grpcsharp_metadata_credentials_notify_from_plugin(callbackPtr, userDataPtr, metadataArray, StatusCode.OK, null);
91 Native.grpcsharp_metadata_credentials_notify_from_plugin(callbackPtr, userDataPtr, MetadataArraySafeHandle.Create(Metadata.Empty), StatusCode.Unknown, detail);
  /external/grpc-grpc/src/csharp/Grpc.Core/
ServerCredentials.cs 46 /// Creates native object for the credentials.
48 /// <returns>The native credentials.</returns>
  /external/libchrome/ipc/
ipc_message_pipe_reader.cc 57 base::Optional<std::vector<mojo::native::SerializedHandlePtr>> handles;
  /external/libcxx/test/std/input.output/filesystems/class.path/path.itr/
iterator.pass.cpp 53 ASSERT_SAME_TYPE(std::string const&, decltype(it->native()));
  /external/llvm/lib/Support/
CachePruning.cpp 104 sys::path::native(Path, CachePathNative);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PathV2.h 158 /// Convert path to the native form. This is used to give paths to users and
162 /// @param path A path that is transformed to native format.
164 void native(const Twine &path, SmallVectorImpl<char> &result);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
CodeGenCoverage.cpp 68 uint64_t RuleID = support::endian::read64(CurPtr, support::native);
  /external/webrtc/talk/app/webrtc/java/jni/
jni_helpers.h 97 // Given a UTF-8 encoded |native| string return a new (UTF-16) jstring.
98 jstring JavaStringFromStdString(JNIEnv* jni, const std::string& native);
100 // Given a (UTF-16) jstring return a new UTF-8 native string.
113 // through a "native" method call).
  /art/test/121-modifiers/smali/
NonInf.smali 122 .method public native nativeMethod()V
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2460/
Android.mk 35 $(TOP)/frameworks/native/include/media/openmax \
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9539/
poc.cpp 3 #include <android/hardware/cas/native/1.0/IDescrambler.h>
19 using namespace android::hardware::cas::native::V1_0;
  /cts/tests/camera/libctscamera2jni/
Android.mk 24 native-camera-jni.cpp \
  /cts/tests/libcore/ojluni/
Android.mk 36 LOCAL_JACK_FLAGS := --multi-dex native

Completed in 2630 milliseconds

1 2 3 4 5 6 7 891011>>