HomeSort by relevance Sort by last modified time
    Searched refs:frozen (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/test/cintltst/
usettest.c 553 USet *frozen; local
564 frozen=uset_clone(idSet);
566 if (frozen == NULL) {
571 if(!uset_equals(frozen, idSet)) {
575 uset_freeze(frozen);
576 uset_addRange(frozen, 0xd802, 0xd805);
578 if(uset_isFrozen(idSet) || !uset_isFrozen(frozen) || !uset_equals(frozen, idSet)) {
582 thawed=uset_cloneAsThawed(frozen);
585 log_err("uset_cloneAsThawed(frozen) returned NULL")
    [all...]
  /external/icu4c/test/cintltst/
usettest.c 553 USet *frozen; local
564 frozen=uset_clone(idSet);
566 if (frozen == NULL) {
571 if(!uset_equals(frozen, idSet)) {
575 uset_freeze(frozen);
576 uset_addRange(frozen, 0xd802, 0xd805);
578 if(uset_isFrozen(idSet) || !uset_isFrozen(frozen) || !uset_equals(frozen, idSet)) {
582 thawed=uset_cloneAsThawed(frozen);
585 log_err("uset_cloneAsThawed(frozen) returned NULL")
    [all...]
  /external/chromium_org/v8/test/webkit/
preventExtensions.js 72 function frozen(){}; function
75 freeze(frozen);
78 new frozen;
81 frozen.prototype.prototypeExists = true;
85 shouldBeTrue("(new frozen).prototypeExists");
90 shouldBe('test(freeze(obj()))', '"(a:1)(b:2)SF"'); // sealed and frozen, CANNOT delete a, CANNOT modify b, and CANNOT add c
80 frozen.prototype.prototypeExists = true; class
  /external/chromium_org/third_party/icu/source/test/intltest/
usettest.cpp     [all...]
  /external/icu4c/test/intltest/
usettest.cpp     [all...]
  /external/linux-tools-perf/util/
header.h 58 int frozen; member in struct:perf_header
header.c 566 header->frozen = 1;
965 header->frozen = 1;
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestRunner.h 160 void setFrozen(bool frozen) { m_frozen = frozen; }
  /external/chromium_org/v8/test/mjsunit/
object-seal.js 77 // We should not be frozen, since we are still able to
117 // sealed and frozen (accessors has no writable attribute).
150 // is not frozen.
object-freeze.js 175 // writable property, is not classified as frozen.
184 // configurable property, is not classified as frozen.
192 // Make sure that Object.freeze returns the frozen object.
213 // Frozen objects should share maps where possible
223 // Frozen objects should share maps even when they have elements
strict-mode.js 786 var frozen = Object.freeze({});
794 assertThrows(function() { strict(frozen); }, TypeError);
    [all...]
  /external/v8/test/mjsunit/
object-freeze.js 174 // writable property, is not classified as frozen.
183 // configurable property, is not classified as frozen.
191 // Make sure that Object.freeze returns the frozen object.
object-seal.js 77 // We should not be frozen, since we are still able to
117 // sealed and frozen (accessors has no writable attribute).
150 // is not frozen.
strict-mode.js 786 var frozen = Object.freeze({});
794 assertThrows(function() { strict(frozen); }, TypeError);
    [all...]
  /external/kernel-headers/original/linux/
sched.h 1045 #define PF_FREEZE 0x00004000 /* this task is being frozen for suspend now *
1537 static inline int frozen(struct task_struct *p) function
1601 static inline int frozen(struct task_struct *p) { return 0; } function
    [all...]
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 176 void setInputDispatchMode(bool enabled, bool frozen);
680 void NativeInputManager::setInputDispatchMode(bool enabled, bool frozen) {
681 mInputManager->getDispatcher()->setInputDispatchMode(enabled, frozen);
    [all...]
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java 174 private static native void nativeSetInputDispatchMode(int ptr, boolean enabled, boolean frozen);
    [all...]
  /development/scripts/app_engine_server/gae_shell/static/
shell.js 40 * typing. When a statement is run, it's frozen in the history, a new history
  /frameworks/base/services/input/
InputDispatcher.h 321 virtual void setInputDispatchMode(bool enabled, bool frozen) = 0;
390 virtual void setInputDispatchMode(bool enabled, bool frozen);
    [all...]
InputDispatcher.cpp 258 // If dispatching is frozen, do not process timeouts or try to deliver any new events.
261 ALOGD("Dispatch frozen. Waiting some more.");
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
options_page.css 72 .frozen {
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-example-membrane.js 68 // As long as obj is not frozen, the proxy won't allow itself to be fixed
  /external/v8/test/mjsunit/harmony/
proxies-example-membrane.js 68 // As long as obj is not frozen, the proxy won't allow itself to be fixed
  /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...]

Completed in 948 milliseconds

1 2