/external/chromium/base/json/ |
json_reader_unittest.cc | 17 scoped_ptr<Value> root; local 18 root.reset(JSONReader().JsonToValue(" null ", false, false)); 19 ASSERT_TRUE(root.get()); 20 ASSERT_TRUE(root->IsType(Value::TYPE_NULL)); 23 root.reset(JSONReader().JsonToValue("nu", false, false)); 24 ASSERT_FALSE(root.get()); 27 root.reset(JSONReader().JsonToValue("true ", false, false)); 28 ASSERT_TRUE(root.get()); 29 ASSERT_TRUE(root->IsType(Value::TYPE_BOOLEAN)); 32 root.reset(JSONReader().JsonToValue("/* comment */null", false, false)) 474 scoped_ptr<Value> root; local [all...] |
/external/webkit/LayoutTests/fast/xpath/4XPath/Core/ |
test_node_test-expected.txt | 1 PASS nodeInResult(ROOT, result) is true 2 PASS nodeInResult(ROOT, result) is false 5 PASS nodeInResult(ROOT, result) is false 8 PASS nodeInResult(ROOT, result) is true 10 PASS nodeInResult(ROOT, result) is false 12 PASS nodeInResult(ROOT, result) is false 14 PASS nodeInResult(ROOT, result) is false
|
/cts/tests/tests/webkitsecurity/assets/ |
subframe-load-crash-main.html | 2 <object data="resources/subframe-load-crash.svg" id="root" onload="runTest()"></object> 9 root = document.getElementById('root').contentDocument; 10 root.addEventListener('load', function() { document.open(); document.write("PASS"); document.close(); }, 1); 12 root.getElementById('test').appendChild(document.createElement('iframe'));
|
mouse-moved-remove-frame-crash.html | 19 root = document.getElementById('root').contentDocument; 20 root.addEventListener('mousemove', onMouseMove, 0); 26 <object data="resources/mouse-move.html" id="root" onload="runTest()"></object>
|
/external/icu4c/test/cintltst/ |
cformtst.c | 38 void addFormatTest(TestNode** root); 40 void addFormatTest(TestNode** root) 42 addCalTest(root); 43 addDateForTest(root); 44 addDateTimePatternGeneratorTest(root); 45 addDateIntervalFormatTest(root); 46 addNumForTest(root); 47 addNumFrDepTest(root); 48 addMsgForTest(root); 49 addDateForRgrTest(root); [all...] |
/ndk/tests/awk/extract-pid/ |
test-1.in | 2 root 1 0 348 208 ffffffff 00000000 S /init
3 root 2 0 0 0 ffffffff 00000000 S kthreadd
4 root 3 2 0 0 ffffffff 00000000 S ksoftirqd/0
5 root 6 2 0 0 ffffffff 00000000 S migration/0
6 root 10 2 0 0 ffffffff 00000000 S khelper
7 root 11 2 0 0 ffffffff 00000000 S suspend
8 root 12 2 0 0 ffffffff 00000000 S irq/329-pogo_de
9 root 13 2 0 0 ffffffff 00000000 S sync_supers
10 root 14 2 0 0 ffffffff 00000000 S bdi-default
11 root 15 2 0 0 ffffffff 00000000 S kblockd [all...] |
/external/clang/utils/C++Tests/LLVM-Code-Syntax/ |
lit.local.cfg | 10 root = getRoot(config) 13 target_obj_root = root.llvm_obj_root 16 '-I%s/include' % root.llvm_src_root, 17 '-I%s/include' % root.llvm_obj_root, 18 '-I%s/lib/Target/ARM' % root.llvm_src_root, 19 '-I%s/lib/Target/CellSPU' % root.llvm_src_root, 20 '-I%s/lib/Target/CppBackend' % root.llvm_src_root, 21 '-I%s/lib/Target/Mips' % root.llvm_src_root, 22 '-I%s/lib/Target/MSIL' % root.llvm_src_root, 23 '-I%s/lib/Target/MSP430' % root.llvm_src_root [all...] |
/frameworks/compile/slang/tests/F_root_compute_too_many_args/ |
stderr.txt.expect | 1 root_compute_too_many_args.rs:6:20: error: Unexpected kernel root() parameter 'extra1' of type 'uint32_t' 2 root_compute_too_many_args.rs:6:37: error: Unexpected kernel root() parameter 'extra2' of type 'uint32_t'
|
/external/libpcap/ChmodBPF/ |
StartupParameters.plist | 3 Provides = ("Non-root permission to capture or send raw packets");
|
/external/llvm/test/YAMLParser/ |
spec-07-12a.data | 3 # Implicit document. Root
|
/external/webkit/LayoutTests/fast/xpath/ |
id-path-expected.txt | 1 Test for bug 12485: XPath id() function doesn't work as root in paths.
|
/frameworks/compile/slang/tests/F_anon_struct/ |
anon_struct.rs | 8 int root(int num) {
|
/frameworks/compile/slang/tests/F_anon_struct_typedef/ |
anon_struct_typedef.rs | 10 int root(int num) {
|
/frameworks/compile/slang/tests/F_large_array/ |
large_array.rs | 7 int root(int num) {
|
/frameworks/compile/slang/tests/F_multi_export_errors/ |
multi_export_errors.rs | 8 void root(void) {
|
/frameworks/compile/slang/tests/F_multidim_array/ |
multidim_array.rs | 6 int root(int num) {
|
/frameworks/compile/slang/tests/F_ptr_in_struct/ |
ptr_in_struct.rs | 10 int root(int num) {
|
/frameworks/compile/slang/tests/F_root_11_ox/ |
root_11_ox.rs | 5 void root(int *out, uint32_t x) {
|
/frameworks/compile/slang/tests/F_root_compute_non_const_usrData/ |
stderr.txt.expect | 1 root_compute_non_const_usrData.rs:4:44: error: Unexpected kernel root() parameter 'usrData' of type 'void *'
|
/frameworks/compile/slang/tests/F_root_compute_non_ptr_usrData/ |
root_compute_non_ptr_usrData.rs | 4 void root(const int *ain, int *aout, const int usrData) {
|
stderr.txt.expect | 1 root_compute_non_ptr_usrData.rs:4:48: error: Unexpected kernel root() parameter 'usrData' of type 'const int'
|
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzar/ |
stderr.txt.expect | 1 root_compute_non_uint32_t_xyzar.rs:5:15: error: Unexpected kernel root() parameter 'x' of type 'int' 2 root_compute_non_uint32_t_xyzar.rs:5:24: error: Unexpected kernel root() parameter 'y' of type 'float' 3 root_compute_non_uint32_t_xyzar.rs:5:34: error: Unexpected kernel root() parameter 'z' of type 'double' 4 root_compute_non_uint32_t_xyzar.rs:5:43: error: Unexpected kernel root() parameter 'ar' of type 'uchar'
|
/frameworks/compile/slang/tests/F_root_compute_non_void_ret/ |
root_compute_non_void_ret.rs | 4 int root(const int *in, int *out, const void *usrData) {
|
stderr.txt.expect | 1 root_compute_non_void_ret.rs:4:5: error: Compute kernel root() is required to return a void type
|
/frameworks/compile/slang/tests/F_root_graphics/ |
stderr.txt.expect | 1 root_graphics.rs:4:6: error: root() is required to return an int for graphics usage
|