Searched defs:true (Results 201 - 225 of 289) sorted by relevance

1234567891011>>

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h101 /// Return true if the PathDiagnosticConsumer supports individual
365 return true;
392 bool addPosRange = true)
462 StringRef s, bool addPosRange = true,
478 /// Return true if the diagnostic piece is prunable.
508 NoExit(true), path(oldPath) {}
389 PathDiagnosticSpotPiece(const PathDiagnosticLocation &pos, StringRef s, PathDiagnosticPiece::Kind k, bool addPosRange = true) argument
461 PathDiagnosticEventPiece(const PathDiagnosticLocation &pos, StringRef s, bool addPosRange = true, StackHintGenerator *stackHint = 0) argument
/external/clang/lib/AST/
H A DVTableBuilder.cpp258 /*RecordPaths=*/true, /*DetectVirtual=*/false);
455 /// AddVCallOffset - Adds a vcall offset to the map. Returns true if the
476 if (LT == RT) return true;
487 return true;
521 return true;
1197 CXXBasePaths Paths(/*FindAmbiguities=*/true,
1198 /*RecordPaths=*/true, /*DetectVirtual=*/true);
1274 /*BaseIsVirtual=*/true,
1320 /// OverridesIndirectMethodInBase will return true i
1813 /*BaseIsMorallyVirtual=*/true, local
1814 /*BaseIsVirtualInLayoutClass=*/true, local
[all...]
/external/elfutils/src/
H A Dldlex.c1054 /* Table of booleans, true if rule could match eol. */
1456 { eat_to_eol (true); variable
1478 { eat_to_eol (true) ; } variable
1497 { eat_to_eol (true); variable
1530 { eat_to_eol (true); variable
2828 warned = true;
2876 bool ignore_ws = true;
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp81 #define USE_GLOBAL_STR_CONSTS true
321 /// Deletes the true previosly allocated exception whose address
555 for (int i = 0; true; ++i) {
583 ret = true;
687 foreignException = true;
868 /// @param useGlobal A value of true (default) indicates a GlobalValue is
876 bool useGlobal = true) {
888 true,
912 /// @param useGlobal A value of true (default) indicates a GlobalValue is
922 bool useGlobal = true) {
872 generateStringPrint(llvm::LLVMContext &context, llvm::Module &module, llvm::IRBuilder<> &builder, std::string toPrint, bool useGlobal = true) argument
916 generateIntegerPrint(llvm::LLVMContext &context, llvm::Module &module, llvm::IRBuilder<> &builder, llvm::Function &printFunct, llvm::Value &toPrint, std::string format, bool useGlobal = true) argument
[all...]
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h128 return true;
135 /// isEqual - Compares two trees for structural equality and returns true
140 return true;
166 /// contains - Returns true if this tree contains a subtree (node) that
247 IsMutable(true), IsDigestCached(false), IsCanonicalized(0),
254 /// isMutable - Returns true if the left and right subtree references
257 /// object should always have this method return true. Further, if this
259 /// will also have this method return false. The converse is not true.
262 /// hasCachedDigest - Returns true if the digest for this tree is cached.
263 /// This can only be true i
969 Factory(bool canonicalize = true) argument
972 Factory(BumpPtrAllocator& Alloc, bool canonicalize = true) argument
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLowering.h105 enum BooleanContent { // How the target represents true/false values.
148 /// isSelectExpensive - Return true if the select operation is expensive for
152 virtual bool isSelectSupported(SelectSupportKind kind) const { return true; }
154 /// isIntDivCheap() - Return true if integer divide is usually cheaper than
158 /// isSlowDivBypassed - Returns true if target has indicated at least one
168 /// isPow2DivCheap() - Return true if pow2 div is cheaper than a chain of
172 /// isJumpExpensive() - Return true if Flow Control is an expensive operation
176 /// isPredictableSelectExpensive - Return true if selects are only cheaper
197 /// "Boolean values" are special true/false values produced by nodes like
247 /// isTypeLegal - Return true i
1053 setSelectIsExpensive(bool isExpensive = true) argument
1060 setJumpIsExpensive(bool isExpensive = true) argument
1067 setIntDivIsCheap(bool isCheap = true) argument
1077 setPow2DivIsCheap(bool isCheap = true) argument
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp55 /// AddWithOverflow - Compute Result = In1+In2, returning true if the result
68 return true;
90 /// SubWithOverflow - Compute Result = In1-In2, returning true if the result
103 return true;
113 /// isSignBitCheck - Given an exploded icmp instruction, return true if the
115 /// TrueIfSigned if the result of the comparison is true when the input value is
121 TrueIfSigned = true;
124 TrueIfSigned = true;
131 TrueIfSigned = true;
132 return RHS->isMaxValue(true);
2721 SMax.convertFromAPInt(APInt::getSignedMaxValue(IntWidth), true, local
2746 SMin.convertFromAPInt(APInt::getSignedMinValue(IntWidth), true, local
2757 SMin.convertFromAPInt(APInt::getMinValue(IntWidth), true, local
[all...]
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp85 cl::desc("instrument read instructions"), cl::Hidden, cl::init(true));
87 cl::desc("instrument write instructions"), cl::Hidden, cl::init(true));
90 cl::Hidden, cl::init(true));
104 cl::desc("Handle stack memory"), cl::Hidden, cl::init(true));
110 cl::desc("Handle global objects"), cl::Hidden, cl::init(true));
114 cl::desc("Handle memset/memcpy/memmove"), cl::Hidden, cl::init(true));
131 cl::desc("Optimize instrumentation"), cl::Hidden, cl::init(true));
134 cl::init(true));
136 cl::desc("Don't instrument scalar globals"), cl::Hidden, cl::init(true));
251 return new GlobalVariable(M, StrConst->getType(), true, local
1133 PoisonStack(ArrayRef<AllocaInst*>(AllocaVec), IRB, ShadowBase, true); local
[all...]
/external/llvm/lib/VMCore/
H A DVerifier.cpp99 WriteAsOperand(dbgs(), I, true); local
101 Broken = true;
232 return true;
310 WriteAsOperand(MessagesStr, V, true, Mod);
332 Broken = true;
341 Broken = true;
350 Broken = true;
361 // Assert - We know that cond should be true, if not print an error message.
590 SawNest = true;
612 return true;
[all...]
/external/openfst/src/include/fst/
H A Dfst.h85 bool hdr = true, bool isym = true,
86 bool osym = true, bool alig = FLAGS_fst_align)
176 // If test=true, return property bits for mask (computing o.w. unknown)
184 // (1) The copying is constant time if safe = false or if safe = true
187 // (2) If safe = true, the copy is thread-safe in that the original
189 // separate threads. For some Fst types, 'Copy(true)' should only be
737 // returns true on success, false on failure.
757 return true;
817 return true;
84 FstWriteOptions(const string& src = Ó, bool hdr = true, bool isym = true, bool osym = true, bool alig = FLAGS_fst_align) argument
897 SetImpl(I *impl, bool own_impl = true) argument
[all...]
/external/oprofile/libpp/
H A Dxml_utils.cpp63 void dump_symbol(string const & prefix, sym_iterator it, bool want_nl = true) argument
80 dump_symbol(prefix, it, true);
141 return open_element(TIMER_SETUP, true) +
151 str << open_element(EVENT_SETUP, true);
197 has_nonzero_masks = true;
241 xml_options << init_attr(tag, (value ? "true" : "false"));
258 cout << open_element(PROFILE, true);
263 cout << close_element(NONE, true);
265 cout << open_element(OPTIONS, true) << xml_options.str();
327 out << open_element(CLASS, true);
[all...]
/external/quake/quake/src/QW/client/
H A Dgl_vidnt.c145 cvar_t _vid_default_mode = {"_vid_default_mode","0", true};
147 cvar_t _vid_default_mode_win = {"_vid_default_mode_win","3", true};
149 cvar_t vid_nopageflip = {"vid_nopageflip","0", true};
150 cvar_t _vid_wait_override = {"_vid_wait_override", "0", true};
151 cvar_t vid_config_x = {"vid_config_x","800", true};
152 cvar_t vid_config_y = {"vid_config_y","600", true};
153 cvar_t vid_stretch_by_2 = {"vid_stretch_by_2","1", true};
154 cvar_t _windowed_mouse = {"_windowed_mouse","1", true};
280 return true;
369 return true;
1047 Key_Event (MapKey(lParam), true); local
[all...]
/external/quake/quake/src/WinQuake/
H A Dgl_vidnt.cpp145 cvar_t _vid_default_mode = {"_vid_default_mode","0", true};
147 cvar_t _vid_default_mode_win = {"_vid_default_mode_win","3", true};
149 cvar_t vid_nopageflip = {"vid_nopageflip","0", true};
150 cvar_t _vid_wait_override = {"_vid_wait_override", "0", true};
151 cvar_t vid_config_x = {"vid_config_x","800", true};
152 cvar_t vid_config_y = {"vid_config_y","600", true};
153 cvar_t vid_stretch_by_2 = {"vid_stretch_by_2","1", true};
154 cvar_t _windowed_mouse = {"_windowed_mouse","1", true};
280 return true;
369 return true;
1047 Key_Event (MapKey(lParam), true); local
[all...]
H A Dvid_sunx.cpp42 cvar_t m_filter = {"m_filter","0", true};
113 qboolean x_fullscreen = true;
566 return( true );
759 oktodraw = true;
768 doShm = true;
936 Key_Event(XLateKey(&x_event.xkey), true); local
943 Key_Event( K_MOUSE1 + x_event.xbutton.button - 1, true );
982 mouse_in_window = true;
990 oktodraw = true;
995 mouse_grabbed = true;
[all...]
H A Dvid_sunxil.cpp49 cvar_t _windowed_mouse = {"_windowed_mouse","0", true};
50 cvar_t m_filter = {"m_filter","0", true};
127 qboolean x_fullscreen = true;
133 qboolean x_focus = true;
152 cvar_t pixel_multiply = {"pixel_multiply", "2", true};
243 return true; // ???
265 return true;
380 return( true );
608 oktodraw = true;
624 X11_active = true;
835 Key_Event(XLateKey(&x_event.xkey), true); local
[all...]
/external/stlport/stlport/stl/config/
H A Dfeatures.h46 * bool, true, and false, if _STLP_NO_BOOL is defined.
890 # define true 1 macro
/external/v8/src/ia32/
H A Dstub-cache-ia32.cc1110 compile_followup_inline = true;
3041 GenerateLoadStringLength(masm(), edx, ecx, ebx, &miss, true); local
3968 &transition_elements_kind, true);
/external/v8/src/x64/
H A Dstub-cache-x64.cc1090 compile_followup_inline = true;
2863 GenerateLoadStringLength(masm(), rdx, rcx, rbx, &miss, true); local
/external/webkit/Source/JavaScriptCore/API/tests/
H A Dtestapi.c152 return true;
199 return true; // pretend we set the property in order to swallow it
214 return true;
490 return true;
533 Base_didFinalize = true;
570 return true;
715 return true;
785 bool result = true;
840 TestInitializeFinalize = true;
868 JSValueRef jsTrue = JSValueMakeBoolean(context, true);
1006 assertEqualsAsBoolean(JSObjectGetProperty(context, JSValueToObject(context, jsonObject, 0), propertyName, 0), true); local
[all...]
/external/webkit/Source/WebCore/dom/
H A DElement.cpp205 // Call attributes(true) to force attribute synchronization to occur for SVG and style attributes.
206 if (NamedNodeMap* attributeMap = attributes(true))
754 document()->axObjectCache()->postNotification(renderer(), AXObjectCache::AXValueChanged, true); local
765 document()->axObjectCache()->postNotification(renderer(), AXObjectCache::AXInvalidStatusChanged, true); local
788 // Returns true is the given attribute is an event handler.
938 // need to do superclass processing first so inDocument() is true
974 shadow->insertedIntoTree(true);
983 shadow->removedFromTree(true);
1049 return true;
1055 return true;
[all...]
H A DNode.h284 virtual bool sheetLoaded() { return true; }
323 virtual void setFocus(bool = true);
324 virtual void setActive(bool f = true, bool /*pause*/ = false) { setFlag(f, IsActiveFlag); } argument
325 virtual void setHovered(bool f = true) { setFlag(f, IsHoveredFlag); } argument
345 // Returns true if the node has a non-empty bounding box in layout.
376 // Returns true if this node is associated with a document and is in its associated document's
462 virtual bool childShouldCreateRenderer(Node*) const { return true; }
556 void dispatchSimulatedClick(PassRefPtr<Event> underlyingEvent, bool sendMouseEvents = false, bool showPressedLook = true);
566 // Used for disabled form elements; if true, prevents mouse events from being dispatched
/external/webkit/Source/WebCore/html/
H A DHTMLInputElement.cpp77 , m_reflectsCheckedAttribute(true)
265 // stepString() should be called only if stepMismatch() can be true.
299 return true;
307 return true;
313 return true;
325 return true;
375 document()->axObjectCache()->postNotification(renderer(), AXObjectCache::AXValueChanged, true); local
448 m_hasType = true;
505 updateFocusAppearance(true);
529 m_stateRestored = true;
795 renderer()->document()->axObjectCache()->postNotification(renderer(), AXObjectCache::AXCheckedStateChanged, true); local
[all...]
/external/webkit/Source/WebCore/platform/
H A DScrollView.cpp57 , m_canBlitOnScroll(true)
65 , m_clipsRepaints(true)
149 needsUpdate = true;
154 needsUpdate = true;
514 m_inUpdateScrollbars = true;
566 sendContentResizedNotification = true;
573 sendContentResizedNotification = true;
596 m_inUpdateScrollbars = true;
615 m_horizontalScrollbar->setSuppressInvalidation(true);
636 m_verticalScrollbar->setSuppressInvalidation(true);
717 hostWindow()->invalidateWindow(IntRect(), true); local
1274 hostWindow()->invalidateContentsAndWindow(IntRect(m_panScrollIconPoint, IntSize(panIconSizeLength, panIconSizeLength)), true /*immediate*/); local
1282 hostWindow()->invalidateContentsAndWindow(IntRect(m_panScrollIconPoint, IntSize(panIconSizeLength, panIconSizeLength)), true /*immediate*/); local
[all...]
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp201 // (50+53)/2 = 103/2 = 51 when we want 51.5. It is always true that an even width gave
299 CGContextSetShouldAntialias(context, true);
340 CGContextAddArc(context, x + hRadius, (y + vRadius) * reverseScaleFactor, hRadius, start, end, true);
1190 m_data->m_userToDeviceTransformKnownToBeIdentity = true;
1257 restoreAntialiasMode = true;
1269 CGContextSetShouldAntialias(platformContext(), true); local
/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.h95 bool generatesLineBoxesForInlineChild(RenderObject*, bool isLineEmpty = true, bool previousLineBrokeCleanly = true);
97 void markAllDescendantsWithFloatsForLayout(RenderBox* floatToRemove = 0, bool inLayout = true);
159 static bool requiresLineBox(const InlineIterator&, bool isLineEmpty = true, bool previousLineBrokeCleanly = true);
231 // the case of column spans), the default for fullRemoveInsert is false rather than true.
277 int logicalRightOffsetForLine(int position, int fixedOffset, bool applyTextIndent = true, int* logicalHeightRemaining = 0) const;
278 int logicalLeftOffsetForLine(int position, int fixedOffset, bool applyTextIndent = true, int* logicalHeightRemaining = 0) const;
323 layoutInlineChildren(true, repaintLogicalTop, repaintLogicalBottom);
333 virtual bool isRenderBlock() const { return true; }
413 setIsPlaced(bool placed = true) argument
[all...]

Completed in 498 milliseconds

1234567891011>>