/external/skqp/tests/ |
D | SkResourceCacheTest.cpp | 249 int flags0 = 0, flags1 = 0; in test_duplicate_add() local 252 auto rec1 = skstd::make_unique<TestRec>(sharedID, data, &flags1); in test_duplicate_add() 259 REPORTER_ASSERT(reporter, !(flags1 & TestRec::kDidInstall)); in test_duplicate_add() 263 REPORTER_ASSERT(reporter, !(flags1 & TestRec::kDidInstall)); in test_duplicate_add() 270 REPORTER_ASSERT(reporter, flags1 & TestRec::kDidInstall); in test_duplicate_add() 274 REPORTER_ASSERT(reporter, !(flags1 & TestRec::kDidInstall)); in test_duplicate_add()
|
/external/skia/tests/ |
D | SkResourceCacheTest.cpp | 249 int flags0 = 0, flags1 = 0; in test_duplicate_add() local 252 auto rec1 = skstd::make_unique<TestRec>(sharedID, data, &flags1); in test_duplicate_add() 259 REPORTER_ASSERT(reporter, !(flags1 & TestRec::kDidInstall)); in test_duplicate_add() 263 REPORTER_ASSERT(reporter, !(flags1 & TestRec::kDidInstall)); in test_duplicate_add() 270 REPORTER_ASSERT(reporter, flags1 & TestRec::kDidInstall); in test_duplicate_add() 274 REPORTER_ASSERT(reporter, !(flags1 & TestRec::kDidInstall)); in test_duplicate_add()
|
/external/google-breakpad/src/google_breakpad/common/ |
D | minidump_format.h | 714 uint32_t flags1; member 716 /* The next field is only valid if flags1 contains 720 /* The next 3 fields are only valid if flags1 contains 728 * may not be set. Use flags1 and size_of_info to determine whether these 729 * values are present. These are only valid when flags1 contains 739 * may not be set. Use flags1 and size_of_info to determine whether these 742 /* The following field is only valid if flags1 contains 746 /* The following field is only valid if flags1 contains 750 /* The following field is only valid if flags1 contains 754 /* The following 2 fields are only valid if flags1 contains [all …]
|
/external/tcpdump/ |
D | nameser.h | 214 uint8_t flags1; /* first byte of flags */ member 225 #define DNS_QR(np) ((np)->flags1 & 0x80) /* response flag */ 226 #define DNS_OPCODE(np) ((((np)->flags1) >> 3) & 0xF) /* purpose of message */ 227 #define DNS_AA(np) ((np)->flags1 & 0x04) /* authoritative answer */ 228 #define DNS_TC(np) ((np)->flags1 & 0x02) /* truncated message */ 229 #define DNS_RD(np) ((np)->flags1 & 0x01) /* recursion desired */
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/Mips/ |
D | abi-flags.yaml | 35 # YAML-NEXT: Flags1: [ ODDSPREG ] 57 Flags1: [ ODDSPREG ]
|
/external/llvm/test/Object/Mips/ |
D | abi-flags.yaml | 35 # YAML-NEXT: Flags1: [ ODDSPREG ] 57 Flags1: [ ODDSPREG ]
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | flags.ll | 6 ;CHECK-LABEL: @flags1( 11 define i32 @flags1(i32 %n, i32* nocapture %A) nounwind uwtable ssp {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/ |
D | flags.ll | 5 ;CHECK-LABEL: @flags1( 10 define i32 @flags1(i32 %n, i32* nocapture %A) nounwind uwtable ssp {
|
/external/webrtc/talk/session/media/ |
D | channel_unittest.cc | 145 void CreateChannels(int flags1, int flags2) { in CreateChannels() argument 148 flags1, flags2, rtc::Thread::Current()); in CreateChannels() 152 int flags1, int flags2, rtc::Thread* thread) { in CreateChannels() argument 157 (flags1 & RTCP) != 0)); in CreateChannels() 165 if ((flags1 & DTLS) && (flags2 & DTLS)) { in CreateChannels() 166 flags1 = (flags1 & ~SECURE); in CreateChannels() 169 CreateContent(flags1, kPcmuCodec, kH264Codec, in CreateChannels() 176 if (flags1 & DTLS) { in CreateChannels() 192 AddLegacyStreamInContent(kSsrc1, flags1, &local_media_content1_); in CreateChannels() 196 if (flags1 & SSRC_MUX) { in CreateChannels() [all …]
|
/external/google-breakpad/src/processor/ |
D | minidump.cc | 3423 Swap(&misc_info_.flags1); in Read() 3491 printf(" flags1 = 0x%x\n", misc_info_.flags1); in Print() 3493 PrintValueOrInvalid(misc_info_.flags1 & MD_MISCINFO_FLAGS1_PROCESS_ID, in Print() 3495 if (misc_info_.flags1 & MD_MISCINFO_FLAGS1_PROCESS_TIMES) { in Print() 3503 PrintValueOrInvalid(misc_info_.flags1 & MD_MISCINFO_FLAGS1_PROCESS_TIMES, in Print() 3506 PrintValueOrInvalid(misc_info_.flags1 & MD_MISCINFO_FLAGS1_PROCESS_TIMES, in Print() 3511 PrintValueOrInvalid(misc_info_.flags1 & in Print() 3515 PrintValueOrInvalid(misc_info_.flags1 & in Print() 3519 PrintValueOrInvalid(misc_info_.flags1 & in Print() 3523 PrintValueOrInvalid(misc_info_.flags1 & in Print() [all …]
|
/external/python/cpython3/Lib/ |
D | sre_compile.py | 474 flags1 = _combine_flags(flags, add_flags, del_flags) 475 if flags1 & SRE_FLAG_IGNORECASE and flags1 & SRE_FLAG_LOCALE: 477 prefix1, prefix_skip1, got_all = _get_literal_prefix(p, flags1)
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.cpp | 65 OS.EmitIntValue(ABIFlagsSection.getFlags1Value(), 4); // flags1 in operator <<()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.cpp | 70 OS.EmitIntValue(ABIFlagsSection.getFlags1Value(), 4); // flags1 in operator <<()
|
/external/llvm/include/llvm/Support/ |
D | MipsABIFlags.h | 72 // Values for the flags1 word of an ABI flags structure.
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | MipsABIFlags.h | 74 // Values for the flags1 word of an ABI flags structure.
|
/external/eigen/Eigen/src/Core/ |
D | Transpose.h | 29 Flags1 = Flags0 | FlagsLvalueBit, 30 Flags = Flags1 ^ RowMajorBit,
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 420 S->Flags1 = Flags->flags1; in dumpMipsABIFlags()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 513 S->Flags1 = Flags->flags1; in dumpMipsABIFlags()
|
/external/libjpeg-turbo/ |
D | jcmarker.c | 396 * Flags1 (2 bytes - currently 0) in emit_adobe_app14() 418 emit_2bytes(cinfo, 0); /* Flags1 */ in emit_adobe_app14()
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 454 Flags.flags1 = Section.Flags1; in writeSectionContent()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_visitor.cpp | 1201 dst_reg flags1 = dst_reg(this, glsl_type::uint_type); in emit_psiz_and_flags() local 1208 emit(VS_OPCODE_UNPACK_FLAGS_SIMD4X2, flags1, brw_imm_d(0)); in emit_psiz_and_flags() 1209 emit(SHL(flags1, src_reg(flags1), brw_imm_d(4))); in emit_psiz_and_flags() 1210 emit(OR(header1_w, src_reg(header1_w), src_reg(flags1))); in emit_psiz_and_flags()
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 726 IO.mapOptional("Flags1", Section.Flags1, ELFYAML::MIPS_AFL_FLAGS1(0)); in sectionMapping()
|
/external/llvm/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 158 MIPS_AFL_FLAGS1 Flags1; member
|
/external/curl/tests/python_dependencies/impacket/ |
D | smb.py | 664 ('Flags1','B=0'), 681 if self.fields.has_key('Flags1') is False: 682 self['Flags1'] = 0 2299 # Flags1 Mask 2431 def set_flags(self, flags1=None, flags2=None): argument 2432 if flags1 is not None: 2433 self.__flags1 = flags1 2537 smb['Flags1'] |= self.__flags1
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 572 Flags.flags1 = Section.Flags1; in writeSectionContent()
|