/frameworks/base/core/java/com/android/internal/os/ |
ZygoteConnection.java | 146 FileDescriptor[] descriptors; local 152 descriptors = mSocket.getAncillaryFileDescriptors(); 169 if (descriptors != null && descriptors.length >= 3) { 171 new FileOutputStream(descriptors[2])); 218 * In order to avoid leaking descriptors to the Zygote child, 219 * the native code must close the two Zygote socket descriptors 225 * descriptors are released via a dup2() call which closes 267 handleChildProc(parsedArgs, descriptors, childPipeFd, newStderr); 276 return handleParentProc(pid, descriptors, serverPipeFd, parsedArgs) [all...] |
/bootable/recovery/minadbd/ |
usb_linux_client.c | 62 } __attribute__((packed)) descriptors = { variable in typeref:struct:__anon1108 65 .length = cpu_to_le32(sizeof(descriptors)), 71 .bLength = sizeof(descriptors.fs_descs.intf), 81 .bLength = sizeof(descriptors.fs_descs.source), 88 .bLength = sizeof(descriptors.fs_descs.sink), 97 .bLength = sizeof(descriptors.hs_descs.intf), 107 .bLength = sizeof(descriptors.hs_descs.source), 114 .bLength = sizeof(descriptors.hs_descs.sink), 278 ret = adb_write(h->control, &descriptors, sizeof(descriptors)); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/ |
AndroidManifestDescriptors.java | 17 package com.android.ide.eclipse.adt.internal.editors.manifest.descriptors; 26 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor; 27 import com.android.ide.eclipse.adt.internal.editors.descriptors.DescriptorsUtils; 28 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor; 29 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor.Mandatory; 30 import com.android.ide.eclipse.adt.internal.editors.descriptors.IDescriptorProvider; 31 import com.android.ide.eclipse.adt.internal.editors.descriptors.ITextAttributeCreator; 32 import com.android.ide.eclipse.adt.internal.editors.descriptors.ListAttributeDescriptor; 33 import com.android.ide.eclipse.adt.internal.editors.descriptors.ReferenceAttributeDescriptor; 34 import com.android.ide.eclipse.adt.internal.editors.descriptors.TextAttributeDescriptor [all...] |
/external/chromium_org/third_party/libusb/src/libusb/os/ |
linux_usbfs.c | 49 * sysfs allows us to read the kernel's in-memory copies of device descriptors 51 * - The binary "descriptors" file contains all config descriptors since 53 * - The binary "descriptors" file was added in 2.6.23, commit 55 * active config descriptors 66 * If we also have all descriptors, we can obtain the device descriptor and 72 * Descriptors exposed by usbfs have the multi-byte fields in the device 73 * descriptor as host endian. Multi-byte fields in the other descriptors are 76 * In sysfs all descriptors are bus-endian. 117 * config descriptors (rather then just the active config) to the sysf 141 unsigned char *descriptors; member in struct:linux_device_priv 737 unsigned char *descriptors = priv->descriptors; local 796 unsigned char *descriptors = priv->descriptors; local [all...] |
/external/chromium_org/third_party/libusb/src/libusb/ |
io.c | 176 * constraints on packet size defined by endpoint descriptors. The host must 437 * packet descriptors in hope that all the data gets transferred. For incoming 512 * exposes a set of file descriptors which allow you to do this. 598 * variant on a set of file descriptors for other event sources (e.g. keyboard 600 * libusbx's file descriptors to your poll()/select() calls, and when activity 601 * is detected on such descriptors you know it is time to call 610 * descriptors in your main event loop, you must also consider that libusbx 615 * offers you a set of pollable file descriptors and information about when 637 * sets of file descriptors or handling timeouts. libusb_handle_events() will 649 * movements, etc. Through exposing a set of file descriptors, libusbx i [all...] |
/development/ndk/sources/android/libportable/common/include/ |
filefd_portable.h | 21 * Maintaining a list of special file descriptors in lib-portable
|
/external/bison/lib/ |
pipe-safer.c | 26 /* Like pipe, but ensure that neither of the file descriptors is
|
pipe2-safer.c | 27 /* Like pipe2, but ensure that neither of the file descriptors is
|
/external/bison/m4/ |
close.m4 | 18 dnl application may use it and pass file descriptors that refer to
|
/external/chromium_org/base/files/ |
dir_reader_posix.h | 17 // seems worse than falling back to enumerating all file descriptors so we will
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
cros_language_options_handler.cc | 115 scoped_ptr<input_method::InputMethodDescriptors> descriptors( 117 localized_strings->Set("languageList", GetAcceptLanguageList(*descriptors)); 118 localized_strings->Set("inputMethodList", GetInputMethodList(*descriptors)); 164 const input_method::InputMethodDescriptors& descriptors) { 170 for (size_t i = 0; i < descriptors.size(); ++i) { 172 descriptors[i]; 196 const input_method::InputMethodDescriptors& descriptors, 203 for (size_t i = 0; i < descriptors.size(); ++i) { 204 const input_method::InputMethodDescriptor& descriptor = descriptors[i]; 407 const input_method::InputMethodDescriptors& descriptors) { [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/ |
language_options_handler.h | 28 // Gets the list of languages from the given input descriptors.
|
/external/chromium_org/chrome/installer/util/ |
delete_reg_key_work_item.h | 21 // the key and its subkeys take on their default security descriptors.
|
/external/chromium_org/chromeos/ime/ |
component_extension_ime_manager.cc | 216 const input_method::InputMethodDescriptors& descriptors = local 218 for (size_t i = 0; i < descriptors.size(); ++i) { 219 if (extension_ime_util::IsKeyboardLayoutExtension(descriptors[i].id())) 220 result.push_back(descriptors[i]);
|
/external/chromium_org/content/browser/gamepad/ |
gamepad_platform_data_fetcher_linux.h | 39 // File descriptors for the /dev/input/js* devices. -1 if not in use.
|
/external/chromium_org/content/common/ |
zygote_commands_linux.h | 28 // File descriptors initialized by the Zygote Host
|
/external/chromium_org/media/midi/ |
usb_midi_descriptor_parser.h | 18 // UsbMidiDescriptorParser parses USB descriptors and
|
/external/chromium_org/third_party/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);
|
/external/chromium_org/third_party/sqlite/src/test/ |
malloc6.test | 49 # Ensure that no file descriptors were leaked.
|
malloc7.test | 41 # Ensure that no file descriptors were leaked.
|
malloc9.test | 45 # Ensure that no file descriptors were leaked.
|
/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 | 32 __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 | 2 ../e2fsck/e2fsck: Group descriptors look bad... trying backup blocks...
|