HomeSort by relevance Sort by last modified time
    Searched defs:loop (Results 351 - 375 of 661) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/media/src/android/media/cts/
SoundPoolTest.java 149 int loop = 0; local
151 int streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate);
165 streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate);
167 loop = -1;// loop forever
168 mSoundPool.setLoop(streamID, loop);
307 -1 /* loop (infinite) */, 1.0f /* rate */);
  /external/freetype/src/truetype/
ttobjs.h 75 FT_Long loop; member in struct:TT_GraphicsState_
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CodeMangler.java 624 loop: for (int i = 0; i < line.length(); ++i) {
663 break loop; local
694 loop: for (int i = 0; i < line.length(); ++i) {
736 break loop; local
743 break loop; local
782 break loop; local
785 break loop; local
788 break loop; local
793 break loop; local
    [all...]
  /external/iputils/
ping.c 559 int loop = 0; local
561 &loop, 1) == -1) {
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 119 int loop = 0; local
130 !busy0(dbx, ++loop)) {
  /external/libmicrohttpd/src/testspdy/
test_new_connection.c 39 int loop = 1; variable
707 /* Event loop */
853 loop = 0;
865 loop = 0;
968 while(loop && waitpid(child,&childstatus,WNOHANG) != child);
974 if(loop)
  /external/ltp/testcases/kernel/ipc/pipeio/
pipeio.c 100 static int loop; /* loop indefinitely */ variable
294 case 'l': /* loop forever */
295 ++loop;
311 if (num_writes == 0) /* loop forever */
312 ++loop;
436 if (!loop) {
541 for (j = 0; j < num_writes || loop; ++j) {
658 for (i = num_writers * num_writes; i > 0 || loop; --i) {
683 if (nchildcompleted >= num_writers && !loop) {
    [all...]
  /external/ltp/testcases/kernel/mem/lib/
mem.c 32 int loop = 10; local
43 while (mlock(s, length) == -1 && loop > 0) {
47 loop--;
  /external/opencv/cv/src/
cvemd.cpp 103 CvNode2D **loop; member in struct:CvEMDState
495 state->loop = (CvNode2D **) buffer;
617 /* loop until all variables are found */
624 /* loop over all marked columns */
660 /* loop over all marked rows */
756 CvNode2D **loop = state->loop; local
774 /* find the largest value in the loop */
777 float temp = loop[i]->val;
781 leave_x = loop[i]
837 CvNode2D **loop = state->loop; local
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttobjs.h 79 FT_Long loop; member in struct:TT_GraphicsState_
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Splitter.cpp 32 INITIALIZE_PASS_BEGIN(LoopSplitter, "loop-splitting",
33 "Split virtual regists across loop boundaries.", false, false)
38 INITIALIZE_PASS_END(LoopSplitter, "loop-splitting",
39 "Split virtual regists across loop boundaries.", false, false)
56 LoopSplit(LoopSplitter &ls, LiveInterval &li, MachineLoop &loop)
57 : ls(ls), li(li), loop(loop), valid(true), inSplit(false), newLI(0) {
64 MachineLoop& getLoop() const { return loop; }
89 MachineLoop &loop; member in class:llvm::LoopSplit
123 MachineBasicBlock *preHeader = loop.getLoopPreheader()
802 MachineLoop &loop = *loops.front(); local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp 253 // simple loop. The incoming instruction knows the destination vreg to
263 // loop:
266 // bneid samt, loop
271 MachineBasicBlock *loop = F->CreateMachineBasicBlock(LLVM_BB); local
273 F->insert(It, loop);
285 MBB->addSuccessor(loop);
288 // Next, add the finish block as a successor of the loop block
289 loop->addSuccessor(finish);
290 loop->addSuccessor(loop);
    [all...]
  /external/v8/src/compiler/
loop-analysis.cc 5 #include "src/compiler/loop-analysis.h"
24 NodeInfo* next; // link in chaining loop members
28 // Temporary loop info needed during traversal and building the loop tree.
34 LoopTree::Loop* loop; member in struct:v8::internal::compiler::LoopInfo
38 // Encapsulation of the loop finding algorithm.
40 // Conceptually, the contents of a loop are those nodes that are "between" the
41 // loop header and the backedges of the loop. Graphs in the soup of nodes ca
394 LoopInfo* loop = &loops_[loop_num - 1]; local
    [all...]
  /external/v8/src/ia32/
codegen-ia32.cc 78 // edx - loop count (number of 64 byte chunks)
87 Label loop, move_last_31, move_last_63; local
90 __ bind(&loop);
91 // Main loop. Copy in 64 byte chunks.
105 __ j(not_zero, &loop);
233 // dst is now aligned. Main copy loop.
239 // Copy loop for aligned source and destination.
250 // Copy loop for unaligned source and aligned destination.
266 // dst is now aligned, src can't be. Main copy loop.
299 // dst is now aligned. Main copy loop
532 Label loop, entry, convert_hole, gc_required, only_change_map; local
658 Label loop, entry, convert_hole, gc_required, only_change_map, success; local
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.cpp 662 status_t NuPlayerDriver::setLooping(int loop) {
663 mLooping = loop != 0;
912 ALOGD("notifyListener_l(%p), (%d, %d, %d, %d), loop setting(%d, %d)",
924 ALOGW("disabling auto-loop for notification");
1011 int32_t loop; local
1013 && meta->findInt32(kKeyAutoLoop, &loop) && loop != 0) {
  /frameworks/base/media/jni/soundpool/
SoundPool.cpp 251 int priority, int loop, float rate)
253 ALOGV("play sampleID=%d, leftVolume=%f, rightVolume=%f, priority=%d, loop=%d, rate=%f",
254 sampleID, leftVolume, rightVolume, priority, loop, rate);
284 channel->play(sample, channelID, leftVolume, rightVolume, priority, loop, rate);
426 void SoundPool::setLoop(int channelID, int loop)
428 ALOGV("setLoop(%d, %d)", channelID, loop);
432 channel->setLoop(loop);
720 float rightVolume, int priority, int loop, float rate)
730 " priority=%d, loop=%d, rate=%f",
732 priority, loop, rate)
846 int loop; local
    [all...]
SoundPool.h 92 float rightVolume, int priority, int loop, float rate);
98 int loop() { return mLoop; } function in class:android::SoundEvent
121 int priority, int loop, float rate);
134 void setLoop(int loop);
171 int loop, float rate);
180 void setLoop(int channelID, int loop);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaVisualizerTest.java 616 Looper.loop(); // Blocks forever until Looper.quit() is called.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
NotificationPlayer.java 142 Looper.loop();
306 * @param looping Whether the audio should loop forever.
336 * @param looping Whether the audio should loop forever.
  /prebuilts/go/darwin-x86/src/runtime/
asm_amd64.s 1545 loop: label
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
asm_amd64.s 1545 loop: label
    [all...]
  /system/extras/simpleperf/
cmd_record.cpp 304 IOEventLoop* loop = event_selection_set_.GetIOEventLoop(); local
305 if (!loop->AddSignalEvents({SIGCHLD, SIGINT, SIGTERM, SIGHUP},
306 [&]() { return loop->ExitLoop(); })) {
310 if (!loop->AddPeriodicEvent(SecondToTimeval(duration_in_sec_),
311 [&]() { return loop->ExitLoop(); })) {
324 if (!loop->RunLoop()) {
    [all...]
  /art/compiler/optimizing/
induction_var_range.cc 185 /** Obtains loop's control instruction. */
186 static HInstruction* GetLoopControl(HLoopInformation* loop) {
187 DCHECK(loop != nullptr);
188 return loop->GetHeader()->GetLastInstruction();
207 HLoopInformation* loop = nullptr; local
210 if (!HasInductionInfo(context, instruction, &loop, &info, &trip)) {
227 bool in_body = context->GetBlock() != loop->GetHeader();
354 for (HLoopInformation* lp = instruction->GetBlock()->GetLoopInformation(); // closest enveloping loop
359 // Update loop's trip-count information.
364 bool InductionVarRange::IsFinite(HLoopInformation* loop, /*out*/ int64_t* tc) const
377 HLoopInformation* loop = nullptr; local
965 HLoopInformation* loop = nullptr; local
    [all...]
optimizing_compiler.cc 776 HLoopOptimization* loop = new (arena) HLoopOptimization(graph, driver, induction); local
813 loop,
    [all...]
  /cts/suite/audio_quality/client/src/com/android/cts/audiotest/
AudioProtocol.java 484 //Log.d(TAG, "loop");
485 Looper.loop();

Completed in 1828 milliseconds

<<11121314151617181920>>