Home
last modified time | relevance | path

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

12345678910>>...12

/third_party/json/docs/mkdocs/docs/api/basic_json/
Dindex.md153 ### Object inspection
174 ### Value access
185 ### Element access
195 ### Lookup
201 ### Iterators
213 ### Capacity
219 ### Modifiers
231 ### Lexicographical comparison operators
241 ### Serialization / Dumping
245 ### Deserialization / Parsing
[all …]
/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/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
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
DCompilerGL.cpp20 ShShaderOutput GetShaderOutputType(const FunctionsGL *functions) in GetShaderOutputType()
86 CompilerGL::CompilerGL(const FunctionsGL *functions) in CompilerGL()
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
718 const FunctionsGL *functions = GetFunctionsGL(context); in callVertexAttribPointer() local
740 const FunctionsGL *functions = GetFunctionsGL(context); in supportVertexAttribBinding() local
759 const FunctionsGL *functions = GetFunctionsGL(context); in updateAttribFormat() local
792 const FunctionsGL *functions = GetFunctionsGL(context); in updateAttribBinding() local
814 const FunctionsGL *functions = GetFunctionsGL(context); in updateBindingBuffer() local
[all …]
DFramebufferGL.cpp77 void BindFramebufferAttachment(const FunctionsGL *functions, in BindFramebufferAttachment()
454 const FunctionsGL *functions = GetFunctionsGL(context); in invalidate() local
488 const FunctionsGL *functions = GetFunctionsGL(context); in invalidateSub() local
507 const FunctionsGL *functions = GetFunctionsGL(context); in clear() local
535 const FunctionsGL *functions = GetFunctionsGL(context); in clearBufferfv() local
564 const FunctionsGL *functions = GetFunctionsGL(context); in clearBufferuiv() local
593 const FunctionsGL *functions = GetFunctionsGL(context); in clearBufferiv() local
623 const FunctionsGL *functions = GetFunctionsGL(context); in clearBufferfi() local
655 const FunctionsGL *functions = GetFunctionsGL(context); in readPixels() local
748 const FunctionsGL *functions = GetFunctionsGL(context); in blit() local
[all …]
/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/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.rst208 .. _ctypes-fundamental-data-types:
377 Calling functions with your own custom data types
1050 .. _ctypes-accessing-values-exported-from-dlls:
1646 Foreign functions can also be created by instantiating function prototypes.
2052 .. _ctypes-data-types:
/third_party/mesa3d/src/egl/generate/
Dgen_egl_dispatch.py92 def generateHeader(functions): argument
131 def generateSource(functions): argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
Dvk_android_utils.cpp67 const AHBFunctions &functions = in InitAndroidExternalMemory() local
99 const AHBFunctions &functions = in ReleaseAndroidExternalMemory() local
/third_party/node/doc/api/
Dn-api.md2249 #### `napi_create_array`
2269 #### `napi_create_array_with_length`
2299 #### `napi_create_arraybuffer`
2334 #### `napi_create_buffer`
2359 #### `napi_create_buffer_copy`
2388 #### `napi_create_date`
2417 #### `napi_create_external`
2453 #### `napi_create_external_arraybuffer`
2506 #### `napi_create_external_buffer`
2556 #### `napi_create_object`
[all …]

12345678910>>...12