/external/icu4c/common/ |
ucnvsel.cpp | 78 uint32_t column; local 95 column = i / 32; 110 upvec_setValue(upvec, start_char, end_char, column, ~0, mask,
|
/external/icu4c/test/intltest/ |
rbbitst.cpp | 1074 int32_t column = 0; local [all...] |
/external/mesa3d/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...] |
/packages/apps/Exchange/src/com/android/exchange/service/ |
EasContactsSyncHandler.java | 320 * @param column The column name in cv to find the string. 325 final String column, final int tag) throws IOException { 326 if (cv.containsKey(column)) { 327 final String value = cv.getAsString(column); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
pytree.py | 358 column = 0 # Column where this token tarts in the input variable in class:Leaf 372 self._prefix, (self.lineno, self.column) = context 403 (self.prefix, (self.lineno, self.column)),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
pytree.py | 358 column = 0 # Column where this token tarts in the input variable in class:Leaf 372 self._prefix, (self.lineno, self.column) = context 403 (self.prefix, (self.lineno, self.column)),
|
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/ |
ProgramBinary.cpp | 1100 int column = 0; local 1104 if (space[x] >= n && space[x] < space[column]) 1106 column = x; 1110 if (space[column] >= n) 1114 if (!packing[r][column]) 1120 packing[y][column] = &*varying; 1127 varying->col = column; [all...] |
/external/v8/src/ |
d8.js | 262 result += ' column '; 968 var column; 983 // Check for script breakpoint (name:line[:column]). If no ':' in break 996 // Check for both line and column. 999 column = parseInt(tmp.substring(pos + 1, tmp.length)) - 1; 1015 request.arguments.column = column; [all...] |
/external/clang/bindings/python/clang/ |
cindex.py | 180 def from_position(tu, file, line, column): 182 Retrieve the source location associated with a given file/line/column in 185 return conf.lib.clang_getLocation(tu, file, line, column) 208 def column(self): member in class:SourceLocation 209 """Get the column represented by this source location.""" 228 return "<SourceLocation file %r, line %r, column %r>" % ( 229 filename, self.line, self.column) [all...] |
/external/clang/tools/libclang/ |
IndexingContext.cpp | 885 unsigned *line, unsigned *column, 907 if (column) 908 *column = SM.getColumnNumber(FID, FileOffset); [all...] |
IndexingContext.h | 461 unsigned *line, unsigned *column, unsigned *offset);
|
/external/qemu/ |
sockets.c | 490 const char* column = ""; 493 p = bufprint(p, end, "%s%04x", column, (tab[n] << 8) | tab[n+1]); 494 column = ":"; [all...] |
/frameworks/base/core/java/android/widget/ |
SearchView.java | 1027 final String column = actionKey.getSuggestActionMsgColumn(); local [all...] |
/sdk/emulator/opengl/tests/event_injector/ |
sockets.c | 495 const char* column = ""; 498 p = bufprint(p, end, "%s%04x", column, (tab[n] << 8) | tab[n+1]); 499 column = ":"; [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
main.rb | 355 token.line, token.column, suffix )
|
/external/chromium/chrome/browser/resources/file_manager/js/ |
file_manager.js | 934 * Render the type column of the detail table. 939 * @param {string} columnId The id of the column to be rendered. 970 * Render the Name column of the detail table. 975 * @param {string} columnId The id of the column to be rendered. 992 * Render the Size column of the detail table. [all...] |
/external/chromium_org/remoting/webapp/ |
main.css | 447 .mode-select-button-column { 451 .mode-select-button-column button {
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTableSection.cpp | 619 // if there was a column logical width change. 1210 RenderTableCol* column = table()->colElement(cell->col()); local [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
View.js | 302 * @param {number=} column 304 highlightPosition: function(line, column)
|
/external/chromium_org/third_party/icu/source/test/perf/collationperf/ |
CollPerf.pl | 175 is repeated 1000 times. The percentage values in the final column are the most
|
/external/emma/core/java12/com/vladium/emma/report/html/ |
ReportGenerator.java | [all...] |
/external/icu4c/test/perf/collationperf/ |
CollPerf.pl | 175 is repeated 1000 times. The percentage values in the final column are the most
|
/external/kernel-headers/original/linux/ |
tty.h | 210 unsigned int column; member in struct:tty_struct
|
/prebuilts/devtools/tools/lib/ |
draw9patch.jar | |
kxml2-2.3.0.jar | |