/development/ndk/sources/android/libportable/arch-mips/ |
filefd.c | 32 * Maintaining a list of special file descriptors in lib-portable: 35 * These are file descriptors which were opened with system calls 47 * and importing environment variables for file descriptors that are not 68 * attributes for file descriptors and memory and will be disabled 161 * so the state of the file descriptors that the child 447 /* Reads on these descriptors are portable; no need to be mapped. */
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor_database.h | 35 // Interface for manipulating databases of descriptors. 57 // Abstract interface for a database of descriptors. 60 // descriptors on-demand from some sort of large database. If the database 64 // descriptors when they are needed. 163 // Helpers to recursively add particular descriptors and all their contents 262 // Very similar to SimpleDescriptorDatabase, but stores all the descriptors
|
/external/protobuf/src/google/protobuf/ |
descriptor_database.h | 35 // Interface for manipulating databases of descriptors. 56 // Abstract interface for a database of descriptors. 59 // descriptors on-demand from some sort of large database. If the database 63 // descriptors when they are needed. 162 // Helpers to recursively add particular descriptors and all their contents 261 // Very similar to SimpleDescriptorDatabase, but stores all the descriptors
|
/external/chromium/chrome/browser/chromeos/cros/ |
cros_mock.cc | 405 InputMethodDescriptors* descriptors = new InputMethodDescriptors; local 406 descriptors->push_back( 408 return descriptors;
|
cros_mock.h | 84 // Creates input method descriptors. This is a helper function for
|
/external/chromium_org/ipc/ |
ipc_message.h | 194 // Returns true if there are any file descriptors in this message. 238 uint16 num_fds; // the number of descriptors included with this message 254 // The set of file descriptors associated with this message.
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/cocoa/ |
FontPlatformDataCocoa.mm | 207 const void* descriptors[] = { CTFontDescriptorCreateWithNameAndSize(CFSTR("LastResort"), 0) }; 208 const void* values[] = { CFArrayCreate(kCFAllocatorDefault, descriptors, WTF_ARRAY_LENGTH(descriptors), &kCFTypeArrayCallBacks) };
|
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
bss_fd.c | 72 * Trouble is that unlike Unix file descriptors [which are indexes 73 * in kernel-side per-process table], corresponding descriptors on 79 * file descriptors can only be provided by application. Therefore
|
/external/chromium_org/tools/telemetry/docs/ |
telemetry.unittest.simple_mock.html | 51 Data descriptors defined here:<br> 73 Data descriptors defined here:<br> 91 Data descriptors defined here:<br>
|
/external/emma/core/java12/com/vladium/emma/rt/ |
InstrClassLoadHook.java | 17 import com.vladium.util.Descriptors; 69 final String classVMName = Descriptors.javaNameToVMName (className); 100 // do not force overwrites of existing descriptors to support
|
/external/emma/core/java12/com/vladium/util/ |
Descriptors.java | 7 * $Id: Descriptors.java,v 1.1.1.1 2004/05/09 16:57:52 vlad_r Exp $ 18 abstract class Descriptors 231 private Descriptors () {} // prevent subclassing
|
/external/openssl/crypto/bio/ |
bss_fd.c | 72 * Trouble is that unlike Unix file descriptors [which are indexes 73 * in kernel-side per-process table], corresponding descriptors on 79 * file descriptors can only be provided by application. Therefore
|
/frameworks/base/core/java/android/hardware/usb/ |
UsbDeviceConnection.java | 71 * Returns the raw USB descriptors for the device. 72 * This can be used to access descriptors not supported directly 75 * @return raw USB descriptors
|
/frameworks/base/include/androidfw/ |
ZipFileRO.h | 24 * One such assumption is that if you're getting file descriptors for 67 * NOTE: If this is used on file descriptors inherited from a fork() operation, 69 * on the shared file descriptors.
|
/external/chromium_org/v8/src/ |
objects.cc | 2422 int descriptors = new_map->NumberOfOwnDescriptors(); local 2504 DescriptorArray* descriptors = instance_descriptors(); local 2520 DescriptorArray* descriptors = new_map->instance_descriptors(); local 2707 int descriptors = old_map->NumberOfOwnDescriptors(); local 2825 int descriptors = map->NumberOfOwnDescriptors(); local 3915 DescriptorArray* descriptors = transition_map->instance_descriptors(); local 4011 DescriptorArray* descriptors = object->map()->instance_descriptors(); local 4972 DescriptorArray* descriptors = this->map()->instance_descriptors(); local 5048 DescriptorArray* descriptors = object->map()->instance_descriptors(); local 6986 DescriptorArray* descriptors = map->instance_descriptors(); local 7004 DescriptorArray* descriptors = instance_descriptors(); local 7017 DescriptorArray* descriptors = instance_descriptors(); local 7090 DescriptorArray* descriptors; local 9379 DescriptorArray* descriptors = instance_descriptors(); local 15852 DescriptorArray* descriptors; local [all...] |
/device/generic/goldfish/opengl/system/OpenglSystemCommon/ |
gralloc_cb.h | 85 // file-descriptors
|
/external/bison/lib/ |
cloexec.c | 58 /* Use dup2 to reject invalid file descriptors; the cloexec flag
|
/external/chromium/base/ |
file_descriptor_posix.h | 12 // We introduct a special structure for file descriptors in order that we are
|
file_descriptor_shuffle.cc | 44 "extra_fds. Leaking file descriptors!");
|
sync_socket.h | 37 // descriptors are returned. Returns true on success, false on failure.
|
/external/chromium_org/base/ |
file_descriptor_posix.h | 11 // We introduct a special structure for file descriptors in order that we are
|
/external/chromium_org/base/posix/ |
file_descriptor_shuffle.cc | 44 "extra_fds. Leaking file descriptors!");
|
/external/chromium_org/components/breakpad/browser/ |
crash_dump_manager_android.h | 31 // This class creates these file descriptors and associates them with render
|
/external/chromium_org/components/nacl/renderer/ |
pnacl_translation_resource_host.h | 20 // PNaCl translator needs (e.g. descriptors for the translator nexes, temp
|
/external/chromium_org/media/base/android/ |
webaudio_media_codec_bridge.h | 21 // Create the bridge with the given file descriptors. We read from
|