/external/qemu/ |
vnc.c | 415 if (vs->clientds.flags & QEMU_BIG_ENDIAN_FLAG) { 425 if (vs->clientds.flags & QEMU_BIG_ENDIAN_FLAG) { [all...] |
/external/quake/quake/src/QW/client/ |
vid_win.c | 312 int VID_Suspend (MGLDC *dc, int flags)
315 if (flags & MGL_DEACTIVATE)
324 else if (flags & MGL_REACTIVATE)
347 int VID_Suspend (MGLDC *dc, int flags)
350 if (flags & MGL_DEACTIVATE)
371 else if (flags & MGL_REACTIVATE)
[all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_registrar.c | 36 int flags; member in struct:wps_uuid_pin 444 p->flags |= PIN_EXPIRES; 477 if ((pin->flags & PIN_EXPIRES) && 565 if (pin->flags & PIN_LOCKED) { 571 pin->flags |= PIN_LOCKED; 598 pin->flags &= ~PIN_LOCKED; [all...] |
/hardware/ril/libril/ |
ril.cpp | [all...] |
/device/samsung/crespo/alsa-lib/src/pcm/ |
pcm.c | 775 params->flags = pcm->hw_flags; 6710 int flags; member in struct:__anon1428 [all...] |
/external/bluetooth/glib/glib/ |
gslice.c | 284 gint flags = !val ? 0 : g_parse_debug_string (val, keys, G_N_ELEMENTS (keys)); local 286 if (flags & (1 << 0)) /* always-malloc */ 288 if (flags & (1 << 1)) /* debug-blocks */ [all...] |
/external/skia/src/core/ |
SkBitmap.cpp | 462 uint32_t flags = 0; local 467 flags = fColorTable->getFlags(); 471 return (flags & SkColorTable::kColorsAreOpaque_Flag) != 0; [all...] |
/external/tcpdump/ |
print-rx.c | 236 { 106, "set-flags" }, 237 { 107, "get-flags" }, 469 if (rxh->flags & rx_flags[i].flag && 494 rxh->flags & RX_CLIENT_INITIATED) { 539 (rxh->flags & RX_CLIENT_INITIATED) == 0 && [all...] |
/external/v8/src/ |
ast.h | 846 Handle<String> flags, 850 flags_(flags) {} 857 Handle<String> flags() const { return flags_; } function in class:v8::internal::RegExpLiteral [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_aka.c | 404 u16 flags = 0; local 426 flags |= EAP_AKA_BIDDING_FLAG_D; 427 eap_sim_msg_add(msg, EAP_SIM_AT_BIDDING, flags, NULL, 0); [all...] |
/external/yaffs2/yaffs2/direct/ |
dtest.c | 412 void fill_files(char *path,int flags, int maxIterations,int siz) 434 if( flags & 1) 441 if(flags & 2) [all...] |
/frameworks/base/core/java/android/net/ |
Uri.java | 434 public void writeToParcel(Parcel parcel, int flags) { 804 public void writeToParcel(Parcel parcel, int flags) { [all...] |
/dalvik/tools/dmtracedump/ |
TraceDump.c | 258 uint32_t flags; /* 1st bit = include cross-thread time */ member in struct:FilterKey [all...] |
/dalvik/vm/compiler/codegen/arm/ |
ArmLIR.h | 82 /* Mask to strip off fp flags */ 640 /* Bit flags describing the behavior of each native opcode */ 732 int flags; member in struct:ArmEncodingMap [all...] |
/development/simulator/wrapsim/ |
DevEvent.c | 252 FakeDev* wsOpenDevEvent(const char* pathName, int flags)
|
/device/samsung/crespo/alsa-lib/src/rawmidi/ |
rawmidi.c | 556 * \brief get rawmidi flags 558 * \return rawmidi flags 563 return info->flags;
|
rawmidi_virt.c | 91 info->flags = 0;
|
/device/samsung/crespo/alsa-lib/test/ |
playmidi1.c | 420 printf("wait_start got event. type=%d, flags=%d\n", 421 input_event->type, input_event->flags);
|
/external/bluetooth/hcidump/parser/ |
csr.c | 345 if (!(parser.flags & DUMP_VERBOSE)) {
|
/external/chromium/net/flip/ |
flip_framer_test.cc | 74 if (frame->flags() & CONTROL_FLAG_FIN)
|
/external/chromium/third_party/icu/source/i18n/ |
rematch.cpp | 69 uint32_t flags, UErrorCode &status) { 75 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); 82 uint32_t flags, UErrorCode &status) { 88 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); [all...] |
/external/chromium/third_party/icu/source/ |
runConfigureICU | 28 --disable-release Disable presetting optimization flags 301 # Tweak flags
|
/external/e2fsprogs/intl/ |
vasnprintf.c | 505 if (dp->flags & FLAG_GROUP) 507 if (dp->flags & FLAG_LEFT) 509 if (dp->flags & FLAG_SHOWSIGN) 511 if (dp->flags & FLAG_SPACE) 513 if (dp->flags & FLAG_ALT) 515 if (dp->flags & FLAG_ZERO)
|
/external/elfutils/libelf/ |
elf_getdata.c | 330 scn->flags |= ELF_F_FILEDATA;
|
/external/elfutils/src/ |
ld.h | 366 /* Return section flags for .dynamic section. */ 425 /* Various flags. */ 503 /* Data structure for section name with flags. */ 629 /* Accumulated flags for the sections. */ 630 XElf_Xword flags; member in struct:scnhead 971 /* Flags set in the DT_FLAGS word. */ 973 /* Flags set in the DT_FLAGS_1 word. */ 975 /* Flags set in the DT_FEATURE_1 word. */ 1025 /* Flags defined in ld.c. */
|