/external/icu/android_icu4j/src/main/java/android/icu/text/ |
DateTimePatternGenerator.java | 96 * Construct a frozen instance of DateTimePatternGenerator for a 97 * given locale. This method returns a cached frozen instance of 101 * @return A frozen DateTimePatternGenerator. 1576 private volatile boolean frozen = false; field in class:DateTimePatternGenerator [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
DateTimePatternGenerator.java | 101 * Construct a frozen instance of DateTimePatternGenerator for a 102 * given locale. This method returns a cached frozen instance of 106 * @return A frozen DateTimePatternGenerator. 1603 private volatile boolean frozen = false; field in class:DateTimePatternGenerator [all...] |
/external/v8/test/mjsunit/ |
object-seal.js | 65 // We should not be frozen, since we are still able to 105 // sealed and frozen (accessors has no writable attribute). 138 // is not frozen.
|
strict-mode.js | 774 var frozen = Object.freeze({}); 782 assertThrows(function() { strict(frozen); }, TypeError); 883 var frozen = Object.freeze({}); 890 assertThrows(function() { frozen[zero_number] = "value"; }, TypeError); 892 assertThrows(function() { frozen[zero_symbol] = "value"; }, TypeError); 894 assertThrows(function() { frozen[zero_string] = "value"; }, TypeError); [all...] |
messages.js | 41 }, "Cannot modify frozen array elements", TypeError);
|
/external/v8/test/mjsunit/harmony/ |
block-sloppy-function.js | 289 // When the global object is frozen, silently don't hoist
|
proxies-integrity.js | 176 // Not extensible but not frozen. 192 // Frozen.
|
proxies-set.js | 209 // Trap returns trueish but target property is frozen data.
|
proxies-example-membrane.js | 68 // As long as obj is not frozen, the proxy won't allow itself to be fixed
|
/frameworks/base/services/core/jni/ |
com_android_server_input_InputManagerService.cpp | 201 void setInputDispatchMode(bool enabled, bool frozen); 714 void NativeInputManager::setInputDispatchMode(bool enabled, bool frozen) { 715 mInputManager->getDispatcher()->setInputDispatchMode(enabled, frozen); [all...] |
/build/soong/common/ |
config.go | 234 panic("Cannot access new environment variables after envdeps are frozen")
|
/frameworks/native/services/inputflinger/ |
InputDispatcher.h | 324 virtual void setInputDispatchMode(bool enabled, bool frozen) = 0; 393 virtual void setInputDispatchMode(bool enabled, bool frozen); [all...] |
InputDispatcher.cpp | 265 // If dispatching is frozen, do not process timeouts or try to deliver any new events. 268 ALOGD("Dispatch frozen. Waiting some more."); [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
bfd-in.h | 378 unsigned int frozen:1; 372 unsigned int frozen:1; member in struct:bfd_hash_table [all...] |
linker.c | 655 htab->table.frozen = 1; 666 htab->table.frozen = 0; [all...] |
/external/ImageMagick/coders/ |
png.c | 624 frozen, 700 frozen[MNG_MAX_OBJECTS], 622 frozen, member in struct:_MngBuffer 698 frozen[MNG_MAX_OBJECTS], member in struct:_MngInfo [all...] |
/frameworks/base/services/core/java/com/android/server/input/ |
InputManagerService.java | 213 private static native void nativeSetInputDispatchMode(long ptr, boolean enabled, boolean frozen); [all...] |
/frameworks/base/services/core/java/com/android/server/wm/ |
WindowState.java | 406 * How long we last kept the screen frozen. 740 // If the bounds are frozen, we still want to translate the window freely and only 742 Rect frozen = mAppToken.mFrozenBounds.peek(); local 743 mContainingFrame.right = mContainingFrame.left + frozen.width(); 744 mContainingFrame.bottom = mContainingFrame.top + frozen.height(); [all...] |
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
RecyclerView.java | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/config/ |
Makefile | 324 Python/frozen.o \ [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/config/ |
Makefile | 325 Python/frozen.o \ [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
Makefile | 324 Python/frozen.o \ [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
Makefile | 325 Python/frozen.o \ [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/ |
bfd.h | 390 unsigned int frozen:1; 384 unsigned int frozen:1; member in struct:bfd_hash_table [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/ |
bfd.h | 390 unsigned int frozen:1; 384 unsigned int frozen:1; member in struct:bfd_hash_table [all...] |