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

<<11121314151617181920>>

  /development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/
AttractionsGridPagerAdapter.java 100 public Object instantiateItem(ViewGroup container, int row, final int column) {
103 switch (column) {
125 if (column == PAGER_PRIMARY_IMAGE_COLUMN) {
183 public Drawable getBackgroundForPage(int row, int column) {
184 if (column == 0) {
190 return super.getBackgroundForPage(row, column);
194 public void destroyItem(ViewGroup viewGroup, int row, int column, Object object) {
  /external/lisa/tools/scripts/power/
cpu_frequency_power_average.py 38 def __init__(self, results_dir, column):
40 self.column = column
46 return PowerAverage.get(files[0], self.column)
240 def get(results_dir, platform_file, column):
241 sample_reader = SampleReader(results_dir, column)
250 parser.add_argument("--column", "-c", type=str, required=True,
251 help="The name of the column in the samples.csv's that"
269 cpu = CpuFrequencyPowerAverage.get(args.results_dir, args.platform_file, args.column)
  /external/tensorflow/tensorflow/contrib/linear_optimizer/python/
sdca_estimator.py 46 """Adds a fake bias feature column filled with all 1s."""
50 raise ValueError("%s is a reserved column name." % bias_column_name)
56 for column in columns_to_tensors.values():
57 if isinstance(column, tuple):
58 column = column[0]
59 if isinstance(column, sparse_tensor.SparseTensor):
60 shape = tensor_util.constant_value(column.dense_shape)
65 batch_size = array_ops.shape(column)[0]
80 features: A dict of `Tensor` keyed by column name
    [all...]
  /external/trappy/trappy/plotter/
Constraint.py 22 class to pivot and filter data and handle multiple column,
26 a data column, data event and the requisite filters is
45 - A Data Column
72 :param column: The data column
73 :type column: str
92 def __init__(self, trappy_trace, pivot, column, template, trace_index,
97 self.column = column
114 on the input column
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/account/
AccountType.java 437 * the column where this field is stored.
440 public String column; field in class:AccountType.EditField
449 public EditField(String column, int titleRes) {
450 this.column = column;
454 public EditField(String column, int titleRes, int inputType) {
455 this(column, titleRes);
492 + " column=" + column
  /test/vti/dashboard/src/main/webapp/js/
test_results.js 81 data.forEach(function (column, index) {
82 if (column.data == undefined || column.name == undefined) {
98 var count = column.data.length;
100 .text(getNickname(column.name))
105 .addClass(column.name)
109 column.data.forEach(function (testCase) {
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 107 attr_accessor :input, :index, :line, :column, :symbol, :token, :source_name
110 @index = @line = @column = nil
119 @column = @symbol.column
123 @column = @input.column
126 if @symbol.respond_to?( :line ) and @symbol.respond_to?( :column )
127 @line, @column = @symbol.line, @symbol.column
133 if @symbol.respond_to?( :line ) and @symbol.respond_to?( :column )
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterProperty.java 125 * @param column The column index.
128 public int getAdditional(int codepoint, int column) {
129 assert column >= 0; local
130 if (column >= m_additionalColumnsCount_) {
133 return m_additionalVectors_[m_additionalTrie_.get(codepoint) + column];
191 int column; // SRC_PROPSVEC column, or "source" if mask==0 field in class:UCharacterProperty.BinaryProperty
193 BinaryProperty(int column, int mask) {
194 this.column=column
456 int column; \/\/ SRC_PROPSVEC column, or "source" if mask==0 field in class:UCharacterProperty.IntProperty
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterProperty.java 124 * @param column The column index.
127 public int getAdditional(int codepoint, int column) {
128 assert column >= 0; local
129 if (column >= m_additionalColumnsCount_) {
132 return m_additionalVectors_[m_additionalTrie_.get(codepoint) + column];
190 int column; // SRC_PROPSVEC column, or "source" if mask==0 field in class:UCharacterProperty.BinaryProperty
192 BinaryProperty(int column, int mask) {
193 this.column=column
455 int column; \/\/ SRC_PROPSVEC column, or "source" if mask==0 field in class:UCharacterProperty.IntProperty
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
tokenize.py 10 the starting (row, column) indices of the token (a 2-tuple of ints)
11 the ending (row, column) indices of the token (a 2-tuple of ints)
281 column where the token begins in the source; a 2-tuple (erow, ecol) of
282 ints specifying the row and column where the token ends in the source;
323 column = 0
326 column += 1
328 column = (column//tabsize + 1)*tabsize
330 column = 0
350 if column > indents[-1]: # count indents or dedents
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tokenize.py 10 the starting (row, column) indices of the token (a 2-tuple of ints)
11 the ending (row, column) indices of the token (a 2-tuple of ints)
275 column where the token begins in the source; a 2-tuple (erow, ecol) of
276 ints specifying the row and column where the token ends in the source;
317 column = 0
320 column += 1
322 column = (column//tabsize + 1)*tabsize
324 column = 0
344 if column > indents[-1]: # count indents or dedents
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
WriteCharts.java 324 int column = 0; local
331 if (column != 0) {
333 column = 0;
348 column = 0;
351 if (column++ == 0) out.print("<tr>");
354 if (column == 3) {
356 column = 0;
359 if (column != 0) {
361 column = 0;
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
WriteCharts.java 321 int column = 0; local
328 if (column != 0) {
330 column = 0;
345 column = 0;
348 if (column++ == 0) out.print("<tr>");
351 if (column == 3) {
353 column = 0;
356 if (column != 0) {
358 column = 0;
  /external/python/cpython2/Lib/
tokenize.py 10 the starting (row, column) indices of the token (a 2-tuple of ints)
11 the ending (row, column) indices of the token (a 2-tuple of ints)
298 column where the token begins in the source; a 2-tuple (erow, ecol) of
299 ints specifying the row and column where the token ends in the source;
340 column = 0
343 column += 1
345 column = (column//tabsize + 1)*tabsize
347 column = 0
367 if column > indents[-1]: # count indents or dedent
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryProvider.java 112 // Column names for the cursor returned by this content provider.
139 @Override public double getDouble(int column) { return 0; }
140 @Override public float getFloat(int column) { return 0; }
141 @Override public int getInt(int column) { return 0; }
142 @Override public short getShort(int column) { return 0; }
143 @Override public long getLong(int column) { return 0; }
145 @Override public String getString(final int column) {
146 switch (column) {
155 public boolean isNull(final int column) {
157 return column != 0
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
AbstractContactsProvider.java 507 private static void dumpStringColumn(PrintWriter pw, Cursor c, String column) {
508 final int index = c.getColumnIndex(column);
510 pw.println("Column not found: " + column);
523 private static void dumpLongColumn(PrintWriter pw, Cursor c, String column) {
524 final int index = c.getColumnIndex(column);
526 pw.println("Column not found: " + column);
536 private static void dumpDoubleColumn(PrintWriter pw, Cursor c, String column) {
537 final int index = c.getColumnIndex(column);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tokenize.py 10 the starting (row, column) indices of the token (a 2-tuple of ints)
11 the ending (row, column) indices of the token (a 2-tuple of ints)
275 column where the token begins in the source; a 2-tuple (erow, ecol) of
276 ints specifying the row and column where the token ends in the source;
317 column = 0
320 column += 1
322 column = (column//tabsize + 1)*tabsize
324 column = 0
344 if column > indents[-1]: # count indents or dedent
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tokenize.py 10 the starting (row, column) indices of the token (a 2-tuple of ints)
11 the ending (row, column) indices of the token (a 2-tuple of ints)
275 column where the token begins in the source; a 2-tuple (erow, ecol) of
276 ints specifying the row and column where the token ends in the source;
317 column = 0
320 column += 1
322 column = (column//tabsize + 1)*tabsize
324 column = 0
344 if column > indents[-1]: # count indents or dedent
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py 10 the starting (row, column) indices of the token (a 2-tuple of ints)
11 the ending (row, column) indices of the token (a 2-tuple of ints)
275 column where the token begins in the source; a 2-tuple (erow, ecol) of
276 ints specifying the row and column where the token ends in the source;
317 column = 0
320 column += 1
322 column = (column//tabsize + 1)*tabsize
324 column = 0
344 if column > indents[-1]: # count indents or dedent
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tokenize.py 10 the starting (row, column) indices of the token (a 2-tuple of ints)
11 the ending (row, column) indices of the token (a 2-tuple of ints)
275 column where the token begins in the source; a 2-tuple (erow, ecol) of
276 ints specifying the row and column where the token ends in the source;
317 column = 0
320 column += 1
322 column = (column//tabsize + 1)*tabsize
324 column = 0
344 if column > indents[-1]: # count indents or dedent
    [all...]
  /external/webrtc/webrtc/libjingle/xmllite/
xmlparser.cc 234 XmlParser::ParseContext::SetPosition(int line, int column,
237 column_number_ = column;
243 unsigned long * column,
249 if (column != NULL) {
250 *column = static_cast<unsigned long>(column_number_);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCCodeView.h 36 uint16_t Column;
42 MCCVLoc(unsigned functionid, unsigned fileNum, unsigned line, unsigned column,
44 : FunctionId(functionid), FileNum(fileNum), Line(line), Column(column),
59 /// \brief Get the Column of this MCCVLoc.
60 unsigned getColumn() const { return Column; }
73 /// \brief Set the Column of this MCCVLoc.
74 void setColumn(unsigned column) {
75 assert(column <= UINT16_MAX);
76 Column = column
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCCodeView.h 36 uint16_t Column;
42 MCCVLoc(unsigned functionid, unsigned fileNum, unsigned line, unsigned column,
44 : FunctionId(functionid), FileNum(fileNum), Line(line), Column(column),
59 /// \brief Get the Column of this MCCVLoc.
60 unsigned getColumn() const { return Column; }
73 /// \brief Set the Column of this MCCVLoc.
74 void setColumn(unsigned column) {
75 assert(column <= UINT16_MAX);
76 Column = column
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCCodeView.h 36 uint16_t Column;
42 MCCVLoc(unsigned functionid, unsigned fileNum, unsigned line, unsigned column,
44 : FunctionId(functionid), FileNum(fileNum), Line(line), Column(column),
59 /// \brief Get the Column of this MCCVLoc.
60 unsigned getColumn() const { return Column; }
73 /// \brief Set the Column of this MCCVLoc.
74 void setColumn(unsigned column) {
75 assert(column <= UINT16_MAX);
76 Column = column
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCCodeView.h 36 uint16_t Column;
42 MCCVLoc(unsigned functionid, unsigned fileNum, unsigned line, unsigned column,
44 : FunctionId(functionid), FileNum(fileNum), Line(line), Column(column),
59 /// \brief Get the Column of this MCCVLoc.
60 unsigned getColumn() const { return Column; }
73 /// \brief Set the Column of this MCCVLoc.
74 void setColumn(unsigned column) {
75 assert(column <= UINT16_MAX);
76 Column = column
    [all...]

Completed in 2343 milliseconds

<<11121314151617181920>>