Searched refs:force (Results 126 - 150 of 245) sorted by relevance

12345678910

/external/chromium/android/autofill/
H A Dprofile_android.h203 virtual void ReinitializeSpellCheckHost(bool force) { NOTREACHED(); } argument
/external/chromium/chrome/browser/profiles/
H A Dprofile.h225 // Variant of GetTopSites that doesn't force creation.
485 // If |force| is false, and the spellchecker is already initialized (or is in
488 virtual void ReinitializeSpellCheckHost(bool force) = 0;
H A Dprofile_impl.h114 virtual void ReinitializeSpellCheckHost(bool force);
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.h82 virtual void UpdateReloadStopState(bool is_loading, bool force);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-starteam.jar ... String username private String password private String targetFolder private boolean force private boolean verbose private boolean recursion private String includes private ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/linux-tools-perf/util/
H A Dsession.c22 static int perf_session__open(struct perf_session *self, bool force) argument
50 if (!force && input_stat.st_uid && (input_stat.st_uid != geteuid())) {
137 bool force, bool repipe,
167 if (perf_session__open(self, force) < 0)
136 perf_session__new(const char *filename, int mode, bool force, bool repipe, struct perf_event_ops *ops) argument
/external/llvm/utils/Misc/
H A Dzkill161 parser.add_option("", "--force", dest="force",
257 if not opts.force and not opts.dryRun:
258 error('refusing to kill all processes without --force')
/external/qemu/distrib/sdl-1.2.15/
H A Dandroid-configure.sh68 --force-autodetect) OPTION_FORCE_AUTODETECT=yes
91 echo " --force-autodetect force feature auto-detection"
348 # just like configure - force it to 1
510 # or the --force-autodetect option was used
/external/v8/
H A DMakefile262 svn checkout --force http://gyp.googlecode.com/svn/trunk build/gyp \
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Djquery-1.3.2.js750 css: function( elem, name, force, extra ) {
778 return jQuery.curCSS( elem, name, force );
781 curCSS: function( elem, name, force ) {
797 if ( !force && style && style[ name ] )
3938 // force the next step to be the last
4028 cur: function(force){
4032 var r = parseFloat(jQuery.css(this.elem, this.prop, force));
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.cc447 void PseudoTcp::Close(bool force) { argument
448 LOG_F(LS_VERBOSE) << "(" << (force ? "true" : "false") << ")";
449 m_shutdown = force ? SD_FORCEFUL : SD_GRACEFUL;
/external/dnsmasq/src/
H A Dforward.c23 static unsigned short get_id(int force, unsigned short force_id, unsigned int crc);
245 /* force unchanging id for signed packets */
1071 signing, so we keep the same one. In this case force is set, and this
1073 static unsigned short get_id(int force, unsigned short force_id, unsigned int crc) argument
1077 if (force)
H A Drfc2131.c293 int force = 0; local
298 force = 1;
303 force = 1;
329 if (context_new || force)
511 /* Always force update, since the client has no way to do it itself. */
1620 mess->flags |= htons(0x8000); /* force broadcast */
1849 int force = 0; local
1859 force = 1;
1861 return force;
2255 /* always force nul
[all...]
/external/libvpx/build/make/
H A Dconfigure.sh440 --force-target=*) toolchain="${toolchain:-${optval}}"; enable force_toolchain
454 --force-enable-?*|--force-disable-?*)
455 eval `echo "$opt" | sed 's/--force-/action=/;s/-/ option=/;s/-/_/g'`
/external/blktrace/
H A Dblkparse.c1990 static int check_sequence(struct per_dev_info *pdi, struct trace *t, int force) argument
2026 } else if (!force) {
2039 static void show_entries_rb(int force) argument
2048 if (is_done() && !force && !pipeline)
2054 if (read_sequence - t->read_sequence < 1 && !force)
2068 if (check_sequence(pdi, t, force))
2071 if (!force && bit->time > last_allowed_time)
/external/chromium/build/
H A Dinstall-build-deps.sh385 --yes --download-only --force-yes --reinstall install \
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.h248 virtual void UpdateReloadStopState(bool is_loading, bool force) OVERRIDE;
/external/openssl/ssl/
H A Dssltest.c513 int force=0; local
739 force = 1;
812 if (!ssl2 && !ssl3 && !tls1 && number > 1 && !reuse && !force)
842 if (number < 50 && !force)
/external/webkit/Source/WebCore/rendering/
H A DRenderText.cpp188 // We do have to schedule layouts, though, since a style change can force us to
1039 void RenderText::setTextWithOffset(PassRefPtr<StringImpl> text, unsigned offset, unsigned len, bool force) argument
1112 setText(text, force);
1216 void RenderText::setText(PassRefPtr<StringImpl> text, bool force) argument
1220 if (!force && equal(m_text.impl(), text.get()))
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dcommon.h398 #define __force __attribute__((force))
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h403 #define __force __attribute__((force))
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h403 #define __force __attribute__((force))
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h403 #define __force __attribute__((force))
/external/chromium/net/socket/
H A Dclient_socket_pool_base.cc609 void ClientSocketPoolBaseHelper::CleanupIdleSockets(bool force) { argument
626 if (force || j->ShouldCleanup(now, timeout)) {

Completed in 7397 milliseconds

12345678910