HomeSort by relevance Sort by last modified time
    Searched refs:freeze (Results 26 - 50 of 160) sorted by null

12 3 4 5 6 7

  /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);
  /external/v8/test/mjsunit/
object-freeze.js 28 // Tests the Object.freeze and Object.isFrozen methods - ES 15.2.3.9 and
37 Object.freeze(non_objects[key]);
40 assertTrue(/Object.freeze called on non-object/.test(e));
71 Object.freeze(obj);
111 Object.freeze(obj2);
125 // Test freeze on arrays.
140 Object.freeze(arr);
191 // Make sure that Object.freeze returns the frozen object.
193 assertTrue(obj6 === Object.freeze(obj6))
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc 275 // Freeze the screen.
278 text_object_model_->Freeze(&count);
559 ScopedFreeze freeze(this, GetTextObjectModel());
618 // synchronously change the permanent text to the new URL. If we don't freeze
621 ScopedFreeze freeze(this, GetTextObjectModel());
650 ScopedFreeze freeze(this, GetTextObjectModel());
700 ScopedFreeze freeze(this, GetTextObjectModel());
708 ScopedFreeze freeze(this, GetTextObjectModel());
782 ScopedFreeze freeze(this, GetTextObjectModel());
800 ScopedFreeze freeze(this, GetTextObjectModel())
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1447.js 28 [0].forEach(function(){ Object.freeze(Array.prototype.forEach); });
33 [0].forEach(function(){ Object.freeze(Array.prototype.forEach); });
regress-2419.js 29 Object.freeze(a);
34 Object.freeze(b);
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-88858.js 60 Object.freeze(p);
61 new new freeze().p;
regress-851.js 30 Object.freeze({});
regress-freeze.js 33 Object.freeze(o);
  /external/replicaisland/src/com/replica/replicaisland/
TimeSystem.java 112 public void freeze(float seconds) { method in class:TimeSystem
  /external/v8/test/mjsunit/regress/
regress-1447.js 28 [0].forEach(function(){ Object.freeze(Array.prototype.forEach); });
33 [0].forEach(function(){ Object.freeze(Array.prototype.forEach); });
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-88858.js 60 Object.freeze(p);
61 new new freeze().p;
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-hash.js 74 TestSet(Set, Object.freeze)
117 TestMap(Map, Object.freeze)
121 TestMap(WeakMap, Object.freeze)
proxies-example-membrane.js 158 var handler = Proxy.create(Object.freeze({
195 var gate = Object.freeze({
200 return Object.freeze({
314 var dryRevokeHandler = Proxy.create(Object.freeze({
381 var wetRevokeHandler = Proxy.create(Object.freeze({
425 var gate = Object.freeze({
427 dry2wet = wet2dry = Object.freeze({
434 return Object.freeze({ wrapper: asDry(wetTarget), gate: gate });
proxies.js     [all...]
  /external/v8/test/mjsunit/harmony/
proxies-hash.js 74 TestSet(Set, Object.freeze)
117 TestMap(Map, Object.freeze)
121 TestMap(WeakMap, Object.freeze)
proxies-example-membrane.js 158 var handler = Proxy.create(Object.freeze({
195 var gate = Object.freeze({
200 return Object.freeze({
314 var dryRevokeHandler = Proxy.create(Object.freeze({
381 var wetRevokeHandler = Proxy.create(Object.freeze({
425 var gate = Object.freeze({
427 dry2wet = wet2dry = Object.freeze({
434 return Object.freeze({ wrapper: asDry(wetTarget), gate: gate });
proxies.js     [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
SpatialTrack.java 157 this.translations.freeze();
163 this.rotations.freeze();
169 this.scales.freeze();
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
util.rb 20 end.freeze
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
wrap_stringstream.hpp 97 m_stream.freeze( false );
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
app_installer.js 35 Object.freeze(AppInstaller.Result);

Completed in 1598 milliseconds

12 3 4 5 6 7