OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stored
(Results
2176 - 2200
of
8246
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_mipmap_tree.h
166
* Uncompressed Multisample Surface. The surface is
stored
as a 2D array,
172
* Compressed Multisample Surface. The surface is
stored
as in
177
* color value) to be
stored
efficiently by just using a single array
/external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_reflection.h
85
// - Singular Message fields are
stored
as a pointer to a Message. These
88
// - Enum fields are
stored
as an int. This int must always contain
91
// - Repeated fields are
stored
as RepeatedFields or RepeatedPtrFields
/external/chromium_org/third_party/sqlite/src/src/
callback.c
141
** Each pointer
stored
in the sqlite3.aCollSeq hash table contains an
145
**
Stored
immediately after the three collation sequences is a copy of
146
** the collation sequence name. A pointer to this string is
stored
in
test_stat.c
73
" local INTEGER, /* Bytes of content
stored
locally */" \
260
int *pnLocal /* OUT: Bytes
stored
locally */
324
int nLocal; /* Bytes of payload
stored
locally */
/external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h
103
// The stack trace is
stored
in 'stack'. The stack depth is returned.
213
// Info
stored
in the address map
394
// Total count/size are
stored
in a Bucket so we can reuse UnparseBucket
/external/chromium_org/third_party/zlib/
inflate.c
60
* - Fixed
stored
blocks bug in inflateBack()
566
complete that state. Those states are copying
stored
data, writing a
600
unsigned copy; /* number of
stored
or match bytes to copy */
822
case 0: /*
stored
block */
823
Tracev((stderr, "inflate:
stored
block%s\n",
825
state->mode =
STORED
;
848
case
STORED
:
852
strm->msg = (char *)"invalid
stored
block lengths";
857
Tracev((stderr, "inflate:
stored
length %u\n",
878
Tracev((stderr, "inflate:
stored
end\n"))
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ComponentsView.java
60
* machines (aka config). All builds results are
stored
onto each configuration
61
* and 2 dimensions have been
stored
for each result: the "Elapsed Process Time"
65
* populates the hierarchy with the numbers
stored
in these files.
/external/grub/stage2/
xfs.h
409
* Directory layout when
stored
internal to an inode.
416
* Inode number
stored
as 8 8-bit values.
421
* Inode number
stored
as 4 8-bit values.
/external/icu4c/common/
uprops.cpp
17
*
stored
in uprops.icu.
57
/* systematic, directly
stored
properties */
305
/* systematic, directly
stored
properties */
/external/icu4c/i18n/unicode/
dcfmtsym.h
235
* Each symbol is
stored
as a string so that graphemes
246
* Each symbol is
stored
as a string so that graphemes
358
* Returns that pattern
stored
in currecy info. Internal API for use by NumberFormat API.
/external/icu4c/tools/toolutil/
pkg_gencmn.c
46
All item names are
stored
as char * strings in one block between the ToC table
51
The data items are
stored
following the item names block.
53
The data items are
stored
in the sorted order of their names.
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_mipmap_tree.h
166
* Uncompressed Multisample Surface. The surface is
stored
as a 2D array,
172
* Compressed Multisample Surface. The surface is
stored
as in
177
* color value) to be
stored
efficiently by just using a single array
/external/proguard/src/proguard/classfile/util/
InstructionSequenceMatcher.java
462
// Check the previously
stored
wildcard argument.
519
// Check a previously
stored
constant index.
545
// Check the previously
stored
wildcard argument.
/external/protobuf/src/google/protobuf/
generated_message_reflection.h
79
// - Singular Message fields are
stored
as a pointer to a Message. These
82
// - Enum fields are
stored
as an int. This int must always contain
85
// - Repeated fields are
stored
as RepeatedFields or RepeatedPtrFields
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
Socks5Proxy.java
86
/* list of digests connections should be
stored
*/
274
* are
stored
and can be retrieved by invoking {@link #getSocket(String)}. All connections to
285
* already
stored
connections with the given digest will be removed.
/external/wpa_supplicant_8/src/eap_peer/
eap_i.h
135
* method. The key may already be
stored
in the method-specific private
260
* the EAP method. The key may already be
stored
in the method-specific
273
* The Session-Id may already be
stored
in the method-specific private
/external/zlib/src/
deflate.h
224
* data is still in the window so we can still emit a
stored
block even
228
* even emit a
stored
file instead of a
stored
block (saving 5 bytes).
inflate.c
60
* - Fixed
stored
blocks bug in inflateBack()
582
complete that state. Those states are copying
stored
data, writing a
616
unsigned copy; /* number of
stored
or match bytes to copy */
838
case 0: /*
stored
block */
839
Tracev((stderr, "inflate:
stored
block%s\n",
841
state->mode =
STORED
;
864
case
STORED
:
868
strm->msg = (char *)"invalid
stored
block lengths";
873
Tracev((stderr, "inflate:
stored
length %u\n",
894
Tracev((stderr, "inflate:
stored
end\n"))
[
all
...]
/frameworks/av/libvideoeditor/vss/src/
M4DECODER_Null.c
85
* are
stored
157
* option is
stored
181
* where option is
stored
/frameworks/base/core/java/android/view/animation/
LayoutAnimationController.java
44
* Information used to compute the animation delay of each child are
stored
47
* itself
stored
in the {@link android.view.ViewGroup.LayoutParams} of the view.
391
* Transforms the index
stored
in
/frameworks/rs/scriptc/
rs_types.rsh
355
* Native holder for RS matrix. Elements are
stored
in the array at the
364
* Native holder for RS matrix. Elements are
stored
in the array at the
373
* Native holder for RS matrix. Elements are
stored
in the array at the
/libcore/luni/src/main/java/java/lang/
Throwable.java
206
*
stored
in this {@code Throwable}. will be returned by {@code
211
* array is
stored
in this {@code Throwable}, so subsequent
212
* changes to {@code trace} will not change the call stack
stored
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountType.java
65
* case resources are
stored
in this package itself.
355
* user-defined labels are
stored
.
439
* the column where this field is
stored
.
/packages/apps/Email/src/com/android/email/mail/store/imap/
ImapResponseParser.java
41
* Literal larger than this will be
stored
in temp file.
138
* Destroy all the {@link ImapResponse}s
stored
in the internal storage and clear it.
154
* is
stored
in the internal storage. When the {@link ImapResponse} is no longer used
/packages/apps/Exchange/src/com/android/exchange/eas/
EasOutboxSync.java
407
* representation of the message body as
stored
in a temporary file) into the serializer stream
473
// The Message-Id for this message (note that we cannot use the messageId
stored
in
483
// For search results, use the long id (
stored
in mProtocolSearchInfo); else,
Completed in 2322 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>