/external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/ |
probslet.h | 79 ** file/socket descriptors or an exceptional condition is pending. A count of the 80 ** number of ready descriptors is returned unless a timeout occurs in which case 82 ** subsets consisting of those descriptors that are ready for the requested condition. 83 ** The total number of ready descriptors in all the sets is the return value. 92 ** A set describing the io descriptors for which ready for reading 96 ** A set describing the io descriptors for which ready for writing 100 ** A set describing the io descriptors for which exception pending 104 ** pointers if no descriptors are of interest for that particular condition. 113 ** A set describing the io descriptors which are ready for reading. 116 ** A set describing the io descriptors which are ready for writing [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
BuildResultsProperties.java | 20 // Property descriptors 37 private static Vector descriptors; field in class:BuildResultsProperties 39 descriptors = new Vector(); 40 descriptors.addElement(new TextPropertyDescriptor(P_ID_SMALL_VALUE, P_STR_SMALL_VALUE)); 41 descriptors.addElement(new TextPropertyDescriptor(P_ID_NO_BASELINE, P_STR_NO_BASELINE)); 42 descriptors.addElement(new TextPropertyDescriptor(P_ID_SINGLE_RUN, P_STR_SINGLE_RUN)); 43 descriptors.addElement(new TextPropertyDescriptor(P_ID_BIG_ERROR, P_STR_BIG_ERROR)); 44 descriptors.addElement(new TextPropertyDescriptor(P_ID_STUDENT_TTEST, P_STR_STUDENT_TTEST)); 45 descriptors.addElement(new TextPropertyDescriptor(P_ID_NOT_STABLE, P_STR_NOT_STABLE)); 46 descriptors.addElement(new TextPropertyDescriptor(P_ID_NOT_RELIABLE, P_STR_NOT_RELIABLE)) [all...] |
/external/qemu/memcheck/ |
memcheck_malloc_map.h | 34 /* Allocation descriptors map. */ 44 /* Initializes allocation descriptors map. 46 * map - Allocation descriptors map to initialize. 50 /* Inserts new (or replaces existing) entry in the allocation descriptors map. 58 * map - Allocation descriptors map where to insert new, or replace existing 73 /* Finds an entry in the allocation descriptors map that matches the given 76 * map - Allocation descriptors map where to search for an entry. 90 /* Pulls (finds and removes) an entry from the allocation descriptors map that 93 * map - Allocation descriptors map where to search for an entry. 106 /* Pulls (removes) an entry from the head of the allocation descriptors map [all...] |
/hardware/libhardware_legacy/audio/ |
audio_policy.conf | 15 # audio hardware module section: contains descriptors for all audio hw modules present on the 20 # Each module descriptor contains one or more output profile descriptors and zero or more 21 # input profile descriptors. Each profile lists all the parameters supported by a given output
|
/system/core/include/cutils/ |
native_handle.h | 27 int numFds; /* number of file-descriptors at &data[0] */ 35 * closes the file descriptors contained in this native_handle_t 57 * close the file descriptors; which can be achieved with native_handle_close().
|
/external/chromium_org/ipc/ |
ipc_channel_posix.h | 25 // are cheap, is that we can't pass file descriptors over them. 28 // descriptors, we have to make the decision about whether we call read() or 30 // create a dedicated socketpair() for exchanging file descriptors. Any file 31 // descriptors are split out of a message, with the non-file-descriptor payload 32 // going over the normal connection, and the file descriptors being sent 34 // notice if the message was supposed to have come with file descriptors and 46 // needs to send file descriptors in later messages. 103 // Finds the set of file descriptors in the given message. On success, 104 // appends the descriptors to the input_fds_ member and returns true 150 // Linux/BSD use a dedicated socketpair() for passing file descriptors [all...] |
file_descriptor_set_posix.h | 16 // A FileDescriptorSet is an ordered set of POSIX file descriptors. These are 17 // associated with IPC messages so that descriptors can be transmitted over a 25 // This is the maximum number of descriptors per message. We need to know this 28 // tells us that it truncated the control data and the extra descriptors are 32 // of descriptors to a FileDescriptorSet. 50 // Return the number of descriptors 52 // Return true if no unconsumed descriptors remain 55 // /must/ access the descriptors in order, except that it may wrap from the 69 // Fill an array with file descriptors without 'consuming' them. CommitAll 70 // must be called after these descriptors have been transmitted [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
LayoutContentAssist.java | 34 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor; 35 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.CustomViewDescriptorService; 36 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor; 95 List<ElementDescriptor> descriptors = getCustomViews(); local 96 if (descriptors != null && !descriptors.isEmpty()) { 98 for (ElementDescriptor descriptor : descriptors) { 117 List<ElementDescriptor> descriptors = getCustomViews(); local 118 if (descriptors != null && !descriptors.isEmpty()) 139 List<ElementDescriptor> descriptors = Lists.newArrayListWithExpectedSize(views.size()); local [all...] |
/external/chromium/chrome/browser/ui/webui/options/ |
language_options_handler_unittest.cc | 21 chromeos::InputMethodDescriptors descriptors; local 22 descriptors.push_back( 24 descriptors.push_back( 26 descriptors.push_back( 28 descriptors.push_back( 31 return descriptors; 44 chromeos::InputMethodDescriptors descriptors = CreateInputMethodDescriptors(); local 46 chromeos::CrosLanguageOptionsHandler::GetInputMethodList(descriptors)); 56 // the same order of the descriptors. 98 chromeos::InputMethodDescriptors descriptors = CreateInputMethodDescriptors() local [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/ |
Message.java | 46 * reflection -- i.e., getting descriptors for the message type and accessing 59 Descriptors.Descriptor getDescriptorForType(); 70 * {@link #getField(Descriptors.FieldDescriptor)} for each field. The map 74 Map<Descriptors.FieldDescriptor, Object> getAllFields(); 82 boolean hasField(Descriptors.FieldDescriptor field); 91 Object getField(Descriptors.FieldDescriptor field); 100 int getRepeatedFieldCount(Descriptors.FieldDescriptor field); 110 Object getRepeatedField(Descriptors.FieldDescriptor field, int index); 198 Descriptors.Descriptor getDescriptorForType(); 209 Map<Descriptors.FieldDescriptor, Object> getAllFields() [all...] |
BlockingService.java | 43 Descriptors.ServiceDescriptor getDescriptorForType(); 51 Message callBlockingMethod(Descriptors.MethodDescriptor method, 58 Message getRequestPrototype(Descriptors.MethodDescriptor method); 63 Message getResponsePrototype(Descriptors.MethodDescriptor method);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/color/ |
ColorDescriptors.java | 25 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor; 26 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor; 27 import com.android.ide.eclipse.adt.internal.editors.descriptors.IDescriptorProvider; 28 import com.android.ide.eclipse.adt.internal.editors.descriptors.ReferenceAttributeDescriptor; 29 import com.android.ide.eclipse.adt.internal.editors.descriptors.XmlnsAttributeDescriptor; 34 /** Descriptors for /res/color XML files */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/ |
DrawableDescriptors.java | 25 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor; 26 import com.android.ide.eclipse.adt.internal.editors.descriptors.IDescriptorProvider; 27 import com.android.ide.eclipse.adt.internal.editors.descriptors.ReferenceAttributeDescriptor; 28 import com.android.ide.eclipse.adt.internal.editors.descriptors.XmlnsAttributeDescriptor; 37 * Descriptors for /res/drawable files 45 /** The root element descriptors */ 88 List<ElementDescriptor> descriptors = new ArrayList<ElementDescriptor>(); local 90 AnimatorDescriptors.addElement(descriptors, styleMap, 99 AnimatorDescriptors.addElement(descriptors, styleMap, 107 AnimatorDescriptors.addElement(descriptors, styleMap [all...] |
/device/asus/flo/ |
audio_policy.conf | 11 # audio hardware module section: contains descriptors for all audio hw modules present on the 16 # Each module descriptor contains one or more output profile descriptors and zero or more 17 # input profile descriptors. Each profile lists all the parameters supported by a given output
|
/device/asus/grouper/ |
audio_policy.conf | 11 # audio hardware module section: contains descriptors for all audio hw modules present on the 16 # Each module descriptor contains one or more output profile descriptors and zero or more 17 # input profile descriptors. Each profile lists all the parameters supported by a given output
|
/device/lge/mako/ |
audio_policy.conf | 11 # audio hardware module section: contains descriptors for all audio hw modules present on the 16 # Each module descriptor contains one or more output profile descriptors and zero or more 17 # input profile descriptors. Each profile lists all the parameters supported by a given output
|
/device/samsung/manta/ |
audio_policy.conf | 11 # audio hardware module section: contains descriptors for all audio hw modules present on the 16 # Each module descriptor contains one or more output profile descriptors and zero or more 17 # input profile descriptors. Each profile lists all the parameters supported by a given output
|
/external/chromium/base/ |
global_descriptors_posix.h | 20 // It's common practice to install file descriptors into well known slot 25 // descriptors which need to be in these slots generally aren't known, any code 26 // could open a resource and take one of the reserved descriptors. Simply 32 // Instead, we retreat from the idea of installing descriptors in specific
|
/external/chromium_org/base/posix/ |
global_descriptors.h | 19 // It's common practice to install file descriptors into well known slot 24 // descriptors which need to be in these slots generally aren't known, any code 25 // could open a resource and take one of the reserved descriptors. Simply 31 // Instead, we retreat from the idea of installing descriptors in specific
|
unix_domain_socket_linux.h | 18 // Maximum number of file descriptors that can be read by RecvMsg(). 22 // descriptors. Returns true if successful. 28 // Use recvmsg to read a message and an array of file descriptors. Returns 29 // -1 on failure. Note: will read, at most, |kMaxFileDescriptors| descriptors.
|
/external/chromium_org/content/public/common/ |
content_descriptors.h | 20 // The first key that embedders can use to register descriptors (see
|
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
BlockingService.java | 43 Descriptors.ServiceDescriptor getDescriptorForType(); 51 Message callBlockingMethod(Descriptors.MethodDescriptor method, 58 Message getRequestPrototype(Descriptors.MethodDescriptor method); 63 Message getResponsePrototype(Descriptors.MethodDescriptor method);
|
/external/llvm/test/CodeGen/ARM/ |
ehabi-unwind.ll | 5 ; RUN: llc < %s -mtriple=thumbv7 -arm-enable-ehabi -arm-enable-ehabi-descriptors
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_CreateThread.3 | 12 \fBSDL_CreateThread\fP creates a new thread of execution that shares all of its parent\&'s global memory, signal handlers, file descriptors, etc, and runs the function \fBfn\fR passed the void pointer \fBdata\fR The thread quits when this function returns\&.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/ |
gadgetfs.h | 14 * writing descriptors, and then may be used for normal stream style 19 * Configuration and device descriptors get written to /dev/gadget/$CHIP, 22 * or earlier; writing endpoint descriptors to /dev/gadget/$ENDPOINT 28 * reads from this file descriptor after writing the descriptors. Don't
|