/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/ |
Node.java | 100 * Return the begin column of this node. 102 * @return the begin column of this node 136 * Return the end column of this node. 138 * @return the end column of this node 154 * Sets the begin column of this node. 157 * the begin column of this node 202 * Sets the end column of this node. 205 * the end column of this node 350 public boolean isPositionedAfter(int line, int column) { 355 return getBeginColumn() > column; [all...] |
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
do-plot | 43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}') 44 if [ -z "${column[$count]}" ] 46 column[$count]=$count; 57 set xlabel "${column[1]}" 91 plot_cmd="plot '$FILE' using 1:2 title \"${column[$count]}\" $with" 95 plot_cmd=$plot_cmd",'$FILE' using 1:$count title \"${column[$count]}\" $with"
|
/external/mesa3d/src/mesa/main/ |
convolve.c | 150 GLsizei columnBufSize, GLvoid *column, 161 GLvoid *row, GLvoid *column, GLvoid *span) 164 INT_MAX, column, span); 169 _mesa_SeparableFilter2D(GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column)
|
/external/python/cpython2/Demo/tkinter/ttk/ |
dirbrowser.py | 80 tree.column("size", stretch=0, width=100) 87 tree.grid(column=0, row=0, sticky='nswe') 88 vsb.grid(column=1, row=0, sticky='ns') 89 hsb.grid(column=0, row=1, sticky='ew')
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
MCDwarf.h | 82 // Column - the column position. 83 unsigned Column; 102 MCDwarfLoc(unsigned fileNum, unsigned line, unsigned column, unsigned flags, 104 : FileNum(fileNum), Line(line), Column(column), Flags(flags), Isa(isa), 117 /// getColumn - Get the Column of this MCDwarfLoc. 118 unsigned getColumn() const { return Column; } 135 /// setColumn - Set the Column of this MCDwarfLoc. 136 void setColumn(unsigned column) { Column = column; [all...] |
/external/v8/src/ |
source-position.cc | 27 out << ":" << pos.line + 1 << ":" << pos.column + 1 << ">"; 102 out << ":" << pos.line + 1 << ":" << pos.column + 1 << ">"; 135 column = info.column;
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
signalbar.cpp | 33 if (index.column() != 3) {
|
/frameworks/base/core/java/android/text/ |
PackedObjectVector.java | 46 getValue(int row, int column) 51 Object value = mValues[row * mColumns + column]; 57 setValue(int row, int column, E value) 62 mValues[row * mColumns + column] = value;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
input.h | 52 #define LOCATION_COLUMN(LOC)((expand_location (LOC)).column)
|
tree-dump.h | 66 /* The next column. */ 67 unsigned int column; member in struct:dump_info
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/lns/ |
lns-common-1.d | 11 \[0x.*\] Set column to 3 15 \[0x.*\] Set column to 0
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/lns/ |
lns-common-1.d | 10 \[0x.*\] Set column to 3 14 \[0x.*\] Set column to 0
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
Utility.java | 512 T get(Cursor cursor, int column); 517 public Long get(Cursor cursor, int column) { 518 return cursor.getLong(column); 524 public Integer get(Cursor cursor, int column) { 525 return cursor.getInt(column); 531 public String get(Cursor cursor, int column) { 532 return cursor.getString(column); 538 public byte[] get(Cursor cursor, int column) { 539 return cursor.getBlob(column); 559 * @return a generic in column {@code column} of the first result row, if the query returns a [all...] |
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
ContactsContract_AllUriTest.java | 368 for (String column : getColumns(uri)) { 369 if (column.toLowerCase().startsWith(ContactsContract.HIDDEN_COLUMN_PREFIX)) { 370 addFailure("Uri " + uri + " returned hidden column " + column, null); 386 // for (String column : getColumns(uri)) { 391 // String[] projection = {column}; 396 // && ("im_handle".equals(column) 397 // || "im_account".equals(column) 398 // || "protocol".equals(column) 399 // || "custom_protocol".equals(column) [all...] |
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
SimpleCharStream.java | 34 protected int column = 0; field in class:SimpleCharStream 157 column++; 162 line += (column = 1); 172 line += (column = 1); 184 column--; 185 column += (tabSize - (column % tabSize)); 192 bufcolumn[bufpos] = column; 262 column = startcolumn - 1; 285 column = startcolumn - 1 [all...] |
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/ |
SimpleCharStream.java | 34 protected int column = 0; field in class:SimpleCharStream 157 column++; 162 line += (column = 1); 172 line += (column = 1); 184 column--; 185 column += (tabSize - (column % tabSize)); 192 bufcolumn[bufpos] = column; 262 column = startcolumn - 1; 285 column = startcolumn - 1 [all...] |
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/ |
SimpleCharStream.java | 34 protected int column = 0; field in class:SimpleCharStream 157 column++; 162 line += (column = 1); 172 line += (column = 1); 184 column--; 185 column += (tabSize - (column % tabSize)); 192 bufcolumn[bufpos] = column; 262 column = startcolumn - 1; 285 column = startcolumn - 1 [all...] |
/packages/providers/ContactsProvider/tests2/src/com/android/providers/contacts/tests2/ |
AllUriTest.java | 391 for (String column : getColumns(uri)) { 392 if (column.toLowerCase().startsWith(ContactsContract.HIDDEN_COLUMN_PREFIX)) { 393 addFailure("Uri " + uri + " returned hidden column " + column, null); 409 // for (String column : getColumns(uri)) { 414 // String[] projection = {column}; 419 // && ("im_handle".equals(column) 420 // || "im_account".equals(column) 421 // || "protocol".equals(column) 422 // || "custom_protocol".equals(column) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/ |
wsgui.py | 96 self.url_label.grid(row=0, column=0, sticky='e')
98 self.url_entry.grid(row=0, column=1, sticky='we',
103 self.dir_label.grid(row=1, column=0, sticky='e')
105 self.dir_entry.grid(row=1, column=1, sticky='we',
108 self.go_button.grid(row=2, column=1, sticky='w')
112 self.cancel_button.grid(row=2, column=2, sticky='w')
115 self.auto_button.grid(row=2, column=3, sticky='w')
117 self.status_label.grid(row=2, column=4, sticky='w')
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
Dbg.stg | 120 [debugListener locationLine:<ruleDescriptor.tree.line> column:<ruleDescriptor.tree.column>];<\n> 124 [debugListener locationLine:<ruleDescriptor.EORNode.line> column:<ruleDescriptor.EORNode.column>];<\n> 197 "[debugListener locationLine:<it.line> column:<it.pos>];"
|
/external/icu/icu4c/source/common/ |
propsvec.h | 82 * In rows for code points [start..end], select the column, 90 int32_t column, 99 upvec_getValue(const UPropsVectors *pv, UChar32 c, int32_t column);
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
do-plot | 43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}') 44 if [ -z "${column[$count]}" ] 46 column[$count]=$count; 57 set xlabel "${column[1]}" 91 plot_cmd="plot '$FILE' using 1:2 title \"${column[$count]}\" $with" 95 plot_cmd=$plot_cmd",'$FILE' using 1:$count title \"${column[$count]}\" $with"
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
do-plot | 43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}') 44 if [ -z "${column[$count]}" ] 46 column[$count]=$count; 57 set xlabel "${column[1]}" 91 plot_cmd="plot '$FILE' using 1:2 title \"${column[$count]}\" $with" 95 plot_cmd=$plot_cmd",'$FILE' using 1:$count title \"${column[$count]}\" $with"
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
do-plot | 43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}') 44 if [ -z "${column[$count]}" ] 46 column[$count]=$count; 57 set xlabel "${column[1]}" 91 plot_cmd="plot '$FILE' using 1:2 title \"${column[$count]}\" $with" 95 plot_cmd=$plot_cmd",'$FILE' using 1:$count title \"${column[$count]}\" $with"
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/ |
do-plot | 43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}') 44 if [ -z "${column[$count]}" ] 46 column[$count]=$count; 57 set xlabel "${column[1]}" 91 plot_cmd="plot '$FILE' using 1:2 title \"${column[$count]}\" $with" 95 plot_cmd=$plot_cmd",'$FILE' using 1:$count title \"${column[$count]}\" $with"
|