/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/ |
RefocusFilterF32.java | 61 long startnow; local 63 startnow = System.nanoTime(); 66 logTiming(myTAG, "PackOutputImage", endnow - startnow); 68 startnow = System.nanoTime(); 71 logTiming(myTAG, "CopyOutputImage", endnow - startnow); 133 long startnow; local 135 startnow = System.nanoTime(); 138 logTiming(myTAG, "MarkLayerMask", endnow - startnow); 140 startnow = System.nanoTime(); 143 logTiming(myTAG, "ComputeLayerMatteBehindFocalDepth", endnow - startnow); 150 long startnow; local 179 long startnow; local 193 long startnow; local 210 long startnow; local 239 long startnow; local [all...] |
ImageBuffersForRenderScriptF32.java | 71 long startnow; local 74 startnow = System.nanoTime(); 78 Log.d(myTAG, "Initialize: " + (endnow - startnow) + " ns"); 83 startnow = System.nanoTime(); 86 Log.d(myTAG, "UnpackInputImage: " + (endnow - startnow) + " ns");
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/ |
RefocusFilterd1new.java | 63 long startnow; local 65 startnow = System.nanoTime(); 68 logTiming(myTAG, "PackOutputImage", endnow - startnow); 70 startnow = System.nanoTime(); 73 logTiming(myTAG, "CopyOutputImage", endnow - startnow); 134 long startnow; local 137 startnow = System.nanoTime(); 142 logTiming(myTAG, "MarkLayerMask", endnow - startnow); 144 startnow = System.nanoTime(); 149 logTiming(myTAG, "ComputeLayerMatteBehindFocalDepth", endnow - startnow); 156 long startnow; local 187 long startnow; local 206 long startnow; local 228 long startnow; local 259 long startnow; local [all...] |
ImageBuffersForRenderScriptd1new.java | 94 long startnow; local 96 startnow = System.nanoTime(); 100 Log.d(myTAG, "Initialize: " + (endnow - startnow) + " ns"); 105 startnow = System.nanoTime(); 108 Log.d(myTAG, "UnpackInputImage: " + (endnow - startnow) + " ns");
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/ |
RefocusFilterd1new.java | 82 long startnow; local 84 startnow = System.nanoTime(); 87 Log.d(myTAG, "PackOutputImage: "+(endnow - startnow)+ " ns" ); 159 long startnow; local 162 startnow = System.nanoTime(); 168 Log.d(myTAG, "MarkLayerMask: "+(endnow - startnow)+ " ns" ); 170 startnow = System.nanoTime(); 175 Log.d(myTAG, "ComputeLayerMatteBehindFocalDepth: "+(endnow - startnow)+ " ns" ); 182 long startnow; local 191 startnow = System.nanoTime() 212 long startnow; local 230 long startnow; local 253 long startnow; local 284 long startnow; local [all...] |
ImageBuffersForRenderScriptd1new.java | 117 long startnow; local 119 startnow = System.nanoTime(); 123 Log.d(myTAG, "Initialize: " + (endnow - startnow) + " ns"); 128 startnow = System.nanoTime(); 131 Log.d(myTAG, "UnpackInputImage: " + (endnow - startnow) + " ns");
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/ |
RefocusFilterF32.java | 82 long startnow; local 84 startnow = System.nanoTime(); 87 Log.d(myTAG, "PackOutputImage: "+(endnow - startnow)+ " ns" ); 154 long startnow; local 156 startnow = System.nanoTime(); 159 Log.d(myTAG, "MarkLayerMask: "+(endnow - startnow)+ " ns" ); 161 startnow = System.nanoTime(); 164 Log.d(myTAG, "ComputeLayerMatteBehindFocalDepth: "+(endnow - startnow)+ " ns" ); 171 long startnow; local 179 startnow = System.nanoTime() 200 long startnow; local 214 long startnow; local 231 long startnow; local 260 long startnow; local [all...] |
ImageBuffersForRenderScriptF32.java | 90 long startnow; local 93 startnow = System.nanoTime(); 97 Log.d(myTAG, "Initialize: " + (endnow - startnow) + " ns"); 102 startnow = System.nanoTime(); 105 Log.d(myTAG, "UnpackInputImage: " + (endnow - startnow) + " ns");
|
/external/tensorflow/tensorflow/stream_executor/host/ |
host_timer.cc | 29 return stream->ThenDoHostCallback([this]() { this->StartNow(); }).ok(); 44 void HostTimer::StartNow() { start_time_ = clock::now(); }
|
host_timer.h | 53 void StartNow();
|
/external/webrtc/webrtc/base/ |
autodetectproxy_unittest.cc | 44 bool startnow) { 56 if (startnow) {
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
AnimateDrawables.java | 55 an.startNow();
|
/external/oj-libjdwp/src/share/back/ |
invoker.c | 670 jboolean startNow; 685 startNow = request->pending && !request->started; 687 if (startNow) { 695 if (!startNow) {
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/ |
PieRenderer.java | 265 fadeIn.startNow(); 535 xFade.startNow();
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/ |
PieRenderer.java | 263 mFadeIn.startNow(); 536 mXFade.startNow();
|
/frameworks/base/core/java/android/view/animation/ |
Animation.java | 309 * @see #startNow() 530 public void startNow() { [all...] |
/cts/tests/tests/view/src/android/view/animation/cts/ |
AnimationTest.java | 616 animation.startNow();
|