/external/mesa3d/src/glsl/tests/ |
uniform_initializer_utils.cpp | 133 unsigned columns, unsigned rows, 139 glsl_type::get_instance(base_type, rows, columns); 147 unsigned columns, unsigned rows, unsigned array_size, 153 glsl_type::get_instance(base_type, rows, columns);
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/ |
ScriptProvider.java | 106 String[] columns = local 110 MatrixCursor cursor = new MatrixCursor(columns); 130 String[] columns = local 133 MatrixCursor cursor = new MatrixCursor(columns);
|
/frameworks/base/packages/SystemUI/res/values-land/ |
config.xml | 26 <!-- The number of columns that the top level tiles span in the QuickSettings -->
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
vp9_idct16x16_neon.c | 76 /* Parallel idct on the left 8 columns */ 91 /* Parallel idct on the right 8 columns */ 138 /* Parallel idct on the left 8 columns */ 153 /* Parallel idct on the right 8 columns */
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_segmentation.h | 32 // Segmentation map is arrange as [Rows][Columns]
|
/libcore/luni/src/test/java/tests/support/ |
MockCallback.java | 24 public void columns(String cols[]) { method in class:MockCallback
|
/packages/apps/Contacts/res/values-sw600dp-land/ |
integers.xml | 17 <!-- Determines the number of columns in a ContactTileRow in the favorites tab -->
|
/packages/apps/Contacts/res/values-sw720dp/ |
integers.xml | 17 <!-- Determines the number of columns in a ContactTileRow in the favorites tab -->
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/ |
EmailDataItem.java | 24 * Represents an email data item, wrapping the columns in
|
GroupMembershipDataItem.java | 24 * Represents a group memebership data item, wrapping the columns in
|
IdentityDataItem.java | 24 * Represents an identity data item, wrapping the columns in
|
NicknameDataItem.java | 24 * Represents a nickname data item, wrapping the columns in
|
NoteDataItem.java | 24 * Represents a note data item, wrapping the columns in
|
OrganizationDataItem.java | 24 * Represents an organization data item, wrapping the columns in
|
PhotoDataItem.java | 24 * Represents a photo data item, wrapping the columns in
|
SipAddressDataItem.java | 24 * Represents a sip address data item, wrapping the columns in
|
StructuredPostalDataItem.java | 24 * Represents a structured postal data item, wrapping the columns in
|
WebsiteDataItem.java | 24 * Represents a website data item, wrapping the columns in
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
Entry.java | 27 public static interface Columns {
|
/packages/apps/Messaging/tools/ |
buglesql | 17 -c display in columns with headers (default)
|
mmssql | 17 -c display in columns with headers (default)
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SuggestionExtras.java | 28 * Return the names of custom columns present in these extras.
|
/prebuilts/tools/common/m2/repository/net/sf/jopt-simple/jopt-simple/4.9/ |
jopt-simple-4.9-sources.jar | |
/external/eigen/unsupported/Eigen/src/SVD/ |
SVDBase.h | 30 * the diagonal entries of S are known as the \em singular \em values of \a A and the columns of \a U and \a V are known as the left 37 * smaller value among \a n and \a p, there are only \a m singular vectors; the remaining columns of \a U and \a V do not correspond to actual 38 * singular vectors. Asking for \em thin \a U or \a V means asking for only their \a m first columns to be formed. So \a U is then a n-by-m matrix, 87 * Thin unitaries are only available if your matrix type has a Dynamic number of columns (for example MatrixXf). They also are not 106 * The \a m first columns of \a U are the left singular vectors of the matrix being decomposed. 122 * The \a m first columns of \a V are the right singular vectors of the matrix being decomposed. 218 "SVDBase: thin U and V are only available when your matrix has a dynamic number of columns.");
|
/external/mesa3d/src/glsl/ |
lower_mat_op_to_vec.cpp | 135 /* following columns */ 166 /* following columns */ 251 const unsigned columns = a->type->matrix_columns; local 253 glsl_type::get_instance(GLSL_TYPE_BOOL, columns, 1); 260 for (unsigned i = 0; i < columns; i++) { 287 has_matrix_operand(const ir_expression *expr, unsigned &columns) 291 columns = expr->operands[i]->type->matrix_columns;
|