Searched defs:force (Results 1 - 25 of 185) sorted by relevance

12345678

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/identity/
H A DUniqueIdentificationGeneratorFactory.java49 * @param force if set to true, will override any existing generator for this type. Else
54 boolean force) {
56 if (GENERATOR_MAP.containsKey(generatorType) && !force) {
53 registerGenerator(String generatorType, UniqueIdentificationGenerator gen, boolean force) argument
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLLoseContext.cpp43 void WebGLLoseContext::lose(bool force) argument
45 if (force)
/external/chromium_org/tools/gn/
H A Dcommand_check.cc17 "gn check <out_dir> [<target label>] [--force]\n"
28 " --force\n"
72 bool force = cmdline->HasSwitch("force"); local
77 force))
/external/oprofile/daemon/
H A Dopd_stats.c26 * do nothing if the value read == -1 except if force is non-zero
28 static void print_if(char const * fmt, char const * path, char const * filename, int force) argument
31 if (value != -1 || force)
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTouch.cpp47 Touch::Touch(LocalFrame* frame, EventTarget* target, unsigned identifier, const FloatPoint& screenPos, const FloatPoint& pagePos, const FloatSize& radius, float rotationAngle, float force) argument
55 , m_force(force)
61 Touch::Touch(EventTarget* target, unsigned identifier, const FloatPoint& clientPos, const FloatPoint& screenPos, const FloatPoint& pagePos, const FloatSize& radius, float rotationAngle, float force, LayoutPoint absoluteLocation) argument
69 , m_force(force)
H A DDOMTokenList.cpp137 bool DOMTokenList::toggle(const AtomicString& token, bool force, ExceptionState& exceptionState) argument
142 if (force)
147 return force;
H A DTouch.h48 const FloatSize& radius, float rotationAngle, float force)
51 new Touch(frame, target, identifier, screenPos, pagePos, radius, rotationAngle, force));
68 float force() const { return m_force; } function in class:blink::FINAL
81 const FloatSize& radius, float rotationAngle, float force);
85 const FloatSize& radius, float rotationAngle, float force, LayoutPoint absoluteLocation);
46 create(LocalFrame* frame, EventTarget* target, unsigned identifier, const FloatPoint& screenPos, const FloatPoint& pagePos, const FloatSize& radius, float rotationAngle, float force) argument
/external/chromium_org/third_party/WebKit/public/web/
H A DWebTouchPoint.h47 , force(0)
68 float force; member in class:blink::WebTouchPoint
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dcentral_freelist.cc150 int locked_size_class, bool force) {
162 return Static::central_cache()[t].ShrinkCache(locked_size_class, force);
201 bool CentralFreeList::ShrinkCache(int locked_size_class, bool force)
206 if (force == false && used_slots_ == cache_size_) return false;
217 if (force == false) return false;
149 EvictRandomSizeClass( int locked_size_class, bool force) argument
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dcentral_freelist.cc151 int locked_size_class, bool force) {
163 return Static::central_cache()[t].ShrinkCache(locked_size_class, force);
202 bool CentralFreeList::ShrinkCache(int locked_size_class, bool force)
207 if (force == false && used_slots_ == cache_size_) return false;
218 if (force == false) return false;
150 EvictRandomSizeClass( int locked_size_class, bool force) argument
/external/clang/test/SemaCXX/
H A Dlinkage.cpp63 void force() { test(A()); } function in namespace:test3
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-buildid-list.c52 static int perf_session__list_build_ids(bool force, bool with_hits) argument
63 session = perf_session__new(input_name, O_RDONLY, force, false,
85 bool force = false; local
89 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"),
105 return perf_session__list_build_ids(force, with_hits);
H A Dbuiltin-buildid-cache.c83 static int build_id_cache__fprintf_missing(const char *filename, bool force, FILE *fp) argument
86 force, false, NULL);
128 bool force = false; local
142 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"),
200 ret = build_id_cache__fprintf_missing(missing_filename, force, stdout);
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/tui/
H A Dsetup.c19 void ui__refresh_dimensions(bool force) argument
21 if (force || ui__need_resize) {
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.cpp64 PlatformMacOSX::CreateInstance (bool force, const ArchSpec *arch) argument
70 bool create = force;
/external/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp64 // Invalidate all registers in our register context. We don't set "force" to
72 const bool force = false; local
73 GetRegisterContext()->InvalidateIfNeeded (force);
/external/chromium_org/components/policy/core/common/
H A Dasync_policy_loader.cc41 void AsyncPolicyLoader::Reload(bool force) { argument
47 if (!force && !IsSafeToReload(now, &delay)) {
55 if (!force && !IsSafeToReload(now, &delay)) {
109 false /* force */),
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformTouchPoint.h52 float force() const { return m_force; } function in class:blink::PlatformTouchPoint
/external/e2fsprogs/misc/
H A De2undo.c122 int c,force = 0; local
145 force = 1;
187 if (!force && check_filesystem(tdb, channel)) {
/external/lldb/source/Expression/
H A DClangExpressionVariable.cpp126 ClangExpressionVariable::TransferAddress (bool force) argument
134 if (force || (m_frozen_sp->GetLiveAddress() == LLDB_INVALID_ADDRESS))
/external/chromium_org/chrome/browser/signin/
H A Dsignin_promo.cc299 void ForceWebBasedSigninFlowForTesting(bool force) { argument
300 g_force_web_based_signin_flow = force;
/external/chromium_org/net/disk_cache/
H A Dcache_creator.cc25 bool force,
63 bool force,
73 force_(force),
139 // If the initialization of the cache fails, and |force| is true, we will
167 bool force,
179 force,
61 CacheCreator( const base::FilePath& path, bool force, int max_bytes, net::CacheType type, net::BackendType backend_type, uint32 flags, const scoped_refptr<base::SingleThreadTaskRunner>& thread, net::NetLog* net_log, scoped_ptr<disk_cache::Backend>* backend, const net::CompletionCallback& callback) argument
162 CreateCacheBackend( net::CacheType type, net::BackendType backend_type, const base::FilePath& path, int max_bytes, bool force, const scoped_refptr<base::SingleThreadTaskRunner>& thread, net::NetLog* net_log, scoped_ptr<Backend>* backend, const net::CompletionCallback& callback) argument
/external/chromium_org/pdf/
H A Dbutton.cc147 void Button::ChangeState(ButtonState new_state, bool force) { argument
148 if (style_ == BUTTON_STATE && !force) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTextFragment.cpp94 void RenderTextFragment::setText(PassRefPtr<StringImpl> text, bool force) argument
96 RenderText::setText(text, force);
/external/chromium_org/third_party/webrtc/base/
H A Dsslsocketfactory.h34 void SetForceConnect(bool force) { argument
35 force_connect_ = force;

Completed in 864 milliseconds

12345678