/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/ |
StaggeredGridView.java | 71 * <p>StaggeredGridView presents a multi-column grid with consistent column sizes 103 * view has been removed. These let positioning and the choice of column for an item 281 public int column; field in class:StaggeredGridView.LayoutRecord 290 // all layoutrecords are purged when column count changes. 327 String result = "LayoutRecord{c=" + column + ", id=" + id + " h=" + height + 448 throw new IllegalArgumentException("Column count must be at least 1 - received " + 454 // When switching column count, for now, don't restore scroll position, and just 485 * Set a minimum column width for [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
sad_tab_view.cc | 145 for (size_t column = 0; column < 3; column++)
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
console_logger_unittest.cc | 117 int column, 127 if (column != -1) 128 out_params->SetInteger("message.column", column); 155 base::DictionaryValue params3; // Line without column, no source. 159 base::DictionaryValue params4; // Column without line. 191 "{\"message\":{\"column\":5,\"level\":\"gaga\",\"line\":50," 195 "{\"message\":{\"column\":6,\"line\":60,"
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTableCell.h | 61 void setCol(unsigned column) 63 if (UNLIKELY(column > maxColumnIndex)) 66 m_column = column;
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
parser.h | 82 // and column numbers for errors reported by DescriptorPool during validation. 198 void AddError(int line, int column, const string& error); 200 // Invokes error_collector_->AddError() with the line and column number 437 // DescriptorPool when validating descriptors -- to line and column numbers 450 // *column with the line and column numbers. If not found, sets *line to 451 // -1 and *column to 0 (since line = -1 is used to mean "error has no exact 456 int* line, int* column) const; 461 int line, int column);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
text_format.h | 229 int column; member in struct:google::protobuf::TextFormat::ParseLocation 231 ParseLocation() : line(-1), column(-1) {} 233 : line(line_param), column(column_param) {}
|
/external/guava/guava-tests/test/com/google/common/collect/ |
RegularImmutableTableTest.java | 119 testInstance.column(1)); 120 assertEquals(ImmutableMap.of('a', "baz"), testInstance.column(2)); 121 assertEquals(ImmutableMap.of(), testInstance.column(3));
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_subpel_variance_impl_sse2.asm | 70 paddw xmm6, xmm5 ; xmm6 += accumulated column differences 74 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences 177 paddw xmm6, xmm5 ; xmm6 += accumulated column differences 181 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences 283 paddw xmm6, xmm5 ; xmm6 += accumulated column differences 287 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
StructuredNameEditorView.java | 79 public void onFieldChanged(String column, String value) { 80 if (!isFieldChanged(column, value)) { 84 // First save the new value for the column. 85 saveValue(column, value);
|
LabeledEditorView.java | 288 public void onFieldChanged(String column, String value) { 289 if (!isFieldChanged(column, value)) { 294 saveValue(column, value); 300 protected void saveValue(String column, String value) { 301 mEntry.put(column, value); 326 protected boolean isFieldChanged(String column, String value) { 327 final String dbValue = mEntry.getAsString(column);
|
/external/bison/src/ |
print.c | 135 /* Compute the width of the lookahead token column. */ 183 /* Compute the width of the lookahead token column. */ 263 /* Compute the width of the lookahead token column. */ 392 if (column + strlen(buffer) > (End)) \ 395 column = 3; \ 406 int column = 0; 420 column = strlen (tag); 460 column = strlen (tag); 404 int column = 0; local
|
/external/clang/tools/c-index-test/ |
c-index-test.c | 586 unsigned line, column; local 621 clang_getSpellingLocation(Loc, 0, &line, &column, 0); 622 printf("%d:%d", line, column); 627 clang_getSpellingLocation(Loc, 0, &line, &column, 0); 628 printf(":%d:%d", line, column); 736 clang_getSpellingLocation(Loc, 0, &line, &column, 0); 738 clang_getCString(Name), line, column); 750 clang_getSpellingLocation(Loc, 0, &line, &column, 0); 752 lineCols[I].col = column; 975 unsigned line, column; local 1102 unsigned line, column; local 1869 unsigned column; local 1993 unsigned column; member in struct:__anon17223 2078 unsigned line, column; local 2419 unsigned line, column; local 2462 unsigned line, column; local 3104 unsigned column, second_column; local 3597 unsigned line, column, offset; local 3654 unsigned line, column, offset; local [all...] |
/external/elfutils/libdw/ |
dwarf_getsrclines.c | 101 new_line->line.column = column; \ 349 size_t column = 0; local 421 column = 0; 543 /* Takes one uleb128 parameter which is stored in column. */ 548 column = u128;
|
/external/protobuf/src/google/protobuf/compiler/ |
parser_unittest.cc | 66 void AddError(int line, int column, const string& message) { 68 line, column, message); 86 int line, column; local 87 source_locations_.Find(descriptor, location, &line, &column); 88 wrapped_collector_->AddError(line, column, message); [all...] |
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility_win.h | 291 long column, 300 CONTENT_EXPORT STDMETHODIMP get_columnDescription(long column, 304 long column, 328 long column, 351 CONTENT_EXPORT STDMETHODIMP get_isColumnSelected(long column, 358 long column, 363 long* column, 372 CONTENT_EXPORT STDMETHODIMP selectColumn(long column) { 380 CONTENT_EXPORT STDMETHODIMP unselectColumn(long column) { 397 long column, [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
image.c | 92 * \param column column of pixel in the image 103 GLint img, GLint row, GLint column ) 152 + (skippixels + column) / 8; 186 + (skippixels + column) * bytes_per_pixel; 207 * \param column column of pixel in the image 219 GLint img, GLint row, GLint column ) 224 format, type, img, row, column); 235 GLint column ) [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
Matrix3f.java | 206 * <code>get(float[])</code> returns the matrix in row-major or column-major order. 213 * false for column major (translation in elements 12, 13, 14 for a 4x4). 267 * parameter. This column is returned as a <code>Vector3f</code> object. 270 * the column to retrieve. Must be between 0 and 2. 271 * @return the column specified by the index. 279 * parameter. This column is returned as a <code>Vector3f</code> object. 282 * the column to retrieve. Must be between 0 and 2. 286 * @return the column specified by the index. 309 logger.warning("Invalid column index."); 310 throw new IllegalArgumentException("Invalid column index. " + i) [all...] |
/external/mesa3d/src/mesa/main/ |
image.c | 92 * \param column column of pixel in the image 103 GLint img, GLint row, GLint column ) 152 + (skippixels + column) / 8; 186 + (skippixels + column) * bytes_per_pixel; 207 * \param column column of pixel in the image 219 GLint img, GLint row, GLint column ) 224 format, type, img, row, column); 235 GLint column ) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
GLFunctionTraceViewer.java | 538 // column showing the GL context id 541 TreeColumn column = tvc.getColumn(); local 542 column.setText("Function"); 543 column.setWidth(500); 545 // column showing the GL function duration (wall clock time) 548 column = tvc.getColumn(); 549 column.setText("Wall Time (ns)"); 550 column.setWidth(150); 551 column.setAlignment(SWT.RIGHT); 553 // column showing the GL function duration (thread time [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uchar.c | 488 u_getUnicodeProperties(UChar32 c, int32_t column) { 491 if(column==-1) { 496 column<0 || column>=propsVectorsColumns 501 return propsVectors[vecIndex+column]; 506 uprv_getMaxValues(int32_t column) { 507 switch(column) {
|
uprops.cpp | 51 int32_t column; // SRC_PROPSVEC column, or "source" if mask==0 member in struct:BinaryProperty 58 return (u_getUnicodeProperties(c, prop.column)&prop.mask)!=0; 213 * column and mask values for binary properties from u_getUnicodeProperties(). 218 * For them, column is the UPropertySource value. 323 int32_t column; // SRC_PROPSVEC column, or "source" if mask==0 member in struct:IntProperty 332 return (int32_t)(u_getUnicodeProperties(c, prop.column)&prop.mask)>>prop.shift; 336 return (uprv_getMaxValues(prop.column)&prop.mask)>>prop.shift; 446 * column, mask and shift values for int-value properties from u_getUnicodeProperties() [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_atifragshader.c | 258 const SWspan *span, GLuint column, GLuint idx) 266 span->array->attribs[FRAG_ATTRIB_TEX0 + pass_tex][column]); 279 GLuint column, GLuint idx) 289 span->array->attribs[FRAG_ATTRIB_TEX0 + coord_source][column]); 313 * \param column - which pixel [i] we're operating on in the span 318 GLuint column) 338 handle_pass_op(machine, texinst, span, column, j); 340 handle_sample_op(ctx, machine, texinst, span, column, j);
|
/external/icu4c/common/ |
uprops.cpp | 51 int32_t column; // SRC_PROPSVEC column, or "source" if mask==0 member in struct:BinaryProperty 58 return (u_getUnicodeProperties(c, prop.column)&prop.mask)!=0; 213 * column and mask values for binary properties from u_getUnicodeProperties(). 218 * For them, column is the UPropertySource value. 297 int32_t column; // SRC_PROPSVEC column, or "source" if mask==0 member in struct:IntProperty 306 return (int32_t)(u_getUnicodeProperties(c, prop.column)&prop.mask)>>prop.shift; 310 return (uprv_getMaxValues(prop.column)&prop.mask)>>prop.shift; 420 * column, mask and shift values for int-value properties from u_getUnicodeProperties() [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_atifragshader.c | 258 const SWspan *span, GLuint column, GLuint idx) 266 span->array->attribs[FRAG_ATTRIB_TEX0 + pass_tex][column]); 279 GLuint column, GLuint idx) 289 span->array->attribs[FRAG_ATTRIB_TEX0 + coord_source][column]); 313 * \param column - which pixel [i] we're operating on in the span 318 GLuint column) 338 handle_pass_op(machine, texinst, span, column, j); 340 handle_sample_op(ctx, machine, texinst, span, column, j);
|
/external/bison/doc/ |
refcard.tex | 9 % For printing reference cards to use in books, specify one column 43 % 1 column per page 102 %%%% smallcopyrightnotice for two column printing on one page. 138 column\if 1\ncolumns\else s\fi\space per page]} 195 % Leave 3 column code here in case size increases. 211 %\immediate\write16{Column \folio\abc\space starts with \firstmark} 215 %% in case we never use \columnb (two-column mode) 447 \key{Access data's column location.} {@{\it x}.{\it column\_spec}} 454 first_line} and {\tt last_line}, and {\it column\_spec} is specifie [all...] |