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

1 2

  /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/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.h 368 void setWorkQueueFrozen(bool frozen) { m_workQueue.setFrozen(frozen); }
443 void setFrozen(bool frozen) { m_frozen = frozen; }
  /external/icu4c/test/intltest/
usettest.cpp     [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_matrix.c 45 unsigned int frozen; member in struct:_Ewk_Tile_Matrix
749 if (!tm->frozen)
751 tm->frozen++;
763 if (!tm->frozen) {
768 tm->frozen--;
769 if (!tm->frozen)
ewk_tiled_model.c 510 unsigned int frozen; member in struct:_Ewk_Tile_Unused_Cache
775 tuc->frozen++;
786 if (!tuc->frozen) {
791 tuc->frozen--;
  /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/webkit/Source/WebKit/qt/Api/
qgraphicswebview.h 93 void setTiledBackingStoreFrozen(bool frozen);
qgraphicswebview.cpp 919 void QGraphicsWebView::setTiledBackingStoreFrozen(bool frozen)
925 backingStore->setContentsFrozen(frozen);
927 UNUSED_PARAM(frozen);
  /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 175 void setInputDispatchMode(bool enabled, bool frozen);
675 void NativeInputManager::setInputDispatchMode(bool enabled, bool frozen) {
676 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 320 virtual void setInputDispatchMode(bool enabled, bool frozen) = 0;
389 virtual void setInputDispatchMode(bool enabled, bool frozen);
    [all...]
InputDispatcher.cpp 256 // If dispatching is frozen, do not process timeouts or try to deliver any new events.
259 ALOGD("Dispatch frozen. Waiting some more.");
    [all...]
  /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/gcc/darwin-x86/arm/arm-eabi-4.6/include/
bfd.h 385 unsigned int frozen:1;
379 unsigned int frozen:1; member in struct:bfd_hash_table
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/
bfd.h 390 unsigned int frozen:1;
384 unsigned int frozen:1; member in struct:bfd_hash_table
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfd.h 385 unsigned int frozen:1;
379 unsigned int frozen:1; member in struct:bfd_hash_table
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/
bfd.h 390 unsigned int frozen:1;
384 unsigned int frozen:1; member in struct:bfd_hash_table
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/include/
bfd.h 385 unsigned int frozen:1;
379 unsigned int frozen:1; member in struct:bfd_hash_table
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/include/
bfd.h 390 unsigned int frozen:1;
384 unsigned int frozen:1; member in struct:bfd_hash_table
    [all...]

Completed in 318 milliseconds

1 2