/external/chromium_org/third_party/libusb/src/libusb/ |
descriptor.c | 36 /** @defgroup desc USB descriptors 37 * This page details how to examine the various standard USB descriptors 140 /* descriptors */ 167 /* Copy any unknown descriptors into a storage area for drivers */ 281 /* Skip over any interface, class or vendor descriptors */ 309 /* Copy any unknown descriptors into a storage area for */ 430 /* Specific descriptors */ 461 /* Copy any unknown descriptors into a storage area for */ 851 /* Get the device capability descriptors */ [all...] |
/external/kernel-headers/original/linux/usb/ |
ch9.h | 19 * Note all descriptors are declared '__attribute__((packed))' so that: 46 * This bit flag is used in endpoint descriptors' bEndpointAddress field. 189 * STANDARD DESCRIPTORS ... as returned by GET_DESCRIPTOR, or 196 * The single exception is when device and configuration descriptors (but 197 * not other descriptors) are read from usbfs (i.e. /proc/bus/usb/BBB/DDD); 231 /* Conventional codes for class-specific descriptors. The convention is 241 /* All standard descriptors have these 2 fields at the beginning */ 305 * descriptors. 693 /* USB_DT_SECURITY: group of wireless security descriptors, including
|
/external/protobuf/src/google/protobuf/compiler/python/ |
python_generator.cc | 266 // We have to print the imports after the descriptors, so that mutually 319 // Prints descriptors and module-level constants for all top-level 416 // Prints Python equivalents of all Descriptors in |file|. 617 // to output a Python version of the descriptors, which the metaclass in 653 // to their respective descriptors. 719 // The only things we refer to from other files are message descriptors. 731 // Prints containing_type for nested descriptors or enum descriptors. 855 // these fields in correctly after all referenced descriptors have been [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
LocalVariableList.java | 67 * descriptors and the other only type signatures. The merged 68 * result is identical to the one with descriptors, except that 73 * @param descriptorList {@code non-null;} list with descriptors
|
/external/bluetooth/bluedroid/hci/include/ |
bt_vendor_lib.h | 75 * A pointer to int array type for open file descriptors. 82 * Numbers of opened file descriptors. 166 /** Define HCI channel identifier in the file descriptors array
|
/external/chromium_org/base/process/ |
launch.h | 96 // If non-null, remap file descriptors according to the mapping of 137 // - All file descriptors open in the parent process will be closed in the 172 // Close all file descriptors, except those which are a destination in the
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/ |
python_generator.cc | 291 // custom options that may be unknown when we define the descriptors. 344 // Prints descriptors and module-level constants for all top-level 446 // Prints Python equivalents of all Descriptors in |file|. 646 // to output a Python version of the descriptors, which the metaclass in 682 // to their respective descriptors. 759 // The only things we refer to from other files are message descriptors. 771 // Prints containing_type for nested descriptors or enum descriptors. [all...] |
/external/chromium_org/tools/telemetry/docs/ |
telemetry.core.chrome.extension_dict_backend.html | 67 Data descriptors defined here:<br> 88 Data descriptors defined here:<br> 125 Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
|
telemetry.core.chrome.inspector_memory.html | 67 Data descriptors defined here:<br> 88 Data descriptors defined here:<br> 125 Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
|
telemetry.core.chrome.inspector_timeline.html | 61 Data descriptors defined here:<br> 88 Data descriptors defined here:<br> 125 Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
|
telemetry.core.timeline.counter.html | 69 Data descriptors defined here:<br> 75 Data descriptors inherited from <a href="telemetry.core.timeline.event_container.html#TimelineEventContainer">telemetry.core.timeline.event_container.TimelineEventContainer</a>:<br> 97 Data descriptors defined here:<br>
|
/external/chromium_org/v8/src/ |
property-details.h | 72 // Only in lookup results, not in descriptors. 202 // The maximum number of descriptors we want in a descriptor array (should 211 // They are used both in property dictionaries and instance descriptors.
|
/external/e2fsprogs/lib/ext2fs/ |
openfs.c | 48 * the backup group descriptors and superblock --- so use the 265 * the group descriptors, because they're not there. 280 * Read group descriptors
|
/external/emma/core/java12/com/vladium/emma/report/lcov/ |
ReportGenerator.java | 27 import com.vladium.util.Descriptors; 192 + Descriptors.combineVMName(packageVMName, fileName) 307 + Descriptors.combineVMName(packageVMName, fileName)
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
DynamicMessage.java | 33 import com.google.protobuf.Descriptors.Descriptor; 34 import com.google.protobuf.Descriptors.FieldDescriptor; 42 * given a {@link Descriptors.Descriptor}.
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
MessageTest.java | 166 Descriptors.Descriptor descriptor = TestRequired.getDescriptor(); 179 Descriptors.Descriptor descriptor = TestRequiredForeign.getDescriptor(); 306 Descriptors.Descriptor descriptor = TestRequired.getDescriptor();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
inspect.py | 88 Methods implemented via descriptors that also pass one of the other 101 Data descriptors have both a __get__ and a __set__ attribute. Examples are 103 Typically, data descriptors will also have __name__ and __doc__ attributes 113 Member descriptors are specialized descriptors defined in extension 121 Member descriptors are specialized descriptors defined in extension 130 getset descriptors are specialized descriptors defined in extension 138 getset descriptors are specialized descriptors defined in extensio [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
inspect.py | 88 Methods implemented via descriptors that also pass one of the other 101 Data descriptors have both a __get__ and a __set__ attribute. Examples are 103 Typically, data descriptors will also have __name__ and __doc__ attributes 113 Member descriptors are specialized descriptors defined in extension 121 Member descriptors are specialized descriptors defined in extension 130 getset descriptors are specialized descriptors defined in extension 138 getset descriptors are specialized descriptors defined in extensio [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiFlagAttributeNode.java | 20 import com.android.ide.eclipse.adt.internal.editors.descriptors.DescriptorsUtils; 21 import com.android.ide.eclipse.adt.internal.editors.descriptors.FlagAttributeDescriptor; 22 import com.android.ide.eclipse.adt.internal.editors.descriptors.TextAttributeDescriptor;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiElementNodeTest.java | 20 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor; 21 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor.Mandatory; 85 * We declared the descriptors as having a "mandatory last" application element
|
/external/e2fsprogs/tests/r_resize_inode/ |
expect | 47 Primary superblock at 1, Group descriptors at 2-3 55 Backup superblock at 1025, Group descriptors at 1026-1027 69 Backup superblock at 3073, Group descriptors at 3074-3075 83 Backup superblock at 5121, Group descriptors at 5122-5123 97 Backup superblock at 7169, Group descriptors at 7170-7171 111 Backup superblock at 9217, Group descriptors at 9218-9219 209 Backup superblock at 25601, Group descriptors at 25602-25603 223 Backup superblock at 27649, Group descriptors at 27650-27651 357 Backup superblock at 50177, Group descriptors at 50178-50179 495 Primary superblock at 1, Group descriptors at 2- [all...] |
/bionic/libc/upstream-freebsd/lib/libc/stdio/ |
fdopen.c | 56 * File descriptors are a full int, but _file is only a short.
|
fopen.c | 67 * File descriptors are a full int, but _file is only a short.
|
/cts/tests/tests/net/src/android/net/cts/ |
LocalSocketTest.java | 59 // Test sending and receiving file descriptors
|
/device/asus/flo/voice_processing/ |
voice_processing_descriptors.c | 19 // Effect descriptors
|