/external/v8/test/mjsunit/ |
keyed-call-ic.js | 132 delete f.prop; // force the object to the slow case
|
with-leave.js | 64 // below, the outer with is to force a runtime lookup of the identifier 'x'
|
/external/webkit/Source/WebCore/page/ |
Settings.cpp | 538 void Settings::setForceFTPDirectoryListings(bool force) 540 m_forceFTPDirectoryListings = force;
|
/frameworks/base/core/java/android/view/ |
SurfaceView.java | 419 private void updateWindow(boolean force, boolean redrawNeeded) { 443 if (force || creating || formatChanged || sizeChanged || visibleChanged [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
AtPhonebook.java | 357 * If force then re-query that phonebook 360 private synchronized PhonebookResult getPhonebookResult(String pb, boolean force) { 368 if (force || pbr.cursor == null) {
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserSettings.java | 437 private void updateSearchEngine(boolean force) { 439 if (force || mSearchEngine == null || 533 // so we need to force a settings sync (otherwise the SharedPreferences [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
SlotView.java | 181 private void updateScrollPosition(int position, boolean force) { 182 if (!force && (WIDE ? position == mScrollX : position == mScrollY)) return;
|
/packages/apps/Settings/src/com/android/settings/widget/ |
ChartDataUsageView.java | 315 private void sendUpdateAxisDelayed(ChartSweepView sweep, boolean force) { 316 if (force || !mHandler.hasMessages(MSG_UPDATE_AXIS, sweep)) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
ManifestEditor.java | 244 initUiRootNode(false /*force*/); 424 * @param force if true, a new UiManifestNode is recreated even if it already exists. 427 protected void initUiRootNode(boolean force) { 429 if (mUiManifestNode != null && force == false) { 490 initUiRootNode(true /*force*/); 560 initUiRootNode(true /*force*/);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar | |
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-starteam.jar | |
/external/linux-tools-perf/util/ |
session.c | 22 static int perf_session__open(struct perf_session *self, bool force) 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) [all...] |
/external/llvm/utils/Misc/ |
zkill | 161 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/ |
android-configure.sh | 68 --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/ |
Makefile | 262 svn checkout --force http://gyp.googlecode.com/svn/trunk build/gyp \
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
pseudotcp.cc | 447 void PseudoTcp::Close(bool force) { 448 LOG_F(LS_VERBOSE) << "(" << (force ? "true" : "false") << ")"; 449 m_shutdown = force ? SD_FORCEFUL : SD_GRACEFUL;
|
/external/dnsmasq/src/ |
forward.c | 23 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) 1077 if (force)
|
rfc2131.c | 293 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. */ 1849 int force = 0; local [all...] |
/external/libvpx/libvpx/build/make/ |
configure.sh | 487 --force-target=*) toolchain="${toolchain:-${optval}}"; enable force_toolchain 517 --force-enable-?*|--force-disable-?*) 518 eval `echo "$opt" | sed 's/--force-/action=/;s/-/ option=/;s/-/_/g'` [all...] |
/frameworks/base/services/java/com/android/server/am/ |
ActivityRecord.java | 126 boolean forceNewConfig; // force re-create with new config next time [all...] |
/ndk/ |
ndk-gdb.py | 115 parser.add_argument( '--force', 222 if args.force != None: 223 OPTION_FORCE = args.force 626 error('Another debug session running, Use --force to kill it.')
|
/packages/apps/Settings/src/com/android/settings/ |
ApnEditor.java | 502 * @param force save even if the fields are not valid, if the app is 506 private boolean validateAndSave(boolean force) { 512 if (getErrorMsg() != null && !force) { 524 if (force && mNewApn && name.length() < 1 && apn.length() < 1) {
|
/system/core/toolbox/ |
dd.c | 451 dd_out(int force) 474 for (n = force ? out.dbcnt : out.dbsz;; n = out.dbsz) { 477 if (!force && ddflags & C_SPARSE) {
|
/external/blktrace/ |
blkparse.c | [all...] |