HomeSort by relevance Sort by last modified time
    Searched refs:column (Results 326 - 350 of 2687) sorted by null

<<11121314151617181920>>

  /external/protobuf/src/google/protobuf/compiler/
importer.cc 102 void AddError(int line, int column, const string& message) {
104 multi_file_error_collector_->AddError(filename_, line, column, message);
183 int line, column; local
184 owner_->source_locations_.Find(descriptor, location, &line, &column);
185 owner_->error_collector_->AddError(filename, line, column, message);
196 int line, column; local
197 owner_->source_locations_.Find(descriptor, location, &line, &column);
198 owner_->error_collector_->AddWarning(filename, line, column, message);
  /external/python/cpython2/Demo/tkinter/ttk/
ttkcalendar.py 102 self._header.grid(in_=hframe, column=1, row=0, padx=12)
103 rbtn.grid(in_=hframe, column=2, row=0)
115 self._calendar.column(col, width=maxwidth, minwidth=maxwidth,
165 column = widget.identify_column(x)
167 if not column or not item in self._items:
175 text = item_values[int(column[1]) - 1]
179 bbox = widget.bbox(item, column)
185 self._selection = (text, item, column)
  /external/python/cpython2/Tools/pynche/
DetailsViewer.py 92 self.__l1.grid(row=1, column=0, sticky=E)
99 self.__radio1.grid(row=1, column=1, sticky=W)
106 self.__radio2.grid(row=2, column=1, sticky=W)
113 self.__radio3.grid(row=3, column=1, sticky=W)
115 self.__l2.grid(row=4, column=1, sticky=W)
120 self.__l3.grid(row=5, column=0, sticky=E)
125 self.__omenu.grid(row=5, column=1, sticky=W)
130 frame.grid(row=0, column=0, columnspan=2, sticky='EW')
  /external/python/cpython2/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/python/cpython3/Tools/pynche/
DetailsViewer.py 92 self.__l1.grid(row=1, column=0, sticky=E)
99 self.__radio1.grid(row=1, column=1, sticky=W)
106 self.__radio2.grid(row=2, column=1, sticky=W)
113 self.__radio3.grid(row=3, column=1, sticky=W)
115 self.__l2.grid(row=4, column=1, sticky=W)
120 self.__l3.grid(row=5, column=0, sticky=E)
125 self.__omenu.grid(row=5, column=1, sticky=W)
130 frame.grid(row=0, column=0, columnspan=2, sticky='EW')
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
FilterStackDBHelper.java 73 for (String[] column : columns) {
78 for (String val : column) {
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cfi/
cfi-alpha-3.d 10 Return address column: 26
cfi-arm-1.d 11 Return address column: 14
cfi-hppa-1.d 10 Return address column: 2
cfi-m68k.d 10 Return address column: 24
cfi-ppc-1.d 14 Return address column: 65
cfi-s390-1.d 12 Return address column: 14
cfi-s390x-1.d 12 Return address column: 14
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
eh1.d 15 Return address column: 16
eh2.d 15 Return address column: 16
eh3.d 15 Return address column: 16
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
eh-frame4.d 18 Return address column: 31
42 Return address column: 31
64 Return address column: 31
83 Return address column: 31
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-pe/
cfi.d 12 Return address column: 32
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMException.java 227 int column = locator.getColumnNumber(); local
239 if (0 != column) {
240 sbuffer.append("; Column#: ");
241 sbuffer.append(column);
260 int column = locator.getColumnNumber(); local
272 if (0 != column) {
273 sbuffer.append("; Column#: ");
274 sbuffer.append(column);
  /external/python/cpython2/Lib/idlelib/
SearchDialogBase.py 7 '''Create most of a 3 or 4 row, 3 column search dialog.
9 The left and wide middle column contain:
15 The narrow right column contains command buttons
99 label.grid(row=self.row, column=0, sticky="nw")
101 entry.grid(row=self.row, column=1, sticky="nwe")
117 label.grid(row=self.row, column=0, sticky="nw")
121 frame.grid(row=self.row, column=1, columnspan=1, sticky="nwe")
169 b.grid(pady=1,row=rows,column=0,sticky="ew")
176 f.grid(row=0,column=2,padx=2,pady=2,ipadx=2,ipady=2)
  /external/python/cpython3/Lib/idlelib/
searchbase.py 8 '''Create most of a 3 or 4 row, 3 column search dialog.
10 The left and wide middle column contain:
16 The narrow right column contains command buttons
101 label.grid(row=self.row, column=0, sticky="nw")
103 entry.grid(row=self.row, column=1, sticky="nwe")
119 label.grid(row=self.row, column=0, sticky="nw")
123 frame.grid(row=self.row, column=1, columnspan=1, sticky="nwe")
166 b.grid(pady=1,row=rows,column=0,sticky="ew")
173 f.grid(row=0,column=2,padx=2,pady=2,ipadx=2,ipady=2)
  /frameworks/native/libs/math/include/math/
mat2.h 37 * A 2x2 column-major matrix class.
39 * Conceptually a 2x2 matrix is a an array of 2 column vec2:
68 * m[n] is the \f$ n^{th} \f$ column of the matrix and is a vec2.
88 static constexpr size_t COL_SIZE = col_type::SIZE; // size of a column (i.e.: number of rows)
112 inline constexpr col_type const& operator[](size_t column) const {
115 assert(column < NUM_COLS);
117 return m_value[column];
120 inline col_type& operator[](size_t column) {
121 assert(column < NUM_COLS);
122 return m_value[column];
    [all...]
  /frameworks/support/documentfile/src/main/java/androidx/documentfile/provider/
DocumentsContractApi19.java 157 private static String queryForString(Context context, Uri self, String column,
163 c = resolver.query(self, new String[] { column }, null, null, null);
177 private static int queryForInt(Context context, Uri self, String column,
179 return (int) queryForLong(context, self, column, defaultValue);
182 private static long queryForLong(Context context, Uri self, String column,
188 c = resolver.query(self, new String[] { column }, null, null, null);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactsSource.java 292 * the column where this field is stored.
295 public String column; field in class:ContactsSource.EditField
301 public EditField(String column, int titleRes) {
302 this.column = column;
306 public EditField(String column, int titleRes, int inputType) {
307 this(column, titleRes);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/
EnterpriseContactsCursorWrapper.java 122 public int getInt(int column) {
123 return (int) getLong(column);
127 public long getLong(int column) {
128 long result = super.getLong(column);
129 if (ArrayUtils.contains(contactIdIndices, column)) {
132 final String columnName = getColumnName(column);

Completed in 1614 milliseconds

<<11121314151617181920>>