Home
last modified time | relevance | path

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

12345678910

/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/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/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/mesa3d/src/mesa/drivers/dri/i915/
Di830_context.c46 i830InitDriverFunctions(struct dd_function_table *functions) in i830InitDriverFunctions()
64 struct dd_function_table functions; in i830CreateContext() local
Di915_context.c93 i915InitDriverFunctions(struct dd_function_table *functions) in i915InitDriverFunctions()
167 struct dd_function_table functions; in i915CreateContext() local
Dintel_pixel.c128 intelInitPixelFuncs(struct dd_function_table *functions) in intelInitPixelFuncs()
/external/mesa3d/src/egl/generate/
Dgen_egl_dispatch.py94 def generateHeader(functions): argument
131 def generateSource(functions): argument
/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/python/cpython3/Doc/library/
Dctypes.rst215 .. _ctypes-fundamental-data-types:
384 Calling functions with your own custom data types
1057 .. _ctypes-accessing-values-exported-from-dlls:
1592 Foreign functions can also be created by instantiating function prototypes.
1984 .. _ctypes-data-types:
/external/mesa3d/src/mesa/state_tracker/
Dst_vdpau.h44 st_init_vdpau_functions(struct dd_function_table *functions) {} in st_init_vdpau_functions()
Dst_cb_strings.c62 void st_init_string_functions(struct dd_function_table *functions) in st_init_string_functions()
Dst_cb_viewport.c63 void st_init_viewport_functions(struct dd_function_table *functions) in st_init_viewport_functions()
Dst_cb_msaa.c60 st_init_msaa_functions(struct dd_function_table *functions) in st_init_msaa_functions()
/external/mesa3d/src/mapi/glapi/gen/
Dstatic_data.py437 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()
183 struct dd_function_table functions; in r200CreateContext() local
Dr200_ioctl.c82 void r200InitIoctlFuncs( struct dd_function_table *functions ) in r200InitIoctlFuncs()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DSourceLevelDebugging.rst176 ``llvm.dbg.addr``
217 ``llvm.dbg.declare``
234 ``llvm.dbg.value``
/external/guava/guava/src/com/google/common/hash/
DAbstractCompositeHashFunction.java31 final HashFunction[] functions; field in AbstractCompositeHashFunction
33 AbstractCompositeHashFunction(HashFunction... functions) { in AbstractCompositeHashFunction()
/external/swiftshader/src/OpenGL/compiler/
DAnalyzeCallDepth.h58 std::vector<FunctionNode*> functions; variable
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel.c130 intelInitPixelFuncs(struct dd_function_table *functions) in intelInitPixelFuncs()
Dintel_buffers.c68 intelInitBufferFuncs(struct dd_function_table *functions) in intelInitBufferFuncs()
/external/icu/tools/icu4c_srcgen/
Dgenerate_libandroidicu.py54 def generate_shim(functions, includes): argument
/external/python/cpython2/Mac/Modules/ah/
Dahsupport.py36 functions = [] variable

12345678910