/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/tools/ |
H A D | expect.py | 133 def verify_binary_length_and_header(self, binary, spv_version=0x10000): argument 145 def read_word(binary, index, little_endian): argument 152 def check_endianness(binary): argument
|
/aosp_15_r20/external/flatbuffers/src/ |
H A D | util.cpp | 66 static bool LoadFileRaw(const char *name, bool binary, std::string *buf) { in LoadFileRaw() 205 bool LoadFile(const char *name, bool binary, std::string *buf) { in LoadFile() 245 bool SaveFile(const char *name, const char *buf, size_t len, bool binary) { in SaveFile()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_disk_cache.c | 71 const struct panfrost_shader_binary *binary) in panfrost_disk_cache_store() 113 struct panfrost_shader_binary *binary) in panfrost_disk_cache_retrieve()
|
/aosp_15_r20/external/igt-gpu-tools/tools/ |
H A D | intel_dump_decode.c | 128 int binary = 0, c; in read_autodetect_file() local 163 int binary = -1; in main() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | binary.cpp | 38 spv_result_t spvBinaryHeaderGet(const spv_const_binary binary, in spvBinaryHeaderGet() 259 spv_const_binary_t binary{_.words, _.num_words}; in parseModule() local 856 void spvBinaryDestroy(spv_binary binary) { in spvBinaryDestroy()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/ |
D | binary.cpp | 38 spv_result_t spvBinaryHeaderGet(const spv_const_binary binary, in spvBinaryHeaderGet() 259 spv_const_binary_t binary{_.words, _.num_words}; in parseModule() local 852 void spvBinaryDestroy(spv_binary binary) { in spvBinaryDestroy()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/ |
H A D | binary.cpp | 38 spv_result_t spvBinaryHeaderGet(const spv_const_binary binary, in spvBinaryHeaderGet() 259 spv_const_binary_t binary{_.words, _.num_words}; in parseModule() local 866 void spvBinaryDestroy(spv_binary binary) { in spvBinaryDestroy()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/ |
H A D | test_binary.cpp | 50 unsigned char *binary; in test_binary_get() local 99 unsigned char *binary = (unsigned char*)malloc(binarySize); in test_binary_create() local
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/scripts/ |
H A D | sancov.py | 187 def GetInstrumentedPCs(binary): argument 203 def PrintMissing(binary): argument
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/bits_lib/ |
D | bits_service.py | 54 def __init__(self, config, binary, output_log_path, argument 147 def _trigger_background_process(self, binary): argument
|
/aosp_15_r20/external/pigweed/targets/stm32f429i_disc1/py/stm32f429i_disc1_utils/ |
H A D | unit_test_runner.py | 203 def flash_device(binary, openocd_config, stlink_serial): argument 265 binary, test_timeout, openocd_config, baud, stlink_serial=None, port=None argument
|
/aosp_15_r20/build/soong/rust/ |
H A D | binary.go | 35 binary() bool methodSpec 175 func (binary *binaryDecorator) binary() bool { func
|
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/usc/ |
H A D | pvr_uscgen_tq.c | 35 struct util_dynarray *binary) in pvr_uscgen_tq_frag() 212 struct util_dynarray *binary) in pvr_uscgen_tq_eot()
|
/aosp_15_r20/external/bcc/tools/ |
H A D | deadlock.py | 285 def print_cycle(binary, graph, edges, thread_info, print_stack_trace_fn): argument 368 def symbolize_with_objdump(binary, addr): argument
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/tools/fuzz/ |
D | fuzz.cpp | 533 std::vector<uint32_t> binary, uint32_t reductions_applied) -> bool { in Shrink() 643 void DumpShader(const std::vector<uint32_t>& binary, const char* filename) { in DumpShader() 654 std::vector<uint32_t> binary; in DumpShader() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/tools/fuzz/ |
H A D | fuzz.cpp | 533 std::vector<uint32_t> binary, uint32_t reductions_applied) -> bool { in Shrink() 643 void DumpShader(const std::vector<uint32_t>& binary, const char* filename) { in DumpShader() 654 std::vector<uint32_t> binary; in DumpShader() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/tools/fuzz/ |
H A D | fuzz.cpp | 533 std::vector<uint32_t> binary, uint32_t reductions_applied) -> bool { in Shrink() 642 void DumpShader(const std::vector<uint32_t>& binary, const char* filename) { in DumpShader() 653 std::vector<uint32_t> binary; in DumpShader() local
|
/aosp_15_r20/external/deqp/external/vulkancts/vkscserver/ |
H A D | vksServices.cpp | 98 …id CreateVulkanSCCache(const VulkanPipelineCacheInput &input, int caseFraction, vector<u8> &binary, in CreateVulkanSCCache() 123 bool CompileShader(const SourceVariant &source, const string &commandLine, vector<u8> &binary) in CompileShader()
|
/aosp_15_r20/external/clang/tools/clang-format/ |
H A D | git-clang-format | 343 binary='clang-format', style=None): argument 379 binary='clang-format', style=None): argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/meta/ |
D | refactoring.hpp | 84 typename as_parser<BinaryT>::type::embed_t binary; member in boost::spirit::refactor_unary_parser 167 typename as_parser<BinaryT>::type::embed_t binary; member in boost::spirit::refactor_action_parser
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/ |
H A D | hex_to_text_test.cpp | 31 std::vector<uint32_t> binary; in VerifyDisassembly() local 54 std::vector<uint32_t> binary; in EnsureError() local
|
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/ |
H A D | Interpreter.java | 58 String binary = data.get(BINARY); in buildFromMaps() local 116 protected void setBinary(File binary) { in setBinary()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/fuzz/ |
H A D | shrinker_test.cpp | 181 uint32_t /*unused*/) -> bool { in TEST() 359 uint32_t /*unused*/) -> bool { in TEST()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | shrinker_test.cpp | 181 uint32_t /*unused*/) -> bool { in TEST() 359 uint32_t /*unused*/) -> bool { in TEST()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | shrinker_test.cpp | 181 uint32_t /*unused*/) -> bool { in TEST() 359 uint32_t /*unused*/) -> bool { in TEST()
|