Home
last modified time | relevance | path

Searched full:native (Results 1 – 25 of 5907) sorted by relevance

12345678910>>...237

/external/llvm-project/llvm/lib/DebugInfo/PDB/
DCMakeLists.txt43 add_pdb_impl_folder(Native
44 Native/DbiModuleDescriptor.cpp
45 Native/DbiModuleDescriptorBuilder.cpp
46 Native/DbiModuleList.cpp
47 Native/DbiStream.cpp
48 Native/DbiStreamBuilder.cpp
49 Native/EnumTables.cpp
50 Native/GlobalsStream.cpp
51 Native/Hash.cpp
52 Native/HashTable.cpp
[all …]
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
DBUILD.gn15 "Native/DbiModuleDescriptor.cpp",
16 "Native/DbiModuleDescriptorBuilder.cpp",
17 "Native/DbiModuleList.cpp",
18 "Native/DbiStream.cpp",
19 "Native/DbiStreamBuilder.cpp",
20 "Native/EnumTables.cpp",
21 "Native/GSIStreamBuilder.cpp",
22 "Native/GlobalsStream.cpp",
23 "Native/Hash.cpp",
24 "Native/HashTable.cpp",
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DCMakeLists.txt38 add_pdb_impl_folder(Native
39 Native/DbiModuleDescriptor.cpp
40 Native/DbiModuleDescriptorBuilder.cpp
41 Native/DbiModuleList.cpp
42 Native/DbiStream.cpp
43 Native/DbiStreamBuilder.cpp
44 Native/EnumTables.cpp
45 Native/GlobalsStream.cpp
46 Native/Hash.cpp
47 Native/HashTable.cpp
[all …]
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java51 * native pointer in the form of a long in addition to the long itself and don't use
52 * the Java object in the native implementation. This is to prevent the Java object
53 * from becoming eligible for GC while the native method is executing. See
74 private native static void clinit(); in clinit()
77 * Checks to see whether or not the native library was successfully loaded. If not, throws
88 static native long EVP_PKEY_new_RSA(byte[] n, byte[] e, byte[] d, byte[] p, byte[] q, in EVP_PKEY_new_RSA()
91 static native int EVP_PKEY_type(NativeRef.EVP_PKEY pkey); in EVP_PKEY_type()
93 static native String EVP_PKEY_print_public(NativeRef.EVP_PKEY pkeyRef); in EVP_PKEY_print_public()
95 static native String EVP_PKEY_print_params(NativeRef.EVP_PKEY pkeyRef); in EVP_PKEY_print_params()
97 static native void EVP_PKEY_free(long pkey); in EVP_PKEY_free()
[all …]
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DNativeCrypto.java52 * native pointer in the form of a long in addition to the long itself and don't use
53 * the Java object in the native implementation. This is to prevent the Java object
54 * from becoming eligible for GC while the native method is executing. See
76 private native static void clinit(); in clinit()
79 * Checks to see whether or not the native library was successfully loaded. If not, throws
91 static native long EVP_PKEY_new_RSA(byte[] n, byte[] e, byte[] d, byte[] p, byte[] q, in EVP_PKEY_new_RSA()
94 static native int EVP_PKEY_type(NativeRef.EVP_PKEY pkey); in EVP_PKEY_type()
96 static native String EVP_PKEY_print_public(NativeRef.EVP_PKEY pkeyRef); in EVP_PKEY_print_public()
98 static native String EVP_PKEY_print_params(NativeRef.EVP_PKEY pkeyRef); in EVP_PKEY_print_params()
100 @android.compat.annotation.UnsupportedAppUsage static native void EVP_PKEY_free(long pkey); in EVP_PKEY_free()
[all …]
/external/clang/test/CodeGen/
Dfp16-ops.c7 // RUN: | FileCheck %s --check-prefix=NATIVE-HALF
9 // RUN: | FileCheck %s --check-prefix=NATIVE-HALF
11 // RUN: | FileCheck %s --check-prefix=NATIVE-HALF
28 // NATIVE-HALF: fptoui half in foo()
33 // NATIVE-HALF: uitofp i32 {{.*}} to half in foo()
37 // NATIVE-HALF: fcmp une half in foo()
43 // NATIVE-HALF: fsub half in foo()
47 // NATIVE-HALF: load volatile half in foo()
48 // NATIVE-HALF-NEXT: store volatile half in foo()
53 // NATIVE-HALF: fadd half in foo()
[all …]
/external/llvm-project/clang/test/CodeGen/
Dfp16-ops.c8 // RUN: | FileCheck %s --check-prefix=NATIVE-HALF
10 // RUN: | FileCheck %s --check-prefix=NATIVE-HALF
12 // RUN: | FileCheck %s --check-prefix=NATIVE-HALF
30 // NATIVE-HALF: fptoui half in foo()
34 // NATIVE-HALF: uitofp i32 {{.*}} to half in foo()
38 // NATIVE-HALF: fcmp une half in foo()
43 // NATIVE-HALF: fneg half in foo()
47 // NATIVE-HALF: load volatile half in foo()
48 // NATIVE-HALF-NEXT: store volatile half in foo()
53 // NATIVE-HALF: fadd half in foo()
[all …]
/external/grpc-grpc/bazel/
Dgrpc_deps.bzl6 native.bind(
11 native.bind(
16 native.bind(
21 native.bind(
26 native.bind(
31 native.bind(
36 native.bind(
41 native.bind(
46 native.bind(
51 native.bind(
[all …]
/external/python/asn1crypto/tests/
Dtest_tsp.py25 request['version'].native
29 request['message_imprint']['hash_algorithm']['algorithm'].native
33 request['message_imprint']['hash_algorithm']['parameters'].native
37 request['message_imprint']['hashed_message'].native
41 request['nonce'].native
59 status_info['status'].native
63 status_info['status_string'].native
67 status_info['fail_info'].native
71 token['content_type'].native
79 signed_data['version'].native
[all …]
Dtest_keys.py33 key['version'].native
37 key['modulus'].native
41 key['public_exponent'].native
45 key['private_exponent'].native
49 key['prime1'].native
53 key['prime2'].native
57 key['exponent1'].native
61 key['exponent2'].native
65 key['coefficient'].native
69 key['other_prime_infos'].native
[all …]
Dtest_cms.py36 self.assertEqual('v1', data['version'].native)
39 info['content_type'].native
43 info['content'].native
57 self.assertEqual('v2', data['version'].native)
60 info['content_type'].native
64 info['content'].native
74 info['content_type'].native
78 info['content'].native
89 info['content_type'].native
93 compressed_data['version'].native
[all …]
Dtest_ocsp.py37 tbs_request['version'].native
41 tbs_request['requestor_name'].native
45 req_cert['hash_algorithm']['algorithm'].native
49 req_cert['hash_algorithm']['parameters'].native
53 req_cert['issuer_name_hash'].native
57 req_cert['issuer_key_hash'].native
61 req_cert['serial_number'].native
78 response['response_status'].native
82 response_bytes['response_type'].native
86 basic_ocsp_response['signature_algorithm']['algorithm'].native
[all …]
Dtest_core.py378 def integer(self, native, der_bytes): argument
379 i = core.Integer(native)
381 self.assertEqual(native, core.Integer.load(der_bytes).native)
394 def utctime(self, native, der_bytes): argument
395 u = core.UTCTime(native)
397 self.assertEqual(native, core.UTCTime.load(der_bytes).native)
415 a.native
417 self.assertEqual(a.native, b.native)
452 def generalized_time(self, ber_bytes, native, der_bytes): argument
455 self.assertEqual(decoded.native, native)
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVectorDrawable.java29 // private static native long nCreateTree(long rootGroupPtr);
30 // private static native long nCreateTreeFromCopy(long treeToCopy, long rootGroupPtr);
31 // private static native void nSetRendererViewportSize(long rendererPtr, float viewportWidth,
33 // private static native boolean nSetRootAlpha(long rendererPtr, float alpha);
34 // private static native float nGetRootAlpha(long rendererPtr);
35 // private static native void nSetAllowCaching(long rendererPtr, boolean allowCaching);
37 // private static native int nDraw(long rendererPtr, long canvasWrapperPtr,
155 // private static native long nCreateClipPath();
156 // private static native long nCreateClipPath(long clipPathPtr);
229 // private static native void nAddChild(long groupPtr, long nodePtr);
[all …]
/external/opencensus-java/examples/
Dopencensus_workspace.bzl12 native.maven_jar(
21 native.maven_jar(
29 native.maven_jar(
39 native.maven_jar(
50 native.maven_jar(
59 native.maven_jar(
68 native.maven_jar(
77 native.maven_jar(
86 native.maven_jar(
95 native.maven_jar(
[all …]
/external/llvm/include/llvm/Config/
Dllvm-platform-config.h3 /*===-- llvm/config/llvm-native-config.h --------------------------*- C -*-===*/
14 /* LLVM architecture name for the native architecture, if available */
20 /* LLVM name for the native AsmParser init function, if available */
23 /* LLVM name for the native AsmPrinter init function, if available */
26 /* LLVM name for the native Disassembler init function, if available */
29 /* LLVM name for the native Target init function, if available */
32 /* LLVM name for the native TargetInfo init function, if available */
35 /* LLVM name for the native target MC init function, if available */
41 /* LLVM architecture name for the native architecture, if available */
47 /* LLVM name for the native AsmParser init function, if available */
[all …]
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DOboeAudioStream.java37 public native int stopPlaybackNative(); in stopPlaybackNative()
47 public native int startPlaybackNative(); in startPlaybackNative()
49 // Write disabled because the synth is in native code.
98 private native int openNative( in openNative()
122 public native void close(int streamIndex); in close()
128 private native int getBufferCapacityInFrames(int streamIndex); in getBufferCapacityInFrames()
134 private native int getBufferSizeInFrames(int streamIndex); in getBufferSizeInFrames()
145 private native int setBufferSizeInFrames(int streamIndex, int thresholdFrames); in setBufferSizeInFrames()
150 public native int getNativeApi(int streamIndex); in getNativeApi()
156 public native int getFramesPerBurst(int streamIndex); in getFramesPerBurst()
[all …]
/external/rust/crates/grpcio-sys/grpc/bazel/
Dgrpc_deps.bzl9 native.bind(
14 native.bind(
19 native.bind(
24 native.bind(
29 native.bind(
34 native.bind(
39 native.bind(
44 native.bind(
49 native.bind(
54 native.bind(
[all …]
/external/guice/lib/build/
Dguice-3.0.xml25 native="false"
38 native="false"
53 native="false"
66 native="false"
79 native="false"
92 native="false"
105 native="false"
116 native="false"
133 native="false"
148 native="false"
[all …]
Dguice-4.0.xml25 native="false"
38 native="false"
53 native="false"
66 native="false"
79 native="false"
92 native="false"
105 native="false"
116 native="false"
133 native="false"
148 native="false"
[all …]
Dguice-2.0.xml25 native="false"
38 native="false"
53 native="false"
66 native="false"
79 native="false"
92 native="false"
105 native="false"
116 native="false"
133 native="false"
148 native="false"
[all …]
Dguice-1.0.xml25 native="false"
40 native="false"
53 native="false"
66 native="false"
79 native="false"
92 native="false"
103 native="false"
120 native="false"
135 native="false"
146 native="false"
[all …]
/external/grpc-grpc-java/
Drepositories.bzl102 native.bind(
106 native.bind(
112 native.maven_jar(
119 native.maven_jar(
126 native.maven_jar(
133 native.maven_jar(
140 native.maven_jar(
147 native.maven_jar(
154 native.maven_jar(
164 native.http_archive(
[all …]
/external/javasqlite/src/main/java/SQLite/
DStmt.java6 * Note, that all native methods of this class are
32 public native boolean prepare() throws SQLite.Exception; in prepare()
69 public native boolean step() throws SQLite.Exception; in step()
75 public native void close() throws SQLite.Exception; in close()
82 public native void reset() throws SQLite.Exception; in reset()
88 public native void clear_bindings() throws SQLite.Exception; in clear_bindings()
96 public native void bind(int pos, int value) throws SQLite.Exception; in bind()
104 public native void bind(int pos, long value) throws SQLite.Exception; in bind()
112 public native void bind(int pos, double value) throws SQLite.Exception; in bind()
120 public native void bind(int pos, byte[] value) throws SQLite.Exception; in bind()
[all …]
/external/elfutils/tests/
Drun-native-test.sh29 tempfiles native.c native
30 echo 'main () { while (1) pause (); }' > native.c
32 native=0
35 test $native -eq 0 || {
36 kill -9 $native 2> /dev/null || :
37 wait $native 2> /dev/null || :
39 native=0
59 $cc -o native -g native.c > /dev/null 2>&1 &&
61 { ./native > /dev/null 2>&1 & native=$! ; } &&
62 sleep 1 && kill -0 $native 2> /dev/null &&
[all …]

12345678910>>...237