HomeSort by relevance Sort by last modified time
    Searched defs:a_value (Results 1 - 2 of 2) sorted by null

  /art/runtime/
intern_table.cc 361 const uint16_t* a_value = a_string->GetValue(); local
362 return CompareModifiedUtf8ToUtf16AsCodePointValues(b.GetUtf8Data(), a_value, a_length) == 0;
  /frameworks/av/media/libstagefright/xmlparser/
MediaCodecsXmlParser.cpp 660 const char* a_value = nullptr; local
717 a_value = attrs[i];
756 if (a_range != nullptr || a_value != nullptr) {
765 } else if (a_value != nullptr) {
770 range = a_value;
772 range += a_value;
864 if (a_value != nullptr) {
868 mCurrentType->second[a_name] = a_value;
    [all...]

Completed in 94 milliseconds