HomeSort by relevance Sort by last modified time
    Searched defs:loop (Results 401 - 425 of 789) sorted by null

<<11121314151617181920>>

  /external/tensorflow/tensorflow/python/kernel_tests/
tensor_array_ops_test.py 931 def loop(x): function in function:TensorArrayTest.testGradSerialTwoLoops
    [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
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.cpp 700 status_t NuPlayerDriver::setLooping(int loop) {
701 mLooping = loop != 0;
961 ALOGD("notifyListener_l(%p), (%d, %d, %d, %d), loop setting(%d, %d)",
973 ALOGW("disabling auto-loop for notification");
1064 int32_t loop; local
1066 && meta->findInt32(kKeyAutoLoop, &loop) && loop != 0) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/xaacdec/
SoftXAAC.cpp 172 int loop = 0; local
182 for (loop = 1; loop < mMallocCount; loop++) {
183 if (mMemoryArray[loop] == NULL) {
184 ALOGE(" memory allocation error %d\n", loop);
190 for (loop = 0; loop < mMallocCount; loop++) {
191 if (mMemoryArray[loop]) free(mMemoryArray[loop])
    [all...]
  /frameworks/base/media/jni/soundpool/
SoundPool.cpp 248 int priority, int loop, float rate)
250 ALOGV("play sampleID=%d, leftVolume=%f, rightVolume=%f, priority=%d, loop=%d, rate=%f",
251 sampleID, leftVolume, rightVolume, priority, loop, rate);
281 channel->play(sample, channelID, leftVolume, rightVolume, priority, loop, rate);
423 void SoundPool::setLoop(int channelID, int loop)
425 ALOGV("setLoop(%d, %d)", channelID, loop);
429 channel->setLoop(loop);
717 float rightVolume, int priority, int loop, float rate)
727 " priority=%d, loop=%d, rate=%f",
729 priority, loop, rate)
847 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 162 Looper.loop();
351 * @param looping Whether the audio should loop forever.
382 * @param looping Whether the audio should loop forever.
  /frameworks/native/services/surfaceflinger/tests/fakehwc/
FakeComposerClient.cpp 85 : mOnTimerExpired(onTimerExpired), mThread([this]() { loop(); }) {}
106 void loop() { function in class:__anon46587::DelayedEventGenerator
  /hardware/google/av/media/codecs/xaac/
C2SoftXaacDec.cpp 208 int loop = 0; local
217 for (loop = 0; loop < mMallocCount; loop++) {
218 if (mMemoryArray[loop]) {
219 free(mMemoryArray[loop]);
221 temp_loop = loop;
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
asm_amd64.s 1544 loop: label
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
asm_amd64.s 1544 loop: label
    [all...]
  /art/compiler/optimizing/
induction_var_range.cc 188 /** Obtains loop's control instruction. */
189 static HInstruction* GetLoopControl(HLoopInformation* loop) {
190 DCHECK(loop != nullptr);
191 return loop->GetHeader()->GetLastInstruction();
210 HLoopInformation* loop = nullptr; local
213 if (!HasInductionInfo(context, instruction, &loop, &info, &trip)) {
231 bool in_body = context->GetBlock() != loop->GetHeader();
358 for (HLoopInformation* lp = instruction->GetBlock()->GetLoopInformation(); // closest enveloping loop
363 // Update loop's trip-count information.
368 bool InductionVarRange::IsFinite(HLoopInformation* loop, /*out*/ int64_t* tc) const
382 HLoopInformation* loop = nullptr; local
981 HLoopInformation* loop = nullptr; local
    [all...]
  /cts/suite/audio_quality/client/src/com/android/cts/audiotest/
AudioProtocol.java 484 //Log.d(TAG, "loop");
485 Looper.loop();
  /cts/tests/app/src/android/app/cts/
PendingIntentTest.java 77 Looper.loop();
  /cts/tests/tests/media/src/android/media/cts/
AudioEffectTest.java     [all...]
StreamingMediaPlayer2Test.java 734 Looper.loop();
StreamingMediaPlayerTest.java 609 Looper.loop();
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
CodecTest.java 658 Looper.loop(); // Blocks forever until Looper.quit() is called.
  /external/ImageMagick/coders/
gif.c 1108 loop;
1111 Read Netscape Loop extension.
1113 loop=MagickFalse;
1115 loop=LocaleNCompare((char *) buffer,"NETSCAPE2.0",11) == 0 ?
1117 if (loop != MagickFalse)
1099 loop; local
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/
ClassWriter.java 1228 continue loop; local
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOptimizationTests.cpp 322 : loop(m_numRepetitions, expressionTemplate(m_caseType));
343 static inline string loop (int iterations, const string& innerExpr) function in class:deqp::gles2::Performance::__anon18393::LoopUnrollCase
864 TestCaseGroup* const unrollGroup = new TestCaseGroup(m_context, "loop_unrolling", "Loop Unrolling Cases");
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOptimizationTests.cpp 325 : loop(m_numRepetitions, expressionTemplate(m_caseType));
346 static inline string loop (int iterations, const string& innerExpr) function in class:deqp::gles3::Performance::__anon18680::LoopUnrollCase
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RuleBasedNumberFormat.java 1789 continue loop; local
    [all...]

Completed in 826 milliseconds

<<11121314151617181920>>