/external/e2fsprogs/ext2ed/ |
init.c | 114 wprintw (command_win,"Error - Failed to open descriptors file %s\n",file_name); 292 add_user_command (&ptr->type_commands,"group","Move to the group descriptors of the current inode table",type_ext2_inode___group);
|
/external/e2fsprogs/lib/ext2fs/ |
ext2_fs.h | 51 #define EXT2_RESIZE_INO 7 /* Reserved group descriptors inode */ 220 * Macro-instructions used to manage group descriptors
|
/external/e2fsprogs/misc/ |
mke2fs.8.in | 561 Write superblock and group descriptors only. This is useful if all of 566 superblock and group descriptors, while not touching the inode table
|
/external/emma/core/java12/com/vladium/emma/data/ |
DataFactory.java | 715 RandomAccessFileOutputStream rafout = new RandomAccessFileOutputStream (raf, IO_BUF_SIZE); // note: no new file descriptors created here 753 RandomAccessFileInputStream rafin = new RandomAccessFileInputStream (raf, IO_BUF_SIZE); // note: no new file descriptors created here
|
/external/grub/netboot/ |
davicom.c | 444 /* davicom_init_chain - setup the tx and rx descriptors */ 513 /* set up transmit and receive descriptors */
|
/external/javassist/src/main/javassist/bytecode/ |
Descriptor.java | 25 * A support class for dealing with descriptors. 107 throw new RuntimeException("multiple descriptors?: " + descriptor);
|
/external/kernel-headers/original/linux/ |
ext3_fs.h | 63 #define EXT3_RESIZE_INO 7 /* Reserved group descriptors inode */ 139 * Macro-instructions used to manage group descriptors
|
/external/libusb-compat/libusb/ |
core.c | 530 * config descriptors because we have to store all configurations in 532 * we hand-copy libusb-1.0's descriptors into our own structures. */
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
AbstractMessage.java | 33 import com.google.protobuf.Descriptors.Descriptor; 34 import com.google.protobuf.Descriptors.FieldDescriptor;
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_file.cc | 476 // ShutdownFile(): Deletes descriptors, default instances, etc. on shutdown. 528 // descriptors at initialization time.
|
/frameworks/av/media/libeffects/factory/ |
EffectsFactory.c | 397 // Function to get the sub effect descriptors of the effect whose uuid 399 // matching uuid and then copies the corresponding sub effect descriptors
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothGattServer.java | 558 List<BluetoothGattDescriptor> descriptors = characteristic.getDescriptors(); local 559 for (BluetoothGattDescriptor descriptor: descriptors) {
|
/frameworks/base/core/java/android/hardware/input/ |
InputManager.java | 426 * Gets all keyboard layout descriptors that are enabled for the specified input device. 429 * @return The keyboard layout descriptors.
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
bluetooth-le.jd | 83 value and 0-n descriptors that describe the characteristic's value. A 85 <li><strong>Descriptor</strong>—Descriptors are defined attributes that
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
UiElementPullParser.java | 40 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors; 41 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
PreviewIconFactory.java | 36 import com.android.ide.eclipse.adt.internal.editors.descriptors.DocumentDescriptor; 37 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutRefactoring.java | 46 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor; 48 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor;
|
/system/core/adb/ |
usb_linux.c | 180 // should have device and configuration descriptors, and atleast two endpoints 208 // loop through all the descriptors and look for the ADB interface
|
/external/e2fsprogs/resize/ |
resize2fs.c | 393 * Reallocate the group descriptors as necessary. 478 * Initialize the new block group descriptors 621 * Initialize the new block group descriptors [all...] |
/external/libmtp/src/ |
libusb-glue.c | 217 * @param dumpfile set to non-NULL to make the descriptors dump out 304 * @param dumpfile set to non-NULL to make the descriptors dump out 338 * we try the more esoteric "OS descriptors" (below). 523 // Devices well known to us will not have their descriptors 569 * Detect the raw MTP device descriptors and return a list of [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_subprocess.py | 617 # see bug #5179: Popen leaks file descriptors to PIPEs if 685 # does not close the file descriptors itself on the way out [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_subprocess.py | 617 # see bug #5179: Popen leaks file descriptors to PIPEs if 685 # does not close the file descriptors itself on the way out [all...] |
/external/dropbear/libtomcrypt/ |
changes | 163 -- Fixed bug in math descriptors where if you hadn't defined MECC (ECC support) you would get linker errors 164 -- Added RSA accelerators to the math descriptors to make it possible to not include the stock routines if you supply your own. 173 -- Added RSA keygen to the math descriptors 188 -- Added mp_neg() to the math descriptors. 190 -- Made the math descriptors buildable when RSA has been undefined 216 -- Added hmac callback to hash descriptors. [all...] |
/external/chromium_org/v8/src/ |
objects.h | 286 // Indicates whether we are only interested in the descriptors of a particular 287 // map, or in all descriptors in the descriptor array. [all...] |
heap-snapshot-generator.cc | 1226 DescriptorArray* descriptors = map->instance_descriptors(); local [all...] |