HomeSort by relevance Sort by last modified time
    Searched refs:INTO (Results 51 - 64 of 64) sorted by null

1 23

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdfprotect.asm 105 idesc32 isrP, 0x0008, 0 ; 0x04, 4, #OF, INTO detected Overflow
143 dw isrR, 0 ; 0x04, 4, #OF, INTO detected Overflow
  /external/chromium_org/tools/page_cycler/database/
common.js 61 tx.executeSql('INSERT INTO Test VALUES (?, ?)',
  /external/chromium_org/chrome/browser/resources/options/
options_bundle.js 6 // settings page into a single file which will be flattened and served
18 // DO NOT BREAK THE FOLLOWING INCLUDE LINE INTO SEPARATE LINES!
  /external/chromium_org/third_party/sqlite/src/test/
randexpr1.tcl 148 # Convert a string containing EXPR, AGG, and BOOL into a string
268 INSERT INTO t1 VALUES(100,200,300,400,500,600);
  /external/chromium_org/third_party/sqlite/src/tool/
speedtest.tcl 132 puts $fd "INSERT INTO t1 VALUES($i,$r,'[number_name $r]');"
144 puts $fd "INSERT INTO t2 VALUES($i,$r,'[number_name $r]');"
229 puts $fd "INSERT INTO t1 SELECT * FROM t2;"
230 puts $fd "INSERT INTO t2 SELECT * FROM t1;"
252 puts $fd {INSERT INTO t2 SELECT * FROM t1;}
263 puts $fd "INSERT INTO t1 VALUES($i,$r,'[number_name $r]');"
spaceanal.tcl 125 INSERT INTO space_used VALUES(
210 # The results of the query are stored directly by SQLite into local
456 " The number of $pageSize-byte pages that go into forming the complete
602 puts "The entire text of this report can be sourced into any SQL database"
610 puts -nonewline "INSERT INTO space_used VALUES"
  /external/chromium_org/third_party/sqlite/src/src/
shell.c 293 ** sqlite_exec_printf() API to substitue a string into an SQL statement.
800 fprintf(p->out,"INSERT INTO %s VALUES(",p->zDestTable);
    [all...]
parse.y 681 cmd ::= insert_cmd(R) INTO fullname(X) inscollist_opt(F)
684 cmd ::= insert_cmd(R) INTO fullname(X) inscollist_opt(F) select(S).
686 cmd ::= insert_cmd(R) INTO fullname(X) inscollist_opt(F) DEFAULT VALUES.
    [all...]
  /external/sqlite/dist/orig/
shell.c 309 ** sqlite_exec_printf() API to substitue a string into an SQL statement.
817 fprintf(p->out,"INSERT INTO %s VALUES(",p->zDestTable);
    [all...]
  /external/sqlite/dist/
shell.c 314 ** sqlite_exec_printf() API to substitue a string into an SQL statement.
822 fprintf(p->out,"INSERT INTO %s VALUES(",p->zDestTable);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 465 #define INTO CHOICE(into, into, into)
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 465 #define INTO CHOICE(into, into, into)
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 61 * Split {@code prettyPrint} into multiple timeouts so as not to interfere with
124 "fixed foreach from group implicit in interface internal into is lock " +
480 // Split into character sets, escape sequences, punctuation strings
672 /** split markup into chunks of html tags (style null) and
674 * significant for tokenization (<br>) into their textual equivalent.
772 * where index_n is an index into the sourceCode, and style_n is a style
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 61 * Split {@code prettyPrint} into multiple timeouts so as not to interfere with
124 "fixed foreach from group implicit in interface internal into is lock " +
480 // Split into character sets, escape sequences, punctuation strings
672 /** split markup into chunks of html tags (style null) and
674 * significant for tokenization (<br>) into their textual equivalent.
772 * where index_n is an index into the sourceCode, and style_n is a style
    [all...]

Completed in 1731 milliseconds

1 23