HomeSort by relevance Sort by last modified time
    Searched defs:equal (Results 126 - 150 of 522) sorted by null

1 2 3 4 56 7 8 91011>>

  /bootable/recovery/updater/
install.cpp 1033 char* equal = strchr(line, '='); local
    [all...]
  /external/boringssl/src/crypto/x509v3/
v3_utl.c 590 * pattern is longer, compare just an equal-length suffix with the
859 static int do_check_string(ASN1_STRING *a, int cmp_type, equal_fn equal,
872 rv = equal(a->data, a->length,
886 rv = equal(astr, astrlen, (unsigned char *)b, blen, flags);
906 equal_fn equal; local
914 equal = equal_email;
924 equal = equal_nocase;
926 equal = equal_wildcard;
931 equal = equal_case;
952 if ((rv = do_check_string(cstr, alt_type, equal, flags
    [all...]
  /external/guava/guava-tests/test/com/google/common/io/
FilesTest.java 259 assertFalse(Files.equal(asciiFile, i18nFile));
260 assertTrue(Files.equal(asciiFile, asciiFile));
264 assertTrue(Files.equal(asciiFile, temp));
267 assertTrue(Files.equal(i18nFile, temp));
274 assertFalse(Files.equal(asciiFile, temp));
280 assertTrue(Files.equal(asciiFile, new BadLengthFile(asciiFile, 0)));
327 assertTrue(Files.equal(i18nFile, temp));
430 assertTrue(Files.equal(temp2, i18nFile));
440 assertTrue(Files.equal(temp2, i18nFile));
599 assertTrue("ByteBuffers should be equal.", expected.equals(actual))
    [all...]
  /external/icu/icu4c/source/i18n/
dtitvfmt.cpp 207 UBool equal; local
208 equal = (this == fmt);
210 equal = (*fInfo == *fmt->fInfo);
211 equal = (*fDateFormat == *fmt->fDateFormat);
212 equal = fFromCalendar->isEquivalentTo(*fmt->fFromCalendar) ;
213 equal = fToCalendar->isEquivalentTo(*fmt->fToCalendar) ;
214 equal = (fSkeleton == fmt->fSkeleton);
215 equal = ((fDatePattern == NULL && fmt->fDatePattern == NULL) || (fDatePattern && fmt->fDatePattern && *fDatePattern == *fmt->fDatePattern));
216 equal = ((fTimePattern == NULL && fmt->fTimePattern == NULL) || (fTimePattern && fmt->fTimePattern && *fTimePattern == *fmt->fTimePattern));
217 equal = ((fDateTimeFormat == NULL && fmt->fDateTimeFormat == NULL) || (fDateTimeFormat && fmt->fDateTime (…)
    [all...]
  /external/svox/pico/lib/
picoktab.c 825 Part-of-speech symbols with equal number of components are grouped
973 picoos_uint16 i, j, equal; local
975 equal = 1;
978 while (equal && (i < len)) {
984 equal = (j < len);
988 return equal;
    [all...]
  /frameworks/native/libs/gui/
GLConsumer.cpp 113 bool equal = !strcmp(CROP_EXT_STR, exts); local
118 return equal || atStart || atEnd || inMiddle;
133 bool equal = !strcmp(PROT_CONTENT_EXT_STR, exts);
138 return equal || atStart || atEnd || inMiddle;
    [all...]
  /external/boringssl/src/crypto/ec/
p256-64.c 757 * all words so far have been equal (m is all ones) then a non-equal
761 u64 equal; local
767 /* if kPrime[i] == out[i] then |equal| will be all zeros and the
769 equal = kPrime[i] ^ out[i];
770 equal--;
771 equal &= equal << 32;
772 equal &= equal << 16
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 163 constexpr bool equal(Iterator1 a, Iterator1 ae, Iterator2 b, Iterator2 be) { function in namespace:string_assign
173 return equal(stuff, stuff + n, stuff2, stuff2 + n);
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 683 /* Returns 1 if the specified values are equal. If the values are not equal
687 const int equal = left == right; local
688 if (!equal) {
691 return equal;
694 /* Returns 1 if the specified values are not equal. If the values are equal
769 /* Determine whether the specified strings are equal. If the strings are equal
770 * 1 is returned. If they're not equal an error is displayed and 0 is
    [all...]
  /external/dbus/bus/
config-parser.c 3162 dbus_bool_t equal; local
3257 dbus_bool_t equal; local
    [all...]
  /libcore/ojluni/src/main/java/java/net/
URI.java 632 * categories, and not equal to the slash character (<tt>'/'</tt>) or the
1691 private static boolean equal(String s, String t) { method in class:URI
    [all...]
  /system/core/adb/
sysdeps_win32.cpp 2726 wchar_t* const equal = wcschr(*env, L'='); local
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 462 if (!NextToken().is(tok::equal))
470 if (!TryConsumeToken(tok::equal)) {
914 if (Tok.isNot(tok::equal)) {
915 Diag(Tok, diag::err_expected_after) << Keyword << tok::equal; member in class:tok
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Normalizer2Impl.java 157 return UTF16Plus.equal(str, 0, str.length(), s, start, limit);
371 public static boolean equal(CharSequence s1, CharSequence s2) { method in class:Normalizer2Impl.UTF16Plus
397 public static boolean equal(CharSequence s1, int start1, int limit1, method in class:Normalizer2Impl.UTF16Plus
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Normalizer2Impl.java 153 return UTF16Plus.equal(str, 0, str.length(), s, start, limit);
367 public static boolean equal(CharSequence s1, CharSequence s2) { method in class:Normalizer2Impl.UTF16Plus
393 public static boolean equal(CharSequence s1, int start1, int limit1, method in class:Normalizer2Impl.UTF16Plus
    [all...]
  /external/llvm/lib/AsmParser/
LLToken.h 25 equal, comma, // = , enumerator in enum:llvm::lltok::Kind
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-artifactcomparator/0.20.0/
tycho-artifactcomparator-0.20.0.jar 
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/boringssl/src/crypto/curve25519/
curve25519.c 1235 static uint8_t equal(signed char b, signed char c) { function
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc 132 // If exponent is greater than or equal to 84, the 32 less significant
210 // They are both equal and they are not both Smis so both of them are not
211 // Smis. If it's not a heap number, then return equal.
262 __ li(r3, Operand(EQUAL)); // Things are <=, >=, ==, === themselves.
271 // It is a heap number, so return non-equal if it's NaN and equal if it's
290 // For equal we already have the right value in r3: Return zero (equal)
299 // All-zero means Infinity means equal.
329 // succeed. Return non-equal
583 Label nan, equal, less_than; local
2675 Label less_equal, equal; local
2795 Label equal, less_than; local
    [all...]
  /external/v8/src/s390/
code-stubs-s390.cc 130 // If exponent is greater than or equal to 84, the 32 less significant
211 // They are both equal and they are not both Smis so both of them are not
212 // Smis. If it's not a heap number, then return equal.
262 __ LoadImmP(r2, Operand(EQUAL)); // Things are <=, >=, ==, === themselves
271 // It is a heap number, so return non-equal if it's NaN and equal if it's
290 // For equal we already have the right value in r2: Return zero (equal)
297 // All-zero means Infinity means equal.
326 // succeed. Return non-equal
575 Label nan, equal, less_than; local
2667 Label less_equal, equal; local
2780 Label equal, less_than; local
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouter.java 774 static <T> boolean equal(T a, T b) { method in class:MediaRouter
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-dependency-tree/1.2/
maven-dependency-tree-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-dependency-tree/2.1/
maven-dependency-tree-2.1.jar 

Completed in 1511 milliseconds

1 2 3 4 56 7 8 91011>>