HomeSort by relevance Sort by last modified time
    Searched defs:flags1 (Results 1 - 25 of 26) sorted by null

1 2

  /external/libweave/src/privet/
wifi_ssid_generator.cc 59 std::bitset<6> flags1; local
61 flags1[0] = wifi_ && IsSetupNeeded(wifi_->GetConnectionState());
64 flags1[1] = IsSetupNeeded(gcd_->GetConnectionState());
78 result[0] = base64chars[flags1.to_ulong()];
  /bionic/linker/
linker_mips.cpp 225 uint32_t isa_ext, ases, flags1, flags2; member in struct:mips_elf_abiflags_v0
228 // Bits of flags1:
273 if ( (abiflags->flags1 & MIPS_AFL_FLAGS1_ODDSPREG)
  /development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SampleSpellCheckerService.java 108 final int flags1 = SuggestionsInfo.RESULT_ATTR_HAS_RECOMMENDED_SUGGESTIONS local
110 final int flags2 = flags1;
114 flags1, new String[] { "hear" });
  /toolchain/binutils/binutils-2.25/bfd/
pef-traceback.h 114 unsigned char flags1; /* Flag bits #1: */ member in struct:traceback_table
150 /* The following is present only if has_tboff (in flags1) in fixed part is present... */
166 /* The following are present only if has_ctl (in flags1) in fixed part is present... */
  /device/google/contexthub/firmware/inc/
sensors.h 214 uint8_t flags1; /* enum SensorInfoFlags1 */ member in struct:SensorInfo
  /external/pdfium/third_party/libopenjpeg20/
t1.c 548 opj_flag_t *flags1 = &t1->flags[1]; local
555 opj_flag_t *flags2 = flags1 + i;
570 flags1 += t1->flags_stride << 2;
574 opj_flag_t *flags2 = flags1 + i;
768 opj_flag_t *flags1 = &t1->flags[1]; local
775 opj_flag_t *flags2 = flags1 + i;
790 flags1 += t1->flags_stride << 2;
794 opj_flag_t *flags2 = flags1 + i;
1059 opj_flag_t *flags1 = &t1->flags[1]; local
    [all...]
  /system/netd/tests/
dns_responder.cpp 384 uint8_t flags1; member in struct:test::DNSHeader::Header
461 header.flags1 = rcode;
507 ra = header.flags1 >> 7;
508 rcode = header.flags1 & 0xF;
  /art/compiler/
elf_builder.h 439 abiflags_.flags1 = 0;
457 uint32_t isa_ext, ases, flags1, flags2; member in struct:art::FINAL::FINAL::__anon9
    [all...]
  /external/libjpeg-turbo/
jdmarker.c 683 unsigned int version, flags0, flags1, transform; local
694 flags1 = (GETJOCTET(data[9]) << 8) + GETJOCTET(data[10]);
696 TRACEMS4(cinfo, 1, JTRC_ADOBE, version, flags0, flags1, transform);
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jdmarker.c 798 unsigned int version, flags0, flags1, transform; local
809 flags1 = (GETJOCTET(data[9]) << 8) + GETJOCTET(data[10]);
811 TRACEMS4(cinfo, 1, JTRC_ADOBE, version, flags0, flags1, transform);
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdmarker.c 700 unsigned int version, flags0, flags1, transform; local
711 flags1 = (GETJOCTET(data[9]) << 8) + GETJOCTET(data[10]);
713 TRACEMS4(cinfo, 1, JTRC_ADOBE, version, flags0, flags1, transform);
    [all...]
  /external/tcpdump/
nameser.h 228 uint8_t flags1; /* first byte of flags */ member in struct:__anon22958
239 #define DNS_QR(np) ((np)->flags1 & 0x80) /* response flag */
240 #define DNS_OPCODE(np) ((((np)->flags1) >> 3) & 0xF) /* purpose of message */
241 #define DNS_AA(np) ((np)->flags1 & 0x04) /* authoritative answer */
242 #define DNS_TC(np) ((np)->flags1 & 0x02) /* truncated message */
243 #define DNS_RD(np) ((np)->flags1 & 0x01) /* recursion desired */
  /external/webrtc/talk/session/media/
channel_unittest.cc 145 void CreateChannels(int flags1, int flags2) {
148 flags1, flags2, rtc::Thread::Current());
152 int flags1, int flags2, rtc::Thread* thread) {
157 (flags1 & RTCP) != 0));
165 if ((flags1 & DTLS) && (flags2 & DTLS)) {
166 flags1 = (flags1 & ~SECURE);
169 CreateContent(flags1, kPcmuCodec, kH264Codec,
176 if (flags1 & DTLS) {
192 AddLegacyStreamInContent(kSsrc1, flags1, &local_media_content1_)
1250 int flags1 = RTCP | SECURE | flags1_in; local
    [all...]
  /external/google-breakpad/src/google_breakpad/common/
minidump_format.h 714 uint32_t flags1; member in struct:__anon11453
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 contain
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
objcopy.c 3095 flagword flags1, flags2; local
    [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
mips.h 1095 unsigned char flags1[4]; member in struct:__anon75596
1120 unsigned long flags1; member in struct:__anon75597
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 13602 IRTemp flags1 = newTemp(Ity_I32); local
13656 IRTemp flags1 = newTemp(Ity_I32); local
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java 8148 int flags1 = disabled ? STATUS_BAR_DISABLE_MASK : StatusBarManager.DISABLE_NONE; local
    [all...]
  /external/elfutils/libelf/
elf.h 1807 Elf32_Word flags1; member in struct:__anon10834
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 2736 uint8 flags1; \/* misc flags *\/ member in struct:brcm_ie
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 74824 u16 flags1; \/* Copy of initial value of pIn1->flags *\/ local
    [all...]
  /external/sqlite/dist/
sqlite3.c 74842 u16 flags1; \/* Copy of initial value of pIn1->flags *\/ local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 

Completed in 3607 milliseconds

1 2