HomeSort by relevance Sort by last modified time
    Searched full:freeze (Results 1 - 25 of 191) sorted by null

1 2 3 4 5 6 7 8

  /external/webkit/LayoutTests/fast/dom/CSSStyleDeclaration/
empty-string-property-expected.txt 1 Regression test for http://bugs.webkit.org/show_bug.cgi?id=15169 Freeze on Google maps using the "Dig a hole" tool.
empty-string-property.html 4 Freeze on Google maps using the "Dig a hole" tool</i>.
  /external/webkit/Source/WebCore/manual-tests/animation/
animateColor-by.svg 3 <animateColor attributeName="fill" by='green' dur='3s' fill='freeze' />
animateColor-from-by.svg 3 <animateColor attributeName="fill" from='#DD0000' by='#0000DD' dur='3s' fill='freeze' />
animateColor-to-from.svg 3 <animateColor attributeName="fill" from='blue' to='green' dur='3s' fill='freeze' />
animateColor-to.svg 3 <animateColor attributeName="fill" to='green' dur='3s' fill='freeze' />
animateColor-values-simple.svg 3 <animateColor attributeName="fill" values='blue; green' dur='3s' fill='freeze' />
animateTransform-repeat-once.svg 3 <animateTransform attributeName="transform" type='translate' from='0,0' to='100,0' dur='2s' repeatCount='2' fill='freeze' />
animateTransform-keyTimes.svg 3 <animateTransform attributeName="transform" type='translate' values='0,0; 10,0; 100,0' keyTimes='0; .6; 1' dur='3s' fill='freeze' />
  /external/icu4c/i18n/
rbt_set.h 37 * rule set is getting built. After that, freeze() reorders and
45 * Sorted and indexed table of rules. This is created by freeze()
47 * the rules in ruleVector. It is zero before freeze() is called
55 * freeze(). Before freeze() is called it contains garbage.
98 * a call to <code>freeze()</code> before the rule set is used.
99 * This method must <em>not</em> be called after freeze() has been
110 * <code>addRule()</code>; (2) freeze the set using
111 * <code>freeze()</code>; (3) use the rule set. If
114 * That is, <code>freeze()</code> may be called multiple times
    [all...]
rbt_set.cpp 205 freeze(p, status);
221 int32_t len = index[256]; // see freeze()
238 * a call to <code>freeze()</code> before the rule set is used.
240 * <p>If freeze() has already been called, calling addRule()
241 * unfreezes the rules, and freeze() must be called again.
265 * <code>addRule()</code>; (2) freeze the set using
266 * <code>freeze()</code>; (3) use the rule set. If
269 * That is, <code>freeze()</code> may be called multiple times,
272 void TransliterationRuleSet::freeze(UParseError& parseError,UErrorCode& status) { function in class:TransliterationRuleSet
333 /* Freeze things into an array
    [all...]
  /external/chromium/chrome/browser/resources/shared/images/
throbber.svg 10 begin="0s" dur="1s" fill="freeze" repeatCount="indefinite" />
  /external/v8/test/mjsunit/
object-freeze.js 28 // Tests the Object.freeze and Object.isFrozen methods - ES 15.2.3.9 and
36 Object.freeze(non_objects[key]);
39 assertTrue(/Object.freeze called on non-object/.test(e));
67 Object.freeze(obj);
107 Object.freeze(obj2);
121 // Test freeze on arrays.
136 Object.freeze(arr);
187 // Make sure that Object.freeze returns the frozen object.
189 assertTrue(obj6 === Object.freeze(obj6))
  /external/webkit/Tools/Scripts/
clean-header-guards 28 ].freeze
30 IgnoreFileNamesPattern = Regexp.union(*IgnoredFilenamePatterns).freeze
  /external/v8/test/mjsunit/regress/
regress-1103.js 29 // freeze the global proxy.
32 obj = Object.freeze(obj);
regress-1233.js 28 // Test that Object.freeze and Object.getOwnPropertyDescriptor do not
43 Object.freeze(x);
regress-842.js 29 // changed (a property is added) after which freeze and seal would fail
39 obj = Object.freeze(obj);
regress-1120.js 32 Object.freeze(obj);
regress-851.js 30 Object.freeze({});
  /external/webkit/Source/WebCore/manual-tests/
input-starved-by-timers.html 44 This test will create enough timers to freeze browser UI. After 10 seconds, it
47 UI freeze. Refresh the page to repeat the experiment.<br>Try to click at this
  /external/oprofile/daemon/liblegacy/
opd_image.h 58 * allowed to freeze the image struct itself.
71 * close the samples files then freeze all memory belonging to this image.
  /external/stlport/src/
strstream.cpp 102 void strstreambuf::freeze(bool frozenflag) { function in class:strstreambuf
108 freeze(true);
342 void ostrstream::freeze(bool freezeflag) { function in class:ostrstream
343 _M_buf.freeze(freezeflag);
375 void strstream::freeze(bool freezeflag) { function in class:strstream
376 _M_buf.freeze(freezeflag);
  /ndk/sources/cxx-stl/stlport/src/
strstream.cpp 102 void strstreambuf::freeze(bool frozenflag) { function in class:strstreambuf
108 freeze(true);
342 void ostrstream::freeze(bool freezeflag) { function in class:ostrstream
343 _M_buf.freeze(freezeflag);
375 void strstream::freeze(bool freezeflag) { function in class:strstream
376 _M_buf.freeze(freezeflag);
  /packages/apps/Mms/src/com/android/mms/dom/smil/
ElementTimeImpl.java 34 private static final String FILL_FREEZE_ATTRIBUTE = "freeze";
180 // FIXME handle it as freeze for now
183 // FIXME handle it as freeze for now
203 * specified as "freeze".
227 // FIXME handle it as freeze for now
230 // FIXME handle it as freeze for now
  /external/kernel-headers/original/linux/
pm.h 147 * FREEZE -- stop operations and apply whatever policy is applicable to a
148 * suspended driver of that class, freeze queues for block like IDE
152 * SUSPEND - like FREEZE, but hardware is doing as much powersaving as

Completed in 6880 milliseconds

1 2 3 4 5 6 7 8