Home
last modified time | relevance | path

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

12345678

/third_party/ltp/doc/
DShell-Test-API.asciidoc401 Retrieving configuration variables
415 Sleeping for subsecond intervals
429 Retry a function call multiple times
489 Checking for integers
498 Checking for integers and floating point numbers
508 Obtaining random numbers
519 Formatting device with a filesystem
551 Mounting and unmounting filesystems
569 ROD and ROD_SILENT
615 EXPECT_PASS{,_BRK} and EXPECT_FAIL{,_BRK}
[all …]
/third_party/json/docs/mkdocs/docs/api/basic_json/
Dindex.md155 ### Object inspection
176 ### Value access
187 ### Element access
197 ### Lookup
203 ### Iterators
215 ### Capacity
221 ### Modifiers
233 ### Lexicographical comparison operators
243 ### Serialization / Dumping
247 ### Deserialization / Parsing
[all …]
/third_party/mesa3d/src/mapi/new/
Dgen_gldispatch_mapi.py75 def generate_defines(functions): argument
89 def generate_table(functions, allFunctions): argument
97 def generate_noop_array(functions): argument
133 def generate_public_stubs(functions): argument
144 def generate_public_entries(functions): argument
163 def generate_public_entries_table(functions): argument
178 def generate_stub_asm_gcc(functions): argument
/third_party/jerryscript/docs/
D07.DEBUGGER.md115 ### jerry_debugger_is_connected
152 ### jerry_debugger_stop
193 ### jerry_debugger_continue
235 ### jerry_debugger_stop_at_breakpoint
279 ### jerry_debugger_wait_for_client_source
371 ### jerry_debugger_send_output
408 ### jerry_debugger_send_log
D16.MIGRATION-GUIDE.md58 ### jerry_value_set_abort_flag
108 ### jerry_value_has_abort_flag
146 ### jerry_value_set_error_flag
197 ### jerry_value_has_error_flag
235 ### jerry_value_clear_error_flag AND jerry_get_value_without_error_flag
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp44 const char *GetString(const FunctionsGL *functions, GLenum name) in GetString()
49 bool IsMesa(const FunctionsGL *functions, std::array<int, 3> *version) in IsMesa()
72 int getAdrenoNumber(const FunctionsGL *functions) in getAdrenoNumber()
87 int getMaliTNumber(const FunctionsGL *functions) in getMaliTNumber()
101 int getMaliGNumber(const FunctionsGL *functions) in getMaliGNumber()
115 bool IsAdreno42xOr3xx(const FunctionsGL *functions) in IsAdreno42xOr3xx()
121 bool IsAdreno4xx(const FunctionsGL *functions) in IsAdreno4xx()
127 bool IsAdreno5xxOrOlder(const FunctionsGL *functions) in IsAdreno5xxOrOlder()
133 bool IsAdreno5xx(const FunctionsGL *functions) in IsAdreno5xx()
139 bool IsMaliT8xxOrOlder(const FunctionsGL *functions) in IsMaliT8xxOrOlder()
[all …]
Dformatutilsgl.cpp486 static GLenum GetNativeInternalFormat(const FunctionsGL *functions, in GetNativeInternalFormat()
612 static GLenum GetNativeFormat(const FunctionsGL *functions, in GetNativeFormat()
677 static GLenum GetNativeCompressedFormat(const FunctionsGL *functions, in GetNativeCompressedFormat()
706 static GLenum GetNativeType(const FunctionsGL *functions, in GetNativeType()
749 static GLenum GetNativeReadType(const FunctionsGL *functions, in GetNativeReadType()
767 static GLenum GetNativeReadFormat(const FunctionsGL *functions, in GetNativeReadFormat()
783 TexImageFormat GetTexImageFormat(const FunctionsGL *functions, in GetTexImageFormat()
797 TexSubImageFormat GetTexSubImageFormat(const FunctionsGL *functions, in GetTexSubImageFormat()
808 CompressedTexImageFormat GetCompressedTexImageFormat(const FunctionsGL *functions, in GetCompressedTexImageFormat()
817 CompressedTexSubImageFormat GetCompressedSubTexImageFormat(const FunctionsGL *functions, in GetCompressedSubTexImageFormat()
[all …]
DSamplerGL.cpp18 inline void SetSamplerParameter(const rx::FunctionsGL *functions, in SetSamplerParameter()
26 inline void SetSamplerParameter(const rx::FunctionsGL *functions, in SetSamplerParameter()
49 static inline void SyncSamplerStateMember(const rx::FunctionsGL *functions, in SyncSamplerStateMember()
69 const FunctionsGL *functions, in SamplerGL()
DFenceNVGL.cpp19 FenceNVGL::FenceNVGL(const FunctionsGL *functions) : FenceNVImpl(), mFunctions(functions) in FenceNVGL()
53 bool FenceNVGL::Supported(const FunctionsGL *functions) in Supported()
58 FenceNVSyncGL::FenceNVSyncGL(const FunctionsGL *functions) in FenceNVSyncGL()
104 bool FenceNVSyncGL::Supported(const FunctionsGL *functions) in Supported()
DBufferGL.cpp63 const FunctionsGL *functions = GetFunctionsGL(context); in setData() local
95 const FunctionsGL *functions = GetFunctionsGL(context); in setSubData() local
120 const FunctionsGL *functions = GetFunctionsGL(context); in copySubData() local
147 const FunctionsGL *functions = GetFunctionsGL(context); in map() local
186 const FunctionsGL *functions = GetFunctionsGL(context); in mapRange() local
214 const FunctionsGL *functions = GetFunctionsGL(context); in unmap() local
251 const FunctionsGL *functions = GetFunctionsGL(context); in getIndexRange() local
DCompilerGL.cpp20 ShShaderOutput GetShaderOutputType(const FunctionsGL *functions) in GetShaderOutputType()
86 CompilerGL::CompilerGL(const FunctionsGL *functions) in CompilerGL()
DSemaphoreGL.cpp58 const FunctionsGL *functions = GetFunctionsGL(context); in onDestroy() local
65 const FunctionsGL *functions = GetFunctionsGL(context); in importFd() local
82 const FunctionsGL *functions = GetFunctionsGL(context); in wait() local
103 const FunctionsGL *functions = GetFunctionsGL(context); in signal() local
DMemoryObjectGL.cpp28 const FunctionsGL *functions = GetFunctionsGL(context); in onDestroy() local
35 const FunctionsGL *functions = GetFunctionsGL(context); in setDedicatedMemory() local
55 const FunctionsGL *functions = GetFunctionsGL(context); in importFd() local
DTextureGL.cpp234 const FunctionsGL *functions = GetFunctionsGL(context); in setImageHelper() local
320 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImage() local
399 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImageRowByRowWorkaround() local
481 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImagePaddingWorkaround() local
570 const FunctionsGL *functions = GetFunctionsGL(context); in setCompressedImage() local
617 const FunctionsGL *functions = GetFunctionsGL(context); in setCompressedSubImage() local
661 const FunctionsGL *functions = GetFunctionsGL(context); in copyImage() local
806 const FunctionsGL *functions = GetFunctionsGL(context); in copySubImage() local
938 const FunctionsGL *functions = GetFunctionsGL(context); in copySubTextureHelper() local
1020 const FunctionsGL *functions = GetFunctionsGL(context); in setStorage() local
[all …]
DVertexArrayGL.cpp69 const FunctionsGL *functions = GetFunctionsGL(context); in ValidateStateHelperGetIntegerv() local
91 const FunctionsGL *functions = GetFunctionsGL(context); in ValidateStateHelperGetVertexAttribiv() local
292 const FunctionsGL *functions = GetFunctionsGL(context); in syncIndexData() local
381 const FunctionsGL *functions = GetFunctionsGL(context); in streamAttributes() local
631 const FunctionsGL *functions = GetFunctionsGL(context); in updateAttribEnabled() local
727 const FunctionsGL *functions = GetFunctionsGL(context); in callVertexAttribPointer() local
749 const FunctionsGL *functions = GetFunctionsGL(context); in supportVertexAttribBinding() local
768 const FunctionsGL *functions = GetFunctionsGL(context); in updateAttribFormat() local
801 const FunctionsGL *functions = GetFunctionsGL(context); in updateAttribBinding() local
823 const FunctionsGL *functions = GetFunctionsGL(context); in updateBindingBuffer() local
[all …]
/third_party/json/docs/mkdocs/docs/integration/
Dmigration_guide.md12 #### Parsing
54 #### JSON Pointers
114 #### Miscellaneous functions
/third_party/skia/src/sksl/ir/
DSkSLFunctionReference.h26 std::vector<const FunctionDeclaration*> functions) in FunctionReference()
30 const std::vector<const FunctionDeclaration*>& functions() const { in functions() function
48 FunctionReference(int line, std::vector<const FunctionDeclaration*> functions, in FunctionReference()
DSkSLMethodReference.h37 std::vector<const FunctionDeclaration*> functions) in MethodReference()
45 const std::vector<const FunctionDeclaration*>& functions() const { return fFunctions; } in functions() function
61 std::vector<const FunctionDeclaration*> functions, in MethodReference()
/third_party/typescript/tests/baselines/reference/
DtypeCheckingInsideFunctionExpressionInArray.js2 var functions = [function () { variable
11 var functions = [function () { variable
DundefinedSymbolReferencedInArrayLiteral1.js4 var functions = [function() { variable
13 var functions = [function () { variable
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkExtensionFunctions.inl7 …ensionFunctions (uint32_t apiVersion, ::std::string extName, ::std::vector<const char*>& functions)
339 …ensionFunctions (uint32_t apiVersion, ::std::string extName, ::std::vector<const char*>& functions)
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkan/
DvkExtensionFunctions.inl7 …ensionFunctions (uint32_t apiVersion, ::std::string extName, ::std::vector<const char*>& functions)
1466 …ensionFunctions (uint32_t apiVersion, ::std::string extName, ::std::vector<const char*>& functions)
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkExtensionFunctions.inl7 …ensionFunctions (uint32_t apiVersion, ::std::string extName, ::std::vector<const char*>& functions)
1366 …ensionFunctions (uint32_t apiVersion, ::std::string extName, ::std::vector<const char*>& functions)
/third_party/python/Doc/library/
Dctypes.rst210 .. _ctypes-fundamental-data-types:
396 .. _ctypes-calling-functions-with-own-custom-data-types:
398 Calling functions with your own custom data types
1071 .. _ctypes-accessing-values-exported-from-dlls:
1663 Foreign functions can also be created by instantiating function prototypes.
2068 .. _ctypes-data-types:
/third_party/mesa3d/src/egl/generate/
Dgen_egl_dispatch.py92 def generateHeader(functions): argument
131 def generateSource(functions): argument

12345678