HomeSort by relevance Sort by last modified time
    Searched defs:immutable (Results 101 - 125 of 151) sorted by null

1 2 3 45 6 7

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
MicroProps.java 29 private final boolean immutable; field in class:MicroProps
33 * @param immutable
34 * Whether this MicroProps should behave as an immutable after construction with respect to the quantity
37 public MicroProps(boolean immutable) {
38 this.immutable = immutable;
43 if (immutable) {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
ImmutableClassDef.java 32 package org.jf.dexlib2.immutable;
ImmutableMethod.java 32 package org.jf.dexlib2.immutable;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction35c.java 32 package org.jf.dexlib2.immutable.instruction;
38 import org.jf.dexlib2.immutable.reference.ImmutableReference;
39 import org.jf.dexlib2.immutable.reference.ImmutableReferenceFactory;
ImmutableInstruction35mi.java 32 package org.jf.dexlib2.immutable.instruction;
ImmutableInstruction35ms.java 32 package org.jf.dexlib2.immutable.instruction;
ImmutableInstructionFactory.java 32 package org.jf.dexlib2.immutable.instruction;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
ShapeImmutableTest.java 16 package org.yaml.snakeyaml.immutable;
27 Color loaded = (Color) yaml.load("!!org.yaml.snakeyaml.immutable.Color BLACK");
33 Code loaded = (Code) yaml.load("!!org.yaml.snakeyaml.immutable.Code 123");
40 .load("!!org.yaml.snakeyaml.immutable.SuperColor [!!org.yaml.snakeyaml.immutable.Color BLACK]");
47 yaml.load("!!org.yaml.snakeyaml.immutable.SuperColor BLACK");
53 "Can't construct a java object for tag:yaml.org,2002:org.yaml.snakeyaml.immutable.SuperColor; exception=Unsupported class: class org.yaml.snakeyaml.immutable.Color"));
59 Code2 code2 = (Code2) yaml.load("!!org.yaml.snakeyaml.immutable.Code2 555");
66 yaml.load("!!org.yaml.snakeyaml.immutable.Code3 777")
    [all...]
  /external/harfbuzz_ng/src/
hb-blob.cc 52 bool immutable; member in struct:hb_blob_t
144 * Makes @parent immutable.
190 true, /* immutable */
298 blob->immutable = true;
314 return blob->immutable;
362 * Fails if blob has been made immutable, or if memory allocation
448 if (blob->immutable)
hb-unicode-private.hh 70 bool immutable; member in struct:hb_unicode_funcs_t
hb-font-private.hh 65 hb_bool_t immutable; member in struct:hb_font_funcs_t
100 hb_bool_t immutable; member in struct:hb_font_t
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
UserString.py 136 Python strings are immutable objects. This has the advantage, that
204 def immutable(self): member in class:MutableString
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
MultisetsTest.java 256 ImmutableMultiset<String> immutable = ImmutableMultiset.of("a", "a", "b", "a"); local
257 assertSame(immutable, Multisets.unmodifiableMultiset(immutable));
258 assertSame(immutable, Multisets.unmodifiableMultiset((Multiset<String>) immutable));
  /external/guava/guava-tests/test/com/google/common/collect/
MultisetsTest.java 258 ImmutableMultiset<String> immutable = ImmutableMultiset.of("a", "a", "b", "a"); local
259 assertSame(immutable, Multisets.unmodifiableMultiset(immutable));
260 assertSame(immutable, Multisets.unmodifiableMultiset((Multiset<String>) immutable));
  /external/python/cpython2/Lib/
UserString.py 136 Python strings are immutable objects. This has the advantage, that
204 def immutable(self): member in class:MutableString
  /external/v8/src/compiler/
js-operator.h 255 ContextAccess(size_t depth, size_t index, bool immutable);
259 bool immutable() const { return immutable_; } function in class:v8::internal::compiler::final
677 const Operator* LoadContext(size_t depth, size_t index, bool immutable);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
UserString.py 136 Python strings are immutable objects. This has the advantage, that
204 def immutable(self): member in class:MutableString
  /prebuilts/gdb/linux-x86/lib/python2.7/
UserString.py 136 Python strings are immutable objects. This has the advantage, that
204 def immutable(self): member in class:MutableString
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
UserString.py 136 Python strings are immutable objects. This has the advantage, that
204 def immutable(self): member in class:MutableString
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
UserString.py 136 Python strings are immutable objects. This has the advantage, that
204 def immutable(self): member in class:MutableString
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowPendingIntentTest.java 434 PendingIntent immutable = PendingIntent.getService(context, 0, intent, FLAG_IMMUTABLE); local
436 assertThat(immutable).isNotSameAs(notImmutable);
  /external/ImageMagick/MagickCore/
blob.c 135 immutable,
217 blob_info->immutable=MagickTrue;
469 clone_info->immutable=blob_info->immutable;
712 blob_info->immutable=MagickFalse;
132 immutable, member in struct:_BlobInfo
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeTextureApiTests.cpp 3676 deInt32 immutable = 0x1234; local
3822 deInt32 immutable = 0x1234; local
    [all...]
es31fTextureLevelStateQueryTests.cpp 145 bool immutable; member in struct:deqp::gles31::Functional::__anon18834::TextureGenerationSpec
155 : immutable (true)
396 texGen.immutable = true;
412 texGen.immutable = true;
433 texGen.immutable = true;
454 texGen.immutable = true;
480 texGen.immutable = true;
504 texGen.immutable = true;
523 // immutable
530 texGen.immutable = true
    [all...]

Completed in 1116 milliseconds

1 2 3 45 6 7