Home
last modified time | relevance | path

Searched refs:name1 (Results 1 - 25 of 88) sorted by relevance

1234

/third_party/lame/test/
H A Dlametest.py34 def fdiff(name1, name2):
35 cmd = "cmp -l " + name1 + " " + name2 + " | wc -l"
47 status = os.access(name1, os.R_OK)
51 size1 = os.path.getsize(name1)
66 def compare(name1, name2, decode):
70 os.system("lame --quiet --mp3input --decode " + name1)
72 name1 = name1 + ".wav"
76 diff, size = fdiff(name1, name2)
85 print "File 1: " + name1
180 name1 = basename + "." + str(n) + ".mp3" global() variable
[all...]
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h57 // HAS_m_TEMPLATE_PARAMS(kind1, name1, ..., kind_m, name_m),
132 #define GMOCK_INTERNAL_DECL_HAS_2_TEMPLATE_PARAMS(kind0, name0, kind1, name1) \
133 kind0 name0, kind1 name1
134 #define GMOCK_INTERNAL_DECL_HAS_3_TEMPLATE_PARAMS(kind0, name0, kind1, name1, \
136 kind0 name0, kind1 name1, kind2 name2
137 #define GMOCK_INTERNAL_DECL_HAS_4_TEMPLATE_PARAMS(kind0, name0, kind1, name1, \
139 kind0 name0, kind1 name1, kind2 name2, kind3 name3
141 kind0, name0, kind1, name1, kind2, name2, kind3, name3, kind4, name4) \
142 kind0 name0, kind1 name1, kind2 name2, kind3 name3, kind4 name4
143 #define GMOCK_INTERNAL_DECL_HAS_6_TEMPLATE_PARAMS(kind0, name0, kind1, name1, \
[all...]
/third_party/alsa-lib/src/control/
H A Dhcontrol.c295 const char *name = (char *)id->name, *name1; in get_compare_weight() local
302 for (name1 = name; *name1 != '\0'; name1++); in get_compare_weight()
303 for (name1--; name1 != name && *name1 != ' '; name1--); in get_compare_weight()
304 while (name1 != name && *name1 in get_compare_weight()
[all...]
/third_party/jerryscript/tests/jerry-test-suite/es2015/25/25.04/25.04.03/
H A D25.04.03-002.js16 var name1 = ""; variable
27 name1 = e.name;
48 assert (name1 === "TypeError");
/third_party/icu/icu4c/source/common/
H A Dpropname.cpp93 uprv_compareASCIIPropertyNames(const char *name1, const char *name2) { in uprv_compareASCIIPropertyNames() argument
97 r1=getASCIIPropertyNameChar(name1); in uprv_compareASCIIPropertyNames()
113 name1+=r1>>8; in uprv_compareASCIIPropertyNames()
119 uprv_compareEBCDICPropertyNames(const char *name1, const char *name2) { in uprv_compareEBCDICPropertyNames() argument
123 r1=getEBCDICPropertyNameChar(name1); in uprv_compareEBCDICPropertyNames()
139 name1+=r1>>8; in uprv_compareEBCDICPropertyNames()
H A Dpropname.h54 uprv_compareASCIIPropertyNames(const char *name1, const char *name2);
57 uprv_compareEBCDICPropertyNames(const char *name1, const char *name2);
/third_party/node/deps/icu-small/source/common/
H A Dpropname.cpp93 uprv_compareASCIIPropertyNames(const char *name1, const char *name2) { in uprv_compareASCIIPropertyNames() argument
97 r1=getASCIIPropertyNameChar(name1); in uprv_compareASCIIPropertyNames()
113 name1+=r1>>8; in uprv_compareASCIIPropertyNames()
119 uprv_compareEBCDICPropertyNames(const char *name1, const char *name2) { in uprv_compareEBCDICPropertyNames() argument
123 r1=getEBCDICPropertyNameChar(name1); in uprv_compareEBCDICPropertyNames()
139 name1+=r1>>8; in uprv_compareEBCDICPropertyNames()
H A Dpropname.h54 uprv_compareASCIIPropertyNames(const char *name1, const char *name2);
57 uprv_compareEBCDICPropertyNames(const char *name1, const char *name2);
/third_party/skia/third_party/externals/icu/source/common/
H A Dpropname.cpp93 uprv_compareASCIIPropertyNames(const char *name1, const char *name2) { in uprv_compareASCIIPropertyNames() argument
97 r1=getASCIIPropertyNameChar(name1); in uprv_compareASCIIPropertyNames()
113 name1+=r1>>8; in uprv_compareASCIIPropertyNames()
119 uprv_compareEBCDICPropertyNames(const char *name1, const char *name2) { in uprv_compareEBCDICPropertyNames() argument
123 r1=getEBCDICPropertyNameChar(name1); in uprv_compareEBCDICPropertyNames()
139 name1+=r1>>8; in uprv_compareEBCDICPropertyNames()
H A Dpropname.h54 uprv_compareASCIIPropertyNames(const char *name1, const char *name2);
57 uprv_compareEBCDICPropertyNames(const char *name1, const char *name2);
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_context.cc57 // Whether two fields have conflicting accessors (assuming name1 and name2
58 // are different). name1 and name2 are field1 and field2's camel-case name
60 bool IsConflicting(const FieldDescriptor* field1, const std::string& name1, in IsConflicting() argument
69 if (name1 + "Count" == name2) { in IsConflicting()
72 "get" + name1 + "Count()\""; in IsConflicting()
75 if (name1 + "List" == name2) { in IsConflicting()
78 "get" + name1 + "List()\""; in IsConflicting()
90 return IsConflicting(field2, name2, field1, name1, info); in IsConflicting()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
H A DGlobalizationPreferencesTest.java1019 String name1 = gp.getDisplayName(id, GlobalizationPreferences.ID_LOCALE); in TestDisplayName()
1025 logln("Locale[zh_Hant_HK]: " + name1 + " | " + name2 + " | " + name3); in TestDisplayName()
1026 if (name1.equals(name2) || !name2.equals(name3)) { in TestDisplayName()
1033 name1 = gp.getDisplayName(id, GlobalizationPreferences.ID_LANGUAGE); in TestDisplayName()
1039 logln("Language[fr]: " + name1 + " | " + name2 + " | " + name3); in TestDisplayName()
1040 if (name1.equals(name2) || !name2.equals(name3)) { in TestDisplayName()
1047 name1 = gp.getDisplayName(id, GlobalizationPreferences.ID_SCRIPT); in TestDisplayName()
1053 logln("Script[cyrl]: " + name1 + " | " + name2 + " | " + name3); in TestDisplayName()
1054 if (name1.equals(name2) || !name2.equals(name3)) { in TestDisplayName()
1061 name1 in TestDisplayName()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DGlobalizationPreferencesTest.java1022 String name1 = gp.getDisplayName(id, GlobalizationPreferences.ID_LOCALE); in TestDisplayName()
1028 logln("Locale[zh_Hant_HK]: " + name1 + " | " + name2 + " | " + name3); in TestDisplayName()
1029 if (name1.equals(name2) || !name2.equals(name3)) { in TestDisplayName()
1036 name1 = gp.getDisplayName(id, GlobalizationPreferences.ID_LANGUAGE); in TestDisplayName()
1042 logln("Language[fr]: " + name1 + " | " + name2 + " | " + name3); in TestDisplayName()
1043 if (name1.equals(name2) || !name2.equals(name3)) { in TestDisplayName()
1050 name1 = gp.getDisplayName(id, GlobalizationPreferences.ID_SCRIPT); in TestDisplayName()
1056 logln("Script[cyrl]: " + name1 + " | " + name2 + " | " + name3); in TestDisplayName()
1057 if (name1.equals(name2) || !name2.equals(name3)) { in TestDisplayName()
1064 name1 in TestDisplayName()
[all...]
/third_party/libdrm/amdgpu/
H A Damdgpu_device.c51 char *name1 = drmGetPrimaryDeviceNameFromFd(fd1); in fd_compare() local
55 if (name1 == NULL || name2 == NULL) { in fd_compare()
56 free(name1); in fd_compare()
61 result = strcmp(name1, name2); in fd_compare()
62 free(name1); in fd_compare()
/third_party/rust/crates/nom/src/sequence/
H A Dmod.rs206 ($name1:ident $ty1:ident, $name2: ident $ty2:ident, $($name:ident $ty:ident),*) => (
207 tuple_trait!(__impl $name1 $ty1, $name2 $ty2; $($name $ty),*);
209 (__impl $($name:ident $ty: ident),+; $name1:ident $ty1:ident, $($name2:ident $ty2:ident),*) => (
211 tuple_trait!(__impl $($name $ty),+ , $name1 $ty1; $($name2 $ty2),*);
213 (__impl $($name:ident $ty: ident),+; $name1:ident $ty1:ident) => (
215 tuple_trait_impl!($($name $ty),+, $name1 $ty1);
/third_party/node/deps/v8/src/torque/
H A Dcpp-builder.cc138 void File::BeginNamespace(std::string name0, std::string name1) { in BeginNamespace() argument
140 BeginNamespace(name1); in BeginNamespace()
150 void File::EndNamespace(const std::string& name0, const std::string& name1) { in EndNamespace() argument
151 EndNamespace(name1); in EndNamespace()
/third_party/python/Objects/
H A Dcapsule.c32 name_matches(const char *name1, const char *name2) { in name_matches() argument
34 if (!name1 || !name2) { in name_matches()
36 return name1 == name2; in name_matches()
38 return !strcmp(name1, name2); in name_matches()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DUConverterAlias.java320 * @param name1
324 * @return 0 if the names match, or a negative value if the name1 lexically
325 * precedes name2, or a positive value if the name1 lexically
330 static int compareNames(String name1, String name2){ in compareNames() argument
337 while (name1Index < name1.length()) { in compareNames()
338 c1 = name1.charAt(name1Index++); in compareNames()
345 if (!afterDigit1 && name1Index < name1.length()) { in compareNames()
346 nextType = GET_CHAR_TYPE(name1.charAt(name1Index)); in compareNames()
370 if (!afterDigit2 && name1Index < name1.length()) { in compareNames()
389 if (name1Index >= name1 in compareNames()
[all...]
/third_party/node/deps/v8/src/strings/
H A Dstring-hasher.h55 bool operator()(const char* name1, const char* name2) const { in operator ()()
56 return strcmp(name1, name2) == 0; in operator ()()
/third_party/alsa-lib/src/mixer/
H A Dsimple_none.c190 const char *name1; in get_compare_weight() local
197 for (name1 = name; *name1 != '\0'; name1++); in get_compare_weight()
198 for (name1--; name1 != name && *name1 != ' '; name1--); in get_compare_weight()
199 while (name1 != name && *name1 in get_compare_weight()
1435 const char *name1; simple_add1() local
[all...]
/third_party/libabigail/src/
H A Dabg-comparison-priv.h700 string name1 = first_dm->get_qualified_name(); in operator ()()
703 if (name1 != name2) in operator ()()
704 return name1 < name2; in operator ()()
725 name1 = first_dm->get_qualified_name(); in operator ()()
728 return name1 < name2; in operator ()()
954 string name1 = l.get_qualified_name(), name2 = r.get_qualified_name(); in operator ()() local
955 return name1 < name2; in operator ()()
970 string name1 = l.get_id_string(), name2 = r.get_id_string(); in operator ()() local
971 return name1 < name2; in operator ()()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DLocaleAliasTest.java163 String name1 = ul1.getDisplayName(); in TestULocale()
165 if (!name1.equals(name2)) { in TestULocale()
166 errln("name1!=name2. name1 = " + name1 +" name2 = " +name2); in TestULocale()
168 logln("ULocale(getDisplayName) old:"+name1+" new:"+name2); in TestULocale()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleAliasTest.java160 String name1 = ul1.getDisplayName(); in TestULocale()
162 if (!name1.equals(name2)) { in TestULocale()
163 errln("name1!=name2. name1 = " + name1 +" name2 = " +name2); in TestULocale()
165 logln("ULocale(getDisplayName) old:"+name1+" new:"+name2); in TestULocale()
/third_party/icu/icu4c/source/test/intltest/
H A Daliastst.cpp166 UnicodeString name1, name2; in TestULocale() local
167 oldLoc.getDisplayName(name1); in TestULocale()
169 if (name1!=name2) { in TestULocale()
173 log(name1); in TestULocale()
/third_party/rust/crates/nom/src/branch/
H A Dmod.rs172 $name1:ident $ty1:ident $item1:ident
176 permutation_trait!(__impl $name1 $ty1 $item1, $name2 $ty2 $item2; $($name3 $ty3 $item3)*);
180 $name1:ident $ty1:ident $item1:ident $($name2:ident $ty2:ident $item2:ident)*
183 permutation_trait!(__impl $($name $ty $item),+ , $name1 $ty1 $item1; $($name2 $ty2 $item2)*);

Completed in 16 milliseconds

1234