HomeSort by relevance Sort by last modified time
    Searched full:descriptors (Results 1 - 25 of 1862) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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.
  /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/
DimResultsElement.java 25 // Property descriptors
47 private static Vector DESCRIPTORS;
49 DESCRIPTORS = new Vector();
51 DESCRIPTORS.add(getInfosDescriptor(status));
52 DESCRIPTORS.add(getWarningsDescriptor(status));
53 DESCRIPTORS.add(ERROR_DESCRIPTOR);
56 DESCRIPTORS.addElement(DIMENSION_DESCRIPTOR);
58 DESCRIPTORS.addElement(DIM_COUNT_DESCRIPTOR);
60 DESCRIPTORS.addElement(DIM_AVERAGE_DESCRIPTOR);
62 DESCRIPTORS.addElement(DIM_STDDEV_DESCRIPTOR)
98 Vector descriptors = getDescriptors(); local
    [all...]
ScenarioResultsElement.java 25 // Property descriptors
38 private static Vector DESCRIPTORS;
40 DESCRIPTORS = new Vector();
42 DESCRIPTORS.add(getInfosDescriptor(status));
43 DESCRIPTORS.add(getWarningsDescriptor(status));
44 DESCRIPTORS.add(ERROR_DESCRIPTOR);
47 DESCRIPTORS.addElement(SCENARIO_LABEL_DESCRIPTOR);
49 DESCRIPTORS.addElement(SCENARIO_FILE_NAME_DESCRIPTOR);
51 DESCRIPTORS.addElement(SCENARIO_SHORT_NAME_DESCRIPTOR);
54 DESCRIPTORS.add(COMMENT_DESCRIPTOR)
78 Vector descriptors = getDescriptors(); local
    [all...]
ComponentResultsElement.java 33 // Property descriptors
46 private static Vector DESCRIPTORS;
48 DESCRIPTORS = new Vector();
50 DESCRIPTORS.add(getInfosDescriptor(status));
51 DESCRIPTORS.add(getWarningsDescriptor(status));
52 DESCRIPTORS.add(ERROR_DESCRIPTOR);
55 DESCRIPTORS.addElement(NAME_DESCRIPTOR);
57 DESCRIPTORS.addElement(CURRENT_BUILD_DESCRIPTOR);
59 DESCRIPTORS.addElement(BASELINE_BUILD_DESCRIPTOR);
62 DESCRIPTORS.add(COMMENT_DESCRIPTOR)
109 Vector descriptors = getDescriptors(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
cros_language_options_handler_unittest.cc 33 InputMethodDescriptors descriptors; local
34 descriptors.push_back(GetDesc("xkb:us::eng", "us", "en-US"));
35 descriptors.push_back(GetDesc("xkb:fr::fra", "fr", "fr"));
36 descriptors.push_back(GetDesc("xkb:be::fra", "be", "fr"));
37 descriptors.push_back(GetDesc("xkb:is::ice", "is", "is"));
38 return descriptors;
57 InputMethodDescriptors descriptors = CreateInputMethodDescriptors(); local
60 descriptors));
70 // the same order of the descriptors.
110 InputMethodDescriptors descriptors = CreateInputMethodDescriptors() local
    [all...]
cros_language_options_handler.h 34 // Gets the list of input methods from the given input descriptors.
42 const input_method::InputMethodDescriptors& descriptors);
44 // Gets the list of accept languages with the given input descriptors.
50 const input_method::InputMethodDescriptors& descriptors);
52 // Gets the list of UI languages with the given input descriptors.
57 const input_method::InputMethodDescriptors& descriptors);
59 // Converts input method descriptors to the list of input methods.
64 const input_method::InputMethodDescriptors& descriptors);
89 // Gets the list of languages with |descriptors| based on
92 const input_method::InputMethodDescriptors& descriptors,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimatorDescriptors.java 22 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
23 import com.android.ide.eclipse.adt.internal.editors.descriptors.DescriptorsUtils;
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.XmlnsAttributeDescriptor;
34 * Descriptors for /res/animator XML files.
39 /** The root element descriptors */
81 List<ElementDescriptor> descriptors = new ArrayList<ElementDescriptor>(); local
86 ElementDescriptor set = addElement(descriptors, styleMap,
91 ElementDescriptor objectAnimator = addElement(descriptors, styleMap
    [all...]
AnimDescriptors.java 20 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
21 import com.android.ide.eclipse.adt.internal.editors.descriptors.IDescriptorProvider;
22 import com.android.ide.eclipse.adt.internal.editors.descriptors.XmlnsAttributeDescriptor;
29 /** Descriptors for the res/anim resources */
33 /** 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.
  /ndk/tests/build/clang-multiple-arm-enable-ehabi/jni/
Android.mk 6 LOCAL_CFLAGS += -mllvm -arm-enable-ehabi -mllvm -arm-enable-ehabi-descriptors
  /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/chromium_org/ipc/
ipc_descriptors.h 14 // The first key that can be use to register descriptors.

Completed in 301 milliseconds

1 2 3 4 5 6 7 8 91011>>