HomeSort by relevance Sort by last modified time
    Searched full:a_string (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/sqlite/src/test/
walbig.test 32 proc a_string {n} {
36 db func a_string a_string
42 INSERT INTO t1 VALUES(a_string(300), a_string(500));
43 INSERT INTO t1 SELECT a_string(300), a_string(500) FROM t1;
44 INSERT INTO t1 SELECT a_string(300), a_string(500) FROM t1;
45 INSERT INTO t1 SELECT a_string(300), a_string(500) FROM t1
    [all...]
pagerfault2.test 33 proc a_string {n} {
38 db func a_string a_string
42 db func a_string a_string
48 INSERT INTO t1 VALUES(a_string(401), a_string(402));
51 execsql { INSERT INTO t1 SELECT a_string(401), a_string(402) FROM t1 }
83 db func a_string a_strin
    [all...]
pagerfault.test 24 proc a_string {n} {
29 db func a_string a_string
39 INSERT INTO t1 VALUES(a_string(200), a_string(300));
40 INSERT INTO t1 SELECT a_string(200), a_string(300) FROM t1;
41 INSERT INTO t1 SELECT a_string(200), a_string(300) FROM t1;
43 INSERT INTO t1 SELECT a_string(201), a_string(301) FROM t1
    [all...]
stat.test 25 proc a_string {n} { string range [string repeat [incr ::asc]. $n] 1 $n }
26 db func a_string a_string
74 INSERT INTO t3(rowid, a, b) VALUES(2, a_string(111), a_string(222));
75 INSERT INTO t3 SELECT a_string(110+rowid), a_string(221+rowid) FROM t3;
76 INSERT INTO t3 SELECT a_string(110+rowid), a_string(221+rowid) FROM t3;
77 INSERT INTO t3 SELECT a_string(110+rowid), a_string(221+rowid) FROM t3
    [all...]
journal2.test 27 proc a_string {n} {
128 db func a_string a_string
131 INSERT INTO t2 VALUES(a_string(200), a_string(300));
132 INSERT INTO t2 SELECT a_string(200), a_string(300) FROM t2; -- 2
133 INSERT INTO t2 SELECT a_string(200), a_string(300) FROM t2; -- 4
134 INSERT INTO t2 SELECT a_string(200), a_string(300) FROM t2; --
    [all...]
tkt-d11f09d36e.test 20 proc a_string {n} {
25 db func a_string a_string
pager1.test 72 proc a_string {n} {
77 db func a_string a_string
299 db func a_string a_string
306 INSERT INTO z VALUES(NULL, a_string(800));
307 INSERT INTO z SELECT NULL, a_string(800) FROM z; -- 2
308 INSERT INTO z SELECT NULL, a_string(800) FROM z; -- 4
309 INSERT INTO z SELECT NULL, a_string(800) FROM z; -- 8
310 INSERT INTO z SELECT NULL, a_string(800) FROM z; -- 1
    [all...]
filefmt.test 131 proc a_string {n} {
136 db func a_string a_string
143 INSERT INTO t1 VALUES(a_string(3000));
152 sql36231 { INSERT INTO t1 VALUES(a_string(3000)) }
162 db func a_string a_string
169 INSERT INTO t1 VALUES(a_string(3000));
178 sql36231 { INSERT INTO t1 VALUES(a_string(3000)) }
wal3.test 24 proc a_string {n} {
29 db func a_string a_string
47 INSERT INTO t1 VALUES( a_string(800) ); /* 1 */
48 INSERT INTO t1 SELECT a_string(800) FROM t1; /* 2 */
49 INSERT INTO t1 SELECT a_string(800) FROM t1; /* 4 */
50 INSERT INTO t1 SELECT a_string(800) FROM t1; /* 8 */
51 INSERT INTO t1 SELECT a_string(800) FROM t1; /* 16 */
52 INSERT INTO t1 SELECT a_string(800) FROM t1; /* 32 */
53 INSERT INTO t1 SELECT a_string(800) FROM t1; /* 64 *
    [all...]
tester.tcl     [all...]
  /external/chromium_org/chrome/test/logging/win/
mof_data_parser_unittest.cc 23 EVENT_TRACE* MakeEventWithString(const char* a_string, size_t length);
53 EVENT_TRACE* MofDataParserTest::MakeEventWithString(const char* a_string,
56 ::memcpy(event->MofData, a_string, length);
156 const char a_string[] = "sometimes i get lost in my own thoughts."; local
172 event = MakeEventWithString(a_string, arraysize(a_string));
178 EXPECT_EQ(base::StringPiece(&a_string[0], arraysize(a_string) - 1), value);
183 event = MakeEventWithString(a_string, arraysize(a_string) - 1)
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSSettings_test.py 659 'AdditionalOptions': 'a_string',
725 'AdditionalOptions': 'a_string',
730 'BaseAddress': 'a_string',
    [all...]
  /external/srec/srec/include/
duk_args.h 67 char *a_string; member in union:__anon26469
87 #define SET_ARG_ENTRY(A,W,X,Y,Z) ((A)->typ=(W), (A)->flag=(X), (A)->name.a_string=(Y), (A)->max_args=1, (A)->def=(Z))
88 #define SET_ARRAY_ARG_ENTRY(A,W,X,Y,N,Z) ((A)->typ=((W)|A_ARRAY), (A)->flag=(X), (A)->name.a_string=(Y), (A)->max_args=(N), (A)->def=(Z))
  /external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_popup_view_mac.mm 313 NSMutableAttributedString* a_string,
318 if ([a_string size].width <= width) {
319 return a_string;
326 return a_string;
331 [a_string deleteCharactersInRange:NSMakeRange(0, [a_string length])];
332 return a_string;
342 [a_string replaceCharactersInRange:NSMakeRange(i, [a_string length] - i)
345 return a_string;
    [all...]
omnibox_popup_view_mac.h 70 // gfx::ElideText() as a model. Modifies |a_string| in place.
76 NSMutableAttributedString* a_string,
  /external/bison/lib/
printf-args.c 97 ap->a.a_string = va_arg (args, const char *);
101 if (ap->a.a_string == NULL)
102 ap->a.a_string = "(NULL)";
printf-args.h 115 const char* a_string; member in union:__anon27::__anon28
vasnprintf.c     [all...]
  /external/e2fsprogs/intl/
printf-args.h 104 const char* a_string; member in union:__anon17434::__anon17435
printf-args.c 87 ap->a.a_string = va_arg (args, const char *);
vasnprintf.c 463 tmp_length = strlen (a.arg[dp->arg_index].a.a_string);
730 const char *arg = a.arg[dp->arg_index].a.a_string;
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /prebuilts/misc/linux-x86/bison/
bison 

Completed in 385 milliseconds