/external/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 385 Active = ActiveTemplateInstantiations.rbegin(), in PrintInstantiationStack() local 387 Active != ActiveEnd; in PrintInstantiationStack() 388 ++Active, ++InstantiationIdx) { in PrintInstantiationStack() 393 Diags.Report(Active->PointOfInstantiation, in PrintInstantiationStack() 400 switch (Active->Kind) { in PrintInstantiationStack() 402 Decl *D = Active->Entity; in PrintInstantiationStack() 407 Diags.Report(Active->PointOfInstantiation, DiagID) in PrintInstantiationStack() 409 << Active->InstantiationRange; in PrintInstantiationStack() 416 Diags.Report(Active->PointOfInstantiation, DiagID) in PrintInstantiationStack() 418 << Active->InstantiationRange; in PrintInstantiationStack() [all …]
|
/external/clang/tools/diagtool/ |
D | ShowEnabledWarnings.cpp | 114 std::vector<PrettyDiag> Active; in run() local 133 Active.push_back(PrettyDiag(I->getName(), WarningOpt, DiagLevel)); in run() 137 for (std::vector<PrettyDiag>::const_iterator I = Active.begin(), in run() 138 E = Active.end(); I != E; ++I) { in run()
|
/external/clang/lib/Parse/ |
D | RAIIObjectsForParser.h | 48 bool Active; variable 56 Active = true; 58 Active = false; 63 assert(Active && "trying to end an inactive suppression"); in done() 65 Active = false; in done() 69 assert(!Active && "redelaying without having ended first"); in redelay() 76 if (Active) done(); in ~SuppressAccessChecks()
|
/external/mesa3d/src/mesa/main/ |
D | queryobj.c | 55 q->Active = GL_FALSE; in _mesa_new_query_object() 242 ASSERT(!q->Active); /* should be caught earlier */ in _mesa_DeleteQueriesARB() 332 if (q->Active) { in _mesa_BeginQueryIndexed() 340 q->Active = GL_TRUE; in _mesa_BeginQueryIndexed() 377 if (!q || !q->Active) { in _mesa_EndQueryIndexed() 383 q->Active = GL_FALSE; in _mesa_EndQueryIndexed() 441 if (q->Active) { in _mesa_QueryCounter() 551 if (!q || q->Active) { in _mesa_GetQueryObjectivARB() 602 if (!q || q->Active) { in _mesa_GetQueryObjectuivARB() 656 if (!q || q->Active) { in _mesa_GetQueryObjecti64vEXT() [all …]
|
D | transformfeedback.c | 347 if (obj->Active) { in _mesa_BeginTransformFeedback() 363 obj->Active = GL_TRUE; in _mesa_BeginTransformFeedback() 379 if (!obj->Active) { in _mesa_EndTransformFeedback() 386 ctx->TransformFeedback.CurrentObject->Active = GL_FALSE; in _mesa_EndTransformFeedback() 444 if (obj->Active) { in _mesa_bind_buffer_range_transform_feedback() 487 if (obj->Active) { in _mesa_bind_buffer_base_transform_feedback() 528 if (obj->Active) { in _mesa_BindBufferOffsetEXT() 795 if (ctx->TransformFeedback.CurrentObject->Active && in _mesa_BindTransformFeedback() 839 if (obj->Active) { in _mesa_DeleteTransformFeedbacks() 866 if (!obj->Active || obj->Paused) { in _mesa_PauseTransformFeedback() [all …]
|
D | condrender.c | 76 if (q->Target != GL_SAMPLES_PASSED || q->Active) { in _mesa_BeginConditionalRender()
|
/external/clang/lib/CodeGen/ |
D | CGLoopInfo.h | 123 bool hasInfo() const { return !Active.empty(); } in hasInfo() 126 const LoopInfo &getInfo() const { return Active.back(); } in getInfo() 130 llvm::SmallVector<LoopInfo, 4> Active; variable
|
D | CGLoopInfo.cpp | 81 Active.push_back(LoopInfo(Header, StagedAttrs)); in push() 87 assert(!Active.empty() && "No active loops to pop"); in pop() 88 Active.pop_back(); in pop()
|
/external/valgrind/coregrind/ |
D | m_redir.c | 291 Active; typedef 303 static void maybe_add_active ( Active /*by value; callee copies*/ ); 311 static void show_active ( const HChar* left, const Active* act ); 722 Active *old, new; in VG_() 758 Active act; in generate_and_add_actives() 884 static void maybe_add_active ( Active act ) in maybe_add_active() 887 Active* old = NULL; in maybe_add_active() 982 Active* a = VG_(OSetGen_AllocNode)(activeSet, sizeof(Active)); in maybe_add_active() 1026 Active* act; in VG_() 1125 Active* r = VG_(OSetGen_Lookup)(activeSet, &orig); in VG_() [all …]
|
/external/aac/libAACdec/src/ |
D | aacdec_tns.cpp | 111 pTnsData->Active = 0; in CTns_Reset() 210 pTnsData->Active = 1; in CTns_Read() 344 if (pTnsData->Active) in CTns_Apply()
|
D | aacdec_tns.h | 121 UCHAR Active; member
|
/external/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 292 IntervalSet Active(lowestEndPoint); in apply() local 309 IntervalSet::iterator RetireItr = Active.begin(); in apply() 310 while (RetireItr != Active.end() && in apply() 319 Active.erase(Active.begin(), RetireItr); in apply() 329 for (const auto &A : Active) { in apply() 350 Active.insert(Cur); in apply()
|
D | ShadowStackGCLowering.cpp | 258 bool Active = false; in doInitialization() local 261 Active = true; in doInitialization() 265 if (!Active) in doInitialization()
|
/external/lldb/docs/ |
D | building-with-debug-llvm.txt | 38 "Build Active Architecture Only" is enabled. Close the window. 43 "Build Active Architecture Only" is enabled. Close the window.
|
/external/tcpdump/tests/ |
D | lmp-v.out | 180 Active: Allocated (1) 184 Active: Allocated (1) 194 Active: Allocated (1) 198 Active: Allocated (1)
|
/external/blktrace/btt/doc/ |
D | sample-btt-output.tex | 76 ==================== Active Requests At Q Information ====================
|
/external/llvm/lib/ProfileData/ |
D | CoverageMapping.cpp | 301 const CountedRegion *Active = ActiveRegions.back(); in popRegion() local 302 unsigned Line = Active->LineEnd, Col = Active->ColumnEnd; in popRegion()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen6_sol.c | 51 if (xfb_obj->Active && !xfb_obj->Paused && in gen6_update_sol_surfaces()
|
D | brw_gs.c | 192 if (ctx->TransformFeedback.CurrentObject->Active && in populate_key()
|
D | gen7_sol_state.c | 241 bool active = xfb_obj->Active && !xfb_obj->Paused; in upload_sol_state()
|
D | brw_queryobj.c | 231 query->Base.Active = false; in brw_new_query_object()
|
/external/libpng/contrib/visupng/ |
D | README.txt | 27 1) On the main menu Select "Build|Set Active configuration".
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_queryobj.c | 66 query->Base.Active = GL_FALSE; in radeonNewQueryObject()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_queryobj.c | 66 query->Base.Active = GL_FALSE; in radeonNewQueryObject()
|
/external/libxml2/bakefile/ |
D | Readme.txt | 65 Using the command "Build->Set Active Configuration" you can choose one of the predefined
|