HomeSort by relevance Sort by last modified time
    Searched defs:and_ (Results 1 - 20 of 20) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
and.hpp 48 struct and_ struct in namespace:boost::mpl
58 , and_
66 , and_
  /external/protobuf/src/google/protobuf/stubs/
template_util.h 121 // and_ is a template && operator.
122 // and_<A, B>::value evaluates "A::value && B::value".
124 struct and_ : public integral_constant<bool, (A::value && B::value)> { struct in namespace:google::protobuf::internal
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
template_util.h 121 // and_ is a template && operator.
122 // and_<A, B>::value evaluates "A::value && B::value".
124 struct and_ : public integral_constant<bool, (A::value && B::value)> { struct in namespace:google::protobuf::internal
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
template_util.h 121 // and_ is a template && operator.
122 // and_<A, B>::value evaluates "A::value && B::value".
124 struct and_ : public integral_constant<bool, (A::value && B::value)> { struct in namespace:google::protobuf::internal
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
template_util.h 121 // and_ is a template && operator.
122 // and_<A, B>::value evaluates "A::value && B::value".
124 struct and_ : public integral_constant<bool, (A::value && B::value)> { struct in namespace:google::protobuf::internal
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
template_util.h 121 // and_ is a template && operator.
122 // and_<A, B>::value evaluates "A::value && B::value".
124 struct and_ : public integral_constant<bool, (A::value && B::value)> { struct in namespace:google::protobuf::internal
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
template_util.h 121 // and_ is a template && operator.
122 // and_<A, B>::value evaluates "A::value && B::value".
124 struct and_ : public integral_constant<bool, (A::value && B::value)> { struct in namespace:google::protobuf::internal
  /external/bison/lib/
bbitset.h 134 void (*and_) (bitset, bitset, bitset); member in struct:bitset_vtable
230 #define BITSET_AND_(DST, SRC1, SRC2) (SRC1)->b.vtable->and_ (DST, SRC1, SRC2)
  /art/compiler/utils/arm/
assembler_arm32.cc 65 void Arm32Assembler::and_(Register rd, Register rn, const ShifterOperand& so, function in class:art::arm::Arm32Assembler
    [all...]
assembler_thumb2.cc 542 void Thumb2Assembler::and_(Register rd, Register rn, const ShifterOperand& so, function in class:art::arm::Thumb2Assembler
    [all...]
  /external/v8/src/x87/
assembler-x87.cc 655 void Assembler::and_(Register dst, int32_t imm32) { function in class:v8::internal::Assembler
656 and_(dst, Immediate(imm32));
660 void Assembler::and_(Register dst, const Immediate& x) { function in class:v8::internal::Assembler
666 void Assembler::and_(Register dst, const Operand& src) { function in class:v8::internal::Assembler
673 void Assembler::and_(const Operand& dst, const Immediate& x) { function in class:v8::internal::Assembler
679 void Assembler::and_(const Operand& dst, Register src) { function in class:v8::internal::Assembler
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 282 def and_(self, _object, _attributes={}, **_arguments): member in class:AppleScript_Suite_Events
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 282 def and_(self, _object, _attributes={}, **_arguments): member in class:AppleScript_Suite_Events
    [all...]
  /external/v8/src/arm/
assembler-arm.cc 1431 void Assembler::and_(Register dst, Register src1, const Operand& src2, function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 784 void Assembler::and_(Register dst, int32_t imm32) { function in class:v8::internal::Assembler
785 and_(dst, Immediate(imm32));
789 void Assembler::and_(Register dst, const Immediate& x) { function in class:v8::internal::Assembler
795 void Assembler::and_(Register dst, const Operand& src) { function in class:v8::internal::Assembler
802 void Assembler::and_(const Operand& dst, const Immediate& x) { function in class:v8::internal::Assembler
808 void Assembler::and_(const Operand& dst, Register src) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/ppc/
assembler-ppc.cc 769 void Assembler::and_(Register ra, Register rs, Register rb, RCBit rc) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/arm64/
assembler-arm64.cc 1184 void Assembler::and_(const Register& rd, function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 1673 void Assembler::and_(Register rd, Register rs, Register rt) { function in class:v8::Assembler
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 1756 void Assembler::and_(Register rd, Register rs, Register rt) { function in class:v8::internal::Assembler
    [all...]
  /external/vixl/src/vixl/a64/
logic-a64.cc 1186 LogicVRegister Simulator::and_(VectorFormat vform, function in class:vixl::Simulator
    [all...]

Completed in 2676 milliseconds