Searched
full:descriptors (Results
251 -
275 of
1862) sorted by null
<<11121314151617181920>>
/external/llvm/include/llvm/MC/ |
MCFixupKindInfo.h | 1 //===-- llvm/MC/MCFixupKindInfo.h - Fixup Descriptors -----------*- C++ -*-===//
|
/external/llvm/test/CodeGen/ARM/ |
arm-ttype-target2.ll | 1 ; RUN: llc -mtriple=armv7-none-linux-gnueabi -arm-enable-ehabi -arm-enable-ehabi-descriptors < %s | FileCheck %s
|
/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).
|
/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/ |
ViewTagRule.java | 24 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor;
|
/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;
|
/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/compiler-rt/lib/sanitizer_common/ |
sanitizer_symbolizer_posix_libcdep.cc | 47 // thus allowing socketpair to reuse file descriptors 0, 1 or 2. 50 // these descriptors. The loop below produces two pairs of file 51 // descriptors, each greater than 2 (stderr).
|
/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/llvm/test/Instrumentation/AddressSanitizer/ |
debug_info.ll | 47 ; Verify that debug descriptors for argument and local variable will be replaced 48 ; with descriptors that end with OpDeref (encoded as 2). 51 ; Verify that there are no more variable 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/bluetooth/ |
BluetoothGattDescriptor.java | 24 * <p> GATT Descriptors contain additional information and attributes of a GATT 177 * <p>If a remote device offers multiple descriptors with the same UUID, 178 * the instance ID is used to distuinguish between descriptors.
|
/frameworks/base/media/jni/audioeffect/ |
android_media_AudioEffect.cpp | 792 effect_descriptor_t *descriptors = new effect_descriptor_t[kDefaultNumEffects]; local 796 descriptors, 800 delete[] descriptors; 804 delete [] descriptors; 805 descriptors = new effect_descriptor_t[numEffects]; 807 descriptors, 811 delete[] descriptors; 818 delete[] descriptors; 832 AudioEffect::guidToString(&descriptors[i].type, str, EFFECT_STRING_LEN_MAX); 834 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 | 20 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor; 21 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors; 22 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.ManifestElementDescriptor;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
OverviewLinksPart.java | 22 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor; 24 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors; 106 * Update the UI with information from the new descriptors.
|
Completed in 3187 milliseconds
<<11121314151617181920>>