Home
last modified time | relevance | path

Searched refs:other_name (Results 1 – 8 of 8) 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/autotest/frontend/shared/
Dresource_lib.py592 other_name = containing_collection.unfixed_name
593 cls._check_for_required_fields(input_dict, (other_name,))
595 other_entry = containing_collection.resolve_link(input_dict[other_name])
/external/chromium-trace/catapult/third_party/mock/
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/chromium-trace/catapult/telemetry/third_party/mock/
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/v8/tools/gyp/pylib/gyp/
Dxcodeproj_file.py1040 other_name = other.Name()
1042 other_in = isinstance(self, PBXGroup) and other_name in order
1045 if self_name in order and not other_name in order:
1047 if other_name in order and not self_name in order:
1052 other_index = order.index(other_name)
/external/libchrome/base/test/
Dtrace_event_analyzer_unittest.cc166 Query other_name = Query::OtherNameIs(other.name); in TEST_F() local
193 EXPECT_TRUE(other_name.Evaluate(event)); in TEST_F()
/external/v8/src/
Dtype-feedback-vector.cc160 String* other_name = *other_spec->GetName(name_index++); in SpecDiffersFrom() local
161 if (name != other_name) { in SpecDiffersFrom()