/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
vktWsiSwapchainTests.cpp | 315 const char* getTestDimensionName (TestDimension dimension) 330 return de::getSizedArrayElement<TEST_DIMENSION_LAST>(s_names, dimension); 336 TestDimension dimension; member in struct:vkt::wsi::__anon16702::TestParameters 340 , dimension (dimension_) 345 , dimension (TEST_DIMENSION_LAST) 350 TestDimension dimension, 381 switch (dimension) 549 TestDimension dimension, 564 return generateSwapchainParameterCases(wsiType, dimension, capabilities, formats, presentModes); 573 const vector<VkSwapchainCreateInfoKHR> cases (generateSwapchainParameterCases(params.wsiType, params.dimension, instHelper.vki, devHelper.physicalDevice, *surface)) [all...] |
/external/clang/test/SemaTemplate/ |
dependent-names.cpp | 339 static const unsigned dimension = 3; member in struct:PR11421::X 340 template<unsigned dim=dimension>
|
/frameworks/base/core/java/com/android/internal/graphics/palette/ |
ColorCutQuantizer.java | 55 * The color space is represented as a 3-dimensional cube with each dimension being an RGB 312 * Split this color box at the mid-point along its longest dimension 321 // find median along the longest dimension 334 * @return the dimension which this box is largest in 353 * This is calculated by finding the longest color dimension, and then sorting the 354 * sub-array based on that dimension value in each color. The colors are then iterated over 355 * until a color is found with at least the midpoint of the whole box's dimension midpoint. 364 // We need to sort the colors in this box based on the longest color dimension. 366 // its most significant is the desired dimension 421 static void modifySignificantOctet(final int[] a, final int dimension, [all...] |
/frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/ |
ColorCutQuantizer.java | 35 * The color space is represented as a 3-dimensional cube with each dimension being an RGB 292 * Split this color box at the mid-point along its longest dimension 301 // find median along the longest dimension 314 * @return the dimension which this box is largest in 333 * This is calculated by finding the longest color dimension, and then sorting the 334 * sub-array based on that dimension value in each color. The colors are then iterated over 335 * until a color is found with at least the midpoint of the whole box's dimension midpoint. 344 // We need to sort the colors in this box based on the longest color dimension. 346 // its most significant is the desired dimension 403 static void modifySignificantOctet(final int[] a, final int dimension, [all...] |
/system/tools/aidl/ |
ast_java.h | 89 int dimension = 0; member in struct:android::aidl::java::Variable 93 Variable(const Type* type, const std::string& name, int dimension);
|
ast_java.cpp | 95 : type(t), name(n), dimension(0) {} 98 : type(t), name(n), dimension(d) {} 102 for (int i = 0; i < this->dimension; i++) {
|
/external/libchrome/base/strings/ |
string_util.cc | 679 size_t dimension = 0; local 682 dimension < arraysize(kByteStringsUnlocalized) - 1) { 684 dimension++; 688 if (bytes != 0 && dimension > 0 && unit_amount < 100) { 690 kByteStringsUnlocalized[dimension]); 693 kByteStringsUnlocalized[dimension]);
|
/frameworks/rs/script_api/ |
rs_allocation_create.spec | 79 arg: uint32_t dimX, "Size along the X dimension" 80 arg: uint32_t dimY, "Size along the Y dimension" 81 arg: uint32_t dimZ, "Size along the Z dimension" 89 dimX specifies the size of the X dimension. 91 dimY, if present and non-zero, indicates that the Y dimension is present and 94 dimZ, if present and non-zero, indicates that the Z dimension is present and
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebViewTest.java | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/image/ |
vktImageLoadStoreTests.cpp | 367 const int dimension = (m_singleLayerBind ? m_texture.layerDimension() : m_texture.dimension()); local 368 const std::string texelCoordStr = (dimension == 1 ? "gx" : dimension == 2 ? "ivec2(gx, gy)" : dimension == 3 ? "ivec3(gx, gy, gz)" : ""); 806 const int dimension = (m_singleLayerBind ? m_texture.layerDimension() : m_texture.dimension()); local 822 << (dimension == 1 ? [all...] |
/external/ImageMagick/www/api/ |
image-view.php | 103 <p>DuplexTransferImageViewIterator() iterates over three image views in parallel and calls your transfer method for each scanline of the view. The source and duplex pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination image view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p> 275 <p>GetImageViewIterator() iterates over the image view in parallel and calls your get method for each scanline of the view. The pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. Any updates to the pixels in your callback are ignored.</p> 473 <p>SetImageViewIterator() iterates over the image view in parallel and calls your set method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension. The pixels are initiallly undefined and any settings you make in the callback method are automagically synced back to your image.</p> 519 <p>TransferImageViewIterator() iterates over two image views in parallel and calls your transfer method for each scanline of the view. The source pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination image view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p> 570 <p>UpdateImageViewIterator() iterates over the image view in parallel and calls your update method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted. Updates to pixels in your callback are automagically synced back to the image.</p>
|
wand-view.php | 103 <p>DuplexTransferWandViewIterator() iterates over three wand views in parallel and calls your transfer method for each scanline of the view. The source and duplex pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination wand view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p> 208 <p>GetWandViewIterator() iterates over the wand view in parallel and calls your get method for each scanline of the view. The pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. Any updates to the pixels in your callback are ignored.</p> 395 <p>SetWandViewIterator() iterates over the wand view in parallel and calls your set method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension. The pixels are initiallly undefined and any settings you make in the callback method are automagically synced back to your image.</p> 441 <p>TransferWandViewIterator() iterates over two wand views in parallel and calls your transfer method for each scanline of the view. The source pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination wand view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p> 492 <p>UpdateWandViewIterator() iterates over the wand view in parallel and calls your update method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted. Updates to pixels in your callback are automagically synced back to the image.</p>
|
/external/ImageMagick/coders/ |
sgi.c | 83 dimension, 338 iris_info.dimension=ReadBlobMSBShort(image); 944 iris_info.dimension=3; 954 iris_info.dimension=2; 970 (void) WriteBlobMSBShort(image,iris_info.dimension); 81 dimension, member in struct:_SGIInfo [all...] |
/external/eigen/unsupported/test/ |
cxx11_tensor_morphing.cpp | 453 VERIFY_IS_EQUAL(tensor.dimension(0), 1); 454 VERIFY_IS_EQUAL(tensor.dimension(1), 1); 455 VERIFY_IS_EQUAL(tensor.dimension(2), 11);
|
/external/eigen/lapack/ |
slarfg.f | 76 *> X is REAL array, dimension
|
/packages/apps/TV/src/com/android/tv/tuner/data/ |
PsipData.java | 493 public RegionalRating(int dimension, int rating) { 494 mDimension = dimension;
|
/external/libvorbis/doc/ |
08-residue.tex | 84 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/doclava/src/com/google/doclava/ |
InfoBuilder.java | 311 if (type.dimension() != null) { 312 System.out.print(type.dimension()); 714 newType = new TypeInfo(type.isPrimitive(), type.dimension(), 823 String dimension = null; local 871 dimension = getDimensions(tree); 873 TypeInfo type = new TypeInfo(isPrimitive, dimension, simpleTypeName, qualifiedTypeName, cl); [all...] |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.0/ |
lint-tests-25.3.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.0-beta1/ |
lint-tests-25.3.0-beta1.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.0-beta2/ |
lint-tests-25.3.0-beta2.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.0-beta3/ |
lint-tests-25.3.0-beta3.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.0-beta4/ |
lint-tests-25.3.0-beta4.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.1/ |
lint-tests-25.3.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.4.0-alpha1/ |
lint-tests-25.4.0-alpha1.jar | |