/device/asus/fugu/ |
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_org/third_party/hwcplus/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/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/chromium_org/third_party/webrtc/base/ |
linuxfdwalk.h | 18 // Linux port of SunOS's fdwalk(3) call. It loops over all open file descriptors 21 // descriptors prior to exec'ing a daemon. 26 // The file descriptors that are enumerated will not include the file descriptor
|
/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...] |
/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. 118 // Finds the set of file descriptors in the given message. On success, 119 // appends the descriptors to the input_fds_ member and returns true 165 // 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...] |
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.9.2/ |
sdklib-22.9.2-javadoc.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdklib/23.0.1/ |
sdklib-23.0.1-javadoc.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdklib/23.0.2/ |
sdklib-23.0.2-javadoc.jar | |
/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_org/chrome/browser/ui/webui/options/chromeos/ |
cros_language_options_handler.h | 39 // Gets the list of input methods from the given input descriptors. 47 const input_method::InputMethodDescriptors& descriptors); 49 // Gets the list of accept languages with the given input descriptors. 57 const input_method::InputMethodDescriptors& descriptors); 59 // Gets the list of UI languages with the given input descriptors. 68 const input_method::InputMethodDescriptors& descriptors); 70 // Converts input method descriptors to the list of input methods. 75 const input_method::InputMethodDescriptors& descriptors); 100 // Gets the list of languages with |descriptors| based on 106 const input_method::InputMethodDescriptors& descriptors, [all...] |