Searched refs:Parse (Results 1 – 5 of 5) sorted by relevance
/hardware/google/graphics/common/libhwjpeg/ |
D | libhwjpeg-exynos.cpp | 65 bool Parse(unsigned char *streambase, size_t length); 86 bool CJpegStreamParser::Parse(unsigned char *streambase, size_t length) { in Parse() function in CJpegStreamParser 391 if (!m_jpegStreamParser.Parse(m_pStreamBuffer, m_nStreamLength)) return false; in PrepareDecompression()
|
/hardware/interfaces/automotive/can/1.0/tools/configurator/ |
D | canprototools.cpp | 70 if (!google::protobuf::TextFormat::Parse(&pb_stream, &config)) { in parseConfigFile()
|
/hardware/interfaces/automotive/can/aidl/default/tools/configurator/ |
D | canprototools.cpp | 79 if (!google::protobuf::TextFormat::Parse(&pb_stream, &config)) { in parseConfigFile()
|
/hardware/interfaces/bluetooth/audio/utils/aidl_session/ |
D | BluetoothLeAudioAseConfigurationSettingProvider.cpp | 633 ok = configurations_parser_.Parse(configurations_json_content.c_str()); in LoadConfigurationsFromFiles() 709 ok = scenarios_parser_.Parse(scenarios_json_content.c_str()); in LoadScenariosFromFiles()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/ |
D | katex.mjs | 6397 // Parse expressions into `groups`. 8033 …parser.gullet.macros.set("\\current@color", color); // Parse out the implicit body that should be … 8955 const parser = context.parser; // Parse out the implicit body 9438 * Parse the body of the environment, with rows delimited by \\ and 9451 // Parse body of array with \\ temporarily mapped to \cr 9481 // Parse each cell in its own group (namespace) 13924 // Parse a number in the given base, starting with first `token`. 16637 * Parse a single symbol out of the string. Here, we handle single character 16847 * Parse and build an expression, and place that expression in the DOM node 16868 * Parse and build an expression, and return the markup for that. [all …]
|