HomeSort by relevance Sort by last modified time
    Searched refs:exclusive (Results 101 - 125 of 178) sorted by null

1 2 3 45 6 7 8

  /frameworks/base/core/java/android/widget/
TabHost.java 646 // when icon is gone by default, we're in exclusive mode
647 final boolean exclusive = iconView.getVisibility() == View.GONE;
648 final boolean bindIcon = !exclusive || TextUtils.isEmpty(mLabel);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 716 public void setExpandedActionViewsExclusive(boolean exclusive) {
717 mPresenter.setExpandedActionViewsExclusive(exclusive);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
expanding_braille_translator.js 261 // character at the (exclusive) end position.
308 * A character range with inclusive start and exclusive end positions.
braille_display_manager.js 335 * @param {number} endIndex The end index to place the cursor (exclusive).
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
conflict_resolver.cc 37 blocking_factor->exclusive = true;
local_to_remote_syncer.cc 78 blocking_factor->exclusive = true;
  /external/chromium_org/content/browser/fileapi/
fileapi_message_filter.cc 325 int request_id, const GURL& path, bool exclusive,
339 url, exclusive, recursive,
343 url, exclusive,
  /external/yaffs2/yaffs2/direct/
yaffsfs.c 47 __u8 exclusive:1; // exclusive member in struct:__anon37500
387 if(yaffsfs_handle[i].exclusive)
448 h->exclusive = (oflag & O_EXCL) ? 1 : 0;
  /device/asus/grouper/keymaster/
NOTICE 111 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
118 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
NOTICE 111 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
118 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
NOTICE 111 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
118 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
spannable.js 60 * @param {number} end Ending index (exclusive).
195 * @param {number=} opt_end End index, exclusive.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
IsolatedFileSystem.js 204 dirEntry.getFile(nameCandidate, { create: true, exclusive: true }, fileCreated, fileCreationError.bind(this));
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java 395 * Begins a transaction in EXCLUSIVE mode.
444 * Begins a transaction in EXCLUSIVE mode.
502 boolean exclusive) {
506 exclusive ? SQLiteSession.TRANSACTION_MODE_EXCLUSIVE :
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuBuilder.java 570 public void setGroupCheckable(int group, boolean checkable, boolean exclusive) {
576 item.setExclusiveCheckable(exclusive);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuBuilder.java 604 public void setGroupCheckable(int group, boolean checkable, boolean exclusive) {
610 item.setExclusiveCheckable(exclusive);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxgi.idl 248 [in] BOOL exclusive
dxgi.h     [all...]
  /external/llvm/test/MC/AArch64/
arm64-memory.s 453 ; Load/Store exclusive
483 ; Load-acquire/Store-release non-exclusive
507 ; Load-acquire/Store-release exclusive
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
device_media_async_file_util.cc 295 bool exclusive,
  /external/chromium_org/third_party/icu/source/tools/gensprep/
filterRFC3454.pl 665 Note, --B2 and --B3 are mutually exclusive.
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 665 Note, --B2 and --B3 are mutually exclusive.
  /external/linux-tools-perf/perf-3.12.0/include/linux/
perf_event.h 305 * XXX: group_entry and sibling_list should be mutually exclusive;
511 int exclusive; member in struct:perf_cpu_context
  /external/chromium_org/ui/file_manager/image_loader/
image_loader_client.js 66 max: 2, // Maximum should be exclusive.

Completed in 1685 milliseconds

1 2 3 45 6 7 8