HomeSort by relevance Sort by last modified time
    Searched full:functions (Results 76 - 100 of 34012) sorted by null

1 2 34 5 6 7 8 91011>>

  /art/test/981-dedup-original-dex/
info.txt 1 Tests basic functions in the jvmti plugin.
  /external/clang/test/SemaCUDA/Inputs/
overload.h 1 // This header is used by tests which are interested in __device__ functions
  /external/clang/test/SemaCUDA/
amdgpu-num-gpr-attr.cu 6 __global__ void test_num_vgpr() { } // expected-error {{'amdgpu_num_vgpr' attribute only applies to kernel functions}}
9 __global__ void test_num_sgpr() { } // expected-error {{'amdgpu_num_sgpr' attribute only applies to kernel functions}}
11 // fixme-expected-error@+3 {{'amdgpu_num_sgpr' attribute only applies to kernel functions}}
12 // expected-error@+2 {{'amdgpu_num_vgpr' attribute only applies to kernel functions}}
  /external/clang/test/SemaCXX/
virtual-function-in-union.cpp 4 virtual void f(); // expected-error {{unions cannot have virtual functions}}
  /external/syslinux/com32/gdbstub/
serial.h 6 * Serial driver functions
  /external/syslinux/gpxe/src/hci/mucurses/
alert.c 6 * MuCurses alert functions
  /external/syslinux/gpxe/src/include/gpxe/
serial.h 6 * Serial driver functions
  /hardware/invensense/6515/libsensors_iio/software/core/mpl/
inv_math.h 1 /* math.h has many functions and defines that are not consistent across
  /hardware/invensense/65xx/libsensors_iio/software/core/mpl/
inv_math.h 1 /* math.h has many functions and defines that are not consistent across
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/bundles/
ClearSilverCompatibleFunctions.java 17 package com.google.clearsilver.jsilver.functions.bundles;
19 import com.google.clearsilver.jsilver.functions.escape.*;
20 import com.google.clearsilver.jsilver.functions.html.CssUrlValidateFunction;
21 import com.google.clearsilver.jsilver.functions.html.HtmlStripFunction;
22 import com.google.clearsilver.jsilver.functions.html.HtmlUrlValidateFunction;
23 import com.google.clearsilver.jsilver.functions.html.TextHtmlFunction;
24 import com.google.clearsilver.jsilver.functions.numeric.AbsFunction;
25 import com.google.clearsilver.jsilver.functions.numeric.MaxFunction;
26 import com.google.clearsilver.jsilver.functions.numeric.MinFunction;
27 import com.google.clearsilver.jsilver.functions.string.CrcFunction
    [all...]
CoreOperators.java 17 package com.google.clearsilver.jsilver.functions.bundles;
19 import com.google.clearsilver.jsilver.functions.FunctionRegistry;
20 import com.google.clearsilver.jsilver.functions.operators.AddFunction;
21 import com.google.clearsilver.jsilver.functions.operators.AndFunction;
22 import com.google.clearsilver.jsilver.functions.operators.DivideFunction;
23 import com.google.clearsilver.jsilver.functions.operators.EqualFunction;
24 import com.google.clearsilver.jsilver.functions.operators.ExistsFunction;
25 import com.google.clearsilver.jsilver.functions.operators.GreaterFunction;
26 import com.google.clearsilver.jsilver.functions.operators.GreaterOrEqualFunction;
27 import com.google.clearsilver.jsilver.functions.operators.LessFunction
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/
BaseCryptLibRuntimeCryptProtocol.inf 5 # Note: MD4/MD5/SHA1 Digest functions, HMAC-MD5 functions, HMAC-SHA1 functions,
6 # AES/TDES/ARC4 functions, RSA external functions, PKCS#7 SignedData sign/verify
7 # functions, Diffie-Hellman functions, X.509 certificate handler functions,
8 # authenticode signature verification functions, PEM handler functions,
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jni.h 157 * possible return values for JNI functions.
771 * We use inlined functions for C++ so that programmers can write:
783 const struct JNINativeInterface_ *functions; member in struct:JNIEnv_
787 return functions->GetVersion(this);
791 return functions->DefineClass(this, name, loader, buf, len);
794 return functions->FindClass(this, name);
797 return functions->FromReflectedMethod(this,method);
800 return functions->FromReflectedField(this,field);
804 return functions->ToReflectedMethod(this, cls, methodID, isStatic);
808 return functions->GetSuperclass(this, sub)
1907 const struct JNIInvokeInterface_ *functions; member in struct:JavaVM_
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jni.h 157 * possible return values for JNI functions.
771 * We use inlined functions for C++ so that programmers can write:
783 const struct JNINativeInterface_ *functions; member in struct:JNIEnv_
787 return functions->GetVersion(this);
791 return functions->DefineClass(this, name, loader, buf, len);
794 return functions->FindClass(this, name);
797 return functions->FromReflectedMethod(this,method);
800 return functions->FromReflectedField(this,field);
804 return functions->ToReflectedMethod(this, cls, methodID, isStatic);
808 return functions->GetSuperclass(this, sub)
1907 const struct JNIInvokeInterface_ *functions; member in struct:JavaVM_
    [all...]
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava-async-util/0.21.0/
rxjava-async-util-0.21.0.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.2.3/
rxjava-1.2.3.jar 
  /art/test/965-default-verify/
expected.txt 2 Calling functions on concrete Main
9 Calling functions on interface Iface
  /external/chromium-libpac/test/js-unittest/
ends_with_comment.js 7 // would append some functions to the script; the first line of
8 // those extra functions was being considered part of the comment
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.inline/
p1.cpp 6 inline typedef int t; // expected-error {{'inline' can only appear on functions and non-local variables}}
7 inline struct S {}; // expected-error {{'inline' can only appear on functions and non-local variables}}
  /external/clang/test/Sema/
attr-returns-twice.c 3 int a __attribute__((returns_twice)); // expected-warning {{'returns_twice' attribute only applies to functions}}
12 typedef void (*t3)(void) __attribute__((returns_twice)); // expected-warning {{'returns_twice' attribute only applies to functions}}
  /external/compiler-rt/lib/builtins/arm/
softfloat-alias.list 2 # These are soft float functions which can be
3 # aliased to the *vfp functions on arm processors
  /external/llvm/test/tools/sancov/
stats.test 6 CHECK: all-functions: 3
7 CHECK: cov-functions: 2
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
debug.c 11 Debug library functions
24 // Declare runtime functions
  /external/valgrind/memcheck/tests/
wrapmallocso.c 4 /* Fake malloc/free functions that just print something. When run
5 under memcheck these functions will be intercepted and not print
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.0/
rxjava-1.1.0.jar 

Completed in 1078 milliseconds

1 2 34 5 6 7 8 91011>>