/packages/apps/Settings/src/com/android/settings/ |
DeviceAdminSettings.java | 101 Utils.forceCustomPadding(getListView(), true /* additive padding */); local 292 return true;
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
AbstractConversationViewFragment.java | 101 /** True if we want to avoid marking the conversation as viewed and read. */ 163 mSuppressMarkingViewed = true; 168 * and should be marked read, or 'read' (force=true), as in when the action bar menu item to 171 * @param force true to force marking it read, false to allow peek mode to prevent it 189 // Mark the conversation read no matter what if force=true. 190 // else only mark it seen if appropriate (2-pane peek=true doesn't mark things seen) 194 .markConversationsRead(Arrays.asList(mConversation), true /* read */, local 195 true /* viewed */); local 196 convMarkedRead = true; 241 setHasOptionsMenu(true); [all...] |
OnePaneController.java | 64 private boolean mConversationListNeverShown = true; 133 * Returns true if the candidate URI is the URI for the default inbox for the given account. 136 * @return true if the candidate is indeed the default inbox for the given account. 144 * Returns true if the user is currently in the conversation list view, viewing the default 146 * @return true if user is in conversation list mode, viewing the default inbox. 162 mConversationListNeverShown = true; 210 mPagerController.hide(true /* changeVisibility */); 233 mConversationListVisible = true; 264 onConversationListVisibilityChanged(true); 272 * @param shouldAnimate true if we want to animate the conversation in, false otherwis 481 true \/* replaceVisibleToast *\/, local 482 true \/* autohide *\/, local 493 true \/* replaceVisibleToast *\/, local 494 true \/* autohide *\/, local [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/ |
EmojiPalettesView.java | 197 setCurrentCategoryId(mEmojiCategory.getCurrentCategoryId(), true /* force */); local 307 code, 0 /* repeatCount */, true /* isSinglePointer */); 338 mKeyboardActionListener.onPressKey(code, 0 /* repeatCount */, true /* isSinglePointer */); 395 mEmojiPalettesAdapter.releaseCurrentKey(true /* withKeyRegistering */); 452 return true; 460 return true; 464 return true; 471 0 /* repeatCount */, true /* isSinglePointer */); 472 v.setPressed(true /* pressed */);
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
ConnectionServiceWrapper.java | 316 call.setConnectionCapabilities(call.getConnectionCapabilities(), true); local 345 hasValidCalls = true; [all...] |
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
PhoneAccountRegistrarTest.java | 111 mRegistrar.enablePhoneAccount(account.getAccountHandle(), true); local 248 .setIsEnabled(true)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
system.h | 714 #undef TRUE 719 # define TRUE true 723 # undef true macro 727 # define true 1 macro 731 # define TRUE true [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GestureManager.java | 252 finishGesture(mousePos, true); 284 * @param canceled True if and only if the gesture was canceled. 563 finishGesture(controlPoint, true); 610 mCanvas.showInvisibleViews(true); 648 finishGesture(ControlPoint.create(mCanvas, event), true); local 681 finishGesture(ControlPoint.create(mCanvas, event), true); local 756 insideSelection = true; 765 insideSelection = true; 830 mCanvas.showInvisibleViews(true); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
LibraryClasspathContainerInitializer.java | 76 * @return <code>true</code> if success, <code>false</code> otherwise. 99 return true; 108 * @return <code>true</code> if success, <code>false</code> otherwise. 180 getDependencyListFromClasspath(libProject, refProjects, jarFiles, true); 192 entries.add(JavaCore.newProjectEntry(p.getFullPath(), true /*isExported*/)); local 227 true /*isExported*/)); local 285 true /*isExported*/)); 289 true /*isExported*/)); 301 true /*outputToConsole*/); 383 true /*isExported*/) [all...] |
/art/compiler/utils/arm/ |
assembler_arm32.cc | 32 shifter_op->is_rotate_ = true; 35 return true; 42 shifter_op->is_rotate_ = true; 45 return true; 281 EmitMemOp(cond, true, false, rd, ad); 291 EmitMemOp(cond, true, true, rd, ad); 296 EmitMemOp(cond, false, true, rd, ad); 336 EmitMultiMemOp(cond, am, true, base, regs); 367 return true; 1042 EmitVPushPop(static_cast<uint32_t>(reg), nregs, true, false, cond); local 1047 EmitVPushPop(static_cast<uint32_t>(reg), nregs, true, true, cond); local 1057 EmitVPushPop(static_cast<uint32_t>(reg), nregs, false, true, cond); local [all...] |
assembler_thumb2.cc | 41 return true; 336 EmitLoadStore(cond, true, false, false, false, rd, ad); 346 EmitLoadStore(cond, true, true, false, false, rd, ad); 351 EmitLoadStore(cond, false, true, false, false, rd, ad); 356 EmitLoadStore(cond, true, false, true, false, rd, ad); 361 EmitLoadStore(cond, false, false, true, false, rd, ad); 366 EmitLoadStore(cond, true, true, false, true, rd, ad) 1974 EmitVPushPop(static_cast<uint32_t>(reg), nregs, true, false, cond); local 1979 EmitVPushPop(static_cast<uint32_t>(reg), nregs, true, true, cond); local 1989 EmitVPushPop(static_cast<uint32_t>(reg), nregs, false, true, cond); local [all...] |
/art/compiler/utils/x86_64/ |
assembler_x86_64.cc | 199 cmov(c, dst, src, true); 408 movd(dst, src, true); 412 movd(dst, src, true); 2878 __ gs()->movq(CpuRegister(RDI), Address::Absolute(Thread::ExceptionOffset<8>(), true)); local [all...] |
/art/runtime/ |
check_jni.cc | 77 * Z - jboolean (shown as true and false) 132 explicit ScopedCheck(int flags, const char* functionName, bool has_method = true) 149 return true; 182 return true; 193 return true; 240 return true; 259 return true; 282 return true; 306 return true; 322 * Z - jboolean (shown as true and false 3625 sc.CheckNonHeap(reinterpret_cast<JavaVMExt*>(vm), true, "v", args); local 3637 sc.CheckNonHeap(reinterpret_cast<JavaVMExt*>(vm), true, "vpp", args); local 3647 sc.CheckNonHeap(reinterpret_cast<JavaVMExt*>(vm), true, "vpp", args); local 3657 sc.CheckNonHeap(reinterpret_cast<JavaVMExt*>(vm), true, "v", args); local 3667 sc.CheckNonHeap(reinterpret_cast<JavaVMExt*>(vm), true, "vpI", args); local [all...] |
/art/runtime/gc/collector/ |
mark_sweep.cc | 58 static constexpr bool kUseMarkStackPrefetch = true; 60 static constexpr bool kPreCleanCards = true; 63 static constexpr bool kParallelCardScan = true; 64 static constexpr bool kParallelRecursiveMark = true; 70 static constexpr bool kParallelProcessMarkStack = true; 83 // If true, revoke the rosalloc thread-local buffers at the 85 static constexpr bool kRevokeRosAllocThreadLocalBuffersAtCheckpoint = true; 178 true, GetTimings(), GetCurrentIteration()->GetClearSoftReferences(), 192 RecursiveMarkDirtyObjects(true, accounting::CardTable::kCardDirty); 221 heap_->ProcessCards(GetTimings(), false, true, false) local 260 heap_->ProcessCards(GetTimings(), false, true, GetGcType() != kGcTypeSticky); local 420 MemMap::DumpMaps(LOG(INTERNAL_FATAL), true); variable [all...] |
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
CaptureRequestTest.java | 129 * When {@link CaptureRequest#BLACK_LEVEL_LOCK} is true in a request, the 152 requestBuilder.set(CaptureRequest.BLACK_LEVEL_LOCK, true); 362 aeOffModeSupported = true; 686 /*ascendingOrder*/true); local [all...] |
ImageReaderTest.java | 104 bufferFormatTestByCamera(ImageFormat.YUV_420_888, /*repeating*/true); 116 bufferFormatTestByCamera(ImageFormat.DEPTH16, /*repeating*/true); 128 bufferFormatTestByCamera(ImageFormat.DEPTH_POINT_CLOUD, /*repeating*/true); 165 bufferFormatTestByCamera(ImageFormat.JPEG, /*repeating*/true); 178 bufferFormatTestByCamera(ImageFormat.RAW_SENSOR, /*repeating*/true); 212 * this test is that the ImageReader always gives direct byte buffer, which is always true 422 /*isShareable*/true); 427 yuvPatch.width(), yuvPatch.height(), /*filter*/true); 766 startCapture(requestBuilder.build(), \/*repeating*\/true, listener, mHandler); local [all...] |
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ |
Plot.java | 112 private boolean drawBorderEnabled = true;
139 private boolean isIdle = true;
149 borderPaint.setAntiAlias(true);
typedefs 276 * @return True if hardware acceleration is allowed, false otherwise.
326 keepRunning = true;
426 return true;
663 isIdle = true;
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
XYGraphWidget.java | 105 private boolean drawCursorLabelEnabled = true;
106 private boolean drawMarkersEnabled = true;
108 private boolean rangeAxisLeft = true;
109 private boolean domainAxisBottom = true;
126 rangeGridLinePaint.setAntiAlias(true);
typedefs 133 domainOriginLinePaint.setAntiAlias(true);
typedefs 136 rangeOriginLinePaint.setAntiAlias(true);
typedefs 139 domainOriginLabelPaint.setAntiAlias(true);
typedefs 143 rangeOriginLabelPaint.setAntiAlias(true);
typedefs 147 domainLabelPaint.setAntiAlias(true);
typedefs 151 rangeLabelPaint.setAntiAlias(true); typedefs [all...] |
/external/clang/lib/AST/ |
ASTDumper.cpp | 54 static const TerminalColor DeclKindNameColor = { raw_ostream::GREEN, true }; 56 static const TerminalColor AttrColor = { raw_ostream::BLUE, true }; 58 static const TerminalColor StmtColor = { raw_ostream::MAGENTA, true }; 79 static const TerminalColor UndeserializedColor = { raw_ostream::GREEN, true }; 85 static const TerminalColor ValueColor = { raw_ostream::CYAN, true }; 87 static const TerminalColor DeclNameColor = { raw_ostream::CYAN, true }; 129 Pending.back()(true); 134 TopLevel = true; 160 FirstChild = true; 169 Pending.back()(true); 2308 ASTDumper P(llvm::errs(), nullptr, nullptr, \/*ShowColors*\/true); local 2334 ASTDumper D(llvm::errs(), nullptr, nullptr, \/*ShowColors*\/true); local [all...] |
ItaniumMangle.cpp | 196 return true; 208 return true; 240 /// True if we're in the return type of the innermost function type. 419 return true; 428 return true; 456 return true; 521 MangleReturnType = true; 800 /// \param recursive - true if this is being called recursively, 836 /*recursive*/ true); 844 /*recursive*/ true); 1189 manglePrefix(getEffectiveDeclContext(BD), true \/*NoFunction*\/); local [all...] |
/external/clang/lib/Basic/ |
SourceManager.cpp | 129 if (Invalid) *Invalid = true; 146 if (Invalid) *Invalid = true; 368 : Diag(Diag), FileMgr(FileMgr), OverridenFilesKeepOriginalName(true), 469 *Invalid = true; 512 /*DoNotFree=*/true); local 572 SLocEntryLoaded[Index] = true; 624 SLocEntryLoaded[Index] = true; 650 const_cast<SrcMgr::ContentCache *>(IR)->BufferOverridden = true; 684 *Invalid = true; [all...] |
/external/clang/lib/CodeGen/ |
CGDecl.cpp | 291 EmitCXXGuardedInit(D, GV, /*PerformInit*/true); 323 GV->setConstant(CGM.isTypeConstant(D.getType(), true)); 560 /*useEHCleanup*/ true); 577 return true; 585 return true; 610 EmitStoreThroughLValue(RValue::get(value), lvalue, true); local 655 EmitStoreOfScalar(zero, tempLV, /* isInitialization */ true); 683 EmitARCStoreWeak(lvalue.getAddress(), value, /*ignored*/ true); 701 EmitStoreOfScalar(value, lvalue, /* isInitialization */ true); 706 EmitStoreOfScalar(value, lvalue, /* isInitialization */ true); [all...] |
/external/clang/lib/Parse/ |
ParseDeclCXX.cpp | 315 DS.setExternInLinkageSpec(true); 330 while (true) { 460 GNUAttr = true; 504 HasTypenameKeyword = true; 547 /*AllowDestructorName=*/ true, 548 /*AllowConstructorName=*/ true, ParsedType(), 674 /* HasUsingKeyword */ true, UsingLoc, 801 nullptr,/*IsDecltype=*/true); 1002 true, LAngleLoc, TemplateArgs, RAngleLoc); local [all...] |
ParseExprCXX.cpp | 179 /// \param IsTypename If \c true, this nested-name-specifier is known to be 186 /// \returns true if there was an error parsing a scope specifier 216 CheckForDestructor = true; 238 return true; 242 HasScopeSpecifier = true; 250 return true; 271 HasScopeSpecifier = true; 274 while (true) { 298 return true; 364 return true; 859 \/*AfterAmpersand=*\/true); local [all...] |
ParseObjc.cpp | 243 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, true, 289 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, true, 1051 \/*AtParameterName=*\/true, local 1677 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, true, local 2456 \/*AtArgumentEpression=*\/true); local 2460 \/*AtArgumentEpression=*\/true); local 2464 \/*AtArgumentEpression=*\/true); local [all...] |