Home
last modified time | relevance | path

Searched defs:Functions (Results 1 – 25 of 775) sorted by relevance

12345678910>>...31

/aosp_15_r20/external/skia/include/gpu/ganesh/gl/
H A DGrGLInterface.h90 struct Functions { struct
91 GrGLFunction<GrGLActiveTextureFn> fActiveTexture;
92 GrGLFunction<GrGLAttachShaderFn> fAttachShader;
93 GrGLFunction<GrGLBeginQueryFn> fBeginQuery;
94 GrGLFunction<GrGLBindAttribLocationFn> fBindAttribLocation;
95 GrGLFunction<GrGLBindBufferFn> fBindBuffer;
96 GrGLFunction<GrGLBindFragDataLocationFn> fBindFragDataLocation;
97 GrGLFunction<GrGLBindFragDataLocationIndexedFn> fBindFragDataLocationIndexed;
98 GrGLFunction<GrGLBindFramebufferFn> fBindFramebuffer;
99 GrGLFunction<GrGLBindRenderbufferFn> fBindRenderbuffer;
[all …]
/aosp_15_r20/external/skia/src/gpu/vk/
H A DVulkanInterface.h60 struct Functions { struct
61 VkPtr<PFN_vkCreateInstance> fCreateInstance;
62 VkPtr<PFN_vkDestroyInstance> fDestroyInstance;
63 VkPtr<PFN_vkEnumeratePhysicalDevices> fEnumeratePhysicalDevices;
64 VkPtr<PFN_vkGetPhysicalDeviceFeatures> fGetPhysicalDeviceFeatures;
65 VkPtr<PFN_vkGetPhysicalDeviceFormatProperties> fGetPhysicalDeviceFormatProperties;
66 VkPtr<PFN_vkGetPhysicalDeviceImageFormatProperties> fGetPhysicalDeviceImageFormatProperties;
67 VkPtr<PFN_vkGetPhysicalDeviceProperties> fGetPhysicalDeviceProperties;
68 VkPtr<PFN_vkGetPhysicalDeviceQueueFamilyProperties> fGetPhysicalDeviceQueueFamilyProperties;
69 VkPtr<PFN_vkGetPhysicalDeviceMemoryProperties> fGetPhysicalDeviceMemoryProperties;
[all …]
/aosp_15_r20/external/cronet/third_party/rust/serde_json_lenient/v0_2/wrapper/
H A Dfunctions.h25 struct Functions { struct
26 void (*list_append_none_fn)(ContextPointer&);
27 void (*list_append_bool_fn)(ContextPointer&, bool);
28 void (*list_append_i32_fn)(ContextPointer&, int32_t);
29 void (*list_append_f64_fn)(ContextPointer&, double);
30 void (*list_append_str_fn)(ContextPointer&, rust::Str);
33 ContextPointer& (*list_append_list_fn)(ContextPointer&, size_t);
36 ContextPointer& (*list_append_dict_fn)(ContextPointer&);
38 void (*dict_set_none_fn)(ContextPointer&, rust::Str);
39 void (*dict_set_bool_fn)(ContextPointer&, rust::Str, bool);
[all …]
H A Dlib.rs25 type Functions; typedef
26 fn list_append_none(self: &Functions, ctx: Pin<&mut ContextPointer>); in list_append_none()
27 fn list_append_bool(self: &Functions, ctx: Pin<&mut ContextPointer>, val: bool); in list_append_bool()
28 fn list_append_i32(self: &Functions, ctx: Pin<&mut ContextPointer>, val: i32); in list_append_i32()
29 fn list_append_f64(self: &Functions, ctx: Pin<&mut ContextPointer>, val: f64); in list_append_f64()
30 fn list_append_str(self: &Functions, ctx: Pin<&mut ContextPointer>, val: &str); in list_append_str()
32 self: &Functions, in list_append_list()
37 self: &Functions, in list_append_dict()
41 fn dict_set_none(self: &Functions, ctx: Pin<&mut ContextPointer>, key: &str); in dict_set_none()
42 fn dict_set_bool(self: &Functions, ctx: Pin<&mut ContextPointer>, key: &str, val: bool); in dict_set_bool()
[all …]
/aosp_15_r20/external/emboss/doc/
H A Dlanguage-reference.md1189 ###### Note 1 {#precedence-note-unary-plus-minus}
1210 ###### Note 2 {#precedence-note-comparisons}
1243 ###### Note 3 {#precedence-note-and-or}
1263 ###### Note 4 {#precedence-note-choice}
1280 ##### `()`
1294 ##### `$present()`
1322 ##### `$max()`
1339 ##### `$upper_bound()`
1358 ##### `$lower_bound()`
1377 ##### Unary `+` and `-`
[all …]
/aosp_15_r20/external/deqp/framework/platform/win32/
H A DtcuWGL.cpp159 struct Functions struct
162 wglCreateContextFunc createContext;
163 wglDeleteContextFunc deleteContext;
164 wglMakeCurrentFunc makeCurrent;
165 wglGetProcAddressFunc getProcAddress;
166 wglSwapLayerBuffersFunc swapLayerBuffers;
169 wglGetPixelFormatAttribivARBFunc getPixelFormatAttribivARB;
170 wglGetPixelFormatAttribfvARBFunc getPixelFormatAttribfvARB;
171 wglChoosePixelFormatARBFunc choosePixelFormatARB;
174 wglCreateContextAttribsARBFunc createContextAttribsARB;
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/
H A Dlegalization.md86 ### .as_constant(): Matched as Constant
98 ### get_padding_values_from_explicit_pad_attr()
119 ### get_padding_values_from_pad_type()
155 ### positive_axis()
168 ### compute_scale_32()
196 ### lower_batch_to_space_nd_op()
287 ### lower_concatv2_op()
321 ### lower_depth_to_space_op()
348 ### lower_elu_op()
375 ### lower_expand_dims()
[all …]
/aosp_15_r20/build/make/tools/rbcrun/
H A DREADME.md67 #### rblf_file_exists(*file*)
71 #### rblf_find_files(*top*, *file-pattern*, only_files = 0)
76 #### rblf_wildcard(*glob*, *top* = None)
81 #### rblf_regex(*pattern*, *text*)
85 #### rblf_shell(*command*)
91 #### rblf_log(*arg*,..., sep=' ')
/aosp_15_r20/external/llvm/docs/
H A DCommandLine.rst1273 .. _cl::getRegisteredOptions:
1275 The ``cl::getRegisteredOptions`` function
1326 The ``cl::ParseCommandLineOptions`` function
1340 The ``cl::ParseEnvironmentOptions`` function
1362 The ``cl::SetVersionPrinter`` function
1379 The ``cl::opt`` class
1410 The ``cl::list`` class
1431 The ``cl::bits`` class
1451 The ``cl::alias`` class
1469 The ``cl::extrahelp`` class
[all …]
/aosp_15_r20/external/openscreen/docs/
H A Dtrace_logging.md89 ### Synchronous Tracing
108 ### Asynchronous Tracing
139 ### Other Tracing Macros
162 ### Example Code
/aosp_15_r20/external/python/setuptools/docs/
Dpkg_resources.rst1539 Parsing Utilities
1623 Platform Utilities
1662 PEP 302 Utilities
1669 File/Path Utilities
1685 History
/aosp_15_r20/external/perfetto/docs/analysis/
H A Dbuiltin.md8 ### STACK_FROM_STACK_PROFILE_FRAME
27 ### STACK_FROM_STACK_PROFILE_CALLSITE
48 ### CAT_STACKS
69 ### EXPERIMENTAL_PROFILE
/aosp_15_r20/external/cronet/third_party/googletest/src/docs/reference/
H A Dtesting.md1308 ## Functions section in Testing Reference
1313 ### InitGoogleTest {#InitGoogleTest}
1334 ### AddGlobalTestEnvironment {#AddGlobalTestEnvironment}
1345 ### RegisterTest {#RegisterTest}
1373 ### RUN_ALL_TESTS {#RUN_ALL_TESTS}
1386 ### AssertionSuccess {#AssertionSuccess}
1393 ### AssertionFailure {#AssertionFailure}
1406 ### StaticAssertTypeEq {#StaticAssertTypeEq}
1415 ### PrintToString {#PrintToString}
1425 ### PrintToStringParamName {#PrintToStringParamName}
/aosp_15_r20/external/googletest/docs/reference/
H A Dtesting.md1325 ## Functions section in Testing Reference
1330 ### InitGoogleTest {#InitGoogleTest}
1351 ### AddGlobalTestEnvironment {#AddGlobalTestEnvironment}
1362 ### RegisterTest {#RegisterTest}
1390 ### RUN_ALL_TESTS {#RUN_ALL_TESTS}
1403 ### AssertionSuccess {#AssertionSuccess}
1410 ### AssertionFailure {#AssertionFailure}
1423 ### StaticAssertTypeEq {#StaticAssertTypeEq}
1432 ### PrintToString {#PrintToString}
1442 ### PrintToStringParamName {#PrintToStringParamName}
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/docs/reference/
H A Dtesting.md1306 ## Functions section in Testing Reference
1311 ### InitGoogleTest {#InitGoogleTest}
1330 ### AddGlobalTestEnvironment {#AddGlobalTestEnvironment}
1341 ### RegisterTest {#RegisterTest}
1369 ### RUN_ALL_TESTS {#RUN_ALL_TESTS}
1382 ### AssertionSuccess {#AssertionSuccess}
1389 ### AssertionFailure {#AssertionFailure}
1402 ### StaticAssertTypeEq {#StaticAssertTypeEq}
1411 ### PrintToString {#PrintToString}
1421 ### PrintToStringParamName {#PrintToStringParamName}
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/parameter/doc/
Dindex.rst290 .. _dfs: ../../../graph/doc/depth_first_search.html
292 .. |dfs| replace:: ``depth_first_search``
295 Headers And Namespaces
324 The Abstract Interface to |dfs|
399 Defining the Keywords
475 Writing the Function
541 Function Signatures
1529 Static Member Functions
/aosp_15_r20/external/python/cpython3/Doc/library/
Dxml.etree.elementtree.rst497 Functions section in Reference
760 .. _elementtree-xinclude:
825 Functions section in Reference
860 .. _elementtree-element-objects:
Dsocket.rst594 Functions section in Module contents
597 Creating sockets
792 Other functions
/aosp_15_r20/external/arm-trusted-firmware/docs/getting_started/
H A Dporting-guide.rst2095 Functions subsection
2098 Function: int plat_sdei_validate_entry_point() [optional]
2120 Function: void plat_sdei_handle_masked_trigger(uint64_t mpidr, unsigned int intr) [optional]
2161 Functions subsection
2164 Function: void plat_entropy_setup(void) [mandatory]
2175 Function: bool plat_get_entropy(uint64_t \*out) [mandatory]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp64 struct Functions { struct
65 sys::Mutex Lock;
66 std::map<const Function *, ExFunc> ExportedFunctions;
67 std::map<std::string, ExFunc> FuncNames;
69 std::map<const Function *, RawFunc> RawFunctions;
/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/
Dporting-guide.rst2407 Functions subsection
2410 Function: int plat_sdei_validate_entry_point() [optional]
2432 Function: void plat_sdei_handle_masked_trigger(uint64_t mpidr, unsigned int intr) [optional]
2473 Functions subsection
2476 Function: void plat_entropy_setup(void) [mandatory]
2487 Function: bool plat_get_entropy(uint64_t \*out) [mandatory]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp245 SmallSetVector<Function *, 4> &Functions) { in optimizePTrueIntrinsicCalls()
404 SmallSetVector<Function *, 4> &Functions) { in optimizeInstructions()
432 SmallSetVector<Function *, 4> &Functions) { in optimizeFunctions()
443 SmallSetVector<Function *, 4> Functions; in runOnModule() local
/aosp_15_r20/external/open-dice/docs/
H A Dspecification.md342 ##### HKDF
354 ##### DRBG
371 ##### OpenTitan Key Manager
377 ##### SP800-108
/aosp_15_r20/external/pytorch/docs/source/
H A Donnx_torchscript.rst417 Static Symbolic Method
497 Inline Autograd Function
696 Functions section in Python API
/aosp_15_r20/bionic/docs/
H A Dnative_allocator.md32 #### malloc\_disable
37 #### malloc\_enable
43 #### malloc\_iterate

12345678910>>...31