HomeSort by relevance Sort by last modified time
    Searched refs:forced (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/chrome/browser/ui/webui/
welcome_handler_android.h 43 // Update the sync footer visibility. Set |forced| if you want to force to
46 void UpdateSyncFooterVisibility(bool forced);
welcome_handler_android.cc 61 void WelcomeHandler::UpdateSyncFooterVisibility(bool forced) {
65 if (forced || is_sync_footer_visible_ != is_sync_enabled) {
  /external/clang/
host_shared_clang.mk 1 # Don't build the library unless forced to.
42 endif # don't build unless forced to
  /external/chromium_org/components/policy/core/common/
policy_loader_mac.cc 69 bool forced = local
71 PolicyLevel level = forced ? POLICY_LEVEL_MANDATORY :
144 bool forced = local
146 PolicyLevel level = forced ? POLICY_LEVEL_MANDATORY :
  /external/lldb/
host_shared_lldb.mk 1 # Don't build the library unless forced to.
80 endif # don't build unless forced to
Android.mk 33 endif # don't build LLDB unless forced to
  /packages/apps/Camera2/src/com/android/camera/filmstrip/
FilmstripController.java 135 * @param forced Forces to stop even if the scrolling can not be
139 public boolean stopScrolling(boolean forced);
  /external/iputils/ninfod/
ninfod.h 54 int forced
117 void init_core(int forced);
ninfod_name.c 290 void init_nodeinfo_nodename(int forced)
301 if (!changed && !forced)
307 if ((changed || forced) && !IN6_IS_ADDR_UNSPECIFIED(&nigroup.ipv6mr_multiaddr)) {
330 if (changed || forced) {
ninfod_core.c 303 if (!forced && initialized)
392 void init_core(int forced)
398 if (!initialized || forced) {
427 subjinfo_table[i].init(forced);
434 qtypeinfo_table[i].init(forced);
  /external/chromium_org/chrome/browser/extensions/
extension_management_test_util.h 36 bool forced);
extension_management_test_util.cc 73 bool forced) {
76 forced ? schema::kForceInstalled : schema::kNormalInstalled);
  /frameworks/base/media/java/android/media/
SubtitleController.java 191 * Supports HLS-flags: AUTOSELECT, FORCED & DEFAULT.
193 * 1. If captioning is disabled, only consider FORCED tracks. Otherwise,
194 * consider all tracks, but prefer non-FORCED ones.
208 * and FORCED=no.
225 boolean forced =
238 int score = (forced ? 0 : 8) +
242 if (selectForced && !forced) {
249 (autoselect || forced || selectedLocale != null))) {
286 // We can have a default (forced) track even if captioning
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-archiver/2.4.1/
maven-archiver-2.4.1.jar 
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_oauth_enrollment.css 80 #oauth-enrollment.mode-forced #oauth-enroll-learn-more-link,
136 .oauth-enroll-state-signin.mode-forced #oauth-enroll-back-button,
139 .oauth-enroll-state-working.mode-forced #oauth-enroll-back-button,
143 .oauth-enroll-state-error.mode-forced #oauth-enroll-back-button,
  /external/chromium_org/sql/
connection.h 430 // |forced| indicates that orderly-shutdown checks should not apply.
431 void CloseInternal(bool forced);
492 // no longer be active. |forced| is used to indicate if orderly-shutdown
494 void Close(bool forced);
  /external/chromium_org/build/android/gyp/util/
md5_check_test.py 43 CheckCallAndRecord(True, force=True, message='should call when forced')
  /external/chromium_org/content/renderer/pepper/
pepper_video_capture_host.h 88 bool SetStatus(PP_VideoCaptureStatus_Dev status, bool forced);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/maven-archiver/2.5/
maven-archiver-2.5.jar 
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaListView.java 208 public void goTo(Time time, long id, String searchQuery, boolean forced,
224 mWindowAdapter.refresh(mTime, id, searchQuery, forced, refreshEventInfo);
227 public void refresh(boolean forced) {
228 mWindowAdapter.refresh(mTime, -1, null, forced, false);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream_insert.h 36 #include <cxxabi-forced.h>
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream_insert.h 36 #include <cxxabi-forced.h>
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream_insert.h 36 #include <cxxabi-forced.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
ostream_insert.h 36 #include <cxxabi-forced.h>
  /external/chromium_org/chrome/browser/chromeos/login/
existing_user_controller.h 191 // Enters the enterprise enrollment screen. |forced| is true if this is the
195 void ShowEnrollmentScreen(bool forced, const std::string& user);

Completed in 387 milliseconds

1 2 3 4 5 6 7