HomeSort by relevance Sort by last modified time
    Searched full:descriptors (Results 176 - 200 of 1185) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/include/llvm/MC/
MCFixupKindInfo.h 1 //===-- llvm/MC/MCFixupKindInfo.h - Fixup Descriptors -----------*- C++ -*-===//
  /external/openssh/openbsd-compat/
bsd-cygwin_util.h 28 * This file contains functions for forcing opened file descriptors to
  /external/proguard/src/proguard/classfile/editor/
ClassMemberSorter.java 31 * descriptors.
  /external/valgrind/main/none/tests/darwin/
access_extended.c 15 // Space for three descriptors and the two strings (and NUL chars for them).
  /external/webkit/Source/WebKit2/mac/
MainMac.cpp 35 // Close all file descriptors except stdin, stdout and stderr.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
typesizes.h 62 /* Number of descriptors that can fit in an `fd_set'. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
typesizes.h 62 /* Number of descriptors that can fit in an `fd_set'. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
typesizes.h 62 /* Number of descriptors that can fit in an `fd_set'. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
IncludeRule.java 18 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.ATTR_LAYOUT;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ITextAttributeCreator.java 17 package com.android.ide.eclipse.adt.internal.editors.descriptors;
TextValueDescriptor.java 17 package com.android.ide.eclipse.adt.internal.editors.descriptors;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutContentAssist.java 21 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
ContextPullParser.java 23 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.ATTR_LAYOUT;
24 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_FRAGMENT;
25 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_INCLUDE;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutWizard.java 23 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_FRAGMENT;
24 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_INCLUDE;
25 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_MERGE;
28 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor;
  /system/core/sh/
redir.h 38 #define REDIR_PUSH 01 /* save previous values of file descriptors */
  /system/extras/ext4_utils/
test_ext4fixup 43 # block group descriptors. Test the with a separate script.
  /external/libusb/
PORTING 24 e.g. setting configuration, obtaining descriptors, etc.
27 File descriptors for I/O polling
31 at various points in time. Your backend must provide a set of file descriptors
  /external/v8/src/
property-details.h 62 HANDLER = 4, // only in lookup results, not in descriptors
63 INTERCEPTOR = 5, // only in lookup results, not in descriptors
77 // They are used both in property dictionaries and instance descriptors.
  /frameworks/base/core/java/android/hardware/usb/
UsbDeviceConnection.java 72 * Returns the raw USB descriptors for the device.
73 * This can be used to access descriptors not supported directly
76 * @return raw USB descriptors
  /frameworks/base/media/jni/audioeffect/
android_media_AudioEffect.cpp 789 effect_descriptor_t *descriptors = new effect_descriptor_t[kDefaultNumEffects]; local
793 descriptors,
797 delete[] descriptors;
801 delete [] descriptors;
802 descriptors = new effect_descriptor_t[numEffects];
804 descriptors,
808 delete[] descriptors;
815 delete[] descriptors;
829 AudioEffect::guidToString(&descriptors[i].type, str, EFFECT_STRING_LEN_MAX);
831 AudioEffect::guidToString(&descriptors[i].uuid, str, EFFECT_STRING_LEN_MAX)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
control_external.h 227 * return the number of poll descriptors; optional
231 * fill the poll descriptors; optional
235 * mangle the revents of poll descriptors
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 227 * return the number of poll descriptors; optional
231 * fill the poll descriptors; optional
235 * mangle the revents of poll descriptors
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 227 * return the number of poll descriptors; optional
231 * fill the poll descriptors; optional
235 * mangle the revents of poll descriptors
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ManifestElementDescriptor.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.descriptors;
19 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
20 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestElementNode.java 19 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
20 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
21 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.ManifestElementDescriptor;

Completed in 707 milliseconds

1 2 3 4 5 6 78 91011>>