Lines Matching defs:in
5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
46 union { u4 in; float out; } conv;
47 conv.in = val;
51 union { float in; u4 out; } conv;
52 conv.in = val;
80 * Print a hex dump at VERBOSE level. This does nothing in non-debug builds.
115 * Fill in a DebugOutputTarget struct.
140 int storageSize; /* current size, in 32-bit words */
150 * space in the bitmap, and it's not marked expandable, dvmAllocBit
172 * value in the dest vector.
181 * Return a newly-allocated string in which all occurrences of '.' have
182 * been changed to '/'. If we find a '/' in the original string, NULL
218 * Get the current time, in nanoseconds. This is "relative" time, meaning
225 * Get the current time, in microseconds. This is "relative" time, meaning
234 * Get the current time, in milliseconds. This is "relative" time,
258 * Per-thread CPU time, in micros.
274 * have elapsed. Pass in the start time, which must be a value returned by
290 * calls in a single function together. This is good, in that it reduces
313 * in the usual way (i.e., starts with "/") and doesn't have the sentinel,
321 * The sentinel is used specifically to aid in cross-optimization, where
322 * a host is processing dex files in a build tree, and where we don't want
324 * as, for example, in the dependency paths of optimized dex files).