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

<<11121314151617181920>>

  /test/vts/utils/python/coverage/
file_summary.py 24 functions: Dictionary of FunctionSummary objects for each function described
29 """Inits the object with an empty list in its functions attribute.
31 self.functions = {}
37 String representation of the functions, blocks, arcs, and lines.
40 for ident in self.functions:
41 output += str(self.functions[ident])
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.3/
rxjava-1.1.3.jar 
  /external/deqp/framework/opengl/wrapper/
glwInitFunctions.cpp 35 void initES20 (Functions* gl, const FunctionLoader* loader)
40 void initES30 (Functions* gl, const FunctionLoader* loader)
45 void initES31 (Functions* gl, const FunctionLoader* loader)
50 void initES32 (Functions* gl, const FunctionLoader* loader)
55 void initGL30Core (Functions* gl, const FunctionLoader* loader)
60 void initGL31Core (Functions* gl, const FunctionLoader* loader)
65 void initGL32Core (Functions* gl, const FunctionLoader* loader)
70 void initGL33Core (Functions* gl, const FunctionLoader* loader)
75 void initGL40Core (Functions* gl, const FunctionLoader* loader)
80 void initGL41Core (Functions* gl, const FunctionLoader* loader
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/
SmmCryptLib.inf 9 # Note: MD4 Digest functions, SHA-384 Digest functions, SHA-512 Digest functions,
10 # HMAC-MD5 functions, HMAC-SHA1 functions, AES/TDES/ARC4 functions, RSA external
11 # functions, PKCS#7 SignedData sign functions, Diffie-Hellman functions, and
12 # authenticode signature verification functions are not supported in this instance.
    [all...]
  /external/skia/src/sksl/ir/
SkSLSymbolTable.cpp 33 auto functions = GetFunctions(*entry->second); local
34 if (functions.size() > 0) {
41 for (const FunctionDeclaration* current : functions) {
48 functions.push_back(prev);
53 ASSERT(functions.size() > 1);
54 return this->takeOwnership(new UnresolvedFunction(functions));
79 std::vector<const FunctionDeclaration*> functions; local
80 functions.push_back((const FunctionDeclaration*) oldSymbol);
81 functions.push_back((const FunctionDeclaration*) symbol);
82 UnresolvedFunction* u = new UnresolvedFunction(std::move(functions));
86 std::vector<const FunctionDeclaration*> functions; local
    [all...]
  /external/llvm/test/tools/llvm-cov/
report.cpp 4 // CHECK: Filename Regions Miss Cover Functions Executed
37 // Test that listing multiple functions in a function view works.
39 // RUN: FileCheck -check-prefix=FUNCTIONS -input-file %t.dir/functions.txt %s
40 // FUNCTIONS: _Z3foob
41 // FUNCTIONS: _Z3barv
42 // FUNCTIONS: _Z4func
  /development/vndk/tools/header-checker/tests/expected/
func_decl_one_arg.h 0 functions {
26 functions {
51 functions {
76 functions {
101 functions {
126 functions {
151 functions {
176 functions {
201 functions {
226 functions {
    [all...]
  /external/clang/test/Sema/
attr-x86-interrupt.c 11 struct a test __attribute__((interrupt)); // expected-warning {{'interrupt' attribute only applies to non-K&R-style functions}}
13 __attribute__((interrupt)) int foo1(void) { return 0; } // expected-error-re {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that have a 'void' return type}}
14 __attribute__((interrupt)) void foo2(void) {} // expected-error-re {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that have only a pointer parameter optionally followed by an integer parameter}}
15 __attribute__((interrupt)) void foo3(void *a, unsigned b, int c) {} // expected-error-re {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that have only a pointer parameter optionally followed by an integer parameter}}
16 __attribute__((interrupt)) void foo4(int a) {} // expected-error-re {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that have a pointer as the first parameter}}
18 // expected-error-re@+6 {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that have a 'unsigned long' type as the second parameter}}
20 // expected-error-re@+4 {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that have a 'unsigned long long' type as the second parameter}}
22 // expected-error-re@+2 {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that have a 'unsigned int' type as the second parameter}}
26 // expected-error-re@+6 {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that have a 'unsigned long' type as the second parameter}}
28 // expected-error-re@+4 {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that have a 'unsigned long long' type as the second parameter}
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
profile.py 24 functions = {} variable
40 def add_cycles_to_function(functions, func_name, addr, cycles):
47 if func_name in functions.keys():
48 for module_name, module_value in functions[func_name].iteritems():
66 functions[func_name] = {}
67 functions[func_name][module_name] = {}
68 functions[func_name][module_name]['start'] = 0
69 functions[func_name][module_name]['end'] = 0
70 functions[func_name][module_name]['cycles'] = cycles
71 functions[func_name][module_name]['count'] =
    [all...]
  /art/runtime/openjdkjvmti/include/
jvmti.h 1787 const struct jvmtiInterface_1_ *functions; member in struct:_jvmtiEnv
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jvmti.h 1787 const struct jvmtiInterface_1_ *functions; member in struct:_jvmtiEnv
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jvmti.h 1787 const struct jvmtiInterface_1_ *functions; member in struct:_jvmtiEnv
    [all...]
  /external/deqp/framework/opengl/
gluObjectWrapper.cpp 36 ObjectWrapper::ObjectWrapper (const glw::Functions& gl, const ObjectTraits& traits)
58 ObjectWrapper::ObjectWrapper (const glw::Functions& gl, const ObjectTraits& traits, deUint32 object)
73 { "texture", &glw::Functions::genTextures, &glw::Functions::deleteTextures },
74 { "buffer", &glw::Functions::genBuffers, &glw::Functions::deleteBuffers },
75 { "renderbuffer", &glw::Functions::genRenderbuffers, &glw::Functions::deleteRenderbuffers },
76 { "framebuffer", &glw::Functions::genFramebuffers, &glw::Functions::deleteFramebuffers }
    [all...]
  /external/clang/test/Parser/
cxx-default-delete.cpp 3 int i = delete; // expected-error{{only functions}}
4 int j = default; // expected-error{{special member functions}}
9 int q() = default, r; // expected-error{{only special member functions}} \
  /external/libtextclassifier/tests/
functions.cc 17 #include "tests/functions.h"
24 TC_DEFINE_CLASS_REGISTRY_NAME("function", functions::Function);
26 TC_DEFINE_CLASS_REGISTRY_NAME("int-function", functions::IntFunction);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_destroy/
assertions.xml 8 Upon successful completion, these functions shall return zero;
14 The functions may fail if:
22 These functions shall not return an error code of EINTR.
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_trylock/
assertions.xml 8 Upon successful completion, these functions shall return zero; otherwise, an error number shall
18 These functions may fail if:
21 These functions shall not return an error code of EINTR.
  /external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
reorder-functions.ll 4 ; RUN: -sz-seed=1 -reorder-functions \
7 ; RUN: -sz-seed=1 -reorder-functions \
12 ; RUN: -sz-seed=1 -reorder-functions \
13 ; RUN: -reorder-functions-window-size=1 \
16 ; RUN: -sz-seed=1 -reorder-functions \
17 ; RUN: -reorder-functions-window-size=1 \
22 ; RUN: -sz-seed=1 -reorder-functions \
26 ; RUN: -sz-seed=1 -reorder-functions \
32 ; RUN: -sz-seed=1 -reorder-functions \
33 ; RUN: -reorder-functions-window-size=0xffffffff
    [all...]
  /prebuilts/abi-dumps/vndk/current/arm/source-based/
libsuspend.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/arm64/source-based/
libsuspend.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/x86/source-based/
libsuspend.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/x86_64/source-based/
libsuspend.so.lsdump.gz 
  /external/clang/test/CodeGenCXX/
key-function-vtable.cpp 16 // Functions with inline specifier are not key functions (PR5705)
20 // Functions with inline specifier are not key functions (PR5705)
24 // Key functions with namespace (PR5711)
30 // Key functions with namespace (PR5711)
  /external/autotest/client/site_tests/cellular_MbimComplianceDescriptor/
control.DES01 8 MBIM Compliance Test: Descriptors Validation for NCM/MBIM Functions.
21 Descriptors Validation for NCM/MBIM Functions.
control.DES02 8 MBIM Compliance Test: Descriptors Validation for MBIM Only Functions.
21 Descriptors Validation for MBIM Only Functions.

Completed in 7734 milliseconds

<<11121314151617181920>>