/external/llvm/lib/Analysis/ |
CaptureTracking.cpp | 1 //===--- CaptureTracking.cpp - Determine whether a pointer is captured ----===// 10 // This file contains routines that help determine which pointers are captured. 11 // A pointer value is captured if the function makes a copy of any part of the 12 // pointer that outlives the call. Not being captured means, more or less, that 36 : ReturnCaptures(ReturnCaptures), Captured(false) {} 38 void tooManyUses() { Captured = true; } 40 bool captured(Use *U) { function in struct:__anon21673::SimpleCaptureTracker 44 Captured = true; 50 bool Captured; 54 /// PointerMayBeCaptured - Return true if this pointer value may be captured [all...] |
AliasAnalysis.cpp | 371 : BeforeHere(I), DT(DT), Captured(false) {} 373 void tooManyUses() { Captured = true; } 391 bool captured(Use *U) { function in struct:__anon21662::CapturesBefore 400 Captured = true; 407 bool Captured; 413 // was captured before or after this particular call, while we are. However, 432 if (CB.Captured)
|
/external/chromium_org/third_party/freetype/src/cff/ |
cf2blues.c | 447 * Check whether `stemHint' is captured by one of the blue zones. 450 * captured. For compatibility with CoolType, search top and bottom 451 * zones in the same pass (see `BlueLock'). If a hint is captured, 454 * 1) If `BlueScale' suppresses overshoot, position the captured edge 457 * overshoot, position the captured edge a minimum of 1 device pixel 459 * 3) If overshoot is not suppressed or required, position the captured 471 /* new position of captured edge */ 477 FT_Bool captured = FALSE; local 496 /* bottom edge captured by bottom zone */ 512 /* simply round captured edge * [all...] |
/external/freetype/src/cff/ |
cf2blues.c | 447 * Check whether `stemHint' is captured by one of the blue zones. 450 * captured. For compatibility with CoolType, search top and bottom 451 * zones in the same pass (see `BlueLock'). If a hint is captured, 454 * 1) If `BlueScale' suppresses overshoot, position the captured edge 457 * overshoot, position the captured edge a minimum of 1 device pixel 459 * 3) If overshoot is not suppressed or required, position the captured 471 /* new position of captured edge */ 477 FT_Bool captured = FALSE; local 496 /* bottom edge captured by bottom zone */ 512 /* simply round captured edge * [all...] |
/external/chromium_org/chrome_frame/crash_reporting/ |
vectored_handler-impl.h | 106 DWORD captured = api_->RtlCaptureStackBackTrace(0, api_->max_back_trace, local 108 for (DWORD i = 0; i < captured; ++i) { 193 // as those are captured and ignored by the NT loader. If this thread
|
/external/llvm/lib/Transforms/IPO/ |
FunctionAttrs.cpp | 342 : Captured(false), SCCNodes(SCCNodes) {} 344 void tooManyUses() { Captured = true; } 346 bool captured(Use *U) { function in struct:__anon22186::ArgumentUsesTracker 348 if (!CS.getInstruction()) { Captured = true; return true; } 351 if (!F || !SCCNodes.count(F)) { Captured = true; return true; } 359 Captured = true; 368 assert(Found && "Capturing call-site captured nothing?"); 372 bool Captured; // True only if certainly captured (used outside our SCC). 518 // captured [all...] |
/external/qemu/audio/ |
winaudio.c | 504 /* report the number of captured samples to the audio subsystem */
509 int captured = 0;
local 554 captured += wav_samples;
572 return captured;
|
audio.c | 1592 int captured, min; local 1620 int live, rpos, captured; local [all...] |
/external/clang/lib/Sema/ |
SemaPseudoObject.cpp | 340 OpaqueValueExpr *captured = local 346 addSemanticExpr(captured); 347 return captured; 352 /// already be captured. 354 /// \returns the captured expression, which will be the 355 /// same as the input if the input was already captured 359 // If the expression hasn't already been captured, just capture it 372 "captured expression not found in semantics!"); [all...] |
/prebuilts/tools/common/easymock-tools/ |
easymock-3.1.jar | |
easymock-3.1-tests.jar | |
/prebuilts/tools/common/m2/internal/org/easymock/easymock/3.1/ |
easymock-3.1.jar | |
/external/droiddriver/libs/ |
guava-13.0.jar | |
/prebuilts/devtools/tools/lib/ |
guava-13.0.1.jar | |
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/ |
guava-14.0.jar | |
/prebuilts/tools/common/guava-tools/ |
guava-13.0.1.jar | |
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/ |
guava-13.0.1.jar | |