Home
last modified time | relevance | path

Searched refs:Parse (Results 1 – 5 of 5) sorted by relevance

/hardware/google/graphics/common/libhwjpeg/
Dlibhwjpeg-exynos.cpp65 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/
Dcanprototools.cpp70 if (!google::protobuf::TextFormat::Parse(&pb_stream, &config)) { in parseConfigFile()
/hardware/interfaces/automotive/can/aidl/default/tools/configurator/
Dcanprototools.cpp79 if (!google::protobuf::TextFormat::Parse(&pb_stream, &config)) { in parseConfigFile()
/hardware/interfaces/bluetooth/audio/utils/aidl_session/
DBluetoothLeAudioAseConfigurationSettingProvider.cpp633 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/
Dkatex.mjs6397 // 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 …]