HomeSort by relevance Sort by last modified time
    Searched defs:true (Results 451 - 468 of 468) sorted by null

<<111213141516171819

  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 342 mShowWifi = true;
343 mShowEthernet = true;
353 setHasOptionsMenu(true);
382 mHeader.setClickable(true);
384 mListView.addHeaderView(new View(context), null, true);
385 mListView.addHeaderView(mHeader, null, true);
386 mListView.setItemsCanFocus(true);
406 mDataEnabledView.setClickable(true);
407 mDataEnabledView.setFocusable(true);
417 mDisableAtLimitView.setClickable(true);
1284 setMobileDataEnabled(currentSir.getSubscriptionId(), true); local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 240 latinIme.mSettings.getCurrent(), true /* forStartInput */, local
312 postResumeSuggestionsInternal(shouldDelay, true /* forStartInput */);
403 mIsOrientationChanging = true;
436 mHasPendingStartInput = true;
441 mPendingSuccessiveImsCallback = true;
477 mHasPendingFinishInputView = true;
493 mHasPendingFinishInput = true;
509 mCurrentSubtypeHasBeenUsed = true;
527 richImm.switchToNextInputMethod(token, true /* onlyCurrentIme */);
681 true /* forceReloadMainDictionary */
    [all...]
  /build/core/
definitions.mk 110 ## Evaluates to true if the string contains the word true,
115 define true-or-empty
116 $(filter true, $(1))
652 ## Returns true if $(1) and $(2) are equal. Returns
658 $(if $(filter-out __,_$(subst $(strip $(1)),,$(strip $(2)))$(subst $(strip $(2)),,$(strip $(1)))_),,true), \
662 true)\
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 73 return true;
97 return true;
156 // for `@class A;` decls, this isn't true -- manually go through the
198 ShouldDeleteSpecialMember(Method, CSM, /*Diagnose=*/true);
219 << Decl << true; local
227 return true;
301 /// used, or produce an error (and return true) if a C++0x deleted
304 /// \returns true if there was an error (this declaration cannot be
337 return true;
345 return true;
    [all...]
  /external/mksh/src/
sh.h 208 #undef true macro
213 #define true 1 macro
215 #define tobool(cond) ((cond) ? true : false)
907 #define got_winch true
    [all...]
  /frameworks/base/core/java/android/view/
View.java 547 * {@link #isFocusableInTouchMode} is true will be focusable, such as text editing widgets.
627 * android:filterTouchesWhenObscured layout attribute to true. When enabled, the framework
716 * When set to true, apps will draw debugging information about their layouts.
723 * When set to true, this view will save its attribute data.
4419 setScrollContainer(true); typedefs
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 189 public static final boolean DUMPTRUCK = true; // extra dumpsys info
199 public static final boolean SHOW_LOCKSCREEN_MEDIA_ARTWORK = true;
212 private static final boolean CLOSE_PANEL_WHEN_EMPTIED = true;
237 /** If true, the system is in the half-boot-to-decryption-screen state.
445 updateMediaMetaData(true);
455 updateMediaMetaData(true);
610 mHeadsUpObserver.onChange(true); // set up
613 Settings.Global.getUriFor(Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED), true, local
616 Settings.Global.getUriFor(SETTING_HEADS_UP_TICKER), true, local
2988 Settings.Secure.getUriFor(Settings.Secure.USER_SETUP_COMPLETE), true, local
    [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java 164 private static final boolean DBG = true;
447 private static final boolean DBG = true;
733 mTestMode = SystemProperties.get("cm.test.mode").equals("true")
819 mNetIdInUse.put(netId, true);
4345 oldDefaultNetwork, true); local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java 141 static final boolean DEBUG_WIDGETS = true;
288 @Thunk boolean mWorkspaceLoading = true;
290 private boolean mPaused = true;
302 @Thunk boolean mUserPresent = true;
402 unlockScreenOrientation(true);
541 if (!waitUntilResume(mUpdateOrientationRunnable, true)) {
577 mWorkspaceImportanceStored = true;
583 mHotseatImportanceStored = true;
599 return true;
628 * {@link #hasCustomContentToLeft()} is {@code true}
2478 showWorkspace(mWorkspace.indexOfChild(v), true); local
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 3432 rebuildSearchIndex(getWritableDatabase(), true); local
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 142 setUseUnderscoreSetJmp(true);
145 setUseUnderscoreSetJmp(true);
146 setUseUnderscoreLongJmp(true);
18928 FramePtr, true, X86FI->getRestoreBasePointerOffset()) local
    [all...]
  /external/v8/src/
objects.cc 94 return true;
178 return true;
184 return true;
196 return true;
203 return true;
228 if (type == this) return true;
336 while (true) {
470 if (!info->HasExpectedReceiverType()) return true;
548 return Execution::Call(isolate, getter, receiver, 0, NULL, true);
568 arraysize(argv), argv, true),
1340 JavaScriptFrame::PrintTop(GetIsolate(), file, false, true); local
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 163 * android:textIsSelectable} to "true" or call
164 * {@link #setTextIsSelectable setTextIsSelectable(true)}. The {@code textIsSelectable} flag
562 private boolean mLinksClickable = true;
585 private boolean mIncludePad = true;
607 private boolean mHighlightPathBogus = true;
637 p.setAntiAlias(true); typedefs
657 * @return Return true if you have consumed the action, else false.
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 211 .appendQueryParameter(ContactsContract.STREQUENT_PHONE_ONLY, "true").build(),
4792 assertSendToVoicemailAndRingtone(queryContactId(rawContactId1), true, "foo"); local
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 146 super(looper, null, true);
234 // Set to true when we want to distribute CPU across wakelocks for the next
419 boolean mCharging = true;
663 return true;
3093 updateTimeBasesLocked(mOnBatteryTimeBase.isRunning(), true, local
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java 359 private static final boolean DEFAULT_VERIFY_ENABLE = true;
3464 enforceCrossUserPermission(Binder.getCallingUid(), userId, true, false, local
3559 enforceCrossUserPermission(Binder.getCallingUid(), userId, true, false, local
3653 enforceCrossUserPermission(Binder.getCallingUid(), userId, true, false, local
3686 enforceCrossUserPermission(Binder.getCallingUid(), userId, true, false, local
3748 enforceCrossUserPermission(Binder.getCallingUid(), userId, true, false, local
5266 enforceCrossUserPermission(Binder.getCallingUid(), userId, true, false, "get installed packages"); local
6039 R.string.android_upgrading_fstrim), true); local
6204 curr, total), true); local
9676 enforceCrossUserPermission(Binder.getCallingUid(), userId, true, local
13271 enforceCrossUserPermission(Binder.getCallingUid(), userId, true, false, "clear application data"); local
    [all...]
  /external/valgrind/perf/
tinycc.c 2111 #define true macro
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java 298 static final boolean MONITOR_CPU_USAGE = true;
420 private boolean mShowDialogs = true;
505 haveResult = true;
757 return true;
1387 super(com.android.server.UiThread.get().getLooper(), null, true); local
1819 requestPssAllProcsLocked(SystemClock.uptimeMillis(), true, false); local
3009 proc.kill(Long.toString(proc.lastCachedPss) + "k from cached", true); local
3018 proc.kill(Long.toString(proc.lastCachedPss) + "k from cached", true); local
5226 removeProcessLocked(procs.get(i), false, true, "kill all background"); local
18358 requestPssAllProcsLocked(SystemClock.uptimeMillis(), true, true); local
    [all...]

Completed in 4775 milliseconds

<<111213141516171819