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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/cocoa/toolbar/
reload_button.h 28 // |isLoading|. If |force|, always sets the indicated mode. If
29 // |!force|, and the mouse is over the button, defer the transition
33 - (void)setIsLoading:(BOOL)isLoading force:(BOOL)force;
  /external/chromium_org/third_party/WebKit/public/web/
WebTouchPoint.h 47 , force(0)
68 float force; member in class:blink::WebTouchPoint
  /external/chromium_org/tools/deep_memory_profiler/
download.sh 5 svn checkout --force \
  /external/javassist/
regenerate_from_source.sh 6 # bin are normally ignored by git, but we need to force them this case.
10 svn export --force http://anonsvn.jboss.org/repos/javassist/trunk .
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/
fetch_macholib 2 svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ .
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/
fetch_macholib 2 svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ .
  /frameworks/base/libs/hwui/
Texture.h 38 inline void setWrap(GLenum wrap, bool bindTexture = false, bool force = false,
40 setWrapST(wrap, wrap, bindTexture, force, renderTarget);
44 bool force = false, GLenum renderTarget = GL_TEXTURE_2D);
46 inline void setFilter(GLenum filter, bool bindTexture = false, bool force = false,
48 setFilterMinMag(filter, filter, bindTexture, force, renderTarget);
52 bool force = false, GLenum renderTarget = GL_TEXTURE_2D);
Texture.cpp 41 void Texture::setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture, bool force,
44 if (mFirstWrap || force || wrapS != mWrapS || wrapT != mWrapT) {
59 void Texture::setFilterMinMag(GLenum min, GLenum mag, bool bindTexture, bool force,
62 if (mFirstFilter || force || min != mMinFilter || mag != mMagFilter) {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-buildid-list.c 52 static int perf_session__list_build_ids(bool force, bool with_hits)
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);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLLoseContext.cpp 43 void WebGLLoseContext::lose(bool force)
45 if (force)
  /external/doclava/
moe.sh 23 rm -fr res/ src/ && svn export --force https://doclava.googlecode.com/svn/trunk/ . && rm -fr lib/ samples/ src/com/google/doclava/DoclavaTask.java
  /external/e2fsprogs/misc/
util.h 24 extern void check_mount(const char *device, int force, const char *type);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Touch.cpp 47 Touch::Touch(LocalFrame* frame, EventTarget* target, unsigned identifier, const FloatPoint& screenPos, const FloatPoint& pagePos, const FloatSize& radius, float rotationAngle, float force)
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)
69 , m_force(force)
Touch.h 48 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);
DOMTokenList.idl 34 [RaisesException, CustomElementCallbacks] boolean toggle(DOMString token, optional boolean force);
  /external/ltrace/
autogen.sh 40 autoreconf --force --install --verbose -Wall || exit $?
  /system/vold/
VolumeManager.h 82 int unmountVolume(const char *label, bool force, bool revert);
108 int destroyAsec(const char *id, bool force);
110 int unmountAsec(const char *id, bool force);
118 int unmountObb(const char *fileName, bool force);
125 const char *fileName, const char *mountPoint, bool force);
130 int cleanupAsec(Volume *v, bool force);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/identity/
UniqueIdentificationGeneratorFactory.java 49 * @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) {
  /external/harfbuzz_ng/
autogen.sh 36 echo "running autoreconf --force --install --verbose"
37 autoreconf --force --install --verbose || exit $?
  /external/strace/
xlate.el 66 (move-to-column 24 'force)
69 (move-to-column 40 'force)
  /external/chromium_org/chrome_elf/blacklist/
blacklist.h 75 // before any undesirable DLLs might be loaded. If |force| is set to true, then
78 bool Initialize(bool force);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
ui.h 37 void ui__refresh_dimensions(bool force);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_scripts.py 23 force=1,
27 self.assertTrue(not cmd.force)
34 self.assertTrue(cmd.force)
66 force=1,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_scripts.py 23 force=1,
27 self.assertTrue(not cmd.force)
34 self.assertTrue(cmd.force)
66 force=1,
  /external/lldb/tools/debugserver/source/MacOSX/ppc/
DNBArchImpl.h 39 virtual kern_return_t GetRegisterState (int set, bool force);
163 kern_return_t GetGPRState (bool force);
164 kern_return_t GetFPRState (bool force);
165 kern_return_t GetEXCState (bool force);
166 kern_return_t GetVECState (bool force);

Completed in 1618 milliseconds

1 2 3 4 5 6 7 8 91011>>