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

<<11121314151617181920>>

  /sdk/eclipse/scripts/
setup_eclipse.sh 15 # Note: right now this is invoked by //device/tools/eclipse/doBuild.sh
54 echo "*** Eclipse will now start."
  /system/core/include/cutils/
atomic-x86.h 100 /* new_value now holds the old value of *ptr */
110 /* increment now holds the old value of *ptr */
  /system/media/opensles/libopensles/
IDeviceVolume.c 54 // These are treated same as generic audio output for now
86 // These are treated same as generic audio output for now
  /external/proguard/docs/
downloads.html 22 documentation you're reading now, examples, and the source code) from this
153 <li>The Ant task now allows empty <code>&lt;injars&gt;</code> and
181 <li>Now treating <code>Exceptions</code> attributes as optional.
182 <li>Now respecting naming rule for nested class names
191 <li>Now printing notes on suspiciously unkept classes in parameters of
193 <li>Now printing notes for class names that don't seem to be fully qualified.
202 <li>Since ProGuard now treats the <code>Exceptions</code> attribute as
206 <li>ProGuard now preverifies code for Java Micro Edition, if you specify the
225 <li>Now handling mixed-case input class names when
254 <li>Now accepting Java 6 class files
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.hardware.SensorManager.html 168 <b>Now deprecated</b>.<br>
178 <b>Now deprecated</b>.<br>
188 <b>Now deprecated</b>.<br>
198 <b>Now deprecated</b>.<br>
208 <b>Now deprecated</b>.<br>
276 <b>Now deprecated</b>.<br>
285 <b>Now deprecated</b>.<br>
294 <b>Now deprecated</b>.<br>
312 <b>Now deprecated</b>.<br>
321 <b>Now deprecated</b>.<br
    [all...]
  /frameworks/base/docs/html/sdk/
OLD_RELEASENOTES.jd 37 <li>IntentReceivers are now known as BroadcastReceivers (but still operate on Intents.)
74 <li>Network access now requires that applications obtain a permission in their AndroidManifest.xml files.
143 <li>Normal Java resources (non Java files placed in package folders) are now properly packaged in the final package, and can be accessed through normal java API such as ClassLoader.getResourceAsStream()</li>
144 <li>Launch configuration now has an option to wipe emulator data on launch. This always asks for confirmation.</li>
145 <li>Launch configuration now has an option to disable the boot animation. This will let the emulator start faster on older computers.</li>
146 <li>Installation of application is now more robust and will notify of installation failure. Also installation is blocking, removing issues where ADT tried to launch the activity before the app was installed.</li>
153 <li><span>External jar libraries are now directly supported by build.xml, just drop them in the libs directory.</li>
159 <li>The console port number of a given emulator instance is now displayed in its window's title bar.</li>
195 <li>New sample: the source code for the now-obsolete Home screen from M5 is included as an example of how to construct a Home screen replacement.
223 <li>For performance and maintainability reasons, some APIs were moved into separate modules that must be explicitly included in the application via a directive in AndroidManifest.xml.&nbsp; Notable APIs that fall into this category are the MapView, and the java.awt.* classes, which each now reside in separate modules that must be imported.&nbsp; Developers who overlook this requirement w (…)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List4.java 144 "Shall now, in mutual well-beseeming ranks," +
150 "Whose soldier now, under whose blessed cross" +
158 "But this our purpose now is twelve month old," +
160 "Therefore we meet not now. Then let me hear" +
188 "I come no more to make you laugh: things now," +
192 "We now present. Those that can pity, here" +
208 "To make that only true we now intend," +
226 "Now, Thomas Mowbray, do I turn to thee," +
239 "Now is the winter of our discontent" +
243 "Now are our brows bound with victorious wreaths;" +
    [all...]
List6.java 158 "Shall now, in mutual well-beseeming ranks," +
164 "Whose soldier now, under whose blessed cross" +
172 "But this our purpose now is twelve month old," +
174 "Therefore we meet not now. Then let me hear" +
202 "I come no more to make you laugh: things now," +
206 "We now present. Those that can pity, here" +
222 "To make that only true we now intend," +
240 "Now, Thomas Mowbray, do I turn to thee," +
253 "Now is the winter of our discontent" +
257 "Now are our brows bound with victorious wreaths;" +
    [all...]
  /external/webkit/WebCore/bridge/jni/v8/
JNIUtilityPrivate.cpp 86 // Now iterate over each element and add to the array.
98 // Now iterate over each element and add to the array.
114 // Now iterate over each element and add to the array.
126 // Now iterate over each element and add to the array.
138 // Now iterate over each element and add to the array.
150 // Now iterate over each element and add to the array.
162 // Now iterate over each element and add to the array.
174 // Now iterate over each element and add to the array.
214 // Now convert value to a string if the target type is a java.lang.string, and we're not
290 // we emulate the behavior for now for maximum compatability
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
eloop.c 452 struct os_time tv, now; local
466 os_get_time(&now);
467 if (os_time_before(&now, &eloop.timeout->time))
468 os_time_sub(&eloop.timeout->time, &now, &tv);
494 os_get_time(&now);
495 if (!os_time_before(&now, &eloop.timeout->time)) {
529 struct os_time now; local
533 os_get_time(&now);
538 sec = prev->time.sec - now.sec;
539 usec = prev->time.usec - now.usec
    [all...]
  /frameworks/base/docs/html/resources/tutorials/views/
hello-mapview.jd 82 <p>Go now to get a key. For instructions, read
91 <li>Now open the <code>HelloGoogleMaps.java</code> file. For this Activity, extend
110 <li>Now add the standard {@link android.app.Activity#onCreate(Bundle) onCreate()} callback method
119 <p>This loads the layout file created above. In fact, this is now a workable application that will
136 <p>So, now you have a map, but in many cases you'll also want to create your own map
137 markers and lay-overs. That's what you'll do now. In order to do so, you must implement the
158 <li>Now define the <code>HelloItemizedOverlay</code> constructors. The constructor must
205 <li>Now set up the ability to handle touch events on the overlay items. First, you're
239 <p>You're now done with the <code>HelloItemizedOverlay</code> class and can start using it
268 <li>Now create a {@code GeoPoint} that defines the map coordinates for the first overlay item
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.provider.Contacts.GroupMembership.html 76 <p><b>Now deprecated</b>.<br>
106 <b>Now deprecated</b>.<br>
115 <b>Now deprecated</b>.<br>
124 <b>Now deprecated</b>.<br>
133 <b>Now deprecated</b>.<br>
142 <b>Now deprecated</b>.<br>
151 <b>Now deprecated</b>.<br>
160 <b>Now deprecated</b>.<br>
169 <b>Now deprecated</b>.<br>
178 <b>Now deprecated</b>.<br
    [all...]
  /dalvik/vm/
Misc.c 541 struct timespec now; local
542 clock_gettime(CLOCK_MONOTONIC, &now);
543 return (u8)now.tv_sec*1000000000LL + now.tv_nsec;
545 struct timeval now;
546 gettimeofday(&now, NULL);
547 return (u8)now.tv_sec*1000000000LL + now.tv_usec * 1000LL;
559 struct timespec now; local
560 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &now);
    [all...]
  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 274 long now = SystemClock.uptimeMillis(); local
282 rv[index] = new KeyEvent(now, now, KeyEvent.ACTION_DOWN,
288 rv[index] = new KeyEvent(now, now, KeyEvent.ACTION_DOWN,
294 rv[index] = new KeyEvent(now, now, KeyEvent.ACTION_DOWN,
300 rv[index] = new KeyEvent(now, now, KeyEvent.ACTION_DOWN,
303 rv[index] = new KeyEvent(now, now, KeyEvent.ACTION_UP
    [all...]
  /external/chromium/net/base/
cookie_monster_unittest.cc 39 // Firefox closely, however we now match Internet Explorer and Safari.
724 Time now = Time::Now(); local
727 EXPECT_EQ(0, cm->DeleteAllCreatedAfter(now - TimeDelta::FromDays(99), false));
730 EXPECT_TRUE(cm->SetCookieWithCreationTime(url_google, "T-0=Now", now));
732 now - TimeDelta::FromDays(1)));
734 now - TimeDelta::FromDays(2)));
736 // Try to delete everything from now onwards.
737 EXPECT_EQ(1, cm->DeleteAllCreatedAfter(now, false))
752 Time now = Time::Now(); local
    [all...]
  /external/dnsmasq/src/
cache.c 246 static int is_expired(time_t now, struct crec *crecp)
251 if (difftime(now, crecp->ttd) < 0)
257 static int cache_scan_free(char *name, struct all_addr *addr, time_t now, unsigned short flags)
277 if (is_expired(now, crecp) || is_outdated_cname_pointer(crecp))
311 if (is_expired(now, crecp))
360 time_t now, unsigned long ttl, unsigned short flags)
372 /* if previous insertion failed give up now. */
379 if (!cache_scan_free(name, addr, now, flags))
385 /* Now get a cache entry from the end of the LRU list */
394 chains for expired entries do that now. If we already tried tha
412 cache_scan_free(cache_get_name(new), &new->addr.addr, now, new->flags); local
    [all...]
  /bionic/libc/arch-x86/bionic/
clone.S 40 # we're in the child thread now, call __thread_entry
crtend_so.S 17 /* now grab the next function pointer and check if its -1. If not,
  /bootable/diskinstaller/
config.mk 114 # Now the installer boot image which includes the kernel and the ramdisk
137 # Now make a data image that contains all the target image files for the
165 # now combine the installer image with the grub bootloader
187 # now convert the installer_img (disk image) to a VirtualBox image
  /bootable/recovery/applypatch/
imgdiff.h 24 // support gzipped data with any of the optional fields, so for now it
  /bootable/recovery/
default_recovery_ui.c 26 char* MENU_ITEMS[] = { "reboot system now",
  /build/tools/droiddoc/templates/
customization.cs 27 <?cs def:custom_buildinfo() ?>Build <?cs var:page.build ?> - <?cs var:page.now ?><?cs /def ?>
  /dalvik/docs/opcodes/
opcode-0e-return-void.html 59 If the stack is now empty, the current thread terminates.
  /dalvik/vm/mterp/armv5te/
OP_SPUT.S 34 EXPORT_PC() @ resolve() could throw, so export now
  /dalvik/vm/mterp/common/
FindInterface.h 23 * This function used to be defined in mterp/c/header.c, but it is now used by

Completed in 317 milliseconds

<<11121314151617181920>>