/external/e2fsprogs/tests/f_zero_group/ |
name | 1 fallback for damaged group descriptors
|
/external/e2fsprogs/tests/f_badprimary/ |
name | 1 bad blocks in the primary superblock and group descriptors
|
/external/e2fsprogs/tests/f_dupsuper/ |
name | 1 blocks claimed by a file and superblock or group descriptors
|
/external/e2fsprogs/tests/f_preen/ |
expect.1 | 3 may lie only with the primary block group descriptors, and 4 the backup block group descriptors may be OK.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/ |
AnimatorDescriptors.java | 21 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor; 22 import com.android.ide.eclipse.adt.internal.editors.descriptors.DescriptorsUtils; 23 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor; 24 import com.android.ide.eclipse.adt.internal.editors.descriptors.IDescriptorProvider; 25 import com.android.ide.eclipse.adt.internal.editors.descriptors.XmlnsAttributeDescriptor; 34 * Descriptors for /res/animator XML files. 39 /** The root element descriptors */ 79 List<ElementDescriptor> descriptors = new ArrayList<ElementDescriptor>(); local 84 ElementDescriptor set = addElement(descriptors, styleMap, 89 ElementDescriptor objectAnimator = addElement(descriptors, styleMap [all...] |
AnimDescriptors.java | 21 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor; 22 import com.android.ide.eclipse.adt.internal.editors.descriptors.IDescriptorProvider; 23 import com.android.ide.eclipse.adt.internal.editors.descriptors.XmlnsAttributeDescriptor; 31 /** Descriptors for the res/anim resources */ 35 /** The root element descriptors */ 75 List<ElementDescriptor> descriptors = new ArrayList<ElementDescriptor>(); local 79 ElementDescriptor set = AnimatorDescriptors.addElement(descriptors, styleMap, 86 AnimatorDescriptors.addElement(descriptors, styleMap, 92 AnimatorDescriptors.addElement(descriptors, styleMap, 101 AnimatorDescriptors.addElement(descriptors, styleMap [all...] |
/external/valgrind/main/none/tests/ |
fdleak_creat.stderr.exp | 3 FILE DESCRIPTORS: 4 open at exit.
|
fdleak_open.stderr.exp | 3 FILE DESCRIPTORS: 4 open at exit.
|
fdleak.h | 18 * The macro below closes file descriptors inherited from the process 19 * that forked the current process. Close these file descriptors right
|
fdleak_ipv4.stderr.exp | 3 FILE DESCRIPTORS: 5 open at exit. 21 FILE DESCRIPTORS: 4 open at exit.
|
fdleak_dup.stderr.exp | 3 FILE DESCRIPTORS: 5 open at exit.
|
fdleak_dup2.stderr.exp | 3 FILE DESCRIPTORS: 6 open at exit.
|
fdleak_fcntl.stderr.exp | 3 FILE DESCRIPTORS: 5 open at exit.
|
fdleak_pipe.stderr.exp | 3 FILE DESCRIPTORS: 5 open at exit.
|
fdleak_socketpair.stderr.exp | 3 FILE DESCRIPTORS: 5 open at exit.
|
/external/e2fsprogs/tests/f_illibitmap/ |
expect.1 | 4 may lie only with the primary block group descriptors, and 5 the backup block group descriptors may be OK.
|
/external/opencv/cvaux/src/ |
cvtexture.cpp | 44 Calculation of a texture descriptors from GLCM (Grey Level Co-occurrence Matrix'es) 66 double** descriptors; member in struct:CvGLCM 247 if( (flag == CV_GLCM_DESC || flag == CV_GLCM_ALL) && (*GLCM)->descriptors ) 251 cvFree( (*GLCM)->descriptors + matrixLoop ); 253 cvFree( &((*GLCM)->descriptors) ); 386 CV_CALL( destGLCM->descriptors = (double**) 387 cvAlloc( destGLCM->numMatrices*sizeof(destGLCM->descriptors[0]))); 391 CV_CALL( destGLCM->descriptors[ matrixLoop ] = 392 (double*)cvAlloc( destGLCM->numDescriptors*sizeof(destGLCM->descriptors[0][0]))); 393 memset( destGLCM->descriptors[matrixLoop], 0, destGLCM->numDescriptors*sizeof(double) ) 430 double* descriptors = destGLCM->descriptors[ matrixIndex ]; local [all...] |
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
cros_language_options_handler.h | 29 // Gets the list of input methods from the given input descriptors. 37 const chromeos::InputMethodDescriptors& descriptors); 39 // Gets the list of languages from the given input descriptors. 44 const chromeos::InputMethodDescriptors& descriptors);
|
/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...] |
/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/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...] |
/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; 35 /** 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 | 24 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor; 25 import com.android.ide.eclipse.adt.internal.editors.descriptors.IDescriptorProvider; 26 import com.android.ide.eclipse.adt.internal.editors.descriptors.ReferenceAttributeDescriptor; 27 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, 97 AnimatorDescriptors.addElement(descriptors, styleMap, 104 AnimatorDescriptors.addElement(descriptors, styleMap [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/uimodel/ |
UiViewElementNode.java | 22 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor; 23 import com.android.ide.eclipse.adt.internal.editors.descriptors.XmlnsAttributeDescriptor; 24 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors; 25 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor; 79 LayoutDescriptors descriptors = data.getLayoutDescriptors(); local 81 descriptors.findDescriptorByClass(FQCN_FRAME_LAYOUT);
|