/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 | 60 void WelcomeHandler::UpdateSyncFooterVisibility(bool forced) { 64 if (forced || is_sync_footer_visible_ != is_sync_enabled) {
|
/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/cc/test/ |
fake_output_surface.h | 102 void set_forced_draw_to_software_device(bool forced) { 103 forced_draw_to_software_device_ = forced;
|
/external/chromium_org/components/policy/core/common/ |
policy_loader_mac.cc | 100 bool forced = local 102 PolicyLevel level = forced ? POLICY_LEVEL_MANDATORY : 217 bool forced = local 219 PolicyLevel level = forced ? POLICY_LEVEL_MANDATORY :
|
/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
|
/external/chromium_org/sql/ |
connection.h | 432 // |forced| indicates that orderly-shutdown checks should not apply. 433 void CloseInternal(bool forced); 494 // no longer be active. |forced| is used to indicate if orderly-shutdown 496 void Close(bool forced);
|
connection.cc | 176 void Connection::StatementRef::Close(bool forced) { 191 // Forced close is expected to happen from a statement error 194 was_valid_ = was_valid_ && forced; 244 void Connection::CloseInternal(bool forced) { 257 // violation, except for forced close (which happens from within a 259 DCHECK(forced || open_statements_.empty()); 264 (*i)->Close(forced); [all...] |
/external/chromium_org/build/android/gyp/util/ |
md5_check_test.py | 40 CheckCallAndRecord(True, force=True, message='should call when forced')
|
/external/chromium_org/content/renderer/pepper/ |
pepper_video_capture_host.h | 75 bool SetStatus(PP_VideoCaptureStatus_Dev status, bool forced);
|
pepper_video_capture_host.cc | 383 bool forced) { 384 if (!forced) {
|
/external/chromium_org/net/quic/ |
quic_connection.h | 419 // manager, and when |forced| is true, it bypasses the congestion manager. 486 Force forced) 493 forced(forced) { 502 Force forced; member in struct:net::QuicConnection::QueuedPacket
|
quic_connection.cc | 1351 Force forced = HasForcedFrames(packet.retransmittable_frames); local [all...] |
/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
ostream_insert.h | 36 #include <cxxabi-forced.h>
|
/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 | 178 // Enters the enterprise enrollment screen. |forced| is true if this is the 182 void ShowEnrollmentScreen(bool forced, const std::string& user);
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/ |
xf86vmode.h | 153 Bool forced; /* extents of new region */ member in struct:__anon25120
|
/external/iproute2/tc/ |
q_gred.c | 302 fprintf(f, "\n\t Packet drops: %d (forced %d early %d) ", 303 qopt->forced+qopt->early, 304 qopt->forced,
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-r4998.js | 71 // MakeMergeable has forced the loop variable x7 to be spilled,
|