HomeSort by relevance Sort by last modified time
    Searched full:live (Results 76 - 100 of 734) sorted by null

1 2 34 5 6 7 8 91011>>

  /dalvik/libcore/luni/src/main/java/java/lang/
ThreadLocal.java 171 /** Number of live entries. */
177 /** Maximum number of live entries and tombstones. */
267 // No live entries == nothing to clean.
315 // same size and move over the live entries, analogous to a
323 // More than 1/2 filled w/ live entries.
336 // If we have no live entries, we can quit here.
355 // Entry is still live. Move it over.
  /external/qemu/audio/
audio_template.h 418 int live = 0; local
447 live = sw->total_hw_samples_mixed;
450 dolog ("Replacing voice %s with %d live samples\n", SW_NAME (sw), live);
460 if (live) {
502 if (live) {
504 (live << old_sw->info.shift)
  /external/bluetooth/glib/gio/tests/
live-g-file.c     [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
BasicBlocker.java 42 * {@code non-null;} live set; bits indicate potentially-live
369 * isn't yet known to be possibly-live.
391 * the indicated one is possibly-live (because this one isn't an
410 * live.
424 * the indicated one is possibly-live (because this one isn't an
  /bionic/libc/include/netinet/
ip.h 72 u_int8_t ip_ttl; /* time to live */
186 #define MAXTTL 255 /* maximum time to live (seconds) */
188 #define IPFRAGTTL 60 /* time to live for frags, slowhz */
  /external/v8/src/
compiler.h 58 // There are at most two live values.
175 // Add a bailout with two live values.
182 // Add a bailout with no live values.
  /ndk/build/platforms/android-3/arch-arm/usr/include/netinet/
ip.h 72 u_int8_t ip_ttl; /* time to live */
186 #define MAXTTL 255 /* maximum time to live (seconds) */
188 #define IPFRAGTTL 60 /* time to live for frags, slowhz */
  /ndk/build/platforms/android-4/arch-arm/usr/include/netinet/
ip.h 72 u_int8_t ip_ttl; /* time to live */
186 #define MAXTTL 255 /* maximum time to live (seconds) */
188 #define IPFRAGTTL 60 /* time to live for frags, slowhz */
  /ndk/build/platforms/android-5/arch-arm/usr/include/netinet/
ip.h 72 u_int8_t ip_ttl; /* time to live */
186 #define MAXTTL 255 /* maximum time to live (seconds) */
188 #define IPFRAGTTL 60 /* time to live for frags, slowhz */
  /ndk/build/platforms/android-5/arch-x86/usr/include/netinet/
ip.h 72 u_int8_t ip_ttl; /* time to live */
186 #define MAXTTL 255 /* maximum time to live (seconds) */
188 #define IPFRAGTTL 60 /* time to live for frags, slowhz */
  /ndk/build/platforms/android-8/arch-arm/usr/include/netinet/
ip.h 72 u_int8_t ip_ttl; /* time to live */
186 #define MAXTTL 255 /* maximum time to live (seconds) */
188 #define IPFRAGTTL 60 /* time to live for frags, slowhz */
  /ndk/build/platforms/android-8/arch-x86/usr/include/netinet/
ip.h 72 u_int8_t ip_ttl; /* time to live */
186 #define MAXTTL 255 /* maximum time to live (seconds) */
188 #define IPFRAGTTL 60 /* time to live for frags, slowhz */
  /dalvik/vm/compiler/codegen/arm/
CodegenFactory.c 143 // Src is live or Dest has assigned reg.
157 // Dest is now live and dirty (until/if we flush it to home location)
218 // Src is live or Dest has assigned reg.
236 // Dest is now live and dirty (until/if we flush it to home location)
  /external/guava/src/com/google/common/collect/
Collections2.java 82 * returned collection is a live view of {@code unfiltered}; changes to one
98 * which elements satisfy the filter. When a live view is <i>not</i> needed,
243 * {@code fromCollection}. The returned collection is a live view of {@code
253 * <p>When a live view is <i>not</i> needed, it may be faster to copy the
  /external/icu4c/i18n/
brktrans.h 65 * Caution, this is the live break iterator; it must not be used while
  /external/netcat/scripts/
irc 4 ## Note that this mechanism makes the script easy to debug without being live,
  /external/qemu/
migration-exec.c 2 * QEMU live migration
  /external/svox/pico/src/com/svox/pico/providers/
SettingsProvider.java 31 * the location of the data files for the Pico engine which live under
  /external/webkit/WebCore/html/
HTMLAttributeNames.in 32 aria-live
  /external/webkit/WebKit/android/
TimeCounter.h 69 static void report(const WebCore::KURL& , int live, int dead, size_t arenaSize);
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
abstractstep.py 44 # FIXME: The port should live on the tool.
  /frameworks/base/core/java/android/widget/
RadioButton.java 33 * {@link android.widget.RadioGroup}. When several radio buttons live inside
  /development/pdk/docs/porting/
customization.jd 233 &lt;provider id=&quot;live&quot; label=&quot;Windows Live Hotmail Plus&quot; domain=&quot;live.com&quot; note=&quot;@string/provider_note_live&quot;&gt;
234 &lt;incoming uri=&quot;pop3+ssl+://pop3.live.com&quot; username=&quot;$email&quot;/&gt;
235 &lt;outgoing uri=&quot;smtp+tls+://smtp.live.com&quot; username=&quot;$email&quot;/&gt;
237 &lt;provider id=&quot;hotmail&quot; label=&quot;Windows Live Hotmail Plus&quot; domain=&quot;hotmail.com&quot; note=&quot;@string/provider_note_live&quot;&gt;
238 &lt;incoming uri=&quot;pop3+ssl+://pop3.live.com&quot; username=&quot;$email&quot;/&gt;
239 &lt;outgoing uri=&quot;smtp+tls+://smtp.live.com&quot; username=&quot;$email&quot;/&gt;
241 &lt;provider id=&quot;msn&quot; label=&quot;Windows Live Hotmail Plus&quot; domain=&quot;msn.com&quot; note=&quot;@string/provider_note_live&quot;&gt;
242 &lt;incoming uri=&quot;pop3+ssl+://pop3.live.com&quot; username=&quot;$email&quot;/&gt
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
SsaDumper.java 144 sb.append(" live in:" + block.getLiveInRegs());
173 sb.append(" live out:" + block.getLiveOutRegs());
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoConstants.java 85 * Marks a currently-live local variable as out of scope at the
97 * and type are the same as the last local that was live in the specified

Completed in 289 milliseconds

1 2 34 5 6 7 8 91011>>