/external/mesa3d/docs/OLD/ |
MESA_packed_depth_stencil.spec | 102 Table 3.5: DrawPixels and ReadPixels formats. The third column
|
/external/smali/smali/src/main/java/org/jf/smali/ |
smaliFlexLexer.java | [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
AtPhonebook.java | 134 int column = cursor.getColumnIndexOrThrow(Calls.NUMBER); local 135 String number = cursor.getString(column);
|
/packages/apps/Calendar/src/com/android/calendar/ |
Event.java | 441 // Compute the column positions separately for the all-day events 470 // the column bit mask, and empty the groupList. 480 // Find the first empty column. Empty columns are represented by 481 // zero bits in the column mask "colMask". 606 public void setColumn(int column) { 607 mColumn = column;
|
/prebuilts/gradle-plugin/com/android/tools/lint/lint/22.9.2/ |
lint-22.9.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/23.0.1/ |
lint-23.0.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/23.0.2/ |
lint-23.0.2.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
ImportPage.java | 187 // Add all available size to the first column 189 TableColumn column = mTable.getColumn(i); local 190 availableWidth -= column.getWidth(); 481 /** Editing support for the project name column */
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
JavaScriptCallFrame.cpp | 97 int JavaScriptCallFrame::column() const function in class:blink::JavaScriptCallFrame 99 return callV8FunctionReturnInt("column"); 202 exceptionDetails->Set(v8::String::NewFromUtf8(isolate, "column"), v8::Integer::New(isolate, message->GetStartColumn()));
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTable.cpp | 242 // column count and whether we have a column. Currently, we only have one 710 // We split the column at "position", taking "firstSpan" cells from the span. [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/ |
CSSWorkspaceBinding.js | 137 var column = forName ? range.startColumn : range.endColumn - (cssProperty.text && cssProperty.text.endsWith(";") ? 2 : 1); 138 var rawLocation = new WebInspector.CSSLocation(style.target(), style.styleSheetId, url, line, column);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
externs.js | 430 column: function () { },
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_text.c | 250 int column = 1; local 255 column = 1; 258 ++column; 262 debug_printf( "\nTGSI asm error: %s [%d : %d] \n", msg, line, column ); [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_disasm.c | 412 static int column; variable 417 column += strlen (string); 436 column = 0; 444 while (column < c); [all...] |
/external/clang/bindings/python/tests/cindex/ |
test_cursor.py | 46 assert tu_nodes[0].location.column == 8
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_text.c | 250 int column = 1; local 255 column = 1; 258 ++column; 262 debug_printf( "\nTGSI asm error: %s [%d : %d] \n", msg, line, column ); [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_disasm.c | 412 static int column; variable 417 column += strlen (string); 436 column = 0; 444 while (column < c); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
line-map.h | 49 /* A logical line/column number, i.e. an "index" into a line_map. */ 62 Physical source file TO_FILE at line TO_LINE at column 0 is represented 63 by the logical START_LOCATION. TO_LINE+L at column C is represented by 66 (The top line is line 1 and the leftmost column is column 1; line/column 0 67 means "entire file/line" or "unknown line/column" or "not applicable".) 85 /* Number of the low-order source_location bits used for a column number. */ 305 /* The maximum column number we can quickly allocate. Higher numbers 457 /* Return a source_location for the start (i.e. column==0) o 634 int column; member in struct:__anon28274 [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
EclipseLintClient.java | [all...] |
/system/media/camera/docs/ |
html.mako | 40 /* table column sizes */ 52 /* hide the first thead, we need it there only to enforce column sizes */
|
/external/chromium_org/third_party/icu/source/common/ |
ucnvsel.cpp | 78 uint32_t column; local 95 column = i / 32; 110 upvec_setValue(upvec, start_char, end_char, column, ~0, mask,
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
rbbitst.cpp | 1073 int32_t column = 0; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
nvfragparse.c | 167 GLint line, column; local 170 parseState->pos, &line, &column); 172 "nvfragparse.c(%d): line %d, column %d:%s (%s)\n", 173 lineNo, line, column, (char *) lineStr, msg); [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
CTableCombo.java | 517 // only one column 548 TableColumn column = m_table.getColumn(0); local 549 column.pack(); 550 tableWidth = column.getWidth();
|
/external/icu/icu4c/source/common/ |
ucnvsel.cpp | 78 uint32_t column; local 95 column = i / 32; 110 upvec_setValue(upvec, start_char, end_char, column, ~0, mask,
|