HomeSort by relevance Sort by last modified time
    Searched refs:columnTypes (Results 1 - 17 of 17) sorted by null

  /packages/apps/TimeZoneData/src/main/com/android/timezone/data/
TimeZoneRulesDataProvider.java 78 Map<String, Class<?>> columnTypes = new HashMap<>();
79 columnTypes.put(Operation.COLUMN_TYPE, String.class);
80 columnTypes.put(Operation.COLUMN_DISTRO_MAJOR_VERSION, Integer.class);
81 columnTypes.put(Operation.COLUMN_DISTRO_MINOR_VERSION, Integer.class);
82 columnTypes.put(Operation.COLUMN_RULES_VERSION, String.class);
83 columnTypes.put(Operation.COLUMN_REVISION, Integer.class);
84 KNOWN_COLUMN_TYPES = Collections.unmodifiableMap(columnTypes);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
csv.py 402 columnTypes = {}
403 for i in range(columns): columnTypes[i] = None
415 for col in columnTypes.keys():
431 if thisType != columnTypes[col]:
432 if columnTypes[col] is None: # add new column type
433 columnTypes[col] = thisType
437 del columnTypes[col]
442 for col, colType in columnTypes.items():
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
csv.py 397 columnTypes = {}
398 for i in range(columns): columnTypes[i] = None
410 for col in columnTypes.keys():
426 if thisType != columnTypes[col]:
427 if columnTypes[col] is None: # add new column type
428 columnTypes[col] = thisType
432 del columnTypes[col]
437 for col, colType in columnTypes.items():
  /external/python/cpython2/Lib/
csv.py 402 columnTypes = {}
403 for i in range(columns): columnTypes[i] = None
415 for col in columnTypes.keys():
431 if thisType != columnTypes[col]:
432 if columnTypes[col] is None: # add new column type
433 columnTypes[col] = thisType
437 del columnTypes[col]
442 for col, colType in columnTypes.items():
  /external/python/cpython3/Lib/
csv.py 399 columnTypes = {}
400 for i in range(columns): columnTypes[i] = None
412 for col in list(columnTypes.keys()):
424 if thisType != columnTypes[col]:
425 if columnTypes[col] is None: # add new column type
426 columnTypes[col] = thisType
430 del columnTypes[col]
435 for col, colType in columnTypes.items():
  /prebuilts/gdb/darwin-x86/lib/python2.7/
csv.py 397 columnTypes = {}
398 for i in range(columns): columnTypes[i] = None
410 for col in columnTypes.keys():
426 if thisType != columnTypes[col]:
427 if columnTypes[col] is None: # add new column type
428 columnTypes[col] = thisType
432 del columnTypes[col]
437 for col, colType in columnTypes.items():
  /prebuilts/gdb/linux-x86/lib/python2.7/
csv.py 397 columnTypes = {}
398 for i in range(columns): columnTypes[i] = None
410 for col in columnTypes.keys():
426 if thisType != columnTypes[col]:
427 if columnTypes[col] is None: # add new column type
428 columnTypes[col] = thisType
432 del columnTypes[col]
437 for col, colType in columnTypes.items():
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
csv.py 397 columnTypes = {}
398 for i in range(columns): columnTypes[i] = None
410 for col in columnTypes.keys():
426 if thisType != columnTypes[col]:
427 if columnTypes[col] is None: # add new column type
428 columnTypes[col] = thisType
432 del columnTypes[col]
437 for col, colType in columnTypes.items():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
csv.py 397 columnTypes = {}
398 for i in range(columns): columnTypes[i] = None
410 for col in columnTypes.keys():
426 if thisType != columnTypes[col]:
427 if columnTypes[col] is None: # add new column type
428 columnTypes[col] = thisType
432 del columnTypes[col]
437 for col, colType in columnTypes.items():
  /external/icu/icu4c/source/test/intltest/
datadrivennumberformattestsuite.cpp 40 ENumberFormatTestTupleField columnTypes[kNumberFormatTestTupleFieldCount];
73 columnTypes[i] = NumberFormatTestTuple::getFieldByName(
75 if (columnTypes[i] == kNumberFormatTestTupleFieldCount) {
86 columnTypes[i], columnValues[i].unescape(), status);
89 fTuple.clearField(columnTypes[i], status);
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java     [all...]
  /prebuilts/go/darwin-x86/src/database/sql/
fakedb_test.go 292 func (db *fakeDB) createTable(name string, columnNames, columnTypes []string) error {
301 if len(columnNames) != len(columnTypes) {
303 name, len(columnNames), len(columnTypes))
305 db.tables[name] = &table{colname: columnNames, coltype: columnTypes}
  /prebuilts/go/linux-x86/src/database/sql/
fakedb_test.go 292 func (db *fakeDB) createTable(name string, columnNames, columnTypes []string) error {
301 if len(columnNames) != len(columnTypes) {
303 name, len(columnNames), len(columnTypes))
305 db.tables[name] = &table{colname: columnNames, coltype: columnTypes}
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 1247 milliseconds