Searched defs:time (Results 1 - 7 of 7) sorted by relevance

/dalvik/dx/tests/089-dex-define-object/
H A DObject.java45 public final void wait(long time) { argument
46 wait(time, 0);
49 public final native void wait(long time, int frac); argument
/dalvik/vm/compiler/template/
H A Dgen-template.py22 import sys, string, re, time namespace
/dalvik/vm/hprof/
H A DHprofOutput.cpp16 #include <sys/time.h>
18 #include <time.h>
109 /* The current time, in milliseconds since 0:00 GMT, 1/1/70.
117 /* u4: high word of the 64-bit time.
122 /* u4: low word of the 64-bit time.
125 fwrite(buf, 1, sizeof(u4), fp); //xxx fix the time
136 U4_TO_BUF_BE(headBuf, 1, rec->time);
160 int hprofStartNewRecord(hprof_context_t *ctx, u1 tag, u4 time) argument
174 rec->time = time;
[all...]
H A DHprof.h100 * u4 TIME: number of microseconds since the time stamp in the header
107 u4 time; member in struct:hprof_record_t
193 int hprofStartNewRecord(hprof_context_t *ctx, u1 tag, u4 time);
/dalvik/vm/mterp/
H A Dgen-mterp.py22 import sys, string, re, time namespace
/dalvik/tools/dmtracedump/
H A DCreateTestTrace.c31 #include <sys/time.h>
32 #include <time.h>
64 unsigned int time; member in struct:dataRecord
102 * where the first column is the time, the second column is the thread id,
106 * more space. In the example above, A is called at time 4, A calls B at
107 * time 6, B returns at time 8, and A returns at time 10. Thread 1 is the
116 * In this file format, the thread id is always 1, and the time starts at
121 unsigned int time local
145 int time = strtoul(cp, &cp, 0); local
[all...]
/dalvik/vm/oo/
H A DClass.cpp100 has a method that creates a java.lang.String. The first time
135 expected fashion; all you lose is some performance due to "just-in-time
146 so when optimized bytecode references it we don't repeat the resolve-time
203 static void logClassLoadWithTime(char type, ClassObject* clazz, u8 time) { argument
210 time);
693 * Go through a second time, pulling stuff out.
1821 * onto the end. It's fixed-size and known at alloc time. This
2014 * same ClassObject at the same time.
2276 * This info is used at invocation time by dvmPlatformInvoke. In most
2353 * constant values from the class until that time
[all...]

Completed in 115 milliseconds