OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stored
(Results
1501 - 1525
of
8246
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/external/webrtc/src/modules/audio_processing/utility/
delay_estimator.c
41
// - binary_vector : binary "vector"
stored
in a long
42
// - binary_matrix : binary "matrix"
stored
as a vector of long
46
// - bit_counts : "Vector"
stored
as a long, containing for each
/frameworks/av/libvideoeditor/vss/common/inc/
M4DECODER_Common.h
257
* where the decoded data are
stored
296
* option is
stored
316
* where option is
stored
/frameworks/base/core/java/android/os/
DropBoxManager.java
268
* @param tag describing the type of entry being
stored
278
* @param tag describing the type of entry being
stored
291
* @param tag describing the type of entry being
stored
/frameworks/opt/telephony/src/java/android/telephony/gsm/
SmsManager.java
215
* Retrieves all messages currently
stored
on SIM.
237
/**
Stored
and sent (TS 51.011 10.5.3).
241
/**
Stored
and unsent (TS 51.011 10.5.3).
/libcore/libart/src/main/java/sun/misc/
Unsafe.java
127
* @return <code>true</code> if the new value was in fact
stored
, and
142
* @return <code>true</code> if the new value was in fact
stored
, and
157
* @return <code>true</code> if the new value was in fact
stored
, and
/libcore/libdvm/src/main/java/sun/misc/
Unsafe.java
139
* @return <code>true</code> if the new value was in fact
stored
, and
154
* @return <code>true</code> if the new value was in fact
stored
, and
169
* @return <code>true</code> if the new value was in fact
stored
, and
/libcore/luni/src/main/java/java/io/
OutputStreamWriter.java
243
* character converter and
stored
in a local buffer. If the buffer gets full
273
* character converter and
stored
in a local buffer. If the buffer gets full
293
* character converter and
stored
in a local buffer. If the buffer gets full
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_events.h
272
* This function returns the number of events actually
stored
, or -1
282
* event is removed from the queue and
stored
in that area.
288
* event is removed from the queue and
stored
in that area.
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_events.h
272
* This function returns the number of events actually
stored
, or -1
282
* event is removed from the queue and
stored
in that area.
288
* event is removed from the queue and
stored
in that area.
/prebuilts/tools/windows/sdl/include/SDL/
SDL_events.h
272
* This function returns the number of events actually
stored
, or -1
282
* event is removed from the queue and
stored
in that area.
288
* event is removed from the queue and
stored
in that area.
/external/qemu/fpu/
softfloat-macros.h
55
| The result is
stored
in the location pointed to by `zPtr'.
81
| The result is
stored
in the location pointed to by `zPtr'.
104
| 64 nonzero bits; this is
stored
at the location pointed to by `z0Ptr'. The
108
| bits shifted off were all zero. This extra result is
stored
in the location
152
| which are
stored
at the locations pointed to by `z0Ptr' and `z1Ptr'.
186
| nonzero. The result is broken into two 64-bit pieces which are
stored
at
226
|
stored
at the locations pointed to by `z0Ptr' and `z1Ptr'. The bits shifted
230
| were all zero. This extra result is
stored
in the location pointed to by
296
| pieces which are
stored
at the locations pointed to by `z0Ptr' and `z1Ptr'.
314
| 64-bit pieces which are
stored
at the locations pointed to by `z0Ptr'
[
all
...]
/external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp
12
// variables only
stored
to, etc.
49
STATISTIC(NumSubstitute,"Number of globals with initializers
stored
into them");
121
/// isInitializerStored - This global is
stored
to, but the only thing
122
///
stored
is the constant it was initialized with. This is only tracked
126
/// isStoredOnce - This global is
stored
to, but only its initializer and
127
/// one other value is ever
stored
to it. If this global isStoredOnce, we
128
/// track the value
stored
to it in StoredOnceValue below. This is only
132
/// isStored - This global is
stored
to by multiple values or something else
138
/// ever
stored
to this global, keep track of what value it is.
238
// The
stored
value changes between threads; don't track it
[
all
...]
/art/runtime/verifier/
register_line.h
184
* "dst_type" is
stored
into vA, and "src_type" is verified against vB.
207
* "dst_type" is
stored
into vA, and "src_type1"/"src_type2" are verified
228
* are verified against vA/vB, then "dst_type" is
stored
into vA.
249
* "dst_type" is
stored
into vA, and "src_type" is verified against vB.
/art/test/201-built-in-exception-detail-messages/src/
Main.java
110
assertEquals("java.lang.Exception cannot be
stored
in an array of type java.lang.String[]",
120
assertEquals("java.lang.Integer cannot be
stored
in an array of type Main$C[][]",
130
assertEquals("Main$C[] cannot be
stored
in an array of type java.lang.Float[][]",
139
assertEquals("source[4] of type java.lang.String cannot be
stored
in destination array of type java.lang.Integer[]",
/bionic/libc/arch-arm/include/machine/
setjmp.h
71
* FP registers will be loaded/
stored
with instructions
/cts/apps/CtsVerifier/lib/colorchecker/
meteringtest.cpp
30
// Processes the checker colors
stored
by comparing the pixel values from the
/cts/tests/tests/gesture/src/android/gesture/cts/
GestureStoreTest.java
137
* Verifies that a simple GestureStore can be
stored
and retrieved from a stream
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
ITestPackageDef.java
39
* Creates a runnable {@link IRemoteTest} from info
stored
in this definition.
/dalvik/vm/
ReferenceTable.h
66
* Return the #of entries currently
stored
in the ReferenceTable.
/dalvik/vm/compiler/codegen/arm/
ArchFactory.cpp
114
* address is
stored
in operand[1].
/dalvik/vm/jdwp/
ExpandBuf.cpp
166
* have
stored
null bytes in a multi-byte encoding).
/dalvik/vm/mterp/
NOTES.txt
70
local references table, but returns from native->interp are simply
stored
/developers/build/prebuilts/gradle/ActivityInstrumentation/ActivityInstrumentationSample/src/main/java/com/example/android/activityinstrumentation/
MainActivity.java
39
/** Magic constant to indicate that no value is
stored
for PREF_SPINNER_POS. */
/developers/build/prebuilts/gradle/ActivityInstrumentation/ActivityInstrumentationSample/tests/src/com/example/android/activityinstrumentation/
SampleTests.java
98
// echoing a previously-
stored
value that (coincidently) matches position 1
/developers/build/prebuilts/gradle/CardEmulation/CardEmulationSample/src/main/res/xml/
aid_list.xml
54
implementing a closed-loop payment system (e.g.
stored
value cards for a specific merchant
Completed in 3100 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>