Searched refs:other_name (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/modules/desktop_capture/win/ |
D | desktop.cc | 57 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/ |
D | java_context.cc | 137 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/ |
D | flags_test.py | 121 for other_name in other_flag_sets: 122 other_spec = '%s' % other_name
|
/external/pdfium/third_party/pymock/ |
D | mock.py | 2042 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.py | 1986 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/ |
D | mock.py | 2021 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/ |
D | trace_event_analyzer_unittest.cc | 179 Query other_name = Query::OtherNameIs(other.name); in TEST_F() local 206 EXPECT_TRUE(other_name.Evaluate(event)); in TEST_F()
|