OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:immutable
(Results
226 - 250
of
513
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/dx/src/com/android/dx/util/
FixedSizeList.java
22
* Simple (mostly) fixed-size list of objects, which may be made
immutable
.
/development/tools/idegen/src/
Configuration.java
31
*
Immutable
representation of an IDE configuration. Assumes that the current
/external/apache-http/src/org/apache/http/message/
BasicHeaderElement.java
237
// parameters array is considered
immutable
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-filepath.h
52
// "
immutable
value object" -- useful for peace of mind.
/external/e2fsprogs/misc/
chattr.1.in
29
append only (a), compressed (c), no dump (d), extent format (e),
immutable
(i),
/external/guava/javadoc/com/google/common/collect/
ImmutableBiMap.Builder.html
108
A builder for creating
immutable
bimap instances, especially <code>public
116
For <i>small</i>
immutable
bimaps, the <code>ImmutableBiMap.of()</code> methods
159
Returns a newly-created
immutable
bimap.</TD>
264
<DD>Returns a newly-created
immutable
bimap.
ImmutableMap.Builder.html
110
A builder for creating
immutable
map instances, especially <code>public
118
For <i>small</i>
immutable
maps, the <code>ImmutableMap.of()</code> methods are
161
Returns a newly-created
immutable
map.</TD>
259
<DD>Returns a newly-created
immutable
map.
ImmutableSortedMap.Builder.html
108
A builder for creating
immutable
sorted map instances, especially <code>public static final</code> maps ("constant maps"). Example: <pre> <code>static final ImmutableSortedMap<Integer, String> INT_TO_WORD =
115
For <i>small</i>
immutable
sorted maps, the <code>ImmutableSortedMap.of()</code>
158
Returns a newly-created
immutable
sorted map.</TD>
264
<DD>Returns a newly-created
immutable
sorted map.
ImmutableMultiset.html
108
An
immutable
hash-based multiset. Does not permit null elements.
140
A builder for creating
immutable
multiset instances, especially
208
Returns an
immutable
multiset containing the given elements.</TD>
223
Returns an
immutable
multiset containing the given elements.</TD>
288
Returns the empty
immutable
multiset.</TD>
303
Returns an
immutable
multiset containing the given elements.</TD>
404
<DD>Returns the empty
immutable
multiset.
420
<DD>Returns an
immutable
multiset containing the given elements.
442
<DD>Returns an
immutable
multiset containing the given elements.
474
<DD>Returns an
immutable
multiset containing the given elements
[
all
...]
/external/jsr305/javadoc/
index-all.html
131
<DT><A HREF="./javax/annotation/concurrent/
Immutable
.html" title="annotation in javax.annotation.concurrent"><B>
Immutable
</B></A> - Annotation Type in <A HREF="./javax/annotation/concurrent/package-summary.html">javax.annotation.concurrent</A><DD>
Immutable
133
The class to which this annotation is applied is
immutable
.</DL>
/external/llvm/include/llvm/ADT/
ImmutableIntervalMap.h
1
//===--- ImmutableIntervalMap.h -
Immutable
(functional) map ---*- C++ -*-===//
/external/llvm/include/llvm/
GlobalVariable.h
130
/// If the value is a global constant, its value is
immutable
throughout the
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
ByteStringMicro.java
36
*
Immutable
array of bytes.
/frameworks/base/include/utils/
BlobCache.h
96
// A Blob is an
immutable
sized unstructured data blob.
/frameworks/base/services/input/
SpriteController.h
178
* Note that the SkBitmap holds a reference to a shared (and
immutable
) pixel ref. */
/libcore/luni/src/main/java/java/math/
MathContext.java
26
*
Immutable
objects describing settings such as rounding mode and digit
/libcore/luni/src/main/java/java/nio/channels/
FileLock.java
41
* Once a lock is acquired, it is
immutable
in all its state except {@code
/libcore/luni/src/main/java/javax/xml/xpath/
XPathExpression.java
49
* The value of a variable must be
immutable
through the course of any single evaluation.</p>
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
BitmapUtils.java
146
* Decodes bitmap (maybe
immutable
) that keeps aspect-ratio and spans most within the bounds.
/cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java
403
//abnormal case: bitmap is
immutable
623
//abnormal case: the bitmap is
immutable
677
// abnormal case: the bitmap is
immutable
/external/guava/javadoc/com/google/common/collect/class-use/
ImmutableSortedMap.Builder.html
129
Returns a builder that creates
immutable
sorted maps whose keys are
145
Returns a builder that creates
immutable
sorted maps with an explicit
180
Returns a builder that creates
immutable
sorted maps whose keys are
ImmutableSortedSet.Builder.html
164
Returns a builder that creates
immutable
sorted sets whose elements are
180
Returns a builder that creates
immutable
sorted sets with an explicit
198
Returns a builder that creates
immutable
sorted sets whose elements are
/external/protobuf/java/src/main/java/com/google/protobuf/
UnknownFieldSet.java
87
* expected to be
immutable
.
446
* Get all present {@code Field}s as an
immutable
{@code Map}. If more
651
* <p>{@code Field} is an
immutable
class. To construct one, you must use a
/frameworks/base/graphics/java/android/graphics/
BitmapFactory.java
68
* an
immutable
one. This can be used for instance to programmatically apply
408
* Decode an
immutable
bitmap from the specified byte array.
432
* Decode an
immutable
bitmap from the specified byte array.
/libcore/luni/src/main/java/java/util/concurrent/
CopyOnWriteArrayList.java
479
* An
immutable
snapshot of a sub list's state. By gathering all three
480
* of the sub list's fields in an
immutable
object,
690
* Iterates an
immutable
snapshot of the list.
Completed in 554 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>