HomeSort by relevance Sort by last modified time
    Searched defs:flag (Results 301 - 325 of 1637) sorted by null

<<11121314151617181920>>

  /external/toybox/toys/posix/
sort.c 318 int flag; local
339 // Which flag is this?
343 flag = (1<<(optlist-temp2+strlen(optlist)-1));
345 // Was it a flag that can apply to a key?
347 if (!temp2 || flag>FLAG_b
348 || (flag&(FLAG_u|FLAG_c|FLAG_s|FLAG_z)))
353 if (idx && flag==FLAG_b) flag = FLAG_bb;
354 key->flags |= flag;
360 // global b flag strips both leading and trailing space
    [all...]
  /external/v8/src/
flag-definitions.h 6 // for Debug, Release, Logging and Profiling, etc. To add a new flag, find the
23 // this will just be an extern declaration, but for a readonly flag we let the
31 // We want to supply the actual storage and value for the flag variable in the
42 // We need to define all of our default values so that the Flag structure can
50 // printing / etc in the flag parser code. We only do this for writable flags.
53 { Flag::TYPE_##ftype, #nam, &FLAG_##nam, &FLAGDEFAULT_##nam, cmt, false } \
57 Flag::TYPE_##ftype, #alias, &FLAG_##nam, &FLAGDEFAULT_##nam, \
62 // We produce the code to set flags when it is implied by another flag.
114 MaybeBoolFlag flag; local
115 flag.has_value = has_value
    [all...]
  /external/valgrind/none/tests/amd64/
bmi.c 10 ULong tem, flag; local
16 : "=&r" (tem), "=r" (flag) : "r" (arg1), "r" (arg2) : "cc"
19 *flags = flag & 0x8d5;
25 : "=&r" (tem), "=r" (flag) : "m" (arg1), "r" (arg2) : "cc"
27 if (*res != tem || *flags != (flag & 0x8d5))
34 ULong tem, flag; local
40 : "=&r" (tem), "=r" (flag) : "r" (arg1), "r" (arg2) : "cc"
43 *flags = flag & 0x8d5;
49 : "=&r" (tem), "=r" (flag) : "m" (arg1), "r" (arg2) : "cc"
51 if (*res != tem || *flags != (flag & 0x8d5)
452 ULong tem, flag; local
476 ULong tem, flag; local
501 ULong tem, flag; local
525 ULong tem, flag; local
550 ULong tem, flag; local
574 ULong tem, flag; local
600 ULong tem, flag; local
625 ULong tem, flag; local
651 ULong tem, flag; local
676 ULong tem, flag; local
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
dsp_helper.cc 195 int flag = 1; local
203 while (flag) {
204 if ((flag == fs_mult) || (temp > -den * lmt)) {
205 *peak_value = (den * kParabolaCoefficients[fit_index[fs_mult - flag]][1]
206 + num * kParabolaCoefficients[fit_index[fs_mult - flag]][2]
208 *peak_index = *peak_index * 2 * fs_mult - flag;
209 flag = 0;
211 flag++;
217 while (flag) {
218 if ((flag == fs_mult) || (temp < -den * lmt))
    [all...]
  /external/zlib/src/contrib/minizip/
unzip.h 115 uLong flag; /* general purpose bit flag 2 bytes */ member in struct:unz_file_info64_s
136 uLong flag; /* general purpose bit flag 2 bytes */ member in struct:unz_file_info_s
  /frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
RequestSync.java 39 final int flag = caller.mExemptionFlag; local
40 caller.mExtras.putInt(ContentResolver.SYNC_VIRTUAL_EXTRAS_EXEMPTION_FLAG, flag);
41 if (flag == ContentResolver.SYNC_EXEMPTION_NONE) {
  /frameworks/base/core/java/android/text/method/
MetaKeyKeyListener.java 75 * Flag that indicates that the SHIFT key is on.
80 * Flag that indicates that the ALT key is on.
85 * Flag that indicates that the SYM key is on.
91 * Flag that indicates that the SHIFT key is locked in CAPS mode.
95 * Flag that indicates that the ALT key is locked.
99 * Flag that indicates that the SYM key is locked.
256 int flag = sp.getSpanFlags(meta); local
258 if (flag == LOCKED) {
260 } else if (flag != 0) {
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifModifier.java 73 int flag = 0; local
83 flag |= ExifParser.OPTION_IFD_0;
86 flag |= ExifParser.OPTION_IFD_1;
89 flag |= ExifParser.OPTION_IFD_EXIF;
92 flag |= ExifParser.OPTION_IFD_GPS;
95 flag |= ExifParser.OPTION_IFD_INTEROPERABILITY;
98 ExifParser parser = ExifParser.parse(is, flag, mInterface);
  /frameworks/compile/mclinker/include/mcld/LD/
ELFSegment.h 65 uint32_t flag() const { return m_Flag; } function in class:mcld::ELFSegment
LDSection.h 74 /// flag - An integer describes miscellaneous attributes.
77 uint32_t flag() const { return m_Flag; } function in class:mcld::LDSection
128 void setFlag(uint32_t flag) { m_Flag = flag; }
  /frameworks/ml/nn/common/
Utils.cpp 65 const auto& flag = vLogFlags.find(elem); local
66 if (flag == vLogFlags.end()) {
67 LOG(ERROR) << "Unknown trace flag: " << elem;
71 if (flag->second == -1) {
77 vLogMask |= 1 << flag->second;
    [all...]
  /frameworks/native/libs/input/
KeyLayoutMap.cpp 279 uint32_t flag = getKeyFlagByLabel(flagToken.string()); local
280 if (!flag) {
281 ALOGE("%s: Expected key flag label, got '%s'.", mTokenizer->getLocation().string(),
285 if (flags & flag) {
286 ALOGE("%s: Duplicate key flag '%s'.", mTokenizer->getLocation().string(),
290 flags |= flag;
  /hardware/qcom/display/msm8909/libgralloc/
mapper.cpp 471 int *flag = va_arg(args, int *); local
475 *flag = hnd->flags & private_handle_t::PRIV_FLAGS_UBWC_ALIGNED;
478 *flag = 0;
  /hardware/qcom/display/msm8909w_3100/libgralloc/
mapper.cpp 471 int *flag = va_arg(args, int *); local
475 *flag = hnd->flags & private_handle_t::PRIV_FLAGS_UBWC_ALIGNED;
478 *flag = 0;
  /hardware/qcom/display/msm8996/libgralloc/
mapper.cpp 507 int *flag = va_arg(args, int *); local
511 *flag = hnd->flags & private_handle_t::PRIV_FLAGS_UBWC_ALIGNED;
514 *flag = 0;
  /libcore/ojluni/src/main/java/java/util/zip/
ZipEntry.java 57 int flag = 0; // general purpose flag field in class:ZipEntry
152 flag = e.flag;
526 int flag = Byte.toUnsignedInt(extra[off]); local
530 // flag its presence or absence. But if mtime is present
532 if ((flag & 0x1) != 0 && (sz0 + 4) <= sz) {
536 if ((flag & 0x2) != 0 && (sz0 + 4) <= sz) {
540 if ((flag & 0x4) != 0 && (sz0 + 4) <= sz) {
ZipInputStream.java 48 private int flag; field in class:ZipInputStream
57 // this flag is set to true after EOF has reached for
94 * flag is set).
296 // get flag first, we need check EFS.
297 flag = get16(tmpbuf, LOCFLG);
309 ZipEntry e = createZipEntry(((flag & EFS) != 0)
313 if ((flag & 1) == 1) {
318 if ((flag & 8) == 8) {
358 if ((flag & 8) == 8) {
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixFileAttributes.java 89 int flag = (followLinks) ? 0 : UnixConstants.AT_SYMLINK_NOFOLLOW; local
90 UnixNativeDispatcher.fstatat(dfd, path.asByteArray(), flag, attrs);
  /libcore/ojluni/src/main/native/
java_util_zip_ZipFile.c 94 int flag = 0; local
97 if (mode & OPEN_READ) flag |= O_RDONLY;
99 //if (mode & OPEN_DELETE) flag |= JVM_O_DELETE;
106 zfd = winFileHandleOpen(env, name, flag);
112 zfd = JVM_Open(path, flag, 0);
221 return ze->flag;
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifModifier.java 73 int flag = 0; local
83 flag |= ExifParser.OPTION_IFD_0;
86 flag |= ExifParser.OPTION_IFD_1;
89 flag |= ExifParser.OPTION_IFD_EXIF;
92 flag |= ExifParser.OPTION_IFD_GPS;
95 flag |= ExifParser.OPTION_IFD_INTEROPERABILITY;
98 ExifParser parser = ExifParser.parse(is, flag, mInterface);
  /packages/apps/Dialer/java/com/android/dialer/oem/
CequintCallerIdManager.java 125 int flag = 0; local
127 flag |= CALLER_ID_LOOKUP_INCOMING_CALL;
128 flag |= CALLER_ID_LOOKUP_SYSTEM_PROVIDED_CID;
130 flag |= CALLER_ID_LOOKUP_USER_PROVIDED_CID;
132 String[] flags = {cnapName, String.valueOf(flag)};
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifModifier.java 74 int flag = 0; local
84 flag |= ExifParser.OPTION_IFD_0;
87 flag |= ExifParser.OPTION_IFD_1;
90 flag |= ExifParser.OPTION_IFD_EXIF;
93 flag |= ExifParser.OPTION_IFD_GPS;
96 flag |= ExifParser.OPTION_IFD_INTEROPERABILITY;
99 ExifParser parser = ExifParser.parse(is, flag, mInterface);
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifModifier.java 74 int flag = 0; local
84 flag |= ExifParser.OPTION_IFD_0;
87 flag |= ExifParser.OPTION_IFD_1;
90 flag |= ExifParser.OPTION_IFD_EXIF;
93 flag |= ExifParser.OPTION_IFD_GPS;
96 flag |= ExifParser.OPTION_IFD_INTEROPERABILITY;
99 ExifParser parser = ExifParser.parse(is, flag, mInterface);
  /packages/experimental/KBars/app/src/main/java/js/kbars/
FitSystemWindowsActivity.java 36 private static class Flag implements Comparable<Flag> {
37 public static Flag[] ALL = find();
41 private Flag() {
44 private static Flag[] find() {
45 List<Flag> flags = new ArrayList();
49 Flag flag = new Flag(); local
50 flag.caption = f.getName().substring(prefix.length()).replace("NAVIGATION", "NAV").replace("TRANSPARENT (…)
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnJni.h 76 NJ_UINT8 flag; member in struct:__anon53003

Completed in 874 milliseconds

<<11121314151617181920>>