HomeSort by relevance Sort by last modified time
    Searched refs:ALL (Results 226 - 250 of 591) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/sandbox/win/tools/finder/
finder_registry.cc 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
20 // Call the function recursively to parse all subkeys
56 registry_stats_[ALL]++;
  /external/chromium_org/third_party/icu/source/common/
unisetspan.h 5 * Corporation and others. All Rights Reserved.
35 * or built for all and may be used many times.
45 ALL = 0x3f,
59 // Copy constructor. Assumes which==ALL for a frozen set.
88 // All code points in the string are contained in the parent set.
124 // Number of bytes for all UTF-8 versions of strings together.
131 // Set up for all variants of span()?
132 UBool all; member in class:UnicodeSetStringSpan
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-enable-uac.py 3 # Copyright 2013 Google Inc. All rights reserved.
53 test.build('enable-uac.gyp', test.ALL, chdir=CHDIR)
  /external/icu/icu4c/source/common/
unisetspan.h 5 * Corporation and others. All Rights Reserved.
35 * or built for all and may be used many times.
45 ALL = 0x3f,
59 // Copy constructor. Assumes which==ALL for a frozen set.
88 // All code points in the string are contained in the parent set.
124 // Number of bytes for all UTF-8 versions of strings together.
131 // Set up for all variants of span()?
132 UBool all; member in class:UnicodeSetStringSpan
  /external/smali/baksmali/src/test/java/org/jf/baksmali/
AnalysisTest.java 3 * All rights reserved.
91 options.registerInfo = baksmaliOptions.ALL | baksmaliOptions.FULLMERGE;
  /frameworks/base/packages/FusedLocation/src/com/android/location/fused/
FusedLocationProvider.java 79 }, UserHandle.ALL, intentFilter, null, mHandler);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
SplitClockView.java 78 getContext().registerReceiverAsUser(mIntentReceiver, UserHandle.ALL, filter, null, null);
132 // If we have AM/PM at all, return last index, or -1 to indicate that it's not
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 340 UserHandle.ALL);
342 notificationManager.cancelAsUser(null, notificationId, UserHandle.ALL);
417 mMediaStorageNotification, UserHandle.ALL);
419 notificationManager.cancelAsUser(null, notificationId, UserHandle.ALL);
  /frameworks/base/services/core/java/com/android/server/
UpdateLockService.java 81 mContext.sendStickyBroadcastAsUser(intent, UserHandle.ALL);
  /hardware/ti/omap4-aah/camera/
Android.mk 193 ifeq ($(OMAP4_CAMERA_HAL_USES),ALL)
197 # ALL Camera Adapters
  /packages/apps/Gallery/tests/src/com/android/camera/
BitmapManagerUnitTests.java 57 ImageManager.DataLocation.ALL,
74 // By default all threads can decode.
  /packages/apps/Settings/src/com/android/settings/
AirplaneModeEnabler.java 104 mContext.sendBroadcastAsUser(intent, UserHandle.ALL);
  /packages/services/Telecomm/src/com/android/server/telecom/
TtyManager.java 83 mContext.sendBroadcastAsUser(ttyModeChanged, UserHandle.ALL);
  /packages/services/Telephony/src/com/android/phone/settings/
TtyModeListPreference.java 83 getContext().sendBroadcastAsUser(ttyModeChanged, UserHandle.ALL);
  /bionic/linker/
Android.mk 25 -Wl,--exclude-libs,ALL \
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPConstants.java 705 public static final byte ALL = 2;
720 case ALL:
721 return "ALL";
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
HandlerTest.java 74 assertSame(h.getLevel(), Level.ALL);
101 assertSame(h.getLevel(), Level.ALL);
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
MatchPatternIterator.java 123 m_superAxis = Axis.ALL;
143 m_superAxis = Axis.ALL;
  /external/chromium_org/third_party/sqlite/src/tool/
space_used.tcl 38 UNION ALL
78 regsub -all ' $name '' name
  /frameworks/base/services/core/java/com/android/server/search/
SearchManagerService.java 81 new MyPackageMonitor().register(context, null, UserHandle.ALL, true);
164 // Inform all listeners that the list of searchables has been updated.
193 mContext.sendBroadcastAsUser(intent, UserHandle.ALL);
  /frameworks/base/services/core/java/com/android/server/tv/
PersistentDataStore.java 224 TvInputManager.ACTION_PARENTAL_CONTROLS_ENABLED_CHANGED), UserHandle.ALL);
229 UserHandle.ALL);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNotificationController.java 256 UserHandle.ALL);
258 notificationManager.cancelAsUser(null, ICON_NETWORKS_AVAILABLE, UserHandle.ALL);
  /hardware/intel/common/utils/ituxd/
Android.mk 16 # WARNING: Everything listed here will be built on ALL platforms,
35 LOCAL_SRC_FILES := $(call all-java-files-under, src)
47 include $(call all-makefiles-under,$(LOCAL_PATH))
  /hardware/intel/common/utils/ituxd/jni/
Android.mk 16 # WARNING: Everything listed here will be built on ALL platforms,
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 295 // Hide all tabs (the current tab will later be reshown once a tab is selected)
300 mTabTitles[TabState.ALL] = getString(R.string.all_contacts_tab_label);
322 final String ALL_TAG = "tab-pager-all";
347 // Hide all fragments for now. We adjust visibility when we get onSelectedTabChanged()
456 tabToOpen = TabState.ALL;
461 tabToOpen = TabState.ALL;
470 tabToOpen = TabState.ALL;
582 case TabState.ALL:
606 // All private inner classes below also need this fix.
640 * In search mode, we always show the "all" fragment, and disable the swipe. We change th
    [all...]

Completed in 648 milliseconds

1 2 3 4 5 6 7 8 91011>>