HomeSort by relevance Sort by last modified time
    Searched refs:VALUES (Results 76 - 100 of 123) sorted by null

1 2 34 5

  /external/chromium_org/third_party/sqlite/src/test/
laststmtchanges.test 11 # Tests to make sure that values returned by changes() and total_changes()
35 insert into t0 values (1);
36 insert into t0 values (1);
37 insert into t0 values (2);
38 insert into t0 values (2);
39 insert into t0 values (1);
40 insert into t0 values (1);
41 insert into t0 values (1);
42 insert into t0 values (2);
109 insert into t2 values (NULL, changes(), NULL)
    [all...]
randexpr1.tcl 268 INSERT INTO t1 VALUES(100,200,300,400,500,600);
  /external/eigen/blas/
drotmg.f 23 * RESPECTIVELY. (VALUES OF 1.D0, -1.D0, OR 0.D0 IMPLIED BY THE
26 * THE VALUES OF GAMSQ AND RGAMSQ SET IN THE DATA STATEMENT MAY BE
srotmg.f 23 * RESPECTIVELY. (VALUES OF 1.E0, -1.E0, OR 0.E0 IMPLIED BY THE
26 * THE VALUES OF GAMSQ AND RGAMSQ SET IN THE DATA STATEMENT MAY BE
  /external/chromium_org/tools/page_cycler/database/
common.js 61 tx.executeSql('INSERT INTO Test VALUES (?, ?)',
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java 77 private Values mValues;
85 mValues = new Values();
107 protected NewXmlFileCreationPage createMainPage(NewXmlFileWizard.Values values) {
108 return new NewXmlFileCreationPage(MAIN_PAGE_NAME, values);
284 || folderType == ResourceFolderType.VALUES)) {
360 * Specific New XML File wizard tied to the {@link ResourceFolderType#VALUES} type
370 setWindowTitle("New Android Values XML File");
371 super.mMainPage.setTitle("New Android Values XML File");
372 super.mMainPage.setDescription("Creates a new Android Values XML file.")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
Parameter.java 58 * also captures current values, a reference to the editing widget (such that
75 for (Type s : Type.values()) {
145 for (Constraint s : Constraint.values()) {
308 mValidator = ResourceNameValidator.create(false, ResourceFolderType.VALUES);
315 mValidator = ResourceNameValidator.create(false, ResourceFolderType.VALUES);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinter.java 218 case VALUES:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceNameValidator.java 192 boolean isFileType = type != ResourceFolderType.VALUES;
ResourceHelper.java 184 * Is this a resource that can be defined in any file within the "values" folder?
193 * values/ folder
198 if (folderType == ResourceFolderType.VALUES) {
222 if (folderType != ResourceFolderType.VALUES) {
225 // The folder types for ID is not only VALUES but also
309 // Find "dimens.xml" file in res/values/ (or corresponding name for other
333 // Find "dimens.xml" file in res/values/ (or corresponding name for other
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeRenameParticipant.java 336 folderType != ResourceFolderType.VALUES) {
379 } else if (folderType == ResourceFolderType.VALUES) {
RenameResourceParticipant.java 105 * {@link ResourceFolderType#VALUES}. When refactoring non value files, we need to
209 if (mFolderType != null && mFolderType != ResourceFolderType.VALUES) {
459 && mFolderType != ResourceFolderType.VALUES
546 if (folderType == ResourceFolderType.VALUES) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java     [all...]
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 234 opts.addError (formatMessage ("option \'" + opt.getName () + "\' does not accept values: \'" + value + "\'"));
439 // if the current optdef calls for more values, consume the next token
    [all...]
  /external/eigen/blas/testing/
cblat2.f 18 * 6 NUMBER OF VALUES OF N
19 * 0 1 2 3 5 9 VALUES OF N
20 * 4 NUMBER OF VALUES OF K
21 * 0 1 2 4 VALUES OF K
22 * 4 NUMBER OF VALUES OF INCX AND INCY
23 * 1 2 -1 -2 VALUES OF INCX AND INCY
24 * 3 NUMBER OF VALUES OF ALPHA
25 * (0.0,0.0) (1.0,0.0) (0.7,-0.9) VALUES OF ALPHA
26 * 3 NUMBER OF VALUES OF BETA
27 * (0.0,0.0) (1.0,0.0) (1.3,-1.1) VALUES OF BET
    [all...]
dblat2.f 18 * 6 NUMBER OF VALUES OF N
19 * 0 1 2 3 5 9 VALUES OF N
20 * 4 NUMBER OF VALUES OF K
21 * 0 1 2 4 VALUES OF K
22 * 4 NUMBER OF VALUES OF INCX AND INCY
23 * 1 2 -1 -2 VALUES OF INCX AND INCY
24 * 3 NUMBER OF VALUES OF ALPHA
25 * 0.0 1.0 0.7 VALUES OF ALPHA
26 * 3 NUMBER OF VALUES OF BETA
27 * 0.0 1.0 0.9 VALUES OF BET
    [all...]
sblat2.f 18 * 6 NUMBER OF VALUES OF N
19 * 0 1 2 3 5 9 VALUES OF N
20 * 4 NUMBER OF VALUES OF K
21 * 0 1 2 4 VALUES OF K
22 * 4 NUMBER OF VALUES OF INCX AND INCY
23 * 1 2 -1 -2 VALUES OF INCX AND INCY
24 * 3 NUMBER OF VALUES OF ALPHA
25 * 0.0 1.0 0.7 VALUES OF ALPHA
26 * 3 NUMBER OF VALUES OF BETA
27 * 0.0 1.0 0.9 VALUES OF BET
    [all...]
zblat2.f 18 * 6 NUMBER OF VALUES OF N
19 * 0 1 2 3 5 9 VALUES OF N
20 * 4 NUMBER OF VALUES OF K
21 * 0 1 2 4 VALUES OF K
22 * 4 NUMBER OF VALUES OF INCX AND INCY
23 * 1 2 -1 -2 VALUES OF INCX AND INCY
24 * 3 NUMBER OF VALUES OF ALPHA
25 * (0.0,0.0) (1.0,0.0) (0.7,-0.9) VALUES OF ALPHA
26 * 3 NUMBER OF VALUES OF BETA
27 * (0.0,0.0) (1.0,0.0) (1.3,-1.1) VALUES OF BET
    [all...]
dblat3.f 18 * 6 NUMBER OF VALUES OF N
19 * 0 1 2 3 5 9 VALUES OF N
20 * 3 NUMBER OF VALUES OF ALPHA
21 * 0.0 1.0 0.7 VALUES OF ALPHA
22 * 3 NUMBER OF VALUES OF BETA
23 * 0.0 1.0 1.3 VALUES OF BETA
120 * Read and check the parameter values for the tests.
122 * Values of N
135 * Values of ALPHA
142 * Values of BET
    [all...]
sblat3.f 18 * 6 NUMBER OF VALUES OF N
19 * 0 1 2 3 5 9 VALUES OF N
20 * 3 NUMBER OF VALUES OF ALPHA
21 * 0.0 1.0 0.7 VALUES OF ALPHA
22 * 3 NUMBER OF VALUES OF BETA
23 * 0.0 1.0 1.3 VALUES OF BETA
120 * Read and check the parameter values for the tests.
122 * Values of N
135 * Values of ALPHA
142 * Values of BET
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
shell.c 245 ** format string and subsequent arguments are values to be substituted
800 fprintf(p->out,"INSERT INTO %s VALUES(",p->zDestTable);
    [all...]
parse.y 211 // causes them to be assigned integer values that are close together,
214 // The token values assigned to these symbols is determined by the order
437 // values of the SELECT statement. The "*" in statements like
682 VALUES LP itemlist(Y) RP.
686 cmd ::= insert_cmd(R) INTO fullname(X) inscollist_opt(F) DEFAULT VALUES.
724 ** ExprSpan.zEnd values of pOut so that the span covers the complete
808 /* The CURRENT_TIME, CURRENT_DATE, and CURRENT_TIMESTAMP values are
    [all...]
  /ndk/tests/
run-tests.sh 328 echo "EXPECTED VALUES:"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 91 private static final String DEFAULT_RES_FILE_PATH = "/res/values/strings.xml"; //$NON-NLS-1$
447 * <li> Recompute the path based on the configuration selector (e.g. /res/values-fr/).
476 sb.append(mTempConfig.getFolderName(ResourceFolderType.VALUES));
  /prebuilts/sdk/tools/lib/
common.jar 

Completed in 2551 milliseconds

1 2 34 5