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

<<21222324252627282930>>

  /external/javasqlite/src/main/java/SQLite/
Stmt.java 172 * Retrieve integer column from exec'ed SQLite3 statement.
173 * @param col column number, 0-based
174 * @return int column value
180 * Retrieve long column from exec'ed SQLite3 statement.
181 * @param col column number, 0-based
182 * @return long column value
187 * Retrieve double column from exec'ed SQLite3 statement.
188 * @param col column number, 0-based
189 * @return double column value
194 * Retrieve blob column from exec'ed SQLite3 statement
227 public Object column(int col) throws SQLite.Exception { method in class:Stmt
    [all...]
  /external/lisa/libs/utils/analysis/
irq_analysis.py 71 irqs.hist(ax=axes, column='timestamp', bins=bin_range,
  /external/python/cpython2/Lib/idlelib/
help.py 210 self.toc_menu(text).grid(column=0, row=0, sticky='nw')
211 text.grid(column=1, row=0, sticky='nsew')
212 scroll.grid(column=2, row=0, sticky='ns')
230 HelpFrame(self, filename).grid(column=0, row=0, sticky='nsew')
  /external/python/cpython3/Lib/idlelib/
help.py 208 toc.grid(row=0, column=0, sticky='nw')
209 text.grid(row=0, column=1, sticky='nsew')
210 scroll.grid(row=0, column=2, sticky='ns')
228 HelpFrame(self, filename).grid(column=0, row=0, sticky='nsew')
  /external/skia/src/core/
SkThreadedBMPDevice.cpp 17 bool SkThreadedBMPDevice::DrawQueue::initColumn(int column, int thread) {
18 return fElements[column].tryInitOnce(&fThreadAllocs[thread]);
23 bool SkThreadedBMPDevice::DrawQueue::work2D(int row, int column, int thread) {
24 return fElements[column].tryDraw(fDevice->fTileBounds[row], &fThreadAllocs[thread]);
  /external/trappy/trappy/plotter/
LinePlot.py 36 :param column: specifies the name of the column to
38 :type column: (str, list(str))
49 :param filters: Filter the column to be plotted as per the
96 :param signals: A string of the type event_name:column to indicate
99 "event_name:column:color". The color is specified as a comma
  /external/turbine/java/com/google/turbine/diag/
LineMap.java 24 /** Converts source positions to line and column information, for diagnostic formatting. */
64 /** The zero-indexed column number of the given source position. */
65 public int column(int position) { method in class:LineMap
  /external/webrtc/webrtc/examples/peerconnection/client/linux/
main_wnd.h 69 GtkTreeViewColumn* column);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 33 if (index.column() == 0) {
  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
uniphier_nand.c 77 int column = nand->page_size; local
92 uniphier_nand_host_write(nand, DENALI_MAP11_ADDR, column & 0xff);
93 uniphier_nand_host_write(nand, DENALI_MAP11_ADDR, (column >> 8) & 0xff);
  /external/ImageMagick/MagickWand/
wandcli.c 123 EG: sprintf(locaiton, filename, line, column);
126 /* filename, line, column */
129 cli_wand->column=0; /* column from script */
295 cli_wand->filename, cli_wand->line, cli_wand->column);
347 cli_wand->location,cli_wand->filename,cli_wand->line,cli_wand->column);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
AdamsMoultonIntegrator.java 377 public void visit(int row, int column, double value) {
379 after[column] -= value;
381 after[column] += value;
  /external/guava/guava-tests/test/com/google/common/collect/
RegularImmutableTableTest.java 120 testInstance.column(1));
121 assertEquals(ImmutableMap.of('a', "baz"), testInstance.column(2));
122 assertEquals(ImmutableMap.of(), testInstance.column(3));
  /external/protobuf/src/google/protobuf/
text_format.h 358 int column; member in struct:google::protobuf::TextFormat::ParseLocation
360 ParseLocation() : line(-1), column(-1) {}
362 : line(line_param), column(column_param) {}
  /external/python/cpython2/Tools/pynche/
TextViewer.py 95 l.grid(row=row, column=0, sticky=E)
101 l.grid(row=1, column=col)
115 r.grid(row=row, column=col)
  /external/python/cpython3/Tools/pynche/
TextViewer.py 95 l.grid(row=row, column=0, sticky=E)
101 l.grid(row=1, column=col)
115 r.grid(row=row, column=col)
  /external/v8/src/
code-events.h 96 int line, int column) = 0;
143 int column) {
145 CodeCreateEvent(tag, code, shared, source, line, column));
  /frameworks/support/room/runtime/src/androidTest/java/androidx/room/migration/
TableInfoTest.java 63 toMap(new TableInfo.Column("id", "INTEGER", false, 1),
64 new TableInfo.Column("name", "TEXT", false, 0)),
75 toMap(new TableInfo.Column("id", "INTEGER", false, 2),
76 new TableInfo.Column("name", "TEXT", false, 1)),
85 mDb.execSQL("ALTER TABLE foo ADD COLUMN added REAL;");
88 toMap(new TableInfo.Column("id", "INTEGER", false, 0),
89 new TableInfo.Column("name", "TEXT", false, 1),
90 new TableInfo.Column("added", "REAL", false, 0)),
100 toMap(new TableInfo.Column("name", "TEXT", true, 0)),
111 toMap(new TableInfo.Column("name", "TEXT", false, 0))
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/blocking/
FilteredNumberCompat.java 62 /** @return The column name for ID in the filtered number database. */
68 * @return The column name for type in the filtered number database. Will be {@code null} for the
77 * @return The column name for source in the filtered number database. Will be {@code null} for
85 /** @return The column name for the original number in the filtered number database. */
93 * @return The column name for country iso in the filtered number database. Will be {@code null}
101 /** @return The column name for the e164 formatted number in the filtered number database. */
171 * Removes any null column names from the given projection array. This method is intended to be
172 * used to strip out any column names that aren't available in every version of number blocking.
187 for (String column : projection) {
188 if (column != null)
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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) {}
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/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);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/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) {}
  /prebuilts/misc/windows/protobuf2.5/include/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);
  /prebuilts/misc/windows/protobuf2.5/include/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) {}

Completed in 1938 milliseconds

<<21222324252627282930>>