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

<<11121314151617181920>>

  /art/runtime/jit/
profile_compilation_info.h 356 bool Equals(const ProfileCompilationInfo& other);
380 static bool Equals(const ProfileCompilationInfo::OfflineProfileMethodInfo& pmi1,
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 45 import org.apache.xpath.operations.Equals;
132 expr = equals(opPos); break;
289 * @return reference to {@link org.apache.xpath.operations.Equals} instance.
293 protected Expression equals(int opPos) throws TransformerException method in class:Compiler
295 return compileOperation(new Equals(), opPos);
    [all...]
  /external/v8/src/compiler/
access-info.cc 486 DCHECK(Name::Equals(factory()->length_string(), name));
492 DCHECK(Name::Equals(factory()->length_string(), name));
bytecode-analysis.cc 521 if (!liveness.out->Equals(previous_liveness)) {
534 if (!liveness.in->Equals(previous_liveness)) {
  /external/v8/src/crankshaft/
lithium.cc 186 if (source->Equals(destination)) {
231 if (pointer_operands_[i]->Equals(op)) {
unique.h 197 bool Equals(const UniqueSet<T>* that) const {
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc     [all...]
  /external/clang/lib/Sema/
IdentifierResolver.cpp 138 : Ctx->Equals(DCtx);
  /external/protobuf/csharp/src/Google.Protobuf/
ByteString.cs 291 public override bool Equals(object obj)
316 public bool Equals(ByteString other)
  /external/protobuf/src/google/protobuf/util/
message_differencer.h 95 // - Equals code generator by compiler plugin (net/proto2/contrib/equals_plugin)
107 // (like MessageDifferencer::Equals) concurrently.
118 static bool Equals(const Message& message1, const Message& message2);
122 // differs from the Equals method above in that fields with default values
565 // If the provided pointer equals NULL, the MessageDifferencer stops reporting
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 267 if (my_handle && my_handle->Equals(window_handle)) {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
message_differencer.h 95 // - Equals code generator by compiler plugin (net/proto2/contrib/equals_plugin)
107 // (like MessageDifferencer::Equals) concurrently.
118 static bool Equals(const Message& message1, const Message& message2);
122 // differs from the Equals method above in that fields with default values
565 // If the provided pointer equals NULL, the MessageDifferencer stops reporting
    [all...]
  /art/compiler/jni/quick/
jni_compiler.cc 494 DCHECK(!jni_env.Equals(main_jni_conv->InterproceduralScratchRegister()));
554 if (!jni_return_reg.Equals(mr_return_reg)) {
    [all...]
  /art/compiler/utils/x86/
jni_macro_assembler_x86.cc 299 if (!dest.Equals(src)) {
434 if (!out_reg.Equals(in_reg)) {
473 if (!out_reg.Equals(in_reg)) {
  /art/compiler/utils/x86_64/
jni_macro_assembler_x86_64.cc 349 if (!dest.Equals(src)) {
491 if (!out_reg.Equals(in_reg)) {
530 if (!out_reg.Equals(in_reg)) {
  /external/clang/lib/AST/
CommentParser.cpp 451 Token Equals = Tok;
456 << SourceRange(Equals.getLocation());
467 Equals.getLocation(),
  /external/libmojo/mojo/public/cpp/bindings/tests/
union_unittest.cc 102 EXPECT_TRUE(pod1.Equals(pod2));
105 EXPECT_FALSE(pod1.Equals(pod2));
108 EXPECT_FALSE(pod1.Equals(pod2));
329 EXPECT_TRUE(pod1.Equals(pod2));
332 EXPECT_FALSE(pod1.Equals(pod2));
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc     [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc     [all...]
  /external/v8/src/debug/
liveedit.cc 129 if (input_->Equals(pos1, pos2)) {
294 input->Equals(common_prefix_len, common_prefix_len)) {
302 input->Equals(len1 - common_suffix_len - 1,
370 bool Equals(int index1, int index2) {
462 bool Equals(int index1, int index2) {
    [all...]
  /external/guice/extensions/persist/lib/
easymock.jar 
  /external/guice/lib/build/
easymock.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/2.4/
easymock-2.4.jar 
  /art/compiler/utils/arm64/
jni_macro_assembler_arm64.cc 335 if (!dst.Equals(src)) {
577 if (!out_reg.Equals(in_reg)) {
614 if (!out_reg.Equals(in_reg)) {
  /art/runtime/verifier/
verifier_deps.cc 731 bool VerifierDeps::Equals(const VerifierDeps& rhs) const {
748 if (!lhs_deps->Equals(*rhs_deps)) {
757 bool VerifierDeps::DexFileDeps::Equals(const VerifierDeps::DexFileDeps& rhs) const {
    [all...]

Completed in 903 milliseconds

<<11121314151617181920>>