HomeSort by relevance Sort by last modified time
    Searched defs:Loop (Results 1 - 25 of 29) sorted by null

1 2

  /system/vold/
Loop.h 21 #include <linux/loop.h>
25 class Loop {
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
LoopMode.java 44 Loop,
47 * The animation will not loop. It will play until the last frame, and then
  /external/chromium_org/third_party/WebKit/public/web/
WebMediaPlayerAction.h 41 Loop,
  /external/chromium_org/third_party/skia/src/utils/
SkThreadPool.cpp 33 // Create count threads, all running SkThreadPool::Loop.
35 SkThread* thread = SkNEW_ARGS(SkThread, (&SkThreadPool::Loop, this));
54 /*static*/ void SkThreadPool::Loop(void* arg) {
  /external/skia/src/utils/
SkThreadPool.cpp 33 // Create count threads, all running SkThreadPool::Loop.
35 SkThread* thread = SkNEW_ARGS(SkThread, (&SkThreadPool::Loop, this));
54 /*static*/ void SkThreadPool::Loop(void* arg) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_QuantInvInter_I_s.s 90 Loop
134 BGT Loop
omxVCM4P2_QuantInvIntra_I_s.s 126 Loop
170 BGT Loop
omxVCM4P2_DecodePadMV_PVOP_s.s 204 Loop
322 BLT Loop ;// If BlkCount<Count Continue the Loop
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js 232 function Loop() {
248 Loop();
323 Loop();
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 232 function Loop() {
248 Loop();
323 Loop();
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
3d-cube.js 232 function Loop() {
248 Loop();
323 Loop();
  /external/chromium_org/v8/test/cctest/
test-thread-termination.cc 52 void Loop(const v8::FunctionCallbackInfo<v8::Value>& args) {
109 global->Set(v8::String::New("loop"), v8::FunctionTemplate::New(Loop));
125 // Run a loop that will be infinite if thread termination does not work.
127 v8::String::New("try { loop(); fail(); } catch(e) { fail(); }");
136 // itself in a loop that performs no calls.
145 // Run a loop that will be infinite if thread termination does not work.
147 v8::String::New("try { loop(); fail(); } catch(e) { fail(); }");
184 // Run a loop that will be infinite if thread termination does not work.
186 v8::String::New("try { loop(); fail(); } catch(e) { fail(); }")
    [all...]
  /external/v8/test/cctest/
test-thread-termination.cc 55 v8::Handle<v8::Value> Loop(const v8::Arguments& args) {
115 global->Set(v8::String::New("loop"), v8::FunctionTemplate::New(Loop));
130 // Run a loop that will be infinite if thread termination does not work.
132 v8::String::New("try { loop(); fail(); } catch(e) { fail(); }");
142 // itself in a loop that performs no calls.
150 // Run a loop that will be infinite if thread termination does not work.
152 v8::String::New("try { loop(); fail(); } catch(e) { fail(); }");
189 // Run a loop that will be infinite if thread termination does not work.
191 v8::String::New("try { loop(); fail(); } catch(e) { fail(); }")
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_QuantInvInter_I_s.s 119 Loop
152 BGT Loop
omxVCM4P2_DecodePadMV_PVOP_s.s 204 Loop
322 BLT Loop ;// If BlkCount<Count Continue the Loop
omxVCM4P2_QuantInvIntra_I_s.s 160 Loop
193 BGT Loop
  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 51 Loop, ///< Instr is a loop (backwards branch).
  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 39 static const char *const LoopIntrinsic = "llvm.SI.loop";
61 Constant *Loop;
141 Loop = M.getOrInsertFunction(
204 /// \brief Recursively handle the condition leading to a loop
256 assert(0 && "Unhandled loop condition!");
260 /// \brief Handle a back edge (loop)
280 Term->setCondition(CallInst::Create(Loop, Arg, "", Term));
SILowerControlFlow.cpp 82 void Loop(MachineInstr &MI);
256 void SILowerControlFlowPass::Loop(MachineInstr &MI) {
335 // Read the next variant into VCC (lower 32 bits) <- also loop target
360 // Loop back to V_READFIRSTLANE_B32 if there are still variants to cover
452 Loop(MI);
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 1 //===- llvm/Analysis/LoopInfo.h - Natural Loop Calculator -------*- C++ -*-===//
11 // and determine the loop depth of various nodes of the CFG. A natural loop
16 // each natural loop identified, this analysis identifies natural loops
17 // contained entirely within the loop and the basic blocks the make up the loop.
21 // * whether there is a preheader for the loop
23 // * whether or not a particular block branches out of the loop
24 // * the successor blocks of the loop
25 // * the loop dept
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/pcp/
pcp_main.cc 325 uint32 Loop(const std::vector<uint32>& ids) {
642 if (MSG_LOGIN_FAILED == Loop(ids))
708 Loop(ids);
  /external/llvm/lib/CodeGen/
SplitKit.cpp 185 // Loop over basic blocks where CurLI is live.
284 // Loop over basic blocks where li is live.
693 const MachineLoop *Loop = Loops.getLoopFor(MBB);
695 // MBB isn't in a loop, it doesn't get any better. All dominators have a
697 if (!Loop) {
704 if (Loop == DefLoop) {
706 << MBB->getNumber() << " in the same loop\n");
711 unsigned Depth = Loop->getLoopDepth();
719 // Leave loop by going to the immediate dominator of the loop header
    [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 982 void Loop(clang::Stmt* a, clang::Stmt* b, clang::Stmt* c) {
987 void Loop(clang::Stmt* a, clang::Stmt* b) {
1026 block.Loop(stmt->getCond(), stmt->getBody());
1034 block.Loop(stmt->getBody(), stmt->getCond());
1042 block.Loop(stmt->getCond(),
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 396 // are not called in the encoding loop, so we need to call it here to
552 // Set up the loop segment data
586 /* MB loop to set local segmentation map */
626 /* Set up the loop segment data */
888 /* Only do recode loop on key frames, golden frames and
898 sf->recode_loop = 0; /* recode loop off */
905 sf->auto_filter = 0; /* Faster selection of loop filter */
928 sf->auto_filter = 0; /* Faster selection of loop filter */
938 sf->auto_filter = 0; /* Faster selection of loop filter */
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 1159 milliseconds

1 2