/device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/ |
llrem.c | 76 ; Call native DivS64x64Remainder of BaseLib
|
ulldvrm.c | 82 ; Call native DivU64x64Remainder of BaseLib
|
ullrem.c | 76 ; Call native DivU64x64Remainder of BaseLib
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
ChannelCredentials.cs | 41 // Native credentials object need to be kept alive once initialized for subchannel sharing to work correctly 43 // We rely on finalizer to clean up the native portion of ChannelCredentialsSafeHandle after the ChannelCredentials 73 /// Gets native object for the credentials, creating one if it already doesn't exist. May return null if insecure channel 74 /// should be created. Caller must not call <c>Dispose()</c> on the returned native credentials as their lifetime 75 /// is managed by this class (and instances of native credentials are cached). 77 /// <returns>The native credentials.</returns> 84 /// Creates a new native object for the credentials. May return null if insecure channel 87 /// <returns>The native credentials.</returns> 207 throw new ArgumentException("Error creating native composite credentials. Likely, this is because you are trying to compose incompatible credentials.");
|
CallCredentials.cs | 55 /// Creates native object for the credentials. 57 /// <returns>The native credentials.</returns> 123 throw new ArgumentException("Error creating native composite credentials. Likely, this is because you are trying to compose incompatible credentials.");
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
DefaultSslRootsOverride.cs | 40 public static void Override(NativeMethods native) 52 native.grpcsharp_override_default_ssl_roots(pemRootCerts);
|
UnmanagedLibrary.cs | 32 /// First, the native library is loaded using dlopen (on Unix systems) or using LoadLibrary (on Windows). 34 /// transforms the addresses into delegates to native methods. 52 Logger.Debug("Attempting to load native library \"{0}\"", this.libraryPath); 58 throw new IOException(string.Format("Error loading native library \"{0}\"", this.libraryPath)); 81 // library, that's not a big problem. This is only called once per function in the native library. 120 throw new MissingMethodException(string.Format("The native method \"{0}\" does not exist", methodName)); 168 String.Format("Error loading native library. Not found in any of the possible locations: {0}",
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
ChannelCredentialsTest.cs | 49 // always returning the same native object is critical for subchannel sharing to work with secure channels 71 throw new Exception("Creation of native credentials has failed on purpose.");
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.weakly_canonical/ |
weakly_canonical.pass.cpp | 71 std::cerr << " Output: '" << output.native() << "'";
|
/external/python/cpython2/Tools/scripts/ |
svneol.py | 6 Try to set the svn:eol-style property to "native" on every .py, .txt, .c and 91 os.system('svn propset svn:eol-style native "%s"' % path)
|
/external/python/pyasn1/ |
setup.py | 90 'pyasn1.codec.native']})
|
/external/swiftshader/third_party/subzero/pydir/ |
gen_test_arith_ll.py | 20 def arith(Native, Type, Op): 22 define internal {{native}} @{{name}}({{native}} %a, {{native}} %b) {{{{ 27 ret {{native}} %result 36 trunc_a = '%a.trunc = trunc {native} %a to {type}' if 37 Native != Type else '', 38 trunc_b = '%b.trunc = trunc {native} %b to {type}' if 39 Native != Type else '', 41 ' {type} %result.trunc to {native}' if Native != Type else '' [all...] |
/external/tensorflow/tensorflow/contrib/makefile/ |
compile_nsync.sh | 27 usage="usage: $prog [-t linux|ios|android|macos|native] 36 The default target platform is the native host platform. 59 target_platform=native # Default is to build for the host. 77 native) target_platform="$host_platform";;
|
/external/webrtc/webrtc/tools/rtcbot/bot/ |
api.js | 24 // Dnode loses certain method calls when exposing native browser objects such as 26 // redefine a non-native method in a target "obj" from "src" that applies a list
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/ |
shell.py | 61 def native(path): function 62 """ Convert slash path to native """ 69 _shutil.copy2(native(src), native(dest)) 74 _shutil.copytree(native(src), native(dest)) 80 _os.unlink(native(dest)) 87 dest = native(dest) 90 _os.chmod(native(path), 0644) 404 for dirpath, dirnames, filenames in walk(native(base)) [all...] |
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/ |
shell.py | 61 def native(path): function 62 """ Convert slash path to native """ 69 _shutil.copy2(native(src), native(dest)) 74 _shutil.copytree(native(src), native(dest)) 80 _os.unlink(native(dest)) 87 dest = native(dest) 90 _os.chmod(native(path), 0644) 404 for dirpath, dirnames, filenames in walk(native(base)) [all...] |
/external/libchrome/ipc/ |
ipc_channel_mojo.cc | 275 base::Optional<std::vector<mojo::native::SerializedHandlePtr>>* handles) { 282 std::vector<mojo::native::SerializedHandlePtr> output_handles; 287 auto serialized_handle = mojo::native::SerializedHandle::New(); 290 mojo::ConvertTo<mojo::native::SerializedHandle::Type>( 304 base::Optional<std::vector<mojo::native::SerializedHandlePtr>> handles,
|
/external/libcxx/test/support/ |
filesystem_test_helper.hpp | 140 std::string const& root = test_root.native(); 145 return std::move(const_cast<std::string&>(tmp.native())); 356 auto const& native_ref = p.native(); 444 return LHS.native() == RHS.native(); 484 if (p.native().empty())
|
/art/runtime/native/ |
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 170 static jboolean DdmVmInternal_heapSegmentNotify(JNIEnv*, jclass, jint when, jint what, jboolean native) { 171 return Dbg::DdmHandleHpsgNhsgChunk(static_cast<Dbg::HpsgWhen>(when), static_cast<Dbg::HpsgWhat>(what), native);
|
/cts/build/ |
config.mk | 15 # Test XMLs, native executables, and packages will be placed in this
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2419/ |
Android.mk | 24 LOCAL_C_INCLUDES += $(TOP)/frameworks/native/include/media/openmax
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3746/ |
Android.mk | 24 LOCAL_C_INCLUDES += $(TOP)/frameworks/native/include/media/openmax \
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0415/ |
Android.mk | 31 $(TOP)/frameworks/native/include/media/openmax
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9344/ |
Android.mk | 30 android.hardware.cas.native@1.0 \
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9539/ |
Android.mk | 28 android.hardware.cas.native@1.0 \
|