Searched defs:time (Results 351 - 375 of 1391) sorted by relevance

<<11121314151617181920>>

/external/lldb/test/python_api/objc_type/
H A DTestObjCType.py5 import os, time namespace
/external/lldb/test/python_api/process/io/
H A DTestProcessIO.py3 import os, sys, time namespace
62 time.sleep(5)
/external/lldb/test/python_api/rdar-12481949/
H A DTest-rdar-12481949.py5 import os, time namespace
/external/lldb/test/python_api/symbol-context/
H A DTestSymbolContext.py5 import os, time namespace
/external/lldb/test/python_api/type/
H A DTestTypeList.py5 import os, time namespace
/external/lldb/test/python_api/value/
H A DTestValueAPI.py5 import os, time namespace
/external/lldb/test/python_api/value/change_values/
H A DTestChangeValueAPI.py5 import os, time namespace
140 self.assertTrue (frame0.IsValid(), "Second time: got a valid frame.")
/external/lldb/test/python_api/value/linked_list/
H A DTestValueAPILinkedList.py6 import os, time namespace
88 # Let's exercise the linked_list_iter() API again, this time supplying
/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);

Completed in 1105 milliseconds

<<11121314151617181920>>