HomeSort by relevance Sort by last modified time
    Searched refs:INTEGER (Results 1 - 25 of 44) sorted by null

1 2

  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 3 CREATE TABLE _deleted_groups (_sync_version TEXT,_sync_id TEXT,_sync_account TEXT,_sync_mark INTEGER);
4 CREATE TABLE _deleted_people (_sync_version TEXT,_sync_id TEXT,_sync_account TEXT,_sync_mark INTEGER);
5 CREATE TABLE _sync_state (_id INTEGER PRIMARY KEY,_sync_account TEXT,data TEXT,UNIQUE(_sync_account));
6 CREATE TABLE _sync_state_metadata (version INTEGER);
10 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER,type INTEGER,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/
IAttributeInfo.java 31 INTEGER,
  /packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql 3 CREATE TABLE _deleted_groups (_sync_version TEXT,_sync_id TEXT,_sync_account TEXT,_sync_mark INTEGER);
4 CREATE TABLE _deleted_people (_sync_version TEXT,_sync_id TEXT,_sync_account TEXT,_sync_mark INTEGER);
6 CREATE TABLE _sync_state (_id INTEGER PRIMARY KEY,_sync_account TEXT,data TEXT,UNIQUE(_sync_account));
8 CREATE TABLE _sync_state_metadata (version INTEGER);
12 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER,type INTEGER,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT)
    [all...]
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 3 CREATE TABLE _deleted_groups (_sync_version TEXT,_sync_id TEXT,_sync_account TEXT,_sync_mark INTEGER);
4 CREATE TABLE _deleted_people (_sync_version TEXT,_sync_id TEXT,_sync_account TEXT,_sync_mark INTEGER);
5 CREATE TABLE _sync_state (_id INTEGER PRIMARY KEY,_sync_account TEXT,data TEXT,UNIQUE(_sync_account));
7 CREATE TABLE _sync_state_metadata (version INTEGER);
11 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER,type INTEGER,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT)
    [all...]
  /libcore/luni/src/main/java/java/sql/
Types.java 105 * The type code that identifies the SQL type {@code INTEGER}.
107 public static final int INTEGER = 4;
  /libcore/support/src/test/java/tests/support/
Support_DecimalFormat.java 49 t_FormatWithField(1, format, number, text, NumberFormat.Field.INTEGER,
75 t_FormatWithField(11, format, number, text, NumberFormat.Field.INTEGER,
107 t_FormatWithField(22, format, number, text, NumberFormat.Field.INTEGER,
149 // test integer instance
199 v.add(new FieldContainer(0, 3, NumberFormat.Field.INTEGER));
207 v.add(new FieldContainer(0, 3, NumberFormat.Field.INTEGER));
214 v.add(new FieldContainer(5, 8, NumberFormat.Field.INTEGER));
224 v.add(new FieldContainer(5, 8, NumberFormat.Field.INTEGER));
233 v.add(new FieldContainer(1, 4, NumberFormat.Field.INTEGER));
242 v.add(new FieldContainer(2, 5, NumberFormat.Field.INTEGER));
    [all...]
Support_MessageFormat.java 47 String pattern = "On {4,date} at {3,time}, he ate {2,number, integer} hamburger{2,choice,1#|1<s} and drank {1, number} litres of coke. That was {0,choice,1#just enough|1<more than enough} food!";
51 Integer hamburgers = new Integer(8);
74 String pattern = "On {4,date} at {3,time}, he ate {2,number, integer} hamburger{2,choice,1#|1<s} and drank {1, number} litres of coke. That was {0,choice,1#just enough|1<more than enough} food!";
78 Integer hamburgers = new Integer(8);
107 v.add(new FieldContainer(38, 39, NumberFormat.Field.INTEGER));
110 v.add(new FieldContainer(61, 62, NumberFormat.Field.INTEGER));
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERTags.java 6 public static final int INTEGER = 0x02;
DERInteger.java 14 * return an integer from the passed in object
40 * return an Integer from a tagged object.
91 out.writeEncoded(INTEGER, bytes);
DERInputStream.java 150 case INTEGER:
ASN1InputStream.java 27 this(is, Integer.MAX_VALUE);
362 case INTEGER:
  /libcore/sqlite-jdbc/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 626 Types.INTEGER, Types.INTEGER, Types.INTEGER,
627 Types.INTEGER, Types.INTEGER, Types.VARCHAR,
628 Types.VARCHAR, Types.INTEGER, Types.INTEGER,
629 Types.INTEGER, Types.INTEGER, Types.VARCHAR
636 Hashtable<String, Integer> h = new Hashtable<String, Integer>()
    [all...]
JDBCResultSetMetaData.java 26 case Types.INTEGER: return "java.lang.Integer";
105 case Types.INTEGER: return "integer";
  /dalvik/dx/src/com/android/dx/rop/cst/
CstType.java 52 /** {@code non-null;} instance corresponding to the class {@code Integer} */
53 public static final CstType INTEGER = intern(Type.INTEGER_CLASS);
98 * {@code java.lang.Integer}.
110 case Type.BT_INT: return INTEGER;
  /external/webkit/LayoutTests/storage/
sql-data-types.js 70 tx.executeSql("CREATE TABLE IF NOT EXISTS DataTypeTestTable (id INTEGER UNIQUE, real REAL, timestamp INTEGER, text TEXT, blob BLOB)", [],
  /libcore/luni/src/main/java/java/text/
NumberFormat.java 87 * format. Use {@link #getIntegerInstance} to get an integer number format,
117 * offset between the last character of the integer and the decimal. Add
147 * Field constant identifying the integer part of a number.
277 * {@code Integer}, and {@code Long} have {@code Number.longValue} invoked, as do instances of
299 if (object instanceof Byte || object instanceof Short || object instanceof Integer ||
424 * Returns the maximum number of integer digits that are printed when
425 * formatting. If the maximum is less than the number of integer digits, the
428 * @return the maximum number of integer digits.
445 * Returns the minimum number of integer digits that are printed when
448 * @return the minimum number of integer digits
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
HardwareProperties.java 48 INTEGER("integer"),
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java 215 assertEquals("Incorrect data type", java.sql.Types.INTEGER, rs.getInt("DATA_TYPE"));
216 assertEquals("Incorrect type name", "INTEGER", rs.getString("TYPE_NAME"));
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdCreationDialog.java 528 case INTEGER:
537 int index = (Integer)value;
550 case INTEGER:
567 case INTEGER:
    [all...]
  /external/webkit/WebCore/css/
CSSGrammar.y 65 int integer;
173 %token <number> INTEGER
229 %type <integer> property
247 %type <integer> match
248 %type <integer> unary_operator
1130 | ':' FUNCTION maybe_space INTEGER maybe_space ')' {
    [all...]
  /external/openssl/ssl/
ssl-lib.com 637 $ TMP = F$INTEGER(F$ELEMENT(0,".",TMP)+F$ELEMENT(1,".",TMP))
  /prebuilt/common/asm/
asm-3.1.jar 
  /prebuilt/common/tools-common/
tools-common-prebuilt.jar 
  /libcore/luni/src/main/java/com/ibm/icu4jni/text/
NativeDecimalFormat.java 595 // The old java field values were 0 for integer and 1 for fraction.
597 // starting from 0 in the following order; note that integer and
599 NumberFormat.Field.INTEGER,
  /libcore/luni/src/test/java/tests/sql/
PreparedStatementTest.java 66 " IntegerVal INTEGER, " + " RealVal REAL, "
259 String query = "create table hutch (id integer not null, animal_id integer, address char(20), primary key (id));";
613 ps.setInt(1, Integer.MAX_VALUE);
617 + Integer.MAX_VALUE);
631 ps.setInt(1, Integer.MIN_VALUE);
635 + Integer.MAX_VALUE);
650 ps.setInt(1, Integer.MIN_VALUE);
    [all...]

Completed in 1468 milliseconds

1 2