/external/chromium_org/ash/shelf/ |
shelf_widget.h | 80 // Force the shelf to be presented in an undimmed state. 81 void ForceUndimming(bool force);
|
/external/chromium_org/build/ |
symlink.py | 17 parser.add_option('-f', '--force', action='store_true') 31 if e.errno == errno.EEXIST and options.force:
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_popup_model.h | 61 // |manually_selected_match_|). If |force| is true then the selected line will 66 void SetSelectedLine(size_t line, bool reset_to_default, bool force);
|
/external/chromium_org/chrome/installer/setup/ |
install.h | 129 // |force| is set to true). 133 bool force);
|
/external/chromium_org/chromeos/ime/ |
xkeyboard.cc | 89 bool SetLayoutInternal(const std::string& layout_name, bool force); 129 bool force) { 139 if (!force && (current_layout_name_ == layout_name)) { 144 DVLOG(1) << (force ? "Reapply" : "Set") << " layout: " << layout_name; 306 return SetLayoutInternal(current_layout_name_, true /* force */);
|
/external/chromium_org/remoting/host/installer/linux/debian/ |
chrome-remote-desktop.init | 112 reload|force-reload) 122 "{start|stop|reload|force-reload|restart}"
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
DOMTokenList.h | 58 bool toggle(const AtomicString&, bool force, ExceptionState&);
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
WebGLFramebuffer.h | 126 void drawBuffersIfNecessary(bool force);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTextFragment.h | 53 virtual void setText(PassRefPtr<StringImpl>, bool force = false) OVERRIDE;
|
/external/chromium_org/third_party/pexpect/ |
fdpexpect.py | 91 def terminate (self, force=False):
|
/external/chromium_org/third_party/tcmalloc/vendor/ |
autogen.sh | 40 "$ACLOCAL" --force -I m4 --output=aclocal.m4.tmp
|
/external/linux-tools-perf/ |
builtin-diff.c | 22 static bool force; variable 148 session[0] = perf_session__new(input_old, O_RDONLY, force, false, &event_ops); 149 session[1] = perf_session__new(input_new, O_RDONLY, force, false, &event_ops); 184 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"),
|
/external/llvm/test/MC/MachO/ARM/ |
long-call-branch-island-relocation.s | 21 @ Make the _foo symbol sufficiently far away to force the 'bl' relocation
|
/frameworks/base/libs/hwui/ |
Layer.h | 187 void setWrap(GLenum wrap, bool bindTexture = false, bool force = false) { 188 texture.setWrap(wrap, bindTexture, force, renderTarget); 191 void setFilter(GLenum filter, bool bindTexture = false, bool force = false) { 192 texture.setFilter(filter, bindTexture, force, renderTarget);
|
/frameworks/base/native/android/ |
storage_manager.cpp | 144 void unmountObb(const char* filename, const bool force, AStorageManager_obbCallbackFunc func, void* data) { 147 mMountService->unmountObb(filename16, force, mObbActionListener, cb->nonce); 191 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force, 193 mgr->unmountObb(filename, force != 0, cb, data);
|
/libcore/luni/src/main/java/java/nio/ |
MappedByteBuffer.java | 102 public final MappedByteBuffer force() { method in class:MappedByteBuffer
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
install_scripts.py | 22 ('force', 'f', "force installation (overwrite existing files)"), 26 boolean_options = ['force', 'skip-build'] 31 self.force = 0 39 ('force', 'force'),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
install_scripts.py | 22 ('force', 'f', "force installation (overwrite existing files)"), 26 boolean_options = ['force', 'skip-build'] 31 self.force = 0 39 ('force', 'force'),
|
/system/vold/ |
Volume.cpp | 467 int Volume::doUnmount(const char *path, bool force) { 471 SLOGD("Unmounting {%s}, force = %d", path, force); 482 if (force) { 501 int Volume::unmountVol(bool force, bool revert) { 524 if (providesAsec && doUnmount(Volume::SEC_ASECDIR_EXT, force) != 0) { 530 if (doUnmount(getFuseMountpoint(), force) != 0) { 536 if (doUnmount(getMountpoint(), force) != 0) {
|
/external/chromium_org/tools/clang/scripts/ |
update.sh | 48 --force-local-build) 69 echo "usage: $0 [--force-local-build] [--mac-only] [--run-tests] " 71 echo "--force-local-build: Don't try to download prebuilt binaries." 130 # To always force a new build if someone interrupts their build half way. 232 if ! svn co --force "${LLVM_REPO_URL}/llvm/trunk@${CLANG_REVISION}" \ 236 svn co --force "${LLVM_REPO_URL}/llvm/trunk@${CLANG_REVISION}" "${LLVM_DIR}" 240 svn co --force "${LLVM_REPO_URL}/cfe/trunk@${CLANG_REVISION}" "${CLANG_DIR}" 243 svn co --force "${LLVM_REPO_URL}/compiler-rt/trunk@${CLANG_REVISION}" \
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
grammar.rb | 18 attr_accessor :path, :force 19 alias force? force 34 force and return( true ) 168 if options[ :force ] or stale?
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
central_freelist.cc | 150 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;
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
central_freelist.cc | 151 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;
|
/external/chromium_org/third_party/sqlite/src/test/ |
tester.tcl | 249 file delete -force test.db 250 file delete -force test.db-journal 251 file delete -force test.db-wal 600 file delete -force $f 603 file delete -force $f 722 # On windows, sometimes even a [file delete -force] can fail just after 734 set rc [catch {file delete -force $filename} msg] 829 # default, so here we force it to the "nativename" format. 931 catch {file delete -force test.db} 932 catch {file delete -force test.db-journal [all...] |
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/ |
PhysicsRigidBody.java | 258 * but affects other physics objects. Iits kinetic force is calculated by the amount 494 * Apply a force to the PhysicsRigidBody, only applies force if the next physics update call 496 * To apply an impulse, use applyImpulse, use applyContinuousForce to apply continuous force. 497 * @param force the force 498 * @param location the location of the force 500 public void applyForce(Vector3f force, Vector3f location) { 501 applyForce(objectId, force, location); 505 private native void applyForce(long objectId, Vector3f force, Vector3f location) [all...] |