Searched refs:dimension (Results 26 - 50 of 62) sorted by relevance

123

/external/doclava/src/com/google/doclava/
H A DTypeInfo.java28 public TypeInfo(boolean isPrimitive, String dimension, String simpleTypeName, argument
31 mDimension = dimension;
109 public String dimension() { method in class:TypeInfo
113 public void setDimension(String dimension) { argument
114 mDimension = dimension;
212 label += (isLastVararg) ? "..." : dimension();
H A DLinkReference.java166 int dimension = 0;
192 dimension++;
208 for (int j = 0; j < dimension; j++) {
214 dimension = 0;
H A DStubs.java611 || !field.type().dimension().equals("") || field.containingClass().isInterface();
704 if (t.isPrimitive() && t.dimension().equals("")) {
708 && t.dimension().equals("")) {
722 (!t.isTypeVariable() ? "(" + t.qualifiedTypeName() + t.dimension() + ")" : "")
974 String fullTypeName = makeXMLcompliant(fi.type().qualifiedTypeName()) + fi.type().dimension();
1227 apiWriter.print(fi.type().qualifiedTypeName() + fi.type().dimension());
1388 keepListWriter.print(getCleanTypeName(fi.type()) + fi.type().dimension());
1420 return t.isPrimitive() ? t.simpleTypeName() + t.dimension() :
1421 to$Class(t.asClassInfo().qualifiedName() + t.dimension());
H A DInfoBuilder.java310 if (type.dimension() != null) {
311 System.out.print(type.dimension());
713 newType = new TypeInfo(type.isPrimitive(), type.dimension(),
822 String dimension = null;
870 dimension = getDimensions(tree);
872 TypeInfo type = new TypeInfo(isPrimitive, dimension, simpleTypeName, qualifiedTypeName, cl);
H A DConverter.java458 new TypeInfo(t.isPrimitive(), t.dimension(), simpleTypeName, t.qualifiedTypeName(),
/external/libvpx/libvpx/examples/includes/
H A Dvp8_doc_tools.php50 * dimension is the full matched string (with delimiter);
51 * 2nd dimension is the undelimited contents (typically
/external/chromium_org/third_party/WebKit/Source/core/tests/
H A DHTMLDimension.cpp40 void PrintTo(const HTMLDimension& dimension, ::std::ostream* os) argument
42 *os << "HTMLDimension => type: " << dimension.type() << ", value=" << dimension.value();
/external/chromium_org/ui/gfx/
H A Dicon_util.cc40 // Windows icons. For each desired image dimension, it chooses the most
52 int dimension = IconUtil::kIconDimensions[i]; local
53 gfx::Size size(dimension, dimension);
63 if (dimension > IconUtil::kMediumIconSize &&
75 // There is no |dimension|x|dimension| source image.
84 dimension, dimension);
/external/aac/libAACdec/src/
H A Daacdec_hcr.cpp167 UCHAR dimension);
1050 UCHAR dimension; local
1088 dimension = pCbDimension[codebook]; /* get dimension of codebook of this extended sort. sec. */
1117 for( i=dimension; i != 0 ; i-- ) {
1134 if (1 == errDetectPcwSegmentation(*pRemainingBitsInSegment-ERROR_PCW_BODY,pHcr,PCW_BODY,pQuantizedSpectralCoefficients+quantizedSpectralCoefficientsIdx-dimension,dimension)) {
1160 dimension,
1180 if (1 == errDetectPcwSegmentation(*pRemainingBitsInSegment-ERROR_PCW_BODY_SIGN,pHcr,PCW_BODY_SIGN, pQuantizedSpectralCoefficients+quantizedSpectralCoefficientsIdx-dimension,dimension)) {
1296 errDetectPcwSegmentation(SCHAR remainingBitsInSegment, H_HCR_INFO pHcr, PCW_TYPE kind, FIXP_DBL *qsc_base_of_cw, UCHAR dimension) argument
[all...]
/external/clang/test/SemaTemplate/
H A Ddependent-names.cpp339 static const unsigned dimension = 3; member in struct:PR11421::X
340 template<unsigned dim=dimension>
/external/libvpx/libvpx/examples/
H A Dgen_example_doxy.php142 * dimension is the full matched string (with delimiter);
143 * 2nd dimension is the undelimited contents (typically
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DBuildResults.java128 * Return the number of stored values for the default dimension
130 * @return the number of stored values for the default dimension
140 * Return the number of stored values for the given dimension.
142 * @param dim_id The id of the dimension (see {@link Dim#getId()})
143 * @return the number of stored values for the given dimension
187 * Returns the standard deviation of the default dimension computed
200 * Returns the standard deviation of the given dimension computed
203 * @param dim_id The id of the dimension (see {@link Dim#getId()})
240 * Return the index of the dimension corresponding to the given
241 * dimension i
[all...]
H A DDB_Results.java223 * The default dimension used to display results (typically in fingerprints).
514 * Set the default dimension used for performance results.
554 * Set the default dimension used for performance results.
570 Dimension dimension = PerformanceTestPlugin.getDimension(DIMENSIONS[i]);
571 if (dimension == null) {
572 throw new RuntimeException("There is an unsupported dimension stored in the database: " +DIMENSIONS[i]);
574 dimensions[i] = (Dim) dimension;
580 * Return the default dimension used for performance results.
582 * @return The {@link Dim default dimension}.
592 * Set the default dimension use
[all...]
/external/chromium_org/base/strings/
H A Dstring_util.cc583 size_t dimension = 0; local
586 dimension < arraysize(kByteStringsUnlocalized) - 1) {
588 dimension++;
592 if (bytes != 0 && dimension > 0 && unit_amount < 100) {
594 kByteStringsUnlocalized[dimension]);
597 kByteStringsUnlocalized[dimension]);
/external/proguard/src/proguard/classfile/util/
H A DClassUtil.java337 for (int dimension = 0; dimension < dimensionCount; dimension++)
/external/libvorbis/doc/
H A D08-residue.tex84 dimension of the codebook used to encode a partition in a specific
85 pass. The dimension of the codebook need not be the same in multiple
87 codebook dimension.
115 must be an integer multiple of the codebook dimension, although
116 dimension may vary from pass to pass.
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/proguard/src/proguard/evaluation/
H A DProcessor.java618 for (int dimension = 0; dimension < dimensionCount; dimension++)
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcState.cpp90 static bool valid_for_filtering(unsigned dimension) { argument
93 return (dimension & ~0x3FFF) == 0;
/external/skia/src/core/
H A DSkBitmapProcState.cpp90 static bool valid_for_filtering(unsigned dimension) { argument
93 return (dimension & ~0x3FFF) == 0;
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_observers.cc1779 int dimension; local
1780 if (!base::StringToInt(json, &dimension)) {
1785 entire_page_size_.set_width(dimension);
1789 entire_page_size_.set_height(dimension);
/external/chromium_org/tools/telemetry/third_party/png/
H A Dpng.py1114 the second array dimension.
1119 rules are: ``len(a)`` gives the first dimension, height;
1120 ``len(a[0])`` gives the second dimension; ``len(a[0][0])`` gives the
1121 third dimension, unless an exception is raised in which case a
1189 for dimension,axis in [('width', 0), ('height', 1)]:
1190 if dimension in info:
1191 if info[dimension] != info['size'][axis]:
1194 (dimension, axis))
/external/clang/include/clang/AST/
H A DExprCXX.h2358 /// \brief The array dimension being queried, or -1 if not used.
2373 Expr *dimension, SourceLocation rparen, QualType ty)
2377 (dimension && dimension->isInstantiationDependent())),
2379 ATT(att), Value(value), Dimension(dimension),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...

Completed in 1151 milliseconds

123