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

  /external/webrtc/webrtc/modules/desktop_capture/win/
desktop.cc 57 std::wstring other_name;
58 if (!other.GetName(&other_name))
61 return name == other_name;
  /external/protobuf/src/google/protobuf/compiler/java/
java_context.cc 137 const string& other_name = UnderscoresToCapitalizedCamelCase(other); local
138 if (name == other_name) {
143 } else if (IsConflicting(field, name, other, other_name,
  /external/toolchain-utils/bestflags/
flags_test.py 121 for other_name in other_flag_sets:
122 other_spec = '%s' % other_name
  /system/extras/simpleperf/
cmd_stat.cpp 225 std::string other_name; local
227 other_name = "cache-references";
229 other_name = "branch-instructions";
231 other_name =
234 const CounterSummary* other = FindSummary(other_name, s.modifier);
243 std::string other_name = s.type_name.substr(0, s.type_name.size() - strlen("-refill")); local
244 const CounterSummary* other = FindSummary(other_name, s.modifier);
  /external/pdfium/third_party/pymock/
mock.py     [all...]
  /external/python/cpython2/Lib/test/
_mock_backport.py     [all...]
  /external/libchrome/base/test/
trace_event_analyzer_unittest.cc 179 Query other_name = Query::OtherNameIs(other.name); local
206 EXPECT_TRUE(other_name.Evaluate(event));
    [all...]
  /art/runtime/
class_linker.cc 5751 const char* other_name = other_dex_file->StringDataAndUtf16LengthByIdx(other_mid.name_idx_, local
    [all...]

Completed in 136 milliseconds