HomeSort by relevance Sort by last modified time
    Searched refs:immutable (Results 151 - 175 of 237) sorted by null

1 2 3 4 5 67 8 910

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_userstring.py 115 s2 = s.immutable()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_userstring.py 115 s2 = s.immutable()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_userstring.py 115 s2 = s.immutable()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_userstring.py 115 s2 = s.immutable()
  /external/ImageMagick/MagickCore/
xwindow-private.h 279 immutable; member in struct:_XResourceInfo
391 immutable, member in struct:_XWindowInfo
  /packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java 137 private boolean immutable; field in class:AppRestrictionsFragment.AppRestrictionsPreference
154 void setImmutable(boolean immutable) {
155 this.immutable = immutable;
159 return immutable;
400 // able to toggle this app ON (it's ON by default and immutable).
    [all...]
  /external/v8/src/compiler/
js-operator.h 168 ContextAccess(size_t depth, size_t index, bool immutable);
172 bool immutable() const { return immutable_; } function in class:v8::internal::compiler::final
503 const Operator* LoadContext(size_t depth, size_t index, bool immutable);
  /prebuilts/misc/common/swig/include/2.0.11/d/
std_vector.i 362 immutable offset = r._a + r.length;
373 immutable offset = r._a;
408 immutable tailLength = length - r._b;
  /external/harfbuzz_ng/src/
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
hb-unicode-private.hh 70 bool immutable; member in struct:hb_unicode_funcs_t
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DexBackedClassDef.java 46 import org.jf.dexlib2.immutable.reference.ImmutableFieldReference;
47 import org.jf.dexlib2.immutable.reference.ImmutableMethodReference;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
DebugInfo.java 45 import org.jf.dexlib2.immutable.debug.*;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
ImmutableClassDef.java 32 package org.jf.dexlib2.immutable;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstructionFactory.java 32 package org.jf.dexlib2.immutable.instruction;
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
JumboStringConversionTest.java 52 import org.jf.dexlib2.immutable.instruction.ImmutableInstruction10x;
  /external/smali/smali/src/main/antlr/
smaliTreeWalker.g 61 import org.jf.dexlib2.immutable.ImmutableAnnotation;
62 import org.jf.dexlib2.immutable.ImmutableAnnotationElement;
63 import org.jf.dexlib2.immutable.reference.ImmutableFieldReference;
64 import org.jf.dexlib2.immutable.reference.ImmutableMethodReference;
65 import org.jf.dexlib2.immutable.reference.ImmutableMethodProtoReference;
66 import org.jf.dexlib2.immutable.reference.ImmutableReference;
67 import org.jf.dexlib2.immutable.reference.ImmutableTypeReference;
68 import org.jf.dexlib2.immutable.value.*;
    [all...]
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/util/
TryListBuilderTest.java 38 import org.jf.dexlib2.immutable.ImmutableExceptionHandler;
39 import org.jf.dexlib2.immutable.ImmutableTryBlock;
  /frameworks/base/services/core/java/com/android/server/am/
PendingIntentRecord.java 270 final boolean immutable = (key.flags & PendingIntent.FLAG_IMMUTABLE) != 0;
271 if (!immutable) {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
ClassPath.java 50 import org.jf.dexlib2.immutable.ImmutableDexFile;
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
CommonSuperclassTest.java 37 import org.jf.dexlib2.immutable.ImmutableDexFile;
  /external/deqp/modules/gles31/functional/
es31fNegativeTextureApiTests.cpp 3675 deInt32 immutable = 0x1234; local
3821 deInt32 immutable = 0x1234; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeTextureApiTests.cpp     [all...]
  /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/protobuf/csharp/src/Google.Protobuf/Reflection/
MessageDescriptor.cs 253 /// Returns the fields in the message as an immutable list, in the order in which they
259 /// Returns the fields in the message as an immutable list, in ascending field number
  /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

Completed in 797 milliseconds

1 2 3 4 5 67 8 910