/external/parameter-framework/asio-1.10.6/include/asio/ |
socket_acceptor_service.hpp | 45 /// The native type of the socket acceptor. 48 /// (Deprecated: Use native_handle_type.) The native acceptor type. 51 /// The native acceptor type. 109 /// Assign an existing native acceptor to a socket acceptor. 152 /// (Deprecated: Use native_handle().) Get the native acceptor implementation. 153 native_type native(implementation_type& impl) function in class:asio::socket_acceptor_service 158 /// Get the native acceptor implementation. 201 /// Gets the non-blocking mode of the native acceptor implementation. 207 /// Sets the non-blocking mode of the native acceptor implementation.
|
/external/python/cpython3/Lib/test/ |
test_pprint.py | 183 native = repr(simple) 184 self.assertEqual(pprint.pformat(simple), native) 186 .replace('\n', ' '), native) 187 self.assertEqual(pprint.saferepr(simple), native) [all...] |
/external/python/dateutil/docs/ |
Makefile | 44 @echo " xml to make Docutils-native XML files"
|
/external/python/oauth2client/docs/ |
Makefile | 44 @echo " xml to make Docutils-native XML files"
|
/external/python/pyasn1/docs/ |
Makefile | 45 @echo " xml to make Docutils-native XML files"
|
/external/python/pyasn1/tests/codec/native/ |
test_encoder.py | 19 from pyasn1.codec.native import encoder
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/ |
llvm_executionengine.mli | 42 (** [of_natint n w] boxes the native int [i] in a generic value with the 86 invoking a static compiler and generating a native executable. *)
|
/external/swiftshader/third_party/LLVM/tools/llvm-config/ |
llvm-config.in.in | 37 # Must pretend x86_64 architecture is really x86, otherwise the native backend
199 backend Either a native backend or the C backend.
200 engine Either a native JIT or a bitcode interpreter.
341 $NAME_MAP{'native'} = have_native_backend() ? [$ARCH] : [];
343 $NAME_MAP{'backend'} = have_native_backend() ? ['native'] : ['cbackend'];
348 # Return true if we have a native backend to use.
358 return ['jit', 'native'];
|
/external/swiftshader/third_party/LLVM/unittests/Support/ |
Path.cpp | 140 path::native(*i, temp_store);
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
target.go | 90 var initializeNativeTargetError = errors.New("Failed to initialize native target") 93 // initialize the native target corresponding to the host. This is useful
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
CachePruning.cpp | 195 sys::path::native(Path, CachePathNative);
|
/external/v8/src/runtime/ |
runtime-function.cc | 113 bool was_native = target_shared->native(); 148 // Set the native flag on the function.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
_struct.c | 81 /* We can't support q and Q in native mode unless the compiler does;
232 /* Same, but handling native long long. */
251 /* Same, but handling native unsigned long long. */
334 [bln] distiguishes among big-endian, little-endian and native.
339 /* Native mode routines. ****************************************************/
423 /* Native mode doesn't support q or Q unless the platform C supports
1148 but potentially different from native rep -- reuse bx_bool funcs. */
1165 case '=': { /* Host byte order -- different from native in alignment! */
2044 formatdef *native = native_table; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
_struct.c | 81 /* We can't support q and Q in native mode unless the compiler does;
232 /* Same, but handling native long long. */
251 /* Same, but handling native unsigned long long. */
334 [bln] distiguishes among big-endian, little-endian and native.
339 /* Native mode routines. ****************************************************/
423 /* Native mode doesn't support q or Q unless the platform C supports
1148 but potentially different from native rep -- reuse bx_bool funcs. */
1165 case '=': { /* Host byte order -- different from native in alignment! */
1995 formatdef *native = native_table; local [all...] |
/external/python/cpython2/Modules/ |
_struct.c | 81 /* We can't support q and Q in native mode unless the compiler does; 232 /* Same, but handling native long long. */ 251 /* Same, but handling native unsigned long long. */ 334 [bln] distiguishes among big-endian, little-endian and native. 339 /* Native mode routines. ****************************************************/ 423 /* Native mode doesn't support q or Q unless the platform C supports 1152 but potentially different from native rep -- reuse bx_bool funcs. */ 1169 case '=': { /* Host byte order -- different from native in alignment! */ 2046 formatdef *native = native_table; local [all...] |
/external/python/cpython3/Modules/ |
_struct.c | 79 /* We can't support q and Q in native mode unless the compiler does; 178 /* Same, but handling native long long. */ 201 /* Same, but handling native unsigned long long. */ 364 [bln] distiguishes among big-endian, little-endian and native. 369 /* Native mode routines. ****************************************************/ 1201 but potentially different from native rep -- reuse bx_bool funcs. */ 1219 case '=': { /* Host byte order -- different from native in alignment! */ 2315 const formatdef *native = native_table; local [all...] |
/build/soong/java/ |
app.go | 66 // list of native libraries that will be provided in or alongside the resulting jar 69 // Store native libraries uncompressed in the APK and set the android:extractNativeLibs="false" manifest 72 // module types where the native libraries are generally preinstalled outside the APK. 79 // Forces native libraries to always be packaged into the APK, 174 // shouldUncompressJNI returns true if the native libraries should be stored in the APK uncompressed and the
|
/build/soong/cc/config/ |
x86_device.go | 29 // -mstackrealign is needed to realign stack in native code
|
/external/brotli/go/cbrotli/ |
reader.go | 73 // Close implements io.Closer. Close MUST be invoked to free native resources.
|
writer.go | 109 // It is a workaround for non-copying-wrapping of native memory.
|
/external/clang/lib/Tooling/ |
Tooling.cpp | 169 llvm::sys::path::native(AbsolutePath); 233 llvm::sys::path::native(FilePath, PathStorage);
|
/external/clang/unittests/Tooling/ |
CompilationDatabaseTest.cpp | 78 llvm::sys::path::native("//net/dir/file1", PathStorage); 80 llvm::sys::path::native("//net/dir/file2", PathStorage);
|
/external/deqp/modules/egl/ |
teglImageUtil.cpp | 86 MovePtr<T> native) 88 , m_native (native) {}
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
GrpcEnvironment.cs | 428 // On some platforms (specifically iOS), thread local variables in native code 457 // a crash because grpc_*_destroy methods for native objects being invoked 465 // when the framework attempts to run the finalizers for SafeHandle object representing the native 466 // grpc objects. The finalizers calls the native grpc_*_destroy methods (e.g. grpc_server_destroy)
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/ |
AsyncCallServerTest.cs | 31 /// Uses fake native call to test interaction of <c>AsyncCallServer</c> wrapping code with C core in different situations.
|