/external/webkit/WebCore/manual-tests/inspector/ |
forzen-ui-while-paused.html | 10 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=20042">Bug 20042: UI frozen when the debugger is paused</a>.</p>
|
/external/bison/m4/ |
m4.m4 | 20 # Check for GNU m4, at least 1.3 (supports frozen files). 23 AC_CACHE_CHECK(whether m4 supports frozen files, ac_cv_prog_gnu_m4,
|
/external/icu4c/common/ |
utrie2.h | 79 * Open a frozen trie from its serialized from, stored in 32-bit-aligned memory. 103 * Open a frozen, empty "dummy" trie. 132 * objects, frozen or not, holding 16-bit or 32-bit data values. 197 * which determines the data value width in the serialized and frozen forms. 221 * is frozen. (See utrie2_freeze().) 246 * - U_NO_WRITE_PERMISSION if the trie is frozen 262 * - U_NO_WRITE_PERMISSION if the trie is frozen 275 * A trie can be frozen only once. If this function is called again with different 285 * but not frozen and not usable with the fast macros) 293 * Test if the trie is frozen. (See utrie2_freeze(). [all...] |
unisetspan.h | 59 // Copy constructor. Assumes which==ALL for a frozen set.
|
/external/icu4c/common/unicode/ |
uset.h | 304 * If this set is frozen, then the clone will be frozen as well. 305 * Use uset_cloneAsThawed() for a mutable clone of a frozen set. 315 * Determines whether the set has been frozen (made immutable) or not. 318 * @return TRUE/FALSE for whether the set has been frozen 328 * Once frozen, it cannot be unfrozen and is therefore thread-safe 333 * A frozen set will not be modified. (It remains frozen.) 335 * @return the same set, now frozen 359 * A frozen set will not be modified [all...] |
uniset.h | 277 BMPSet *bmpSet; // The set is frozen iff either bmpSet or stringSpan is not NULL. 428 * A frozen set will not be modified. 457 * If this set is frozen, then the clone will be frozen as well. 458 * Use cloneAsThawed() for a mutable clone of a frozen set. 518 * Determines whether the set has been frozen (made immutable) or not. 520 * @return TRUE/FALSE for whether the set has been frozen 529 * Once frozen, it cannot be unfrozen and is therefore thread-safe 534 * A frozen set will not be modified. (It remains frozen. [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/iptables/include/linux/netfilter_ipv4/ |
ipt_conntrack.h | 42 /* This is exposed to userspace, so remains frozen in time. */
|
/external/kernel-headers/original/linux/netfilter/ |
xt_conntrack.h | 28 /* This is exposed to userspace, so remains frozen in time. */
|
/ndk/ |
README.TXT | 14 See docs/STABLE-APIS.TXT for the list of frozen binary APIs exposed by
|
/system/core/include/cutils/ |
logd.h | 20 /* the stable/frozen log-related definitions have been
|
/external/icu4c/test/perf/unisetperf/ |
unisetperf.cpp | 158 // Verify that the frozen set is equal to the unfrozen one. 168 fprintf(stderr, "error: frozen set != original!\n"); 208 // Verify that the frozen set is equal to the unfrozen one. 230 fprintf(stderr, "error: frozen set != original!\n"); 259 // Verify that the frozen set is equal to the unfrozen one. 281 fprintf(stderr, "error: frozen set != original!\n"); 314 // Verify that the frozen set is equal to the unfrozen one. 331 fprintf(stderr, "error: frozen set != original!\n"); 360 // Verify that the frozen set is equal to the unfrozen one. 377 fprintf(stderr, "error: frozen set != original!\n") [all...] |
/external/icu4c/tools/toolutil/ |
writesrc.h | 46 * Calls usrc_writeArray() for the index and data arrays of a frozen UTrie2.
|
/external/webkit/WebCore/manual-tests/ |
input-starved-by-timers.html | 48 button (or browser's menu) while UI is frozen: <button onclick="log('clicked')">Click Me</button> <hr>
|
/external/icu4c/test/intltest/ |
usettest.cpp | [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
TextView_SaveStateTest.java | 67 * @param frozenWithFocus the frozen with focus
|
/external/icu4c/i18n/ |
rbt_data.cpp | 84 ruleSet.setData(this); // ruleSet must already be frozen
|
/build/core/ |
version_defaults.mk | 52 # the new release are frozen (so that developers don't write apps against
|
/ndk/build/platforms/android-3/arch-arm/usr/include/android/ |
log.h | 29 * here to be FROZEN ON ALL UPCOMING PLATFORM RELEASES.
|
/ndk/build/platforms/android-4/arch-arm/usr/include/android/ |
log.h | 29 * here to be FROZEN ON ALL UPCOMING PLATFORM RELEASES.
|
/ndk/build/platforms/android-5/arch-arm/usr/include/android/ |
log.h | 29 * here to be FROZEN ON ALL UPCOMING PLATFORM RELEASES.
|
/ndk/build/platforms/android-5/arch-x86/usr/include/android/ |
log.h | 29 * here to be FROZEN ON ALL UPCOMING PLATFORM RELEASES.
|
/ndk/build/platforms/android-8/arch-arm/usr/include/android/ |
log.h | 29 * here to be FROZEN ON ALL UPCOMING PLATFORM RELEASES.
|
/ndk/build/platforms/android-8/arch-x86/usr/include/android/ |
log.h | 29 * here to be FROZEN ON ALL UPCOMING PLATFORM RELEASES.
|
/packages/inputmethods/PinyinIME/jni/include/ |
spellingtable.h | 63 // If frozen is true, put_spelling() and contain() are not allowed to call.
|