Home
last modified time | relevance | path

Searched defs:functions (Results 1 – 25 of 201) sorted by relevance

123456789

/external/compiler-rt/lib/dfsan/scripts/
Dbuild-libc-list.py85 functions = [] variable
92 functions = list(set(functions)) variable
/external/google-breakpad/src/common/
Dstabs_to_module_unittest.cc61 vector<Module::Function *> functions; in TEST() local
127 vector<Module::Function *> functions; in TEST() local
162 vector<Module::Function *> functions; in TEST() local
207 vector<Module::Function *> functions; in TEST() local
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_context.c45 i830InitDriverFunctions(struct dd_function_table *functions) in i830InitDriverFunctions()
63 struct dd_function_table functions; in i830CreateContext() local
Di915_context.c87 i915InitDriverFunctions(struct dd_function_table *functions) in i915InitDriverFunctions()
161 struct dd_function_table functions; in i915CreateContext() local
Dintel_pixel.c127 intelInitPixelFuncs(struct dd_function_table *functions) in intelInitPixelFuncs()
/external/skia/src/sksl/ir/
DSkSLSymbolTable.cpp33 auto functions = GetFunctions(*entry->second); in operator []() local
84 std::vector<const FunctionDeclaration*> functions; in addWithoutOwnership() local
91 std::vector<const FunctionDeclaration*> functions; in addWithoutOwnership() local
/external/skqp/src/sksl/ir/
DSkSLSymbolTable.cpp33 auto functions = GetFunctions(*entry->second); in operator []() local
84 std::vector<const FunctionDeclaration*> functions; in addWithoutOwnership() local
91 std::vector<const FunctionDeclaration*> functions; in addWithoutOwnership() local
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/scripts/
Dgen_llvm_ir_macros.py235 def generate_gen_h(functions, output_file): argument
259 def generate_gen_cpp(functions, output_file): argument
/external/python/cpython3/Doc/library/
Dctypes.rst223 .. _ctypes-fundamental-data-types:
388 Calling functions with your own custom data types
1045 .. _ctypes-accessing-values-exported-from-dlls:
1578 Foreign functions can also be created by instantiating function prototypes.
1968 .. _ctypes-data-types:
/external/python/cpython2/Doc/library/
Dctypes.rst213 .. _ctypes-fundamental-data-types:
373 Calling functions with your own custom data types
1096 .. _ctypes-accessing-values-exported-from-dlls:
1623 Foreign functions can also be created by instantiating function prototypes.
2049 .. _ctypes-data-types:
/external/tensorflow/tensorflow/docs_src/programmers_guide/
Dusing_tpu.md264 ### Params argument
281 ### Static shapes and batch size
/external/mesa3d/src/mapi/glapi/gen/
Dstatic_data.py438 functions = [ variable
Dapiexec.py68 functions = { variable
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.c139 static void r200InitDriverFuncs( struct dd_function_table *functions ) in r200InitDriverFuncs()
186 struct dd_function_table functions; in r200CreateContext() local
Dr200_ioctl.c82 void r200InitIoctlFuncs( struct dd_function_table *functions ) in r200InitIoctlFuncs()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_msaa.c60 st_init_msaa_functions(struct dd_function_table *functions) in st_init_msaa_functions()
Dst_cb_viewport.c76 void st_init_viewport_functions(struct dd_function_table *functions) in st_init_viewport_functions()
Dst_cb_strings.c70 void st_init_string_functions(struct dd_function_table *functions) in st_init_string_functions()
/external/lisa/libs/utils/analysis/
Dfunctions_analysis.py36 def plotProfilingStats(self, functions=None, metrics='avg'): argument
/external/swiftshader/src/OpenGL/compiler/
DAnalyzeCallDepth.h58 std::vector<FunctionNode*> functions; variable
/external/guava/guava/src/com/google/common/hash/
DAbstractCompositeHashFunction.java31 final HashFunction[] functions; field in AbstractCompositeHashFunction
33 AbstractCompositeHashFunction(HashFunction... functions) { in AbstractCompositeHashFunction()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel.c129 intelInitPixelFuncs(struct dd_function_table *functions) in intelInitPixelFuncs()
Dintel_buffers.c68 intelInitBufferFuncs(struct dd_function_table *functions) in intelInitBufferFuncs()
/external/python/cpython2/Mac/Modules/ah/
Dahsupport.py36 functions = [] variable
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp82 GrGLInterface::Functions* functions = &interface->fFunctions; in GrGLMakeAssembledGLInterface() local
442 GrGLInterface::Functions* functions = &interface->fFunctions; in GrGLMakeAssembledGLESInterface() local

123456789