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

  /external/libmojo/base/trace_event/
trace_event_android.cc 63 std::string::size_type value_start = out.length(); local
70 ReplaceSubstringsAfterOffset(&out, value_start, "\\\"", "'");
71 ReplaceSubstringsAfterOffset(&out, value_start, "\"", "");
73 std::replace(out.begin() + value_start, out.end(), ';', ',');
74 std::replace(out.begin() + value_start, out.end(), '|', '!');
  /external/libxcam/xcore/
xcam_utils.h 46 double value_start, double value_end,
xcam_utils.cpp 178 double value_start, double value_end,
205 value = (value_start * weight_start + value_end * weight_end) / (weight_start + weight_end);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flag_parser.cc 85 uptr value_start = ++pos_; local
91 value = ll_strndup(buf_ + value_start + 1, pos_ - value_start - 1);
97 value = ll_strndup(buf_ + value_start, pos_ - value_start);
  /external/e2fsprogs/lib/ext2fs/
ext_attr.c 660 char *value_start,
669 ((char *)entries - value_start);
713 value_start + entry->e_value_offs <
721 hash = ext2fs_ext_attr_hash_entry(entry, value_start +
756 memcpy(x->value, value_start + entry->e_value_offs,
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 881 const char *value_start = equal_pos + 1; local
882 const char *semicolon_pos = strchr(value_start, ';');
885 value.setTo(value_start);
887 value.setTo(value_start, semicolon_pos - value_start);
    [all...]
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 278 milliseconds