HomeSort by relevance Sort by last modified time
    Searched defs:functions (Results 251 - 275 of 480) sorted by null

<<11121314151617181920

  /external/python/cpython2/Mac/Modules/qt/
qtsupport.py 320 functions = [] variable
332 # Some functions from ImageCompression.h that we need:
342 functions.append(f)
351 functions.append(f)
358 functions.append(f)
372 for f in functions: module.add(f)
  /external/python/cpython2/Modules/
_hotshot.c 895 /* A couple of useful helper functions. */
1602 static PyMethodDef functions[] = { variable
    [all...]
  /external/python/cpython2/Objects/
exceptions.c 582 * of the os module functions, PyErr_SetFromErrnoWithFilename() is
2039 static PyMethodDef functions[] = { variable
    [all...]
  /external/v8/src/wasm/
wasm-module.h 161 uint32_t num_imported_functions = 0; // number of imported functions.
162 uint32_t num_declared_functions = 0; // number of declared functions.
163 uint32_t num_exported_functions = 0; // number of exported functions.
165 std::vector<WasmFunction> functions; // functions in this module. member in struct:v8::internal::wasm::WasmModule
208 function_code(m->functions.size()) {}
271 // minimal information about the globals, functions, and function tables.
283 return module && index < module->functions.size();
297 return module->functions[index].sig;
337 // A helper for printing out the names of functions
    [all...]
wasm-objects.cc 205 WasmFunction& func = compiled_module->module()->functions[func_index];
311 DEFINE_OBJ_ACCESSORS(WasmTableObject, functions, kFunctions, FixedArray)
313 uint32_t WasmTableObject::current_length() { return functions()->length(); }
333 table->functions()->length(), count);
733 WasmFunction& func = compiled_module->module()->functions[func_index];
867 std::vector<WasmFunction>& functions = module()->functions; local
874 std::vector<WasmFunction>& functions = module()->functions; local
1047 std::vector<WasmFunction>& functions = module()->functions; local
    [all...]
wasm-module.cc 85 static void RecordStats(Isolate* isolate, Handle<FixedArray> functions) {
87 for (int i = 0; i < functions->length(); ++i) {
88 RecordStats(isolate, Code::cast(functions->get(i)));
174 const wasm::WasmFunction* func = &module->functions[index];
257 void InitializeParallelCompilation(const std::vector<WasmFunction>& functions,
260 compilation_units_.reserve(functions.size());
261 for (uint32_t i = FLAG_skip_compiling_wasm_funcs; i < functions.size();
263 const WasmFunction* func = &functions[i];
345 InitializeParallelCompilation(module->functions, *module_env, thrower);
380 i < module->functions.size(); ++i)
590 FixedArray* functions = FixedArray::cast(fct_obj); local
    [all...]
  /external/vulkan-validation-layers/loader/
loader.h 133 struct loader_layer_functions functions; member in struct:loader_layer_properties
161 // Also have a one to one correspondence with functions in dev_ext_trampoline.c
223 // Physical device functions unknown to the loader
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Module.h 44 /// list of globals variables, a list of functions, a list of libraries (or
58 /// The type for the list of functions.
155 FunctionListType FunctionList; ///< The Functions in the module
479 /// @name Direct access to the globals list, functions list, and symbol table
489 /// Get the Module's list of functions (constant).
491 /// Get the Module's list of functions.
558 iterator_range<iterator> functions() { function in class:llvm::Module
561 iterator_range<const_iterator> functions() const { function in class:llvm::Module
612 return concat<GlobalObject>(functions(), globals());
615 return concat<const GlobalObject>(functions(), globals())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Module.h 44 /// list of globals variables, a list of functions, a list of libraries (or
58 /// The type for the list of functions.
155 FunctionListType FunctionList; ///< The Functions in the module
479 /// @name Direct access to the globals list, functions list, and symbol table
489 /// Get the Module's list of functions (constant).
491 /// Get the Module's list of functions.
558 iterator_range<iterator> functions() { function in class:llvm::Module
561 iterator_range<const_iterator> functions() const { function in class:llvm::Module
612 return concat<GlobalObject>(functions(), globals());
615 return concat<const GlobalObject>(functions(), globals())
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.h 618 std::vector<std::unique_ptr<Function> > functions; member in class:spv::Builder
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.0/
rxjava-1.1.0.jar 
  /external/skia/src/sksl/
SkSLIRGenerator.cpp 670 std::vector<const FunctionDeclaration*> functions; local
673 functions = ((UnresolvedFunction*) entry)->fFunctions;
676 functions.push_back((FunctionDeclaration*) entry);
682 for (const auto& other : functions) {
696 fErrors.error(f.fOffset, "functions '" + newDecl.description() +
755 // conservatively assume all user-defined functions have side effects
    [all...]
  /external/skqp/src/sksl/
SkSLIRGenerator.cpp 671 std::vector<const FunctionDeclaration*> functions; local
674 functions = ((UnresolvedFunction*) entry)->fFunctions;
677 functions.push_back((FunctionDeclaration*) entry);
683 for (const auto& other : functions) {
697 fErrors.error(f.fOffset, "functions '" + newDecl.description() +
756 // conservatively assume all user-defined functions have side effects
    [all...]
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.2.3/
rxjava-1.2.3.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.4/
rxjava-1.1.4.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.5/
rxjava-1.1.5.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.6/
rxjava-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.3/
rxjava-1.1.3.jar 
  /external/oj-libjdwp/src/share/javavm/export/
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...]
  /external/python/cpython3/Lib/test/
test_os.py 2 # does add tests for a few functions which have been determined to be more
837 # to tests both functions with the same code base
3005 functions = [ variable in class:PathTConverterTests
    [all...]
  /external/v8/src/debug/
debug.cc 1251 List<Handle<JSFunction> > functions; local
    [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...]
  /external/annotation-tools/asmx/test/lib/
javancss.jar 

Completed in 1044 milliseconds

<<11121314151617181920