Searched defs:time (Results 251 - 275 of 829) sorted by relevance

<<11121314151617181920>>

/external/lldb/test/python_api/watchpoint/
H A DTestSetWatchpoint.py5 import os, time namespace
H A DTestWatchpointIgnoreCount.py5 import os, time namespace
H A DTestWatchpointIter.py5 import os, time namespace
/external/lldb/test/python_api/watchpoint/condition/
H A DTestWatchpointConditionAPI.py5 import os, time namespace
/external/lldb/test/python_api/watchpoint/watchlocation/
H A DTestSetWatchlocation.py5 import os, time namespace
H A DTestTargetWatchAddress.py5 import os, time namespace
/external/lldb/test/types/
H A DAbstractBase.py5 import os, time namespace
225 time.sleep(float(os.environ["LLDB_TYPES_EXPR_TIME_WAIT"]))
/external/lldb/test/warnings/uuid/
H A DTestAddDsymCommand.py3 import os, time namespace
28 time.sleep(5)
30 # Now call make again, but this time don't generate the dSYM.
90 # This time, the UUID should match and we expect some feedback from lldb.
99 # This time, the UUID should be found inside the bundle
/external/lldb/utils/test/
H A Drun-until-faulted.py31 import pexpect, time namespace
57 time.sleep(3)
/external/llvm/utils/release/
H A DfindRegressions-nightly.py2 import re, string, sys, os, time namespace
7 exectime = ['llc-time', 'jit-time', 'cbe-time',]
57 elif n.endswith('-time') :
94 # For execution time, if there is no result, its a fail.
H A DfindRegressions-simple.py2 import re, string, sys, os, time, math namespace
38 test[fname][t[1] + ' time'] = float('nan')
47 test[fname]['compile time'] = float(t[2].split('program')[1].strip('\r\n'))
50 test[fname]['exec time'] = float(t[2].split('program')[1].strip('\r\n'))
69 for x in ['compile state', 'compile time', 'exec state', 'exec time']:
77 for x in ['compile state', 'compile time', 'exec state', 'exec time']:
98 # For execution time, if there is no result it's a fail.
130 if len(regressions['compile time']) !
[all...]
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DHeaderParser.java129 * Set the time field. This has the format hour:minute:second
131 protected void time(Calendar calendar) throws ParseException { method in class:HeaderParser
145 throw createParseException("error processing time ");
/external/proguard/src/proguard/
H A DUpToDateChecker.java77 // Update the input modification time.
122 * Updates the input modification time based on the given file or
135 * Updates the input modification time based on the given file or
148 * Updates the specified modification time based on the given file or
156 // Ignore the directory's modification time; just recurse on
174 // Update with the file's modification time.
181 * Updates the specified modification time.
183 public void updateModificationTime(long time, boolean isOutput) argument
187 updateOutputModificationTime(time);
191 updateInputModificationTime(time);
199 updateInputModificationTime(long time) argument
213 updateOutputModificationTime(long time) argument
[all...]
/external/proguard/src/proguard/gui/splash/
H A DCircleSprite.java59 public void paint(Graphics graphics, long time) argument
61 int xt = x.getInt(time);
62 int yt = y.getInt(time);
63 int r = radius.getInt(time);
H A DClipSprite.java59 public void paint(Graphics graphics, long time) argument
62 Color outsideColor = outsideClipColor.getColor(time);
70 Color insideColor = insideClipColor.getColor(time);
72 sprite.paint(g, time);
77 clipSprite.paint(g, time);
82 sprite.paint(g, time);
H A DImageSprite.java63 public void paint(Graphics graphics, long time) argument
65 int xt = x.getInt(time);
66 int yt = y.getInt(time);
68 double scale_x = scaleX.getDouble(time);
69 double scale_y = scaleY.getDouble(time);
H A DLinearColor.java56 public Color getColor(long time) argument
58 double t = timing.getTiming(time);
H A DRectangleSprite.java94 public void paint(Graphics graphics, long time) argument
96 graphics.setColor(color.getColor(time));
98 int xt = x.getInt(time);
99 int yt = y.getInt(time);
100 int w = width.getInt(time);
101 int h = height.getInt(time);
102 int aw = arcWidth.getInt(time);
103 int ah = arcHeight.getInt(time);
H A DShadowedSprite.java67 public void paint(Graphics graphics, long time) argument
69 double l = alpha.getDouble(time);
70 int b = blur.getInt(time) + 1;
87 int xo = xOffset.getInt(time) - b/2;
88 int yo = yOffset.getInt(time) - b/2;
98 sprite.paint(graphics, time);
107 sprite.paint(graphics, time);
H A DTextSprite.java76 public void paint(Graphics graphics, long time) argument
79 int xt = x.getInt(time);
80 int yt = y.getInt(time);
82 int spacingt = spacing.getInt(time);
86 graphics.drawString(text[index].getString(time), xt, yt + index * spacingt);
/external/protobuf/gtest/scripts/
H A Dgen_gtest_pred_impl.py53 import time namespace
74 'today' : time.strftime('%m/%d/%Y'),
75 'year' : time.strftime('%Y'),
332 'today' : time.strftime('%m/%d/%Y'),
333 'year' : time.strftime('%Y'),
384 // time to finish, we should consider separating this file into a
/external/skia/samplecode/
H A DSampleClock.cpp102 SkTime::DateTime time; variable
103 SkTime::GetDateTime(&time); member in class:ClockView::SkTime
104 time.fHour = time.fHour >= 12 ? time.fHour-12 : time.fHour;
109 canvas->rotate(time.fHour*(180.f/6.f) + time.fMinute*(180.f/360.f)
110 + time.fSecond*(180.f/21600.f) );
130 canvas->rotate(time
[all...]
H A DSampleIdentityScale.cpp62 SkTime::DateTime time; variable
63 SkTime::GetDateTime(&time); member in class:IdentityScaleView::SkTime
65 bool use_scale = (time.fSecond % 2 == 1);
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_wavefile.h48 EAS_U32 time; member in struct:s_wave_state_tag
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_wavefile.h48 EAS_U32 time; member in struct:s_wave_state_tag

Completed in 341 milliseconds

<<11121314151617181920>>