HomeSort by relevance Sort by last modified time
    Searched refs:writable (Results 176 - 200 of 286) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_build.c 267 dr.Writable = 0;
276 unsigned writable,
285 dr.Writable = writable;
457 full_decl->Resource.Writable,
    [all...]
  /external/chromium_org/v8/test/mjsunit/es6/
array-iterator.js 40 assertEquals(desc.writable, !(attrs & READ_ONLY));
unscopables.js 90 assertFalse(descr.writable);
  /external/chromium_org/v8/test/webkit/fast/js/kde/
RegExp.js 149 // regexp are writable ?
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 267 dr.Writable = 0;
276 unsigned writable,
285 dr.Writable = writable;
457 full_decl->Resource.Writable,
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrContext.cpp 703 if (!am.setIdentity(this, paint.writable())) {
710 paint.writable()->setAntiAlias(false);
    [all...]
GrOvalRenderer.cpp     [all...]
  /external/skia/src/gpu/
GrContext.cpp 670 if (!am.setIdentity(this, paint.writable())) {
677 paint.writable()->setAntiAlias(false);
    [all...]
GrOvalRenderer.cpp     [all...]
  /external/chromium_org/mojo/public/python/mojo/
system.pyx 453 - If code is RESULT_OK, two_phase_buffer is a writable
576 - If code is RESULT_OK, mapped_buffer is a readable/writable
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 152 // waiting until we get our first writable notification before initiating
334 if (!ready_to_connect_ || !channel->writable())
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
evergreen_compute.c 81 writable images should be listed first < 10, so their id corresponds to RAT(id+1)
82 writable images will consume TEX slots, VTX slots too because of linear indexing
481 if (resources[i]->base.writable) {
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
serialutil.py 528 def writable(self): return True member in class:SerialBase
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c 81 writable images should be listed first < 10, so their id corresponds to RAT(id+1)
82 writable images will consume TEX slots, VTX slots too because of linear indexing
481 if (resources[i]->base.writable) {
  /external/qemu/qapi-auto-generated/
qmp-commands.h 189 void qmp_nbd_server_add(const char * device, bool has_writable, bool writable, Error **errp);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gzip.py 409 def writable(self): member in class:GzipFile
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gzip.py 409 def writable(self): member in class:GzipFile
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptSource.js 552 // Not all bindings provide proper descriptors. Fall back to the writable, configurable property.
556 descriptor = { name: name, value: o[property], writable: false, configurable: false, enumerable: false, __proto__: null };
591 push(descriptors, { name: "__proto__", value: object.__proto__, writable: true, configurable: true, enumerable: false, isOwn: true, __proto__: null });
    [all...]
  /external/chromium_org/tools/gyp/test/lib/
TestCmd.py 60 test.writable('dir', 1)
61 test.writable('dir', None)
989 self.writable(dir, 1)
1489 def writable(self, top, write=1): member in class:TestCmd
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
private.js 284 assertEquals(i % 2 == 0, desc.writable)
  /external/chromium_org/v8/test/webkit/fast/js/
basic-strict-mode.js 144 Object.defineProperty(objectWithReadonlyProperty, "prop", {value: "value", writable:false});
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java 291 * @param rawContactId identifies a writable raw-contact whose photo is to be updated.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_memoryio.py 325 self.assertEqual(memio.writable(), True)
331 self.assertRaises(ValueError, memio.writable)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_memoryio.py 325 self.assertEqual(memio.writable(), True)
331 self.assertRaises(ValueError, memio.writable)
  /external/chromium_org/v8/test/mjsunit/
strict-mode.js 760 Object.defineProperty(o, "foo", { value: "FOO", writable: false });
    [all...]

Completed in 1221 milliseconds

1 2 3 4 5 6 78 91011>>