Home
last modified time | relevance | path

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

1234567891011

/external/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 …]
/external/mesa3d/src/mapi/new/
Dgen_gldispatch_mapi.py74 def generate_defines(functions): argument
86 def generate_table(functions, allFunctions): argument
94 def generate_noop_array(functions): argument
130 def generate_public_stubs(functions): argument
141 def generate_public_entries(functions): argument
160 def generate_public_entries_table(functions): argument
175 def generate_stub_asm_gcc(functions): argument
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp46 const char *GetString(const FunctionsGL *functions, GLenum name) in GetString()
56 bool IsMesa(const FunctionsGL *functions, std::array<int, 3> *version) in IsMesa()
74 int getAdrenoNumber(const FunctionsGL *functions) in getAdrenoNumber()
89 int GetQualcommVersion(const FunctionsGL *functions) in GetQualcommVersion()
105 int getMaliTNumber(const FunctionsGL *functions) in getMaliTNumber()
119 int getMaliGNumber(const FunctionsGL *functions) in getMaliGNumber()
133 bool IsAdreno42xOr3xx(const FunctionsGL *functions) in IsAdreno42xOr3xx()
139 bool IsAdreno4xx(const FunctionsGL *functions) in IsAdreno4xx()
145 bool IsAdreno5xxOrOlder(const FunctionsGL *functions) in IsAdreno5xxOrOlder()
151 bool IsAdreno5xx(const FunctionsGL *functions) in IsAdreno5xx()
[all …]
Dformatutilsgl.cpp490 static GLenum GetNativeInternalFormat(const FunctionsGL *functions, in GetNativeInternalFormat()
622 static GLenum GetNativeFormat(const FunctionsGL *functions, in GetNativeFormat()
693 static GLenum GetNativeCompressedFormat(const FunctionsGL *functions, in GetNativeCompressedFormat()
715 static GLenum GetNativeType(const FunctionsGL *functions, in GetNativeType()
758 static GLenum GetNativeReadType(const FunctionsGL *functions, in GetNativeReadType()
776 static GLenum GetNativeReadFormat(const FunctionsGL *functions, in GetNativeReadFormat()
792 TexImageFormat GetTexImageFormat(const FunctionsGL *functions, in GetTexImageFormat()
806 TexSubImageFormat GetTexSubImageFormat(const FunctionsGL *functions, in GetTexSubImageFormat()
817 CompressedTexImageFormat GetCompressedTexImageFormat(const FunctionsGL *functions, in GetCompressedTexImageFormat()
826 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()
DBufferGL.cpp90 const FunctionsGL *functions = GetFunctionsGL(context); in setData() local
129 const FunctionsGL *functions = GetFunctionsGL(context); in setSubData() local
153 const FunctionsGL *functions = GetFunctionsGL(context); in copySubData() local
184 const FunctionsGL *functions = GetFunctionsGL(context); in map() local
229 const FunctionsGL *functions = GetFunctionsGL(context); in mapRange() local
261 const FunctionsGL *functions = GetFunctionsGL(context); in unmap() local
297 const FunctionsGL *functions = GetFunctionsGL(context); in getIndexRange() local
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()
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.cpp252 const FunctionsGL *functions = GetFunctionsGL(context); in setImageHelper() local
342 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImage() local
430 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImageRowByRowWorkaround() local
512 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImagePaddingWorkaround() local
602 const FunctionsGL *functions = GetFunctionsGL(context); in setCompressedImage() local
655 const FunctionsGL *functions = GetFunctionsGL(context); in setCompressedSubImage() local
702 const FunctionsGL *functions = GetFunctionsGL(context); in copyImage() local
880 const FunctionsGL *functions = GetFunctionsGL(context); in copySubImage() local
1013 const FunctionsGL *functions = GetFunctionsGL(context); in copySubTextureHelper() local
1099 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 …]
/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
Dallocator_shim_default_dispatch_to_apple_zoned_malloc.cc15 MallocZoneFunctions& functions = GetFunctionsForZone(context); in MallocImpl() local
24 MallocZoneFunctions& functions = GetFunctionsForZone(context); in CallocImpl() local
33 MallocZoneFunctions& functions = GetFunctionsForZone(context); in MemalignImpl() local
42 MallocZoneFunctions& functions = GetFunctionsForZone(context); in ReallocImpl() local
48 MallocZoneFunctions& functions = GetFunctionsForZone(context); in FreeImpl() local
53 MallocZoneFunctions& functions = GetFunctionsForZone(context); in GetSizeEstimateImpl() local
61 MallocZoneFunctions& functions = GetFunctionsForZone(context); in GoodSizeImpl() local
67 MallocZoneFunctions& functions = GetFunctionsForZone(context); in ClaimedAddressImpl() local
83 MallocZoneFunctions& functions = GetFunctionsForZone(context); in BatchMallocImpl() local
93 MallocZoneFunctions& functions = GetFunctionsForZone(context); in BatchFreeImpl() local
[all …]
/external/starlark-go/doc/
Dspec.md3020 ### None
3024 ### True and False
3028 ### any
3033 ### all
3038 ### bool
3044 ### chr
3062 ### dict
3085 ### dir
3104 ### enumerate
3118 ### fail
[all …]
/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2021-166.md3 ### CVE Number
6 ### Impact
11 ### Patches
16 ### For more information
/external/ComputeLibrary/include/half/
Dhalf.hpp1206 struct functions struct
1212 static expr plus(float x, float y) { return expr(x+y); } in plus()
1218 static expr minus(float x, float y) { return expr(x-y); } in minus()
1224 static expr multiplies(float x, float y) { return expr(x*y); } in multiplies()
1230 static expr divides(float x, float y) { return expr(x/y); } in divides()
1236 …tream<charT,traits>& write(std::basic_ostream<charT,traits> &out, float arg) { return out << arg; } in write()
1242 …its> static std::basic_istream<charT,traits>& read(std::basic_istream<charT,traits> &in, half &arg) in read()
1254 static expr fmod(float x, float y) { return expr(std::fmod(x, y)); } in fmod()
1260 static expr remainder(float x, float y) in remainder()
1291 static expr remquo(float x, float y, int *quo) in remquo()
[all …]
/external/armnn/third-party/half/
Dhalf.hpp1208 struct functions struct
1214 static expr plus(float x, float y) { return expr(x+y); } in plus()
1220 static expr minus(float x, float y) { return expr(x-y); } in minus()
1226 static expr multiplies(float x, float y) { return expr(x*y); } in multiplies()
1232 static expr divides(float x, float y) { return expr(x/y); } in divides()
1238 …tream<charT,traits>& write(std::basic_ostream<charT,traits> &out, float arg) { return out << arg; } in write()
1244 …its> static std::basic_istream<charT,traits>& read(std::basic_istream<charT,traits> &in, half &arg) in read()
1256 static expr fmod(float x, float y) { return expr(std::fmod(x, y)); } in fmod()
1262 static expr remainder(float x, float y) in remainder()
1293 static expr remquo(float x, float y, int *quo) in remquo()
[all …]
/external/oss-fuzz/infra/cifuzz/test_data/
Dexample_curl_fuzzer_cov.json1 {"data": [{"files": [{"filename": "/src/curl/include/curl/curl.h", "summary": {"functions": {"count… object
/external/compiler-rt/lib/dfsan/scripts/
Dbuild-libc-list.py85 functions = [] variable
92 functions = list(set(functions)) variable
/external/python/cpython3/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:
/external/google-breakpad/src/common/
Dstabs_to_module_unittest.cc64 vector<Module::Function*> functions; in TEST() local
130 vector<Module::Function*> functions; in TEST() local
165 vector<Module::Function*> functions; in TEST() local
210 vector<Module::Function*> functions; in TEST() local
/external/perfetto/docs/quickstart/
Dtrace-analysis.md334 #### Query
352 #### Query as Pandas DataFrame
372 #### Metric
/external/bazelbuild-kotlin-rules/tests/jvm/java/functions/
DCarDemo.kt17 package functions package
DCarInlineDemo.kt17 package functions in <lambda>() package
/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/mesa3d/src/egl/generate/
Dgen_egl_dispatch.py92 def generateHeader(functions): argument
132 def generateSource(functions): argument

1234567891011