/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/ |
libgcov.c | [all...] |
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/ |
libgcov.c | [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/ |
libgcov.c | [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/ |
libgcov.c | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/ |
libgcov.c | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/ |
libgcov.c | [all...] |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/ |
libgcov.c | [all...] |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/ |
libgcov.c | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-weblogic.jar | |
/external/openssh/ |
session.c | 445 * setting up file descriptors and such. 639 * setting up file descriptors, controlling tty, updating wtmp, utmp, [all...] |
scp.c | 225 * assigns the input and output file descriptors on success. 240 * Reserve two descriptors so that the real pipes won't get 241 * descriptors 0 and 1 because that will screw up dup2 below. 252 /* Free the reserved descriptors. */ 299 * input and output descriptors to be setup by a previous call to do_cmd().
|
serverloop.c | 274 * select masks. Upon return, the masks will indicate which descriptors 301 /* Allocate and update select() masks for channel descriptors. */ 606 /* Initialize max_fd to the maximum of the known file descriptors. */ 675 * descriptors, and we have no more data to send to the 737 /* Close the file descriptors. */ [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/ |
Descriptors.java | 50 * Descriptors are built from DescriptorProtos, as defined in 55 public final class Descriptors { 214 // FileDescriptorProto's tree and put all of the descriptors into the 384 * so we can't actually parse them until we've constructed the descriptors, 387 * constructing the descriptors. [all...] |
/external/grub/netboot/ |
i82586.c | 51 /* The Rx unit uses a list of frame descriptors and a list of data buffer 52 descriptors. We use full-sized (1518 byte) data buffers, so there is 53 a one-to-one pairing of frame descriptors to buffer descriptors. 125 Buffer Descriptors).
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_message.cc | 159 // used in the construction of descriptors, we have a tricky bootstrapping 161 // descriptors and other static data that depends on them are members of 183 "$private$static com.google.protobuf.Descriptors.Descriptor\n" 315 "public static final com.google.protobuf.Descriptors.Descriptor\n" 692 "public com.google.protobuf.Descriptors.Descriptor\n" [all...] |
/external/v8/src/ |
factory.cc | 863 Handle<Object> descriptors) { 864 v8::NeanderArray callbacks(descriptors); 869 // Number of descriptors added to the result so far. 875 // Copy the descriptors from the array. 885 // Fill in new callback descriptors. Process the callbacks from [all...] |
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prio.h | 79 typedef PRIntn PRDescIdentity; /* see: Layering file descriptors */ 214 ** The file descriptors can have predefined options set after they file 457 * Layering file descriptors 459 * File descriptors may be layered. Each layer has it's own identity. 537 * be pushed into an existing stack of file descriptors at any point the [all...] |
/external/e2fsprogs/ext2ed/doc/ |
user-guide.sgml | 978 allocation bitmap, group descriptors, file, directory.</Literal>Most of the above 1076 the group descriptors, inodes, directory entries, etc. For example: 1213 <Title>The group descriptors</Title> 1216 The group descriptors can be edited by the <Command>group</Command> command. 1221 number of group descriptors (and hence of group blocks), and the backup copy 1231 <Command>set</Command> command, to modify the group descriptors. 1235 The group descriptors object is a junction, from which you can reach: [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor_unittest.cc | 59 // Some helpers to make assembling descriptors faster. 171 // Build descriptors for the following definitions: 213 // Build the descriptors and get the pointers. 367 // Build descriptors for the following definitions: 435 // Build the descriptors and get the pointers. 829 // Test enum descriptors. 833 // Build descriptors for the following definitions: [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
physicalsocketserver.cc | [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
physicalsocketserver.cc | [all...] |
/dalvik/libdex/ |
DexProto.cpp | 462 const char* descriptors) { 463 return protoCompareToParameterDescriptors(proto, descriptors, false);
|
/external/chromium/base/ |
mach_ipc_mac.mm | 37 SetDescriptorCount(0); // start out with no descriptors 104 // add space for descriptors
|
/external/chromium/chrome/browser/ |
crash_handler_host_linux.cc | 196 // A nasty process could try and send us too many descriptors and 198 LOG(ERROR) << "Death signal contained wrong number of descriptors;"
|
/external/chromium/third_party/libevent/ |
evport.c | 82 * grow the array of file descriptors, doubling its size. 178 * checks all file descriptors, this function can be expensive when the maximum
|