Home
last modified time | relevance | path

Searched refs:other_name (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/win/
Ddesktop.cc57 std::wstring other_name; in IsSame() local
58 if (!other.GetName(&other_name)) in IsSame()
61 return name == other_name; in IsSame()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_context.cc137 const string& other_name = UnderscoresToCapitalizedCamelCase(other); in InitializeFieldGeneratorInfoForFields() local
138 if (name == other_name) { in InitializeFieldGeneratorInfoForFields()
143 } else if (IsConflicting(field, name, other, other_name, in InitializeFieldGeneratorInfoForFields()
/external/toolchain-utils/bestflags/
Dflags_test.py121 for other_name in other_flag_sets:
122 other_spec = '%s' % other_name
/external/pdfium/third_party/pymock/
Dmock.py2042 other_name = ''
2046 other_name, other_args, other_kwargs = other
2053 other_name = value
2063 other_name = first
2071 if self_name and other_name != self_name:
/external/python/cpython2/Lib/test/
D_mock_backport.py1986 other_name = ''
1990 other_name, other_args, other_kwargs = other
1997 other_name = value
2007 other_name = first
2015 if self_name and other_name != self_name:
/external/python/cpython3/Lib/unittest/
Dmock.py2021 other_name = ''
2025 other_name, other_args, other_kwargs = other
2032 other_name = value
2041 other_name = first
2051 if self_name and other_name != self_name:
/external/libchrome/base/test/
Dtrace_event_analyzer_unittest.cc179 Query other_name = Query::OtherNameIs(other.name); in TEST_F() local
206 EXPECT_TRUE(other_name.Evaluate(event)); in TEST_F()