Home
last modified time | relevance | path

Searched defs:entry_points (Results 1 – 25 of 69) sorted by relevance

123

/aosp_15_r20/external/mbedtls/scripts/data_files/driver_jsons/
H A Dmbedtls_test_transparent_driver.json10 "entry_points": ["import_key"], array
16 "entry_points": ["export_public_key"], array
H A Dmbedtls_test_opaque_driver.json11 "entry_points": ["import_key", "export_key", "export_public_key"] array
16 "entry_points": ["copy_key", "get_builtin_key"], array
H A Dp256_transparent_driver.json10 "entry_points": ["import_key", "export_public_key"], array
H A Ddriver_transparent_schema.json38 "entry_points": { object
H A Ddriver_opaque_schema.json42 "entry_points": { object
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/data_files/driver_jsons/
H A Dmbedtls_test_transparent_driver.json10 "entry_points": ["import_key"], array
16 "entry_points": ["export_public_key"], array
H A Dmbedtls_test_opaque_driver.json11 "entry_points": ["import_key", "export_key", "export_public_key"] array
16 "entry_points": ["copy_key", "get_builtin_key"], array
H A Dp256_transparent_driver.json10 "entry_points": ["import_key", "export_public_key"], array
H A Ddriver_transparent_schema.json38 "entry_points": { object
H A Ddriver_opaque_schema.json42 "entry_points": { object
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A Dgenerate_gl_dispatch_table.py169 def format_requirements_lines(required, entry_points): argument
177 def format_extension_requirements_lines(extension, entry_points, api): argument
/aosp_15_r20/external/mesa3d/.gitlab-ci/windows/
H A Dspirv2dxil_check.ps120 …$entry_points = $content | Select-String -Pattern '^OpEntryPoint\s(\w+)[^"]+"(\w+)"' | Select-Obje… variable
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dvalidate_decorations.cpp1140 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
1156 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
1184 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
1270 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_decorations.cpp1068 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
1084 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
1112 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
1194 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_decorations.cpp1068 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
1084 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
1112 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
1194 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dmodule.h477 inline IteratorRange<Module::inst_iterator> Module::entry_points() { in entry_points() function
481 inline IteratorRange<Module::const_inst_iterator> Module::entry_points() const { in entry_points() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dmodule.h477 inline IteratorRange<Module::inst_iterator> Module::entry_points() { in entry_points() function
481 inline IteratorRange<Module::const_inst_iterator> Module::entry_points() const { in entry_points() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dmodule.h477 inline IteratorRange<Module::inst_iterator> Module::entry_points() { in entry_points() function
481 inline IteratorRange<Module::const_inst_iterator> Module::entry_points() const { in entry_points() function
/aosp_15_r20/external/python/setuptools/docs/userguide/
Dentry_point.rst1 .. _`entry_points`: target
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/mla/
H A Dmla_test_utils.h39 const std::vector<std::string>& entry_points, in ConvertSavedModelAndAddToMla()
/aosp_15_r20/external/bazelbuild-rules_python/python/private/pypi/whl_installer/
H A Dwheel.py326 def entry_points(self) -> Dict[str, Tuple[str, str]]: member in Wheel
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/importlib/metadata/
H A D__init__.py635 def entry_points(self): member in Distribution
1020 def entry_points(**params) -> Union[EntryPoints, SelectableGroups]: function
/aosp_15_r20/external/python/setuptools/setuptools/_vendor/importlib_metadata/
D__init__.py608 def entry_points(self): member in Distribution
977 def entry_points(**params) -> Union[EntryPoints, SelectableGroups]: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/
D__init__.py608 def entry_points(self): member in Distribution
977 def entry_points(**params) -> Union[EntryPoints, SelectableGroups]: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/importlib/metadata/
D__init__.py635 def entry_points(self): member in Distribution
1020 def entry_points(**params) -> Union[EntryPoints, SelectableGroups]: function

123