/art/test/1901-get-bytecodes/ |
info.txt | 1 Tests basic functions in the jvmti plugin.
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/ |
RuntimeCryptLib.uni | 9 // Note: MD4 Digest functions, HMAC-MD5 functions, HMAC-SHA1 functions, AES/
10 // TDES/ARC4 functions, RSA external functions, PKCS#7 SignedData sign functions,
11 // Diffie-Hellman functions, and authenticode signature verification functions are
29 #string STR_MODULE_DESCRIPTION #language en-US "Caution: This module requires additional review when modified. This library will have external input - signature. This external input must be validated carefully to avoid security issues such as buffer overflow or integer overflow. Note: MD4 Digest functions, HMAC-MD5 functions, HMAC-SHA1 functions, AES/ TDES/ARC4 functions, RSA external functions, PKCS#7 SignedData sign fun (…) [all...] |
SmmCryptLib.uni | 9 // Note: MD4 Digest functions, HMAC-MD5 functions, HMAC-SHA1 functions, AES/
10 // TDES/ARC4 functions, RSA external functions, PKCS#7 SignedData sign functions,
11 // Diffie-Hellman functions, and authenticode signature verification functions are
29 #string STR_MODULE_DESCRIPTION #language en-US "Caution: This module requires additional review when modified. This library will have external input - signature. This external input must be validated carefully to avoid security issues such as buffer overflow or integer overflow. Note: MD4 Digest functions, HMAC-MD5 functions, HMAC-SHA1 functions, AES/ TDES/ARC4 functions, RSA external functions, PKCS#7 SignedData sign fun (…) [all...] |
/external/libtextclassifier/ |
jni.lds | 2 # Export symbols that correspond to our JNIEXPORTed functions.
|
/frameworks/compile/slang/tests/F_invoke_return/ |
stderr.txt.expect | 1 invoke_return.rs:4:5: error: invokable non-static functions are required to return void
|
/external/chromium-libpac/ |
README | 5 functions and classes. To make this library accessible on Android, the string 6 utilities have been modified to use stl and the network functions have been 7 modified to use UNIX functions.
|
/prebuilts/go/darwin-x86/src/go/doc/testdata/ |
issue13742.0.golden | 13 FUNCTIONS 14 // Both F0 and G0 should appear as functions. 17 // Both F1 and G1 should appear as functions.
|
issue13742.1.golden | 13 FUNCTIONS 14 // Both F0 and G0 should appear as functions. 17 // Both F1 and G1 should appear as functions.
|
issue13742.2.golden | 13 FUNCTIONS 14 // Both F0 and G0 should appear as functions. 17 // Both F1 and G1 should appear as functions.
|
/prebuilts/go/linux-x86/src/go/doc/testdata/ |
issue13742.0.golden | 13 FUNCTIONS 14 // Both F0 and G0 should appear as functions. 17 // Both F1 and G1 should appear as functions.
|
issue13742.1.golden | 13 FUNCTIONS 14 // Both F0 and G0 should appear as functions. 17 // Both F1 and G1 should appear as functions.
|
issue13742.2.golden | 13 FUNCTIONS 14 // Both F0 and G0 should appear as functions. 17 // Both F1 and G1 should appear as functions.
|
/external/deqp/framework/opengl/wrapper/ |
glwInitFunctions.hpp | 33 void initES20 (Functions* gl, const FunctionLoader* loader); //!< Load all OpenGL ES 2.0 functions. 34 void initES30 (Functions* gl, const FunctionLoader* loader); //!< Load all OpenGL ES 3.0 functions. 35 void initES31 (Functions* gl, const FunctionLoader* loader); //!< Load all OpenGL ES 3.1 functions. 36 void initES32 (Functions* gl, const FunctionLoader* loader); //!< Load all OpenGL ES 3.2 functions. 38 void initGL30Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 3.0 core functions [all...] |
/external/clang/test/SemaObjC/ |
attr-malloc.m | 4 - (id) test1 __attribute((malloc)); // expected-warning {{attribute only applies to functions}} 5 - (int) test2 __attribute((malloc)); // expected-warning {{attribute only applies to functions}} 13 __attribute((malloc)) id (*f)(); // expected-warning {{attribute only applies to functions}} 14 __attribute((malloc)) bptr (*g)(); // expected-warning {{attribute only applies to functions}} 15 __attribute((malloc)) void *(^h)(); // expected-warning {{attribute only applies to functions}}
|
/external/zlib/src/win32/ |
zlib.def | 3 ; basic functions 9 ; advanced functions 31 ; utility functions 61 ; large file functions 68 ; checksum functions
|
/external/python/cpython2/Mac/Modules/menu/ |
menuedit.py | 2 functions.append(f) 12 functions.append(f) 29 functions.append(f) 54 functions.append(f) 58 # The following functions take an *optional* MenuRef as their first argument 65 functions.append(f) 74 functions.append(f) 80 functions.append(f) 86 functions.append(f) 92 functions.append(f [all...] |
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ |
FunctionsTest.java | 30 * Tests for {@link Functions}. 39 Function<String, String> identity = Functions.identity(); 45 Function<Long, Long> identity = Functions.identity(); 50 assertEquals("3", Functions.toStringFunction().apply(3)); 51 assertEquals("hiya", Functions.toStringFunction().apply("hiya")); 53 Functions.toStringFunction().apply( 60 Functions.toStringFunction().apply(null); 72 Function<String, Integer> function = Functions.forMap(map); 85 .addEqualityGroup(function, Functions.forMap(map)) 86 .addEqualityGroup(Functions.forMap(map, 42) [all...] |
/art/test/966-default-conflict/ |
expected.txt | 2 Calling functions on concrete Main 9 Calling functions on interface Iface 16 Calling functions on interface Iface2
|
/art/test/967-default-ame/ |
expected.txt | 2 Calling functions on concrete Main 9 Calling functions on interface Iface 16 Calling functions on interface Iface2
|
/external/clang/test/Driver/ |
noinline.c | 1 // Make sure the driver is correctly passing -fno-inline-functions 5 // RUN: -fno-inline -fno-inline-functions -### -fsyntax-only %s 2> %t 10 // CHECK: "-fno-inline-functions"
|
/external/compiler-rt/make/platform/ |
multi_arch.mk | 14 FUNCTIONS := moddi3 floatundixf udivdi3 15 FUNCTIONS.m64 := $(FUNCTIONS) lshrdi3
|
/libnativehelper/ |
README | 1 Support functions for Android's class libraries 4 These are VM-agnostic native functions that implement methods for system 11 Some helper functions are defined in include/nativehelper/JNIHelp.h.
|
/art/benchmark/jobject-benchmark/ |
info.txt | 1 Benchmark for jobject functions
|
/art/test/1910-transform-with-default/ |
info.txt | 1 Tests basic functions in the jvmti plugin.
|
/art/test/947-reflect-method/ |
info.txt | 1 Tests basic functions in the jvmti plugin.
|