/external/skia/tools/tests/skimage/output-actual/empty-dir/ |
README | 1 Actual output of skimage self-tests reading from an empty dir goes here.
|
/external/smali/smali/src/test/resources/LexerTest/ |
.gitattributes | 1 # Prevent newlines from being normalized on windows
|
/external/sqlite/dist/ |
version | 1 downloaded from http://www.sqlite.org/sqlite-amalgamation-3071100.zip
|
/external/strace/linux/arm/ |
errnoent1.h | 1 /* Our second set comes from the i386 files. */
|
ioctlent1.h | 1 /* Our second set comes from the i386 files. */
|
signalent1.h | 1 /* Our second set comes from the i386 files. */
|
/external/valgrind/main/coregrind/m_gdbserver/ |
version.c | 2 const char version[] = "gdbserver protocol box extracted from gdb 6.6";
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
subwrt2.good | 2 Comes only from the things YoU choose.
|
xbxcx.sed | 0 # from the ChangeLog (Wed Sep 5 2001)
|
/ndk/tests/device/whole-static-libs/jni/ |
foo.c | 1 /* This function is called from main() */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
__main__.py | 2 from .main import main
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/ |
bad_order.py | 0 from lib2to3.fixer_base import BaseFix
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
__main__.py | 2 from .main import main
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/ |
bad_order.py | 0 from lib2to3.fixer_base import BaseFix
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
new.py | 6 from warnings import warnpy3k 11 from types import ClassType as classobj 12 from types import FunctionType as function 13 from types import InstanceType as instance 14 from types import MethodType as instancemethod 15 from types import ModuleType as module 17 from types import CodeType as code
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
new.py | 6 from warnings import warnpy3k 11 from types import ClassType as classobj 12 from types import FunctionType as function 13 from types import InstanceType as instance 14 from types import MethodType as instancemethod 15 from types import ModuleType as module 17 from types import CodeType as code
|
/external/clang/test/SemaCXX/ |
warn-literal-conversion.cpp | 8 int y0 = 1.2222F; // expected-warning {{implicit conversion from 'float' to 'int' changes value from 1.2222 to 1}} 9 int y1 = (1.2222F); // expected-warning {{implicit conversion from 'float' to 'int' changes value from 1.2222 to 1}} 10 int y2 = (((1.2222F))); // expected-warning {{implicit conversion from 'float' to 'int' changes value from 1.2222 to 1}} 11 int y3 = 12E-1F; // expected-warning {{implicit conversion from 'float' to 'int' changes value from 1.2 to 1}} 12 int y4 = 1.23E1F; // expected-warning {{implicit conversion from 'float' to 'int' changes value from 12.3 to 12} [all...] |
/external/sonivox/arm-hybrid-22k/host_src/ |
eas_debugmsgs.h | 1 /* Auto-generated from source file: eas_chorusdata.c */ 2 /* Auto-generated from source file: eas_imelodydata.c */ 3 /* Auto-generated from source file: eas_mididata.c */ 4 /* Auto-generated from source file: eas_pan.c */ 5 /* Auto-generated from source file: eas_wavefiledata.c */ 6 /* Auto-generated from source file: eas_voicemgt.c */ 7 /* Auto-generated from source file: eas_ota.c */ 8 /* Auto-generated from source file: eas_mixbuf.c */ 9 /* Auto-generated from source file: eas_rtttl.c */ 10 /* Auto-generated from source file: eas_reverb.c * [all...] |
/external/sonivox/arm-fm-22k/host_src/ |
eas_debugmsgs.h | 1 /* Auto-generated from source file: eas_chorusdata.c */ 2 /* Auto-generated from source file: eas_imelodydata.c */ 3 /* Auto-generated from source file: eas_mididata.c */ 4 /* Auto-generated from source file: eas_pan.c */ 5 /* Auto-generated from source file: eas_wavefiledata.c */ 6 /* Auto-generated from source file: eas_voicemgt.c */ 7 /* Auto-generated from source file: eas_ota.c */ 8 /* Auto-generated from source file: eas_mixbuf.c */ 9 /* Auto-generated from source file: eas_fmsndlib.c */ 10 /* Auto-generated from source file: eas_rtttl.c * [all...] |
/dalvik/vm/compiler/codegen/x86/libenc/ |
README.txt | 1 Original source from Apache Harmony 5.0M15 (r991518 from 2010-09-01) at 4 The following files are from drlvm/vm/port/src/encoder/ia32_em64t. 17 The following files are derived partially from the original Apache 20 enc_defs_ext.h -- derived from enc_defs.h 21 enc_wrapper.h -- derived from encoder.h
|
/external/chromium_org/tools/gyp/test/include_dirs/src/ |
includes.c | 10 printf("Hello from includes.c\n"); 11 printf("Hello from %s\n", INC_STRING); 12 printf("Hello from %s\n", INCLUDE1_STRING); 13 printf("Hello from %s\n", INCLUDE2_STRING); 16 the shadow.h from the include_dir. */ 17 printf("Hello from %s\n", SHADOW_STRING);
|
/external/chromium_org/tools/json_schema_compiler/ |
util.cc | 12 bool GetItemFromList(const base::ListValue& from, int index, int* out) { 13 return from.GetInteger(index, out); 16 bool GetItemFromList(const base::ListValue& from, int index, bool* out) { 17 return from.GetBoolean(index, out); 20 bool GetItemFromList(const base::ListValue& from, int index, double* out) { 21 return from.GetDouble(index, out); 24 bool GetItemFromList(const base::ListValue& from, int index, std::string* out) { 25 return from.GetString(index, out); 28 bool GetItemFromList(const base::ListValue& from, 32 if (!from.Get(index, &value) [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
subselect.test | 35 execsql {SELECT * FROM t1 WHERE a = (SELECT count(*) FROM t1)} 41 set v [catch {execsql {SELECT * FROM t1 WHERE a = (SELECT * FROM t1)}} msg] 48 execsql {SELECT b from t1 where a = (SELECT a FROM t1 WHERE b=2)} 51 execsql {SELECT b from t1 where a = (SELECT a FROM t1 WHERE b=4)} 54 execsql {SELECT b from t1 where a = (SELECT a FROM t1 WHERE b=6) [all...] |
where5.test | 30 INSERT INTO t2 SELECT * FROM t1; 31 INSERT INTO t3 SELECT * FROM t2; 34 SELECT * FROM t1 WHERE x<0 39 SELECT * FROM t1 WHERE x<=0 44 SELECT * FROM t1 WHERE x=0 49 SELECT * FROM t1 WHERE x>=0 54 SELECT * FROM t1 WHERE x>0 59 SELECT * FROM t1 WHERE x<>0 64 SELECT * FROM t1 WHERE x<NULL 69 SELECT * FROM t1 WHERE x<=NUL [all...] |
limit.test | 35 execsql {SELECT count(*) FROM t1} 38 execsql {SELECT count(*) FROM t1 LIMIT 5} 41 execsql {SELECT x FROM t1 ORDER BY x LIMIT 5} 44 execsql {SELECT x FROM t1 ORDER BY x LIMIT 5 OFFSET 2} 47 execsql {SELECT x FROM t1 ORDER BY x+1 LIMIT 5 OFFSET -2} 50 execsql {SELECT x FROM t1 ORDER BY x+1 LIMIT 2, -5} 53 execsql {SELECT x FROM t1 ORDER BY x+1 LIMIT -2, 5} 56 execsql {SELECT x FROM t1 ORDER BY x+1 LIMIT -2, -5} 59 execsql {SELECT x FROM t1 ORDER BY x LIMIT 2, 5} 62 execsql {SELECT x FROM t1 ORDER BY x LIMIT 5 OFFSET 5 [all...] |