HomeSort by relevance Sort by last modified time
    Searched full:descriptors (Results 1601 - 1625 of 1862) sorted by null

<<61626364656667686970>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DomUtilities.java 29 import com.android.ide.eclipse.adt.internal.editors.descriptors.DescriptorsUtils;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/
Inspector-0.1.json 268 { "name": "writable", "type": "boolean", "optional": true, "description": "True if the value associated with the property may be changed (data descriptors only)." },
269 { "name": "get", "$ref": "RemoteObject", "optional": true, "description": "A function which serves as a getter for the property, or <code>undefined</code> if there is no getter (accessor descriptors only)." },
270 { "name": "set", "$ref": "RemoteObject", "optional": true, "description": "A function which serves as a setter for the property, or <code>undefined</code> if there is no setter (accessor descriptors only)." },
    [all...]
Inspector-1.0.json 379 { "name": "writable", "type": "boolean", "optional": true, "description": "True if the value associated with the property may be changed (data descriptors only)." },
380 { "name": "get", "$ref": "RemoteObject", "optional": true, "description": "A function which serves as a getter for the property, or <code>undefined</code> if there is no getter (accessor descriptors only)." },
381 { "name": "set", "$ref": "RemoteObject", "optional": true, "description": "A function which serves as a setter for the property, or <code>undefined</code> if there is no setter (accessor descriptors only)." },
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/
core.c 89 * a software standpoint (descriptors, configurations, interfaces, endpoints,
    [all...]
  /external/chromium_org/v8/src/arm/
stub-cache-arm.cc 469 DescriptorArray* descriptors = transition->instance_descriptors(); local
470 PropertyDetails details = descriptors->GetDetails(descriptor);
475 Handle<Object> constant(descriptors->GetValue(descriptor), masm->isolate());
    [all...]
  /external/chromium_org/v8/src/ia32/
stub-cache-ia32.cc 900 DescriptorArray* descriptors = transition->instance_descriptors(); local
    [all...]
  /external/chromium_org/v8/src/mips/
stub-cache-mips.cc 457 DescriptorArray* descriptors = transition->instance_descriptors(); local
458 PropertyDetails details = descriptors->GetDetails(descriptor);
463 Handle<Object> constant(descriptors->GetValue(descriptor), masm->isolate());
    [all...]
  /external/chromium_org/v8/src/x64/
stub-cache-x64.cc 886 DescriptorArray* descriptors = transition->instance_descriptors(); local
    [all...]
  /external/dnsmasq/man/
dnsmasq.8     [all...]
  /external/zlib/src/
zlib.h     [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
MemoryFileTest.java 49 // This will fail if the process runs out of file descriptors before
245 // Tests that we don't leak file descriptors or mmap areas
249 // file descriptors or address space if we leak either.
    [all...]
  /hardware/libhardware/include/hardware/
audio_effect.h     [all...]
  /libcore/luni/src/main/java/java/io/
ObjectInputStream.java     [all...]
  /external/e2fsprogs/debian/
changelog 327 descriptors need fixing, and the backup superblock is corrupt.
391 * Make sure libuuid closes all file descriptors before starting the
638 * Make e2fsck detect corrupted block group descriptors that would
    [all...]
  /external/mksh/src/
mksh.1     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c     [all...]
  /art/runtime/
utils.cc 797 // These are all single-character descriptors for primitive types.
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /dalvik/vm/oo/
Class.cpp     [all...]
  /device/samsung/manta/voicefx/
eS305VoiceProcessing.cpp 148 // Effect descriptors
    [all...]
  /external/bison/lib/
unistd.in.h 663 /* Return the maximum number of file descriptors in the current process.
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_hh.c 790 /* Add hid descriptors for already bonded hid devices*/
    [all...]
  /external/bzip2/
blocksort.c 951 and update the quadrant descriptors. Remember to
  /external/chromium/third_party/libevent/
event.h 98 descriptors that are triggered whenever a certain amount of time has passed
    [all...]
  /external/chromium_org/components/breakpad/app/
breakpad_linux.cc     [all...]

Completed in 1356 milliseconds

<<61626364656667686970>>