/external/bison/lib/ |
pipe-safer.c | 28 /* Like pipe, but ensure that neither of the file descriptors is
|
/external/chromium/base/ |
dir_reader_posix.h | 18 // seems worse than falling back to enumerating all file descriptors so we will
|
global_descriptors_posix.cc | 38 // descriptors by adding a fixed offset:
|
/external/chromium/chrome/browser/ui/webui/options/ |
language_options_handler.h | 26 // Gets the list of languages from the given input descriptors.
|
/external/dbus/dbus/ |
dbus-message-private.h | 80 int *unix_fds; /**< File descriptors that have been read from the transport but not yet been handed to any message. Array will be allocated at first use. */ 81 unsigned n_unix_fds_allocated; /**< Number of file descriptors this array has space for */ 82 unsigned n_unix_fds; /**< Number of valid file descriptors in array */ 126 /**< Unix file descriptors associated with this message. These are
|
/external/e2fsprogs/intl/ |
gettextP.h | 96 /* Pointer to descriptors of original strings in the file. */ 98 /* Pointer to descriptors of translated strings in the file. */ 103 /* Pointer to descriptors of original sysdep strings. */ 105 /* Pointer to descriptors of translated sysdep strings. */
|
/external/e2fsprogs/lib/ext2fs/ |
e2image.h | 33 __u32 offset_super; /* Byte offset of the sb and descriptors */
|
/external/e2fsprogs/tests/f_badprimary/ |
expect.1 | 12 Block 2 in the primary group descriptors is on the bad block list
|
/external/e2fsprogs/tests/f_illitable_flexbg/ |
expect.1 | 1 ../e2fsck/e2fsck: Group descriptors look bad... trying backup blocks...
|
/external/grub/netboot/ |
epic100.h | 128 /* description of the rx descriptors control bits */ 148 /* description of rx descriptors status bits */ 164 /* description of tx descriptors status bits */ 181 /* description of the tx descriptors control bits */
|
/external/kernel-headers/original/asm-x86/ |
vm86.h | 74 * normal regs, with special meaning for the segment descriptors.. 142 * mode - the main change is that the old segment descriptors aren't 144 * hardware when a trap occurs), and the real segment descriptors are 152 * normal regs, with special meaning for the segment descriptors..
|
/external/kernel-headers/original/linux/ |
posix_types.h | 7 * This allows for 1024 file descriptors: if NR_OPEN is ever grown
|
/external/oprofile/daemon/ |
oprofiled.h | 31 * descriptors. Failure to open on either descriptor is
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
Service.java | 52 Descriptors.ServiceDescriptor getDescriptorForType(); 84 void callMethod(Descriptors.MethodDescriptor method, 107 Message getRequestPrototype(Descriptors.MethodDescriptor method); 116 Message getResponsePrototype(Descriptors.MethodDescriptor method);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
personality.h | 12 FDPIC_FUNCPTRS = 0x0080000, /* userspace function ptrs point to descriptors
|
posix_types.h | 7 * This allows for 1024 file descriptors: if NR_OPEN is ever grown
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/ |
audio.h | 41 /* As above, but more useful for defining your own descriptors: */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/ |
AnimationContentAssist.java | 27 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor; 28 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor; 29 import com.android.ide.eclipse.adt.internal.editors.descriptors.IDescriptorProvider; 30 import com.android.ide.eclipse.adt.internal.editors.descriptors.SeparatorAttributeDescriptor;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
BooleanAttributeDescriptor.java | 17 package com.android.ide.eclipse.adt.internal.editors.descriptors;
|
EnumAttributeDescriptor.java | 17 package com.android.ide.eclipse.adt.internal.editors.descriptors;
|
IUnknownDescriptorProvider.java | 17 package com.android.ide.eclipse.adt.internal.editors.descriptors;
|
SeparatorAttributeDescriptor.java | 17 package com.android.ide.eclipse.adt.internal.editors.descriptors;
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
DescriptorsTest.java | 36 import com.google.protobuf.Descriptors.DescriptorValidationException; 37 import com.google.protobuf.Descriptors.FileDescriptor; 38 import com.google.protobuf.Descriptors.Descriptor; 39 import com.google.protobuf.Descriptors.FieldDescriptor; 40 import com.google.protobuf.Descriptors.EnumDescriptor; 41 import com.google.protobuf.Descriptors.EnumValueDescriptor; 42 import com.google.protobuf.Descriptors.ServiceDescriptor; 43 import com.google.protobuf.Descriptors.MethodDescriptor; 65 * Unit test for {@link Descriptors}. 447 Descriptors.FileDescriptor.buildFrom(fileDescriptorProto, [all...] |
/dalvik/libdex/ |
DexProto.h | 113 * Get the parameter descriptors for the given prototype. This is the 114 * concatenation of all the descriptors for all the parameters, in 191 * Compare a prototype and a concatenation of type descriptors. The 192 * comparison is done as if the descriptors were converted to a 196 const char* descriptors);
|
/frameworks/base/core/java/com/android/internal/os/ |
ZygoteConnection.java | 178 FileDescriptor[] descriptors; local 182 descriptors = mSocket.getAncillaryFileDescriptors(); 198 if (descriptors != null && descriptors.length >= 3) { 200 new FileOutputStream(descriptors[2])); 249 handleChildProc(parsedArgs, descriptors, childPipeFd, newStderr); 258 return handleParentProc(pid, descriptors, serverPipeFd, parsedArgs); 786 * @param descriptors null-ok; new file descriptors for stdio if available. 795 FileDescriptor[] descriptors, FileDescriptor pipeFd, PrintStream newStderr [all...] |