/external/chromium_org/third_party/npapi/npspy/extern/java/ |
jni.h | 148 * possible return values for JNI functions. 712 * We use inlined functions for C++ so that programmers can write: 724 const struct JNINativeInterface_ *functions; member in struct:JNIEnv_ 730 return functions->GetVersion(this); 734 return functions->DefineClass(this, name, loader, buf, len); 737 return functions->FindClass(this, name); 740 return functions->GetSuperclass(this, sub); 743 return functions->IsAssignableFrom(this, sub, sup); 747 return functions->Throw(this, obj); 750 return functions->ThrowNew(this, clazz, msg) 1778 const struct JNIInvokeInterface_ *functions; member in struct:JavaVM_ [all...] |
/dalvik/vm/native/ |
README.txt | 1 Internal native functions. 3 All of the functions defined here make direct use of VM functions or data 5 a separate shared library. Do not add additional functions here unless 8 All functions here either complete quickly or are used to enter a wait 10 these methods. This means that the GC will wait for these functions 18 The functions here use the DalvikNativeFunc prototype, but we can
|
/external/chromium_org/tools/json_schema_compiler/test/ |
json_schema_test.json | 5 "functions": [], 13 "functions": [], 18 "namespace": "functions", 19 "description": "The functions API.", 20 "functions": [ 45 "functions": [ 71 "functions": [
|
/external/clang/test/CodeGen/ |
packed-structure.c | 3 // RUN: FileCheck --check-prefix=CHECK-FUNCTIONS < %t %s 19 // CHECK-FUNCTIONS: define i32 @s0_load_x 20 // CHECK-FUNCTIONS: [[s0_load_x:%.*]] = load i32* {{.*}}, align 4 21 // CHECK-FUNCTIONS: ret i32 [[s0_load_x]] 27 // CHECK-FUNCTIONS: define i32 @s0_load_y 28 // CHECK-FUNCTIONS: [[s0_load_y:%.*]] = load i32* {{.*}}, align 1 29 // CHECK-FUNCTIONS: ret i32 [[s0_load_y]] 31 // CHECK-FUNCTIONS: define void @s0_copy 32 // CHECK-FUNCTIONS: call void @llvm.memcpy.p0i8.p0i8.i64(i8* {{.*}}, i8* {{.*}}, i64 8, i32 4, i1 false) 49 // CHECK-FUNCTIONS: define i32 @s1_load_ [all...] |
/external/guava/guava-tests/test/com/google/common/base/ |
FunctionsTest.java | 33 * Tests for {@link Functions}. 42 Function<String, String> identity = Functions.identity(); 48 Function<Long, Long> identity = Functions.identity(); 54 checkCanReserializeSingleton(Functions.identity()); 58 assertEquals("3", Functions.toStringFunction().apply(3)); 59 assertEquals("hiya", Functions.toStringFunction().apply("hiya")); 61 Functions.toStringFunction().apply( 68 Functions.toStringFunction().apply(null); 77 checkCanReserializeSingleton(Functions.toStringFunction()); 83 tester.testAllPublicStaticMethods(Functions.class) [all...] |
/external/harfbuzz_ng/ |
.travis.yml | 7 - sudo apt-get install libfreetype6-dev # for font functions 8 - sudo apt-get install libglib2.0-dev # for font functions / tests / utils 10 - sudo apt-get install libicu-dev # for extra unicode functions
|
/external/compiler-rt/make/platform/ |
darwin_bni.mk | 41 FUNCTIONS := absvdi2 absvsi2 addvdi3 addvsi3 ashldi3 ashrdi3 \ 52 FUNCTIONS.i386 := $(FUNCTIONS) \ 56 FUNCTIONS.ppc := $(FUNCTIONS) \ 61 FUNCTIONS.x86_64 := $(FUNCTIONS) \ 72 FUNCTIONS.armv4t := $(FUNCTIONS) 74 FUNCTIONS.armv5 := $(FUNCTIONS) [all...] |
/external/arduino/libraries/Wire/ |
keywords.txt | 10 # Methods and Functions (KEYWORD2)
|
/external/chromium_org/chrome/common/extensions/docs/server2/test_data/test_json/ |
ref_test_data_source.json | 14 "functions": [
|
/external/chromium_org/chrome/common/extensions/docs/templates/private/ |
api_property.html | 20 {{?functions}} 21 <h4 id="{{name}}-functions" title=""> 24 <dd><dl>{{#f:functions}} 27 {{/functions}}
|
/external/clang/test/PCH/ |
functions.c | 2 // RUN: %clang_cc1 -include %S/functions.h -fsyntax-only -verify %s 5 // RUN: %clang_cc1 -emit-pch -o %t %S/functions.h 15 // expected-note@functions.h:7{{'f1' declared here}} 20 // expected-note@functions.h:9{{passing argument to parameter here}}
|
functions.h | 1 /* For use with the functions.c test */
|
/external/clang/test/Sema/ |
attr-minsize.c | 5 int var1 __attribute__((__minsize__)); // expected-error{{'__minsize__' attribute only applies to functions and methods}}
|
/external/clang/test/SemaOpenCL/ |
warn-missing-prototypes.cl | 5 // Don't warn about kernel functions.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
fenvinline.h | 2 handling functions. If there were any. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libpthread.so | 2 Use the shared library, but some functions are only in
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
fenvinline.h | 2 handling functions. If there were any. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libpthread.so | 2 Use the shared library, but some functions are only in
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
fenvinline.h | 2 handling functions. If there were any. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libpthread.so | 2 Use the shared library, but some functions are only in
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/tracedmodules/ |
__init__.py | 2 that the exact location of functions in these modules is important, as trace.py
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/tracedmodules/ |
__init__.py | 2 that the exact location of functions in these modules is important, as trace.py
|
/external/chromium_org/chrome/browser/extensions/ |
PRESUBMIT_test_new_file_10.txt | 10 namespace functions { 24 } // namespace functions
|
PRESUBMIT_test_new_file_2.txt | 10 namespace functions { 28 } // namespace functions
|
/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/ |
CHROMIUM_texture_compression_dxt3.txt | 22 New Procedures and Functions 33 New Procedures and Functions
|