/external/llvm/docs/CommandGuide/ |
llvm-prof.pod | 41 =item B<--time-passes> 43 Record the amount of time needed for each pass and print it to standard
|
/external/llvm/docs/HistoricalNotes/ |
2001-07-06-LoweringIRForCodeGen.txt | 7 didn't get time to raise it today, but it comes up with the SPARC 18 more specialized code any time we want (so that portability is not lost).
|
/external/oprofile/libopagent/ |
jitdump.h | 15 #include <sys/time.h> 16 #include <time.h>
|
/external/ppp/pppd/plugins/ |
minconn.c | 36 #include <time.h> 45 "Set minimum connect time before idle timeout applies" },
|
/external/proguard/src/proguard/gui/splash/ |
LinearDouble.java | 51 public double getDouble(long time) 53 return fromValue + timing.getTiming(time) * (toValue - fromValue);
|
LinearInt.java | 51 public int getInt(long time) 53 return (int) (fromValue + timing.getTiming(time) * (toValue - fromValue));
|
TypeWriterString.java | 53 public String getString(long time) 55 double t = timing.getTiming(time);
|
VariableSizeFont.java | 53 public Font getFont(long time) 55 float s = (float)size.getDouble(time);
|
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/ |
Xvlib.h | 104 Time time; /* milliseconds */ member in struct:__anon9490 113 Time time; /* milliseconds */ member in struct:__anon9491 276 Time /* time */ 284 Time /* time */
|
/external/quake/quake/src/WinQuake/ |
client.h | 76 float die; // stop lighting after this time 160 float item_gettime[32]; // cl.time of aquiring item, for blinking 161 float faceanimtime; // use anim frame if cl.time < this 198 double time; // clients view of time, should be between member in struct:__anon10459 201 double oldtime; // previous cl.time, time-oldtime is used 208 // information that is static for the entire time connected to a server
|
/external/skia/include/core/ |
SkScalarCompare.h | 23 /** Skia can spend a lot of time just comparing scalars (e.g. quickReject). 26 a function call and take real time. To account for that, we have the flag
|
/external/skia/src/animator/ |
SkAnimateActive.h | 34 void create(SkDrawable* scope, SkMSec time); 59 SkMSec getRelativeTime(SkMSec time);
|
/external/v8/test/mjsunit/ |
short-circuit-boolean.js | 33 // Left subexpression is known false at compile time. 42 // Left subexpression is known true at compile time.
|
/external/valgrind/main/ |
README_MISSING_SYSCALL_OR_IOCTL | 45 The syscall wrapper for time() 47 The wrapper for the time system call looks like this: 51 /* time_t time(time_t *t); */ 53 PRE_REG_READ1(long, "time", int *, t); 55 PRE_MEM_WRITE( "time(t)", ARG1, sizeof(vki_time_t) ); 73 PRE_REG_READ1(long, "time", int *, t); 79 PRE_MEM_WRITE( "time", ARG1, sizeof(vki_time_t) ); 94 time if interrupted. TODO: add another per-syscall flag for this
|
/external/webkit/LayoutTests/fast/xpath/4XPath/Borrowed/resources/ |
od_20000608.xml | 154 <text><para>CAC/MSOS claimed fees of $42,111.85 for its counsel, consisting of $38,477.85 for Mr. Williams and $3,634.00 for Mr. Peltz. With respect to Mr. Williams, CAC/MSOS claimed 334.59 hours, consisting of 9.3 hours for attendance at the oral hearing and 325.29 hours for preparation time, at an hourly rate of $115/hour. CAC/MSOS claimed 15.8 hours of preparation time for Mr. Peltz at an hourly rate of $230/hour. These rates reflect those set out by the Commission's Legal Directorate in its <underline>Guidelines for the Taxation of Costs</underline> (the Guidelines), and I will allow the rates as claimed.</para> 158 <text><para><underline>Preparation and Attendance Time</underline></para> 160 <text><para>I will allow the attendance time claimed by CAC/MSOS with respect to both Mr. Williams and Mr. Todd. With respect to the amount of preparation time claimed by CAC/MSOS, Stentor submitted that given the nature and extent of CAC/MSOS's submissions in argument, the combined claim of 143.75 hours for the preparation of argument by counsel and Mr. Todd appears somewhat high and should be reduced.</para> 164 <text><para>In my view, rather than focusing on the amount of time claimed by CAC/MSOS for the preparation of argument, it is more useful and appropriate to consider whether CAC/MSOS's total claim for preparation time by its counsel and expert is reasonable.</para> 166 <text><para>CAC/MSOS claimed a total of 498.59 hours of preparation time for its counsel and expert. In determining whether this amount is reasonable, I have considered the nature and extent of CAC/MSOS's participation in the proceeding leading to Decision 95-21, the level of experience of CAC/MSOS's counsel and expert and the preparation time allowed for other interveners in this proceeding.</para> 170 <text><para>In contrast, the other interveners that participated in the oral hearing generally addressed a much broader range of issues than did CAC/MSOS. The F?d?ration Nationale des Associations de Consommateurs du Qu?bec/National Anti-Poverty Organization (FNACQ/NAPO), who filed evidence on a number of issues and who addressed in some detail most of the issues considered in the proceeding leading to Decision 95-21, was allowed a total of 1,450 hours of preparation time in Taxation Order CRTC 96-6. The B.C. Old Age Pensioners' Organization et al. (BCOAPO et al.) did (…) [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.5.27-1.js | 30 1. Let t be this time value. 185 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms ); 186 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) ); 193 var TIME = t; 195 var MS = ( m == void 0 ) ? msFromTime(TIME) : Number( m ); 196 var RESULT4 = MakeTime( HourFromTime( TIME ), 197 MinFromTime( TIME ), 200 return ( TimeClip(MakeDate(Day(TIME), RESULT4)) );
|
/external/webkit/Source/WebCore/manual-tests/inspector/ |
remember-last-script.html | 14 <li><p>Repeat the following several times. Each time, <b>(program): f1.js</b> 21 <li><p>Repeat the following several times. Each time, <b>remember-last-script.html</b>
|
/external/webkit/Source/WebCore/platform/ |
FileMetadata.h | 41 // The last modification time of the file, in seconds. 42 // The value 0.0 means that the time is not set.
|
/external/webkit/Source/WebCore/webaudio/ |
RealtimeAnalyserNode.idl | 37 // A value from 0.0 -> 1.0 where 0.0 represents no time averaging with the last analysis frame. 45 // Real-time waveform data
|
/external/webkit/Source/WebKit/chromium/public/ |
WebAnimationController.h | 48 double time) = 0; 51 double time) = 0;
|
WebFileInfo.h | 39 // The last modification time of the file, in seconds. 40 // The value 0.0 means that the time is not set.
|
/external/webkit/Source/WebKit/chromium/src/ |
WebAnimationControllerImpl.h | 50 double time); 53 double time);
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
test_runner2.py | 37 import time namespace 83 t = time.time() 110 of the form [time, directory_name, num_tests] 145 # to thrash on something and time out its first few tests. Until 148 time.sleep(0.1) 205 worker_state.next_timeout = time.time() + hang_timeout
|
/frameworks/base/core/java/android/content/ |
SyncInfo.java | 42 * The start time of the current sync operation in milliseconds since boot. 43 * This is represented in elapsed real time.
|
/frameworks/base/docs/html/guide/practices/design/ |
responsiveness.jd | 29 responsive for a period of time by displaying a dialog to the user, called the 32 to act on this dialog every time he or she uses your application. It's critical 39 process incoming user input events. After a time, the system concludes that the 43 <p>Similarly, if your application spends too much time building an elaborate in-memory 47 most efficient code still takes time to run.</p> 81 takes a long time to complete can trigger the ANR dialog because your 106 <p>The specific constraint on IntentReceiver execution time emphasizes what 135 <li>If your application has a time-consuming initial setup phase, consider
|