OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:live
(Results
251 - 275
of
1611
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/core/java/android/widget/
RadioButton.java
36
* {@link android.widget.RadioGroup}. When several radio buttons
live
inside
/libcore/luni/src/main/java/java/net/
MulticastSocket.java
117
* Returns the time-to-
live
(TTL) for multicast packets sent on this socket.
127
* Returns the time-to-
live
(TTL) for multicast packets sent on this socket.
299
* Sets the time-to-
live
(TTL) for multicast packets sent on this socket.
313
* Sets the time-to-
live
(TTL) for multicast packets sent on this socket.
AddressCache.java
32
// Default time-to-
live
for positive cache entries. 600 seconds (10 minutes).
34
// Default time-to-
live
for negative cache entries. 10 seconds.
/packages/wallpapers/Basic/res/values-am/
strings.xml
22
<string name="wallpapers" msgid="7890805662847963863">"Android
Live
????"</string>
/packages/wallpapers/Basic/res/values-hi/
strings.xml
22
<string name="wallpapers" msgid="7890805662847963863">"Android
Live
Wallpapers"</string>
/development/pdk/docs/porting/
customization.jd
233
<provider id="
live
" label="Windows
Live
Hotmail Plus" domain="
live
.com" note="@string/provider_note_live">
234
<incoming uri="pop3+ssl+://pop3.
live
.com" username="$email"/>
235
<outgoing uri="smtp+tls+://smtp.
live
.com" username="$email"/>
237
<provider id="hotmail" label="Windows
Live
Hotmail Plus" domain="hotmail.com" note="@string/provider_note_live">
238
<incoming uri="pop3+ssl+://pop3.
live
.com" username="$email"/>
239
<outgoing uri="smtp+tls+://smtp.
live
.com" username="$email"/>
241
<provider id="msn" label="Windows
Live
Hotmail Plus" domain="msn.com" note="@string/provider_note_live">
242
<incoming uri="pop3+ssl+://pop3.
live
.com" username="$email"/>
[
all
...]
/external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp
49
// Initialize the indices to indicate that no registers are
live
.
59
// Determine the
live
-out physregs for this block.
61
// In a return block, examine the function
live
-out regs.
79
// In a non-return block, examine the
live
-in regs of all successors.
100
// Mark
live
-out callee-saved registers. In a return block this is
135
// If Reg is currently
live
, then mark that it can't be renamed as
136
// we don't know the extent of its
live
-range anymore (now that it
221
// If an alias of the reg is used during the
live
range, give up.
309
// It wasn't previously
live
but now it is, this is a kill.
595
// Determine AntiDepReg's register class, if it is
live
and i
[
all
...]
CalcSpillWeights.cpp
163
// If the
live
interval was already unspillable, leave it that way.
167
// Mark li as unspillable if all
live
ranges are tiny.
PHIElimination.cpp
235
// Update
live
variable information if there is any.
319
// Now update
live
variable information if we have it. Otherwise we're done
323
// copy we just inserted) is the last use of the source value.
Live
325
//
live
until the end of the block the PHI entry lives in. If the value
327
// have the value
live
-in.
336
// Okay, if we now know that the value is not
live
out of the block, we can
418
// We break edges when registers are
live
out from the predecessor block
419
// (not considering PHI nodes). If the register is
live
in to this block
RegAllocPBQP.cpp
144
/// \brief Adds a stack interval if the given
live
interval has been
153
/// \brief Postprocessing before final spilling. Sets basic block "
live
in"
470
// Iterate over all
live
ranges.
480
// If this
live
interval is non-empty we will use pbqp to allocate it.
550
// Copy any newly inserted
live
intervals into the list of regs to
593
// Finally iterate over the basic blocks to compute and set the
live
-in sets.
622
// Find the set of basic blocks which this range is
live
into...
624
// And add the physreg for this interval to their
live
-in sets.
/external/valgrind/main/exp-dhat/
dh_main.c
59
static ULong g_cur_blocks_live = 0; // curr # blocks
live
60
static ULong g_cur_bytes_live = 0; // curr # bytes
live
67
//--- an Interval Tree of
live
blocks ---//
70
/* Tracks information about
live
blocks. */
177
// The current number of blocks and bytes
live
for this AP
180
// The number of blocks and bytes
live
at the max-liveness
182
// the maximum number of
live
blocks, but rather the number of
183
// blocks
live
at the point of maximum byte liveness. These are
256
// #
live
blocks
259
// #
live
byte
[
all
...]
/dalvik/dexgen/src/com/android/dexgen/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
/dalvik/dx/src/com/android/dx/command/dump/
SsaDumper.java
149
sb.append("
live
in:" + block.getLiveInRegs());
178
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
/dalvik/dx/tests/032-bb-live-code/
blort.j
26
; Test that an exception handler for a
live
range is enlivened.
45
; Test that an exception handler for a
live
range is dead as long as
/external/chromium/chrome/browser/sync/glue/
synchronized_preferences.h
52
// All working but no
live
update.
87
prefs::kExtensionsUIDeveloperMode, // no
live
update
/external/llvm/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp
135
AP.OutStreamer.AddComment("
live
roots for " +
145
"
Live
root count "+Twine(LiveCount)+" >= 65536.");
/external/llvm/test/Transforms/InstCombine/
overflow.ll
32
; because the add-with-off makes the high bits of the original add
live
.
59
;
live
out.
/external/qemu/audio/
audio_int.h
160
int (*run_out) (HWVoiceOut *hw, int
live
);
227
int
live
, int pending);
/external/skia/src/ports/
SkImageDecoder_CG.cpp
117
// we don't own/reference the stream, so it our consumer must not
live
146
must only
live
for the duration of the onEncode() method.
/frameworks/base/docs/html/sdk/
android-1.5-highlights.jd
70
<li>
Live
folders</li>
152
<li>APIs for populating {@link android.provider.LiveFolders
Live
Folders}
/libcore/dalvik/src/main/java/dalvik/system/
VMRuntime.java
73
* be resized so that (size of
live
objects) / (size of heap) is
83
* be resized so that (size of
live
objects) / (size of heap) is
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
hashtab.h
60
/* Cleanup function called whenever a
live
element is removed from
64
/* Function called by htab_traverse for each
live
element. The first
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
hashtab.h
60
/* Cleanup function called whenever a
live
element is removed from
64
/* Function called by htab_traverse for each
live
element. The first
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
hashtab.h
60
/* Cleanup function called whenever a
live
element is removed from
64
/* Function called by htab_traverse for each
live
element. The first
Completed in 769 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>