OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:freezing
(Results
1 - 25
of
48
) sorted by null
1
2
/external/chromium_org/v8/test/webkit/
preventExtensions.js
115
// Check that
freezing
a function works correctly.
122
// Check that
freezing
a strict function works correctly.
129
// Check that
freezing
array objects works correctly.
136
// Check that
freezing
arguments objects works correctly.
enter-dictionary-indexing-mode-with-blank-indexing-type.js
28
//
Freezing
the Array prototype causes us to create ArrayStorage on the prototype, which has a blank indexing type.
/external/chromium_org/v8/test/mjsunit/
object-freeze.js
196
// Test that the enumerable attribute is unperturbed by
freezing
.
233
// Setting elements after
freezing
should not be allowed
240
//
Freezing
an object in dictionary mode should work
241
// Also testing that getter/setter properties work after
freezing
269
//
Freezing
arguments should work
277
//
Freezing
sparse arrays
283
// Accessors on fast object should behavior properly after
freezing
/external/chromium_org/third_party/WebKit/ManualTests/
input-starved-by-timers.html
36
log("
Freezing
UI...");
/external/chromium_org/v8/test/mjsunit/regress/
regress-1103.js
28
// Test that
freezing
the global object functions correctly and does not
regress-2606.js
59
// Check
freezing
Object.prototype completely.
/external/v8/test/mjsunit/regress/
regress-1103.js
28
// Test that
freezing
the global object functions correctly and does not
/frameworks/support/v4/java/android/support/v4/app/
NoSaveStateFrameLayout.java
49
* Override to prevent
freezing
of any child views.
/external/qemu/
buffered_file.c
89
DPRINTF("backend not ready,
freezing
\n");
135
DPRINTF("backend not ready,
freezing
\n");
qemu-timer.c
343
* properly. this results in the UI
freezing
while emulation
[
all
...]
/external/kernel-headers/original/asm-x86/
thread_info_32.h
138
#define TIF_FREEZE 19 /* is
freezing
for suspend */
/external/kernel-headers/original/linux/
sched.h
1545
static inline int
freezing
(struct task_struct *p)
function
1602
static inline int
freezing
(struct task_struct *p) { return 0; }
function
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWM.m
239
/* this is the magic call that fixes cursor "
freezing
" after warp */
/frameworks/base/services/java/com/android/server/wm/
InputMonitor.java
457
Slog.v(WindowManagerService.TAG, "
Freezing
input dispatching");
WindowManagerService.java
263
* If true, the window manager will do its own custom
freezing
and general
[
all
...]
/external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.h
235
//
Freezing
the control while it is already frozen is permitted; the control
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
filter.js
33
* To be used with large images to avoid
freezing
up the UI.
image_util.js
404
* stripe-by-stripe to avoid
freezing
up the UI. The transform is taken into
/external/chromium_org/tools/telemetry/telemetry/page/
page_runner.py
100
# the first navigation in a PageSet
freezing
indefinitly because the
/frameworks/base/core/java/android/widget/
AdapterView.java
779
* Override to prevent
freezing
of any views created by the adapter.
[
all
...]
/frameworks/base/docs/html/reference/com/google/android/gms/common/data/
DataBufferUtils.html
1108
Type T is the type of object returned by
freezing
an element of the DataBuffer. In most
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AdapterViewICS.java
781
* Override to prevent
freezing
of any views created by the adapter.
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
uset.h
351
*
Freezing
the set may also make some operations faster, for example
[
all
...]
/external/icu4c/common/unicode/
uset.h
355
*
Freezing
the set may also make some operations faster, for example
[
all
...]
/external/icu4c/i18n/
tznames_impl.cpp
474
* After
freezing
, the pool can not be searched or added to,
[
all
...]
Completed in 1385 milliseconds
1
2