HomeSort by relevance Sort by last modified time
    Searched full:now (Results 726 - 750 of 6977) sorted by null

<<21222324252627282930>>

  /external/chromium/net/disk_cache/
block_files.cc 44 Time start = Time::Now();
70 HISTOGRAM_TIMES("DiskCache.CreateBlock", Time::Now() - start);
89 Time start = Time::Now();
118 HISTOGRAM_TIMES("DiskCache.DeleteBlock", Time::Now() - start);
317 Time start = Time::Now();
331 HISTOGRAM_TIMES("DiskCache.GetFileForNewBlock", Time::Now() - start);
456 // This file is now empty. Let's try to delete it.
eviction.cc 84 Time start = Time::Now();
105 if ((Time::Now() - start).InMilliseconds() > 20) {
234 Time start = Time::Now();
285 if (!empty && (Time::Now() - start).InMilliseconds() > 20) {
399 Time start = Time::Now();
447 return (Time::Now() - used).InHours() > kTargetTime * multiplier;
  /external/quake/quake/src/QW/client/
sys_win.c 376 DWORD now; local
379 now = timeGetTime();
383 starttime = now;
387 if (now < starttime) // wrapped?
388 return (now / 1000.0) + (LONG_MAX - starttime / 1000.0);
390 if (now - starttime == 0)
393 return (now - starttime) / 1000.0;
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
15.10.6.2-2.js 142 * Now let's set |lastIndex| to -1, so the match should again be null -
151 * Now try some edge-case values. Thanks to the work done in
153 * is now stored as a double instead of a uint32 (unsigned integer).
227 * below are now DIFFERENT when |lastIndex| is < 0 or > str.length
258 * Now let's set |lastIndex| to -1
267 * Now try some edge-case values. Thanks to the work done in
269 * is now stored as a double instead of a uint32 (unsigned integer).
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 84 // now update our host to force index or 32bit config
248 // if we're in justBounds mode, return now (skip the java bitmap)
269 // detach bitmap from its autotdeleter, since we want to own it now
294 // now create the java bitmap
307 // for now we don't allow purgeable with java inputstreams
417 and managing its lifetime. For now we just always copy the array's data
476 // these are the only default configs that make sense for codecs right now
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.content.Context.html 112 <b>Now deprecated</b>.<br>
122 <b>Now deprecated</b>.<br>
132 <b>Now deprecated</b>.<br>
142 <b>Now deprecated</b>.<br>
152 <b>Now deprecated</b>.<br>
162 <b>Now deprecated</b>.<br>
172 <b>Now deprecated</b>.<br>
android.media.AudioManager.html 126 <b>Now deprecated</b>.<br>
159 <b>Now deprecated</b>.<br>
168 <b>Now deprecated</b>.<br>
177 <b>Now deprecated</b>.<br>
186 <b>Now deprecated</b>.<br>
195 <b>Now deprecated</b>.<br>
204 <b>Now deprecated</b>.<br>
  /external/chromium/net/tools/flip_server/
epoll_server.cc 197 // for now, lets just unregister the other guy.
323 // for event B (and are now processing event B).
365 // store the 'now'. If we recomputed 'now' every iteration
368 // alarms, etc. By storing it here now, we ensure that
376 << " now = " << now_in_us
485 return base::Time::Now().ToInternalValue();
667 // Now run through the ready list.
695 // UnRegister call will now simply set the cb to NULL instead of
704 // called, and we should now get rid of the object
    [all...]
  /external/netperf/
nettest_sdp.c 259 /* since we are now disconnected from the code that established the */
313 /* or have tried to set them, so now, we may want to set the send */
562 /* now we want to move our pointer to the next position in the */
632 /* We now calculate what our thruput was for the test. In the
651 /* We must now do a little math for service demand and cpu */
722 /* We are now ready to print all the information. If the user */
958 /* since we are now disconnected from the code that established the */
    [all...]
nettest_xti.c 288 /* now, set-up the stuff to return the value in the end */
341 /* now, set-up the stuff to return the value in the end */
372 /* now, we may wish to enable the copy avoidance features on the */
389 /* Now, we will see about setting the TCP_NODELAY flag on the local */
426 /* now, set-up the stuff to return the value in the end */
559 /* since we are now disconnected from the code that established the */
674 /* or have tried to set them, so now, we may want to set the send */
    [all...]
  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 501 // We are expanded and are now going to animate away.
526 long now = SystemClock.uptimeMillis();
527 mAnimationLastTime = now;
528 mCurrentAnimationTime = now + ANIMATION_FRAME_DURATION;
547 long now = SystemClock.uptimeMillis(); local
548 mAnimationLastTime = now;
549 mCurrentAnimationTime = now + ANIMATION_FRAME_DURATION;
693 long now = SystemClock.uptimeMillis(); local
694 float t = (now - mAnimationLastTime) / 1000.0f; // ms -> s
700 mAnimationLastTime = now; // m
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java 182 // now do a quick check to make sure the project's target is compatible
359 // paths now contains all the path required to recreate the IClasspathEntry with no
403 // now we check the paths actually exist.
422 // now just check the remaining paths.
451 // now add the android framework to the class path.
476 // now deal with optional libraries
529 // so we load the target now that the SDK is loaded.
541 // now get the cached paths
556 // Now we compare the paths. The first 4 can be compared directly.
639 // now deal with optional libraries
    [all...]
  /external/skia/src/core/
SkBitmapProcState_matrix_clamp.h 106 /* now build fx/fx+dx/fx+2dx/fx+3dx */
199 /* now build fx/fx+dx/fx+2dx/fx+3dx */
347 xhi = vmax_s16(xhi, zero4); /* now 0.. */
348 xhi = vmin_s16(xhi, maxX4); /* now 0..maxX */
351 yhi = vmax_s16(yhi, zero4); /* now 0.. */
352 yhi = vmin_s16(yhi, maxY4); /* now 0..maxY */
377 x2hi = vmax_s16(x2hi, zero4); /* now 0.. */
378 x2hi = vmin_s16(x2hi, maxX4); /* now 0..maxX */
381 y2hi = vmax_s16(y2hi, zero4); /* now 0.. */
382 y2hi = vmin_s16(y2hi, maxY4); /* now 0..maxY *
    [all...]
  /external/elfutils/src/
ld.c 69 Just not right now. */
71 N_("Include whole archives in the output from now on.") },
101 { "-z now", '\0', NULL, OPTION_DOC,
332 /* XXX Read the linker script now. Since we later will have the linker
351 /* We now might have a list of directories to look for libraries in
399 /* Now that we have loaded all the object files we can determine
408 forward into the output. We have to do this here and now since
445 we go. Open the file now. */
456 sections which have to be linked into the application. We do now
463 /* Create the output sections now. This may requires sorting the
    [all...]
  /external/tcpdump/
CHANGES 13 Test subsystem now table driven, and saves outputs and diffs to one place
259 ICMP types/codes now accept symbolic names.
262 now we are -Wstrict-prototype clean.
266 In dissector, now the caller prints the IP addresses rather than proto.
281 HP-UX can now handle large number of PPAs.
295 systems. Save files now have well known PACKET_ values instead of
757 - Added 'multicast' keyword and extended the 'broadcast' keyword can now be
818 Since the filtering is now done in the kernel, fewer packets are
822 - Compressed SLIP packets can now be dumped, provided you use our
836 - TFTP packets are now printed (requests only)
    [all...]
  /device/samsung/crespo/alsa-utils/alsaconf/po/
ru.po 100 " apps now and stop the sound driver.\n"
124 " will prepare the card for playing now.\n"
126 " Now I'll run alsasound init script, then I'll use\n"
195 " The mixer is set up now for for playing.\n"
196 " Shall I try to play a sound sample now?\n"
222 " Now ALSA is ready to use.\n"
  /external/freetype/src/autofit/
afloader.c 165 /* now load the slot image into the auto-outline and run the */
172 /* we now need to hint the metrics according to the change in */
268 /* now, read each subglyph independently */
308 /* now perform the transform required for this subglyph */
342 /* for now, only use the current point coordinates; */
452 /* now copy outline into glyph slot */
  /external/freetype/src/base/
ftbbox.c 347 /* now, try to see if there are split points here */
409 /* Now we can be sure that the most significant bit of `t1' */
420 /* This ensures that all values are now in the range */
421 /* -2^23..2^23, i.e., they are now expressed as 8.16 */
475 /* solve the equation now */
636 /* the two boxes are different, now walk over the outline to */
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
PHP SmartyPants Readme.txt 99 In the "Plugins" section you will now find SmartyPants. To activate
101 SmartyPants. Your entries will now be filtered by PHP SmartyPants.
121 3. That's it. The entries in your weblog should now automatically have
144 can now be used as a modifier for your templates. Rename
336 * PHP SmartyPants can now be used as a modifier by the Smarty
345 * PHP Markdown and PHP Smartypants now share the same `_TokenizeHTML`
  /external/proguard/src/proguard/classfile/util/
InstructionSequenceMatcher.java 195 // Check if the instruction sequence is matching now.
217 // Check if the instruction sequence is matching now.
240 // Check if the instruction sequence is matching now.
262 // Check if the instruction sequence is matching now.
290 // Check if the instruction sequence is matching now.
316 // Check if the instruction sequence is matching now.
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
mac.py 235 # but good enough for now.
277 # FIXME: This is a hack around our lack of ImageDiff support for now.
358 # Now read a second block of text for the optional image data
410 now = time.time()
427 if timeout or now >= stop_time:
433 [self._stdout_fd], [], [], stop_time - now)
  /external/wpa_supplicant/
eloop_win.c 459 struct os_time tv, now; local
467 os_get_time(&now);
468 if (os_time_before(&now, &eloop.timeout->time))
469 os_time_sub(&eloop.timeout->time, &now, &tv);
510 os_get_time(&now);
511 if (!os_time_before(&now, &eloop.timeout->time)) {
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
eloop_win.c 459 struct os_time tv, now; local
468 os_get_time(&now);
469 if (os_time_before(&now, &eloop.timeout->time))
470 os_time_sub(&eloop.timeout->time, &now, &tv);
509 os_get_time(&now);
510 if (!os_time_before(&now, &eloop.timeout->time)) {
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 309 nsecs_t now = systemTime(); local
310 double time = now - startTime;
333 const nsecs_t sleepTime = 83333 - ns2us(systemTime() - now);
482 nsecs_t now = systemTime(); local
483 nsecs_t delay = frameDuration - (now - lastFrame);
484 lastFrame = now;
  /frameworks/base/docs/html/guide/tutorials/notepad/
notepad-ex3.jd 135 <p>The whole <code>onCreate()</code> method should now look like this:</p>
215 <p>Still in the <code>NoteEdit</code> class, we now override the methods
303 <p>Now pull out the previous handling code from the
306 <p>All of the note retrieval and updating now happens within the
317 <p>Because the other class now does the work, all this has to do is refresh
345 <p>You can also now remove the mNotesCursor field from the class, and set it back to using

Completed in 1132 milliseconds

<<21222324252627282930>>