HomeSort by relevance Sort by last modified time
    Searched refs:timing (Results 76 - 100 of 168) sorted by null

1 2 34 5 6 7

  /external/r8/src/main/java/com/android/tools/r8/shaking/
Enqueuer.java 32 import com.android.tools.r8.utils.Timing;
711 public Set<DexType> traceMainDex(RootSet rootSet, Timing timing) {
715 AppInfoWithLiveness appInfo = trace(timing);
721 public AppInfoWithLiveness traceApplication(RootSet rootSet, Timing timing) {
726 return trace(timing);
729 private AppInfoWithLiveness trace(Timing timing) {
730 timing.begin("Grow the tree.")
    [all...]
RootSetBuilder.java 205 application.timing.begin("Build root set...");
238 application.timing.end();
  /external/iputils/
ping_common.c 45 /* timing */
46 int timing; /* flag to do timing */ variable
285 fprintf(stderr, "ping: bad timing interval\n");
883 if (timing && cc >= 8+sizeof(struct timeval)) {
953 if (timing) {
1036 if (nreceived && timing) {
1077 if (nreceived && timing) {
ping_common.h 163 /* timing */
164 extern int timing; /* flag to do timing */
  /external/eigen/bench/
benchmark-blocking-sizes.cpp 40 // we get a timing above that threshold.
214 const float timing = float(endtime - starttime);
216 if (timing >= min_accurate_time) {
217 time_per_iter = timing / iters_at_a_time;
  /prebuilts/go/darwin-x86/test/
maplinear.go 23 // make it run longer, hoping that the timing granularity
  /prebuilts/go/linux-x86/test/
maplinear.go 23 // make it run longer, hoping that the timing granularity
  /external/fonttools/Lib/fontTools/
merge.py 851 def __init__(self, verbose=False, xml=False, timing=False):
854 self.timing = timing
859 for v in ['verbose', 'xml', 'timing']:
871 if not self.timing:
  /external/google-benchmark/src/
timers.cc 166 #error Per-thread timing is not available on your system.
  /external/libcxx/utils/google-benchmark/src/
timers.cc 153 #error Per-thread timing is not available on your system.
  /external/libxml2/
testHTML.c 862 printf("\t--repeat : parse the file 100 times, for timing\n");
  /prebuilts/go/darwin-x86/src/testing/
benchmark.go 36 // timing and to specify the number of iterations to run.
70 // StartTimer starts timing a test. This function is called automatically
71 // before a benchmark starts, but it can also used to resume timing after
83 // StopTimer stops timing a test. This can be used to pause the timer
276 // Don't grow too fast in case we had timing errors previously.
  /prebuilts/go/linux-x86/src/testing/
benchmark.go 36 // timing and to specify the number of iterations to run.
70 // StartTimer starts timing a test. This function is called automatically
71 // before a benchmark starts, but it can also used to resume timing after
83 // StopTimer stops timing a test. This can be used to pause the timer
276 // Don't grow too fast in case we had timing errors previously.
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 
  /build/make/tools/droiddoc/templates-pdk/assets/design/
default.css 398 -webkit-animation-timing-function: ease-out;
399 -moz-animation-timing-function: ease-out;
400 animation-timing-function: ease-out; }
  /prebuilts/go/darwin-x86/src/crypto/rsa/
pkcs1v15.go 65 // If rand != nil, it uses RSA blinding to avoid timing side-channel attacks.
87 // If rand != nil, it uses RSA blinding to avoid timing side-channel attacks.
221 // If rand is not nil then RSA blinding will be used to avoid timing
  /prebuilts/go/linux-x86/src/crypto/rsa/
pkcs1v15.go 65 // If rand != nil, it uses RSA blinding to avoid timing side-channel attacks.
87 // If rand != nil, it uses RSA blinding to avoid timing side-channel attacks.
221 // If rand is not nil then RSA blinding will be used to avoid timing
  /compatibility/cdd/5_multimedia/
5_10_professional-audio.md 46 application to have a consistent timing of the input and output sides.
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/DeviceTree/
hi6220-hikey.dts 369 adi,disable-timing-generator;
  /external/r8/src/test/java/com/android/tools/r8/maindexlist/
MainDexListTests.java 54 import com.android.tools.r8.utils.Timing;
396 Timing timing = new Timing("MainDexListTests"); local
400 DexApplication.Builder builder = new DexApplication.Builder(factory, timing);
  /external/webrtc/talk/media/base/
rtpdataengine_unittest.cc 39 #include "webrtc/base/timing.h"
41 class FakeTiming : public rtc::Timing {
98 cricket::RtpDataEngine* CreateEngine(FakeTiming* timing) {
100 dme->SetTiming(timing);
163 // Timing passed into dme_. Owned by dme_;
  /prebuilts/go/darwin-x86/src/net/http/
main_test.go 106 "net.(*netFD).connect(": "a timing out dial",
  /prebuilts/go/linux-x86/src/net/http/
main_test.go 106 "net.(*netFD).connect(": "a timing out dial",
  /external/v8/benchmarks/
base.js 30 // computing a score based on the timing measurements.
63 // addition to the reference timing that the final score will be based
  /device/asus/fugu/kernel-headers/linux/
psb_drm.h 480 struct gct_timing_desc_block timing; member in struct:gct_r20_panel_desc
492 struct gct_timing_desc_block timing; member in struct:gct_r11_panel_desc
502 struct gct_timing_desc_block timing; member in struct:gct_r10_panel_desc
    [all...]

Completed in 1089 milliseconds

1 2 34 5 6 7