HomeSort by relevance Sort by last modified time
    Searched refs:token_count (Results 1 - 14 of 14) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_info.cpp 123 uint32_t token_count = 0; local
128 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) {
165 uint32_t token_count = 0; local
171 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) {
175 ParseFormats(&tokens[1], (token_count - 1), kHWRotatorInput, hw_resource);
177 ParseFormats(&tokens[1], (token_count - 1), kHWRotatorOutput, hw_resource);
179 ParseFormats(&tokens[1], (token_count - 1), kHWWBIntfOutput, hw_resource);
229 for (uint32_t i = 0; i < token_count; i++) {
258 if (!ParseString(line.c_str(), tokens, max_count, ": =\n", &token_count)) {
261 for (uint32_t j = 0; j < token_count; j += 2)
368 uint32_t token_count = 0; local
    [all...]
hw_info.h 70 void ParseFormats(char *tokens[], uint32_t token_count, HWSubBlockType sub_block_type,
hw_device.cpp 749 uint32_t token_count = 0; local
752 if (!ParseLine(line.c_str(), "=\n", tokens, max_count, &token_count)) {
772 uint32_t token_count = 0; local
775 if (!ParseLine(line.c_str(), tokens, max_count, &token_count)) {
863 uint32_t token_count = 0; local
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/core/fb/
hw_info.cpp 102 uint32_t token_count = 0; local
107 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) {
150 uint32_t token_count = 0; local
156 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) {
162 ParseFormats(&tokens[1], (token_count - 1), kHWRotatorInput, hw_resource_);
164 ParseFormats(&tokens[1], (token_count - 1), kHWRotatorOutput, hw_resource_);
166 ParseFormats(&tokens[1], (token_count - 1), kHWWBIntfOutput, hw_resource_);
218 for (uint32_t i = 0; i < token_count; i++) {
253 if (!ParseString(line.c_str(), tokens, max_count, ": =\n", &token_count)) {
256 for (uint32_t j = 0; j < token_count; j += 2)
367 uint32_t token_count = 0; local
415 uint32_t token_count = 0; local
    [all...]
hw_info.h 71 void ParseFormats(char *tokens[], uint32_t token_count, HWSubBlockType sub_block_type,
hw_device.cpp 816 uint32_t token_count = 0; local
819 if (!ParseLine(line.c_str(), "=\n", tokens, max_count, &token_count)) {
839 uint32_t token_count = 0; local
972 uint32_t token_count = 0; local
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
hw_info.cpp 102 uint32_t token_count = 0; local
107 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) {
150 uint32_t token_count = 0; local
156 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) {
160 ParseFormats(&tokens[1], (token_count - 1), kHWRotatorInput, hw_resource_);
162 ParseFormats(&tokens[1], (token_count - 1), kHWRotatorOutput, hw_resource_);
164 ParseFormats(&tokens[1], (token_count - 1), kHWWBIntfOutput, hw_resource_);
214 for (uint32_t i = 0; i < token_count; i++) {
249 if (!ParseString(line.c_str(), tokens, max_count, ": =\n", &token_count)) {
252 for (uint32_t j = 0; j < token_count; j += 2)
363 uint32_t token_count = 0; local
411 uint32_t token_count = 0; local
    [all...]
hw_info.h 71 void ParseFormats(char *tokens[], uint32_t token_count, HWSubBlockType sub_block_type,
hw_device.cpp 812 uint32_t token_count = 0; local
815 if (!ParseLine(line.c_str(), "=\n", tokens, max_count, &token_count)) {
835 uint32_t token_count = 0; local
968 uint32_t token_count = 0; local
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_info.cpp 102 uint32_t token_count = 0; local
107 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) {
150 uint32_t token_count = 0; local
156 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) {
160 ParseFormats(&tokens[1], (token_count - 1), kHWRotatorInput, hw_resource_);
162 ParseFormats(&tokens[1], (token_count - 1), kHWRotatorOutput, hw_resource_);
164 ParseFormats(&tokens[1], (token_count - 1), kHWWBIntfOutput, hw_resource_);
214 for (uint32_t i = 0; i < token_count; i++) {
249 if (!ParseString(line.c_str(), tokens, max_count, ": =\n", &token_count)) {
252 for (uint32_t j = 0; j < token_count; j += 2)
362 uint32_t token_count = 0; local
410 uint32_t token_count = 0; local
    [all...]
hw_info.h 71 void ParseFormats(char *tokens[], uint32_t token_count, HWSubBlockType sub_block_type,
hw_device.cpp 808 uint32_t token_count = 0; local
811 if (!ParseLine(line.c_str(), "=\n", tokens, max_count, &token_count)) {
831 uint32_t token_count = 0; local
834 if (!ParseLine(line.c_str(), tokens, max_count, &token_count))
964 uint32_t token_count = 0; local
    [all...]
  /art/cmdline/detail/
cmdline_parse_argument_detail.h 150 size_t token_count = 0; local
180 token_count++;
202 if (token_count != 0) {
204 token_count == names_.size()));
  /external/toybox/toys/pending/
init.c 125 int i, fd, line_number = 0, token_count = 0; local
142 token_count = 0;
147 token_count++;
148 switch (token_count) {
177 if (token_count != 4) {

Completed in 299 milliseconds