HomeSort by relevance Sort by last modified time
    Searched refs:equal (Results 276 - 300 of 685) sorted by null

<<11121314151617181920>>

  /frameworks/native/opengl/libs/EGL/
egl_cache.cpp 97 bool equal = !strcmp(BC_EXT_STR, exts); local
102 if (equal || atStart || atEnd || inMiddle) {
  /ndk/sources/host-tools/sed-4.2.1/doc/
sed.x 246 can be zero; in this case, \*(sd operates as if it were equal to
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 51 (* Convert condition to a bool by comparing equal to 0.0 *)
119 (* Within the loop, the variable is defined equal to the PHI node. If it
145 (* Convert condition to a bool by comparing equal to 0.0. *)
  /external/v8/test/cctest/
log-eq-of-logging-and-traversal.js 138 var equal = true; variable
163 if (!entities_equal) equal = false;
166 return [equal, comparison];
test-disasm-x64.cc 279 __ j(equal, &Ljcc);
298 __ j(equal, &Ljcc);
380 __ cmovq(equal, rax, Operand(rbx, 0));
  /external/webkit/Source/JavaScriptCore/wtf/
ListHashSet.h 244 static bool equal(Node* const& a, Node* const& b) { return HashArg::equal(a->m_value, b->m_value); } function in struct:WTF::ListHashSetNodeHashFunctions
368 static bool equal(Node* const& a, const ValueType& b) { return HashFunctions::equal(a->m_value, b); } function in struct:WTF::ListHashSetTranslator
521 static bool equal(Node* const& a, const T& b) { return Translator::equal(a->m_value, b); } function in struct:WTF::ListHashSetTranslatorAdapter
  /libcore/luni/src/main/java/java/util/
HashMap.java 171 * less or equal to zero or NaN.
769 return Objects.equal(e.getKey(), key)
770 && Objects.equal(e.getValue(), value);
852 return e != null && Objects.equal(value, e.value);
860 return Objects.equal(value, e.value);
873 if (e == null || !Objects.equal(value, e.value)) {
889 if (!Objects.equal(value, e.value)) {
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/v8/src/ia32/
macro-assembler-ia32.cc 62 ASSERT(cc == equal || cc == not_equal);
114 j(equal, &done, Label::kNear);
261 j(equal, &ok, Label::kNear);
501 j(equal, early_success, Label::kNear);
511 j(equal, early_success, Label::kNear);
544 j(equal, success);
600 Assert(equal, "Operand not a number");
607 Assert(equal, "Operand is not a smi");
645 Check(equal, "stack frame types must match");
935 Check(equal, "JSGlobalObject::global_context should be a global context.")
    [all...]
  /external/proguard/src/proguard/evaluation/
Processor.java 754 stack.ipop().equal(valueFactory.createIntegerValue(0)));
785 stack.ipop().equal(stack.ipop()));
819 stack.apop().equal(stack.apop()));
    [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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algobase.h 78 // when it's safe, i.e., the value_types are equal.
150 * @return An iterator equal to @p first2+(last1-first1).
799 equal(_II1 __first1, _II1 __last1, _II2 __first2) function in struct:__equal
813 equal(const _Tp* __first1, const _Tp* __last1, const _Tp* __first2) function in struct:__equal
831 return std::__equal<__simple>::equal(__first1, __last1, __first2);
948 * ranges are equal.
952 equal(_II1 __first1, _II1 __last1, _II2 __first2) function
984 equal(_IIter1 __first1, _IIter1 __last1, function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_algobase.h 79 // when it's safe, i.e., the value_types are equal.
151 * @return An iterator equal to @p first2+(last1-first1).
788 equal(_II1 __first1, _II1 __last1, _II2 __first2) function in struct:__equal
802 equal(const _Tp* __first1, const _Tp* __last1, const _Tp* __first2) function in struct:__equal
820 return std::__equal<__simple>::equal(__first1, __last1, __first2);
1010 equal(_II1 __first1, _II1 __last1, _II2 __first2) function
1042 equal(_IIter1 __first1, _IIter1 __last1, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_algobase.h 79 // when it's safe, i.e., the value_types are equal.
151 * @return An iterator equal to @p first2+(last1-first1).
788 equal(_II1 __first1, _II1 __last1, _II2 __first2) function in struct:__equal
802 equal(const _Tp* __first1, const _Tp* __last1, const _Tp* __first2) function in struct:__equal
820 return std::__equal<__simple>::equal(__first1, __last1, __first2);
1010 equal(_II1 __first1, _II1 __last1, _II2 __first2) function
1042 equal(_IIter1 __first1, _IIter1 __last1, function
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 78 // when it's safe, i.e., the value_types are equal.
150 * @return An iterator equal to @p first2+(last1-first1).
799 equal(_II1 __first1, _II1 __last1, _II2 __first2) function in struct:__equal
813 equal(const _Tp* __first1, const _Tp* __last1, const _Tp* __first2) function in struct:__equal
831 return std::__equal<__simple>::equal(__first1, __last1, __first2);
948 * ranges are equal.
952 equal(_II1 __first1, _II1 __last1, _II2 __first2) function
984 equal(_IIter1 __first1, _IIter1 __last1, function
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 78 // when it's safe, i.e., the value_types are equal.
150 * @return An iterator equal to @p first2+(last1-first1).
799 equal(_II1 __first1, _II1 __last1, _II2 __first2) function in struct:__equal
813 equal(const _Tp* __first1, const _Tp* __last1, const _Tp* __first2) function in struct:__equal
831 return std::__equal<__simple>::equal(__first1, __last1, __first2);
948 * ranges are equal.
952 equal(_II1 __first1, _II1 __last1, _II2 __first2) function
984 equal(_IIter1 __first1, _IIter1 __last1, function
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 78 // when it's safe, i.e., the value_types are equal.
150 * @return An iterator equal to @p first2+(last1-first1).
799 equal(_II1 __first1, _II1 __last1, _II2 __first2) function in struct:__equal
813 equal(const _Tp* __first1, const _Tp* __last1, const _Tp* __first2) function in struct:__equal
831 return std::__equal<__simple>::equal(__first1, __last1, __first2);
948 * ranges are equal.
952 equal(_II1 __first1, _II1 __last1, _II2 __first2) function
984 equal(_IIter1 __first1, _IIter1 __last1, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_algobase.h 78 // when it's safe, i.e., the value_types are equal.
150 * @return An iterator equal to @p first2+(last1-first1).
799 equal(_II1 __first1, _II1 __last1, _II2 __first2) function in struct:__equal
813 equal(const _Tp* __first1, const _Tp* __last1, const _Tp* __first2) function in struct:__equal
831 return std::__equal<__simple>::equal(__first1, __last1, __first2);
948 * ranges are equal.
952 equal(_II1 __first1, _II1 __last1, _II2 __first2) function
984 equal(_IIter1 __first1, _IIter1 __last1, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_algobase.h 79 // when it's safe, i.e., the value_types are equal.
151 * @return An iterator equal to @p first2+(last1-first1).
788 equal(_II1 __first1, _II1 __last1, _II2 __first2) function in struct:__equal
802 equal(const _Tp* __first1, const _Tp* __last1, const _Tp* __first2) function in struct:__equal
820 return std::__equal<__simple>::equal(__first1, __last1, __first2);
1010 equal(_II1 __first1, _II1 __last1, _II2 __first2) function
1042 equal(_IIter1 __first1, _IIter1 __last1, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_algobase.h 79 // when it's safe, i.e., the value_types are equal.
151 * @return An iterator equal to @p first2+(last1-first1).
788 equal(_II1 __first1, _II1 __last1, _II2 __first2) function in struct:__equal
802 equal(const _Tp* __first1, const _Tp* __last1, const _Tp* __first2) function in struct:__equal
821 return std::__equal<__simple>::equal(__first1, __last1, __first2);
1023 equal(_II1 __first1, _II1 __last1, _II2 __first2) function
1055 equal(_IIter1 __first1, _IIter1 __last1, function
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 230 j(equal, &done, Label::kNear);
389 j(equal, &ok, Label::kNear);
441 j(equal, &ok, Label::kNear);
444 j(equal, &ok, Label::kNear);
447 j(equal, &ok, Label::kNear);
904 Assert(equal, "Uninitialized kSmiConstantRegister");
907 j(equal, &ok, Label::kNear);
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 210 * The boolean value is equal to true if the {@link InvitableAccountTypeCache} has been
216 * The boolean value is equal to true if the {@link FindInvitablesTask} is still executing.
260 if (Objects.equal(a.name, b.name) && Objects.equal(a.type, b.type)
261 && Objects.equal(aDataSet, bDataSet)) {
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 69 (* Convert condition to a bool by comparing equal to 0.0 *)
137 (* Within the loop, the variable is defined equal to the PHI node. If it
163 (* Convert condition to a bool by comparing equal to 0.0. *)
  /external/clang/lib/Parse/
Parser.cpp 764 if (getLangOpts().CPlusPlus && Tok.is(tok::equal)) {
770 return Tok.is(tok::equal) || // int X()= -> not a function def
791 if (getLangOpts().CPlusPlus && Tok.is(tok::equal)) {
    [all...]
  /external/guava/guava/src/com/google/common/base/
Predicates.java 192 * instanceOf(ArrayList.class)} will yield different results for the two equal
587 return Objects.equal(pattern.pattern(), that.pattern.pattern())
588 && Objects.equal(pattern.flags(), that.pattern.flags());

Completed in 1303 milliseconds

<<11121314151617181920>>