HomeSort by relevance Sort by last modified time
    Searched full:from (Results 626 - 650 of 117569) sorted by null

<<21222324252627282930>>

  /development/ndk/platforms/android-3/include/linux/sunrpc/
msg_prot.h 4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
svcauth.h 4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
xdr.h 4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
  /development/ndk/platforms/android-3/include/linux/
termios.h 4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
textsearch.h 4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
tty.h 4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
un.h 4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
unistd.h 4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
user.h 4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
utime.h 4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
version.h 4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
vfs.h 4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
  /development/ndk/sources/android/libportable/common/include/asm/
siginfo_portable.h 4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
  /external/bzip2/
README.android 1 This is bzip-1.0.6 from http://www.bzip.org/.
3 No changes were made apart from the following:
  /external/chromium/sdch/
README.chromium 1 The linux directory contains a config.h generated from a run of configure on
5 The mac directory contains a config.h generated from a run of configure on a
  /external/chromium_org/third_party/WebKit/ManualTests/animation/
animateColor-from-by.svg 3 <animateColor attributeName="fill" from='#DD0000' by='#0000DD' dur='3s' fill='freeze' />
5 <text x='10' y='120'>The rect should animate from red to purple over 3 seconds</text>
animateColor-to-from.svg 3 <animateColor attributeName="fill" from='blue' to='green' dur='3s' fill='freeze' />
5 <text x='10' y='120'>The rect should animate from blue to green over 3 seconds</text>
  /external/chromium_org/third_party/sqlite/src/test/
savepoint4.test 23 return [db eval {SELECT count(*), md5sum(x) FROM t1}]
37 INSERT INTO t1 SELECT randstr(10,400) FROM t1;
38 INSERT INTO t1 SELECT randstr(10,400) FROM t1;
39 INSERT INTO t1 SELECT randstr(10,400) FROM t1;
40 INSERT INTO t1 SELECT randstr(10,400) FROM t1;
41 INSERT INTO t1 SELECT randstr(10,400) FROM t1;
42 INSERT INTO t1 SELECT randstr(10,400) FROM t1;
43 INSERT INTO t1 SELECT randstr(10,400) FROM t1;
44 INSERT INTO t1 SELECT randstr(10,400) FROM t1;
45 INSERT INTO t1 SELECT randstr(10,400) FROM t1
    [all...]
tkt-b351d95f9.test 27 INSERT INTO t2 SELECT a, CASE b WHEN 'xyz' THEN null ELSE b END FROM t1;
28 SELECT x, y FROM t2 ORDER BY x;
34 DELETE FROM t2;
35 INSERT INTO t2 SELECT a, coalesce(b,a) FROM t1;
36 SELECT x, y FROM t2 ORDER BY x;
41 DELETE FROM t2;
42 INSERT INTO t2 SELECT a, coalesce(b,a) FROM t1;
43 SELECT x, y BETWEEN 'xy' AND 'xz' FROM t2 ORDER BY x;
tkt3911.test 29 SELECT * FROM t1 JOIN t2 USING(b);
34 SELECT * FROM t1 JOIN (t2) AS x USING (b);
39 SELECT * FROM t1 JOIN (SELECT * FROM t2) AS x USING (b);
49 SELECT * FROM t3 JOIN (SELECT * FROM t1 NATURAL JOIN t2) AS x USING(a);
54 SELECT * FROM t3 JOIN (SELECT * FROM t1 JOIN t2 USING (b)) AS x USING(a);
tkt3997.test 40 FROM mytext
47 FROM (SELECT name FROM mytext)
55 INSERT INTO mytext2 SELECT name FROM mytext;
61 FROM (SELECT name FROM mytext2)
68 FROM (SELECT name FROM mytext2)
  /external/clang/test/SemaCXX/
cxx0x-type-convert-construct.cpp 5 u8str = u8"a UTF-8 string"; // expected-error {{assigning to 'char *' from incompatible type 'const char [15]'}}
7 ustr = u"a UTF-16 string"; // expected-error {{assigning to 'char16_t *' from incompatible type 'const char16_t [16]'}}
9 Ustr = U"a UTF-32 string"; // expected-error {{assigning to 'char32_t *' from incompatible type 'const char32_t [16]'}}
12 Rstr = R"foo(a raw string)foo"; // expected-warning{{conversion from string literal to 'char *' is deprecated}}
14 LRstr = LR"foo(a wide raw string)foo"; // expected-warning{{conversion from string literal to 'wchar_t *' is deprecated}}
16 u8Rstr = u8R"foo(a UTF-8 raw string)foo"; // expected-error {{assigning to 'char *' from incompatible type 'const char [19]'}}
18 uRstr = uR"foo(a UTF-16 raw string)foo"; // expected-error {{assigning to 'char16_t *' from incompatible type 'const char16_t [20]'}}
20 URstr = UR"foo(a UTF-32 raw string)foo"; // expected-error {{assigning to 'char32_t *' from incompatible type 'const char32_t [20]'}}
  /external/clang/test/SemaObjC/
warn-incompatible-builtin-types.m 14 c = f; // expected-warning {{incompatible pointer types assigning to 'Class' from 'Foo *'}}
24 s1 = i; // expected-warning {{incompatible pointer types assigning to 'SEL' from 'id'}}
25 i = s1; // expected-warning {{incompatible pointer types assigning to 'id' from 'SEL'}}
29 s1 = c; // expected-warning {{incompatible pointer types assigning to 'SEL' from 'Class'}}
31 c = s1; // expected-warning {{incompatible pointer types assigning to 'Class' from 'SEL'}}
35 f = c; // expected-warning {{incompatible pointer types assigning to 'Foo *' from 'Class'}}
37 f = s1; // expected-warning {{incompatible pointer types assigning to 'Foo *' from 'SEL'}}
41 s1 = f; // expected-warning {{incompatible pointer types assigning to 'SEL' from 'Foo *'}}
  /external/javassist/
HOWTO.txt 1 In order to update the code, simply export it from svn with the regenerate_from_source.sh.
2 If you want to run the tests, remember to do it from master or a branch that
  /external/mockito/src/org/mockito/internal/util/reflection/
FieldCopier.java 11 public <T> void copyValue(T from, T to, Field field) throws IllegalAccessException {
12 Object value = field.get(from);

Completed in 501 milliseconds

<<21222324252627282930>>