Searched refs:equal (Results 176 - 200 of 349) sorted by relevance

1234567891011>>

/external/clang/lib/Parse/
H A DParser.cpp779 if (getLangOpts().CPlusPlus && Tok.is(tok::equal)) {
785 return Tok.is(tok::equal) || // int X()= -> not a function def
806 if (getLangOpts().CPlusPlus && Tok.is(tok::equal)) {
959 Tok.isNot(tok::equal)))) {
972 if (Tok.isNot(tok::equal)) {
986 if (getLangOpts().DelayedTemplateParsing && Tok.isNot(tok::equal) &&
1049 if (TryConsumeToken(tok::equal)) {
1718 case tok::equal:
/external/guava/guava/src/com/google/common/base/
H A DPredicates.java196 * instanceOf(ArrayList.class)} will yield different results for the two equal
602 return Objects.equal(pattern.pattern(), that.pattern.pattern())
603 && Objects.equal(pattern.flags(), that.pattern.flags());
H A DObjects.java43 * Determines whether two possibly-null objects are equal. Returns:
48 * equal according to {@link Object#equals(Object)}.
56 public static boolean equal(@Nullable Object a, @Nullable Object b) { method in class:Objects
75 * does not equal the hash code of that object.
H A DSuppliers.java237 return Objects.equal(instance, that.instance);
/external/guava/guava/src/com/google/common/reflect/
H A DTypes.java248 return Objects.equal(
309 && Objects.equal(getOwnerType(), that.getOwnerType())
353 // equal only to our TypeVariable implementation with identical bounds
362 // equal to any TypeVariable implementation regardless of bounds
496 * In JDK 1.7.0_51-b13, TypeVariableImpl.equals() is changed to no longer be equal to custom
/external/libhevc/common/arm/
H A Dihevc_weighted_pred_bi.s179 beq end_loops @if equal, then end the function
183 beq end_loops @if equal, then end the function
H A Dihevc_sao_edge_offset_class1.s90 BNE SRC_LEFT_LOOP @If not equal to 0 jump to the src_left_loop
220 BGT PU1_SRC_LOOP @If not equal jump to PU1_SRC_LOOP
258 BGT WIDTH_LOOP_16 @If not equal jump to width_loop
338 BGT PU1_SRC_LOOP_RESIDUE @If not equal jump to PU1_SRC_LOOP
H A Dihevc_sao_edge_offset_class1_chroma.s94 BNE SRC_LEFT_LOOP @If not equal to 0 jump to the src_left_loop
233 BGT PU1_SRC_LOOP @If not equal jump to PU1_SRC_LOOP
276 BGT WIDTH_LOOP_16 @If not equal jump to width_loop
369 BGT PU1_SRC_LOOP_RESIDUE @If not equal jump to PU1_SRC_LOOP
/external/llvm/lib/IR/
H A DInstruction.cpp335 if (!std::equal(op_begin(), op_end(), I->op_begin()))
340 return std::equal(thisPHI->block_begin(), thisPHI->block_end(),
/external/skia/tools/lua/
H A Dbbh_filter.lua7 -- Currently, the approach is to output, in equal ammounts, the names of the files that
/external/sqlite/android/
H A Dsqlite3_android.cpp96 bool equal = local
101 if (equal) {
/external/v8/src/ia32/
H A Ddeoptimizer-ia32.cc337 __ j(equal, &no_padding);
341 __ Assert(equal, kAlignmentMarkerExpected);
/external/v8/test/cctest/
H A Dtest-assembler-x87.cc195 __ j(equal, &equal_l);
244 __ j(equal, &target);
/external/vogar/lib/
H A Dminiguice.jarjavax/ javax/inject/ javax/inject/Inject.class Inject.java package javax.inject public abstract annotation javax ...
/external/e2fsprogs/intl/
H A Dplural.y276 lval->op = equal;
/external/guava/guava-tests/test/com/google/common/collect/
H A DMultisetsCollectionTest.java179 if (!Objects.equal(elements[0], elements[1])) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormatSymbols.java1716 boolean equal = true;
1718 equal = Utility.arrayEquals(aa1[i], aa2[i]);
1719 if (!equal) {
1723 return equal;
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
H A DUnicodePropertySymbolTable.java219 public enum Relation {less, leq, equal, geq, greater} enum constant in enum:UnicodePropertySymbolTable.Relation
/external/libcxx/test/std/containers/associative/map/map.cons/
H A Dcopy_assign.pass.cpp73 assert(std::equal(m.begin(), m.end(), ar));
/external/libpcap/msdos/
H A Dpkt_rx0.asm13 ; these sizes MUST be equal to the sizes in PKTDRVR.H
119 ; CX has # of bytes in packet on both call. They should be equal.
/external/libunwind/doc/
H A Dunw_get_proc_info.tex54 \Var{format} is equal to \Const{UNW\_INFO\_FORMAT\_DYNAMIC}. If the
56 equal to to \Const{UNW\_INFO\_FORMAT\_TABLE}. All other values are
/external/llvm/lib/TableGen/
H A DTGLexer.cpp113 case '=': return tgtok::equal;
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DConnectionSpec.java225 if (Util.equal(value, arrayValue)) {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DUtil.java78 /** Returns true if two possibly-null objects are equal. */
79 public static boolean equal(Object a, Object b) { method in class:Util
/external/openfst/src/include/fst/script/
H A Dfstscript.h44 #include <fst/script/equal.h>

Completed in 6825 milliseconds

1234567891011>>