HomeSort by relevance Sort by last modified time
    Searched full:newflags (Results 1 - 25 of 40) sorted by null

1 2

  /external/llvm/test/CodeGen/X86/
inline-asm-ptr-cast.ll 13 %newflags = alloca i64, align 8
17 store i64 -1, i64* %newflags, align 8
25 call void asm "pushfq \0Aandq $2, (%rsp) \0Aorq $3, (%rsp) \0Apopfq \0Aaddb $4, $1 \0Apushfq \0Apopq $0 \0A", "=*&rm,=*&rm,i,r,r,1,~{cc},~{dirflag},~{fpsr},~{flags}"(i64* %newflags, i8* %0, i64 -2, i64 %and, i8 %tmp1, i8 %tmp2) nounwind
  /external/bison/lib/
cloexec.c 47 int newflags = (value ? flags | FD_CLOEXEC : flags & ~FD_CLOEXEC); local
49 if (flags == newflags
50 || fcntl (desc, F_SETFD, newflags) != -1)
  /frameworks/base/services/core/java/com/android/server/am/
CompatModePackages.java 215 int newFlags = ask ? (curFlags&~COMPAT_FLAG_DONT_ASK) : (curFlags|COMPAT_FLAG_DONT_ASK);
216 if (curFlags != newFlags) {
217 if (newFlags != 0) {
218 mPackages.put(packageName, newFlags);
291 int newFlags = curFlags;
293 newFlags |= COMPAT_FLAG_ENABLED;
295 newFlags &= ~COMPAT_FLAG_ENABLED;
302 newFlags = 0;
307 newFlags = 0;
310 if (newFlags != curFlags)
    [all...]
  /external/qemu/android/
iolooper-select.c 61 iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags )
66 int changed = oldflags ^ newflags;
69 if ((newflags & IOLOOPER_READ) != 0)
75 if ((newflags & IOLOOPER_WRITE) != 0)
  /libcore/luni/src/main/java/org/xml/sax/ext/
Attributes2Impl.java 248 boolean[] newFlags = new boolean [length];
249 System.arraycopy (declared, 0, newFlags, 0, declared.length);
250 declared = newFlags;
252 newFlags = new boolean [length];
253 System.arraycopy (specified, 0, newFlags, 0, specified.length);
254 specified = newFlags;
  /sdk/emulator/opengl/tests/event_injector/
iolooper-select.c 79 iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags )
84 int changed = oldflags ^ newflags;
87 if ((newflags & IOLOOPER_READ) != 0)
93 if ((newflags & IOLOOPER_WRITE) != 0)
iolooper.h 42 void iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags);
  /packages/apps/Contacts/src/com/android/contacts/activities/
ActionBarAdapter.java 297 int newFlags = 0;
299 newFlags |= ActionBar.DISPLAY_SHOW_HOME;
302 newFlags |= ActionBar.DISPLAY_SHOW_CUSTOM;
305 newFlags |= ActionBar.DISPLAY_SHOW_TITLE;
311 if (current != newFlags) {
313 mActionBar.setDisplayOptions(newFlags, MASK);
  /external/deqp/framework/delibs/deutil/
deFile.c 120 int newFlags = (flags & DE_FILE_NONBLOCKING) ? (oldFlags | O_NONBLOCK) : (oldFlags & ~O_NONBLOCK);
121 if (fcntl(file->fd, F_SETFL, newFlags) != 0)
128 int newFlags = (flags & DE_FILE_CLOSE_ON_EXEC) ? (oldFlags | FD_CLOEXEC) : (oldFlags & ~FD_CLOEXEC);
129 if (fcntl(file->fd, F_SETFD, newFlags) != 0)
deSocket.c 404 int newFlags = (flags & DE_SOCKET_NONBLOCKING) ? (oldFlags | O_NONBLOCK) : (oldFlags & ~O_NONBLOCK);
405 if (fcntl(fd, F_SETFL, newFlags) != 0)
414 int newFlags = (flags & DE_SOCKET_CLOSE_ON_EXEC) ? (oldFlags | FD_CLOEXEC) : (oldFlags & ~FD_CLOEXEC);
415 if (fcntl(fd, F_SETFD, newFlags) != 0)
  /external/qemu/include/android/
iolooper.h 23 void iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags);
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteFileSystemPosix.cpp 74 int newFlags = (desiredFlags & ~(SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE)) | SQLITE_OPEN_READONLY;
75 fd = Platform::current()->databaseOpenFile(String(fileName), newFlags);
SQLiteFileSystemWin.cpp 61 int newFlags = (desiredFlags | SQLITE_OPEN_READONLY) & ~SQLITE_OPEN_READWRITE;
62 return chromiumOpen(0, fileName, id, newFlags, usedFlags);
  /frameworks/base/libs/hwui/
DeferredDisplayList.cpp 160 static inline bool checkSide(const int currentFlags, const int newFlags, const int side,
163 bool newClipExists = newFlags & side;
208 const int newFlags = state->mClipSideFlags;
209 if (currentFlags != kClipSide_None || newFlags != kClipSide_None) {
212 if (!checkSide(currentFlags, newFlags, kClipSide_Left, boundsDelta)) return false;
214 if (!checkSide(currentFlags, newFlags, kClipSide_Top, boundsDelta)) return false;
218 if (!checkSide(currentFlags, newFlags, kClipSide_Right, boundsDelta)) return false;
220 if (!checkSide(currentFlags, newFlags, kClipSide_Bottom, boundsDelta)) return false;
  /frameworks/base/services/core/java/com/android/server/power/
Notifier.java 174 int newFlags, String newTag, String newPackageName, int newOwnerUid,
179 final int newMonitorType = getBatteryStatsWakeLockMonitorType(newFlags);
180 boolean unimportantForLogging = (newFlags&PowerManager.UNIMPORTANT_FOR_LOGGING) != 0
183 Slog.d(TAG, "onWakeLockChanging: flags=" + newFlags + ", tag=\"" + newTag
197 onWakeLockAcquired(newFlags, newTag, newPackageName, newOwnerUid, newOwnerPid,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerSession.java 89 final int newFlags = 0;
90 final SuggestionsInfo newSi = new SuggestionsInfo(newFlags, EMPTY_STRING_ARRAY);
  /packages/apps/Exchange/src/com/android/exchange/adapter/
FolderSyncParser.java 701 final int newFlags;
704 newFlags = parentFlags | HAS_CHILDREN_FLAGS;
706 newFlags = parentFlags & ~HAS_CHILDREN_FLAGS;
708 if (newFlags != parentFlags) {
710 cv.put(MailboxColumns.FLAGS, newFlags);
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewStateManager.java 158 final int newFlags = isCameraPage ? (currentFlags | View.STATUS_BAR_DISABLE_SEARCH)
160 mKeyguardWidgetPager.setSystemUiVisibility(newFlags);
  /frameworks/base/core/java/android/widget/
PopupWindow.java     [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 414 * @param newFlags the new value for the flags
416 public void setFlags(int newFlags) {
417 mFlags = newFlags;
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsFragment.java 384 int newFlags = mAccount.getFlags() & ~(Account.FLAGS_BACKGROUND_ATTACHMENTS);
386 newFlags |= (Boolean) newValue ?
389 cv.put(AccountColumns.FLAGS, newFlags);
    [all...]
AccountSetupFinal.java     [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasOperation.java 443 final int newFlags = oldFlags |
446 if (oldFlags != newFlags) {
447 cv.put(EmailContent.AccountColumns.FLAGS, newFlags);
    [all...]
  /external/qemu/include/ui/
console.h 233 int linesize, PixelFormat pf, int newflags);
  /external/deqp/modules/glshared/
glsFboUtil.cpp 67 void FormatDB::addFormat (ImageFormat format, FormatFlags newFlags)
70 flags = FormatFlags(flags | newFlags);

Completed in 456 milliseconds

1 2