Home
last modified time | relevance | path

Searched defs:writable (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
DSQLiteOpenHelper.java344 private SQLiteDatabase getDatabaseLocked(boolean writable) { in getDatabaseLocked()
/frameworks/base/apct-tests/perftests/rubidium/assets/
Drubidium_scoring_logic_compiled.js7 …c=c[f]}a=a[a.length-1];d=c[a];b=b(d);b!=d&&null!=b&&ba(c,a,{configurable:!0,writable:!0,value:b})}} property
8 …+f++,e)}function c(e,g){this.h=e;ba(this,"description",{configurable:!0,writable:!0,value:g})}if(a… property
9 …d&&"function"!=typeof d.prototype[a]&&ba(d.prototype,a,{configurable:!0,writable:!0,value:function… property
28 …a.u)return a.u|=b;Object.defineProperties(a,{u:{value:b,configurable:!0,writable:!0,enumerable:!1}… property
Drubidium_bidding_logic_compiled.js7 …c=c[f]}a=a[a.length-1];d=c[a];b=b(d);b!=d&&null!=b&&ca(c,a,{configurable:!0,writable:!0,value:b})}} property
8 …+f++,e)}function c(e,h){this.h=e;ca(this,"description",{configurable:!0,writable:!0,value:h})}if(a… property
9 …d&&"function"!=typeof d.prototype[a]&&ca(d.prototype,a,{configurable:!0,writable:!0,value:function… property
28 …a.A)return a.A|=b;Object.defineProperties(a,{A:{value:b,configurable:!0,writable:!0,enumerable:!1}… property
Dturtledove_generate_bid.js8 …=c[e]}a=a[a.length-1];d=c[a];b=b(d);b!=d&&null!=b&&ba(c,a,{configurable:!0,writable:!0,value:b})}}; property
9 … a;var b=function(g,f){this.ra=g;ba(this,"description",{configurable:!0,writable:!0,value:f})};b.p… property
10 …d&&"function"!=typeof d.prototype[a]&&ba(d.prototype,a,{configurable:!0,writable:!0,value:function… property
31 …id 0!==a.F?a.F|=b:Object.defineProperties(a,{F:{value:b,configurable:!0,writable:!0,enumerable:!1}… property
Dturtledove_parametrized_generateBid.js7 …=c[e]}a=a[a.length-1];d=c[a];b=b(d);b!=d&&null!=b&&ba(c,a,{configurable:!0,writable:!0,value:b})}}; property
8 … a;var b=function(g,f){this.ra=g;ba(this,"description",{configurable:!0,writable:!0,value:f})};b.p… property
9 …d&&"function"!=typeof d.prototype[a]&&ba(d.prototype,a,{configurable:!0,writable:!0,value:function… property
30 …id 0!==a.F?a.F|=b:Object.defineProperties(a,{F:{value:b,configurable:!0,writable:!0,enumerable:!1}… property
/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp1324 bool writable() const { return mWritable; } in writable() function
1341 std::shared_ptr<Mapped> map(bool writable, C2Fence *fence) { in map()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp1284 bool writable = false; in getDevicePropertyDesc() local