Home
last modified time | relevance | path

Searched refs:is (Results 1 – 25 of 2933) sorted by relevance

12345678910>>...118

/external/iproute2/testsuite/configs/
Dall-2.45 # CONFIG_SBUS is not set
23 # CONFIG_M386 is not set
24 # CONFIG_M486 is not set
25 # CONFIG_M586 is not set
26 # CONFIG_M586TSC is not set
27 # CONFIG_M586MMX is not set
28 # CONFIG_M686 is not set
29 # CONFIG_MPENTIUMIII is not set
31 # CONFIG_MK6 is not set
32 # CONFIG_MK7 is not set
[all …]
Dall-no-act26 # CONFIG_BSD_PROCESS_ACCT is not set
35 # CONFIG_EMBEDDED is not set
37 # CONFIG_KALLSYMS_ALL is not set
38 # CONFIG_KALLSYMS_EXTRA_PASS is not set
41 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
47 # CONFIG_TINY_SHMEM is not set
56 # CONFIG_MODVERSIONS is not set
57 # CONFIG_MODULE_SRCVERSION_ALL is not set
65 # CONFIG_X86_ELAN is not set
66 # CONFIG_X86_VOYAGER is not set
[all …]
Dall-police-act26 # CONFIG_BSD_PROCESS_ACCT is not set
35 # CONFIG_EMBEDDED is not set
37 # CONFIG_KALLSYMS_ALL is not set
38 # CONFIG_KALLSYMS_EXTRA_PASS is not set
41 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
47 # CONFIG_TINY_SHMEM is not set
56 # CONFIG_MODVERSIONS is not set
57 # CONFIG_MODULE_SRCVERSION_ALL is not set
65 # CONFIG_X86_ELAN is not set
66 # CONFIG_X86_VOYAGER is not set
[all …]
/external/webkit/LayoutTests/storage/domstorage/
Dcomplex-values-expected.txt8 PASS storage.length is 0
10 PASS typeof storage['foo'] is "undefined"
11 PASS storage['foo'] is undefined.
12 PASS typeof storage.foo is "undefined"
13 PASS storage.foo is undefined.
14 PASS typeof storage.getItem('foo') is "object"
15 PASS storage.getItem('foo') is null
18 PASS typeof storage['foo1'] is "string"
19 PASS storage['foo1'] is "null"
20 PASS typeof storage.foo1 is "string"
[all …]
Dcomplex-keys-expected.txt8 PASS storage.length is 0
10 PASS storage.getItem('FOO') is null
12 PASS storage.length is 1
13 PASS storage.getItem('FOO') is "BAR"
14 PASS storage.getItem('foo') is null
15 PASS storage.foo is undefined.
16 PASS storage['foo'] is undefined.
18 PASS storage.foo is "x"
19 PASS storage['foo'] is "x"
20 PASS storage.getItem('foo') is "x"
[all …]
Dremove-item-expected.txt8 PASS storage.length is 0
10 PASS storage.foo1 is undefined.
12 PASS storage.foo1 is "bar"
14 PASS storage.foo1 is undefined.
16 PASS storage.foo1 is undefined.
18 PASS storage['foo2'] is undefined.
20 PASS storage['foo2'] is "bar"
22 PASS storage['foo2'] is undefined.
24 PASS storage['foo2'] is undefined.
26 PASS storage.getItem('foo3') is null
[all …]
Dclear-expected.txt8 PASS storage.length is 0
11 PASS storage.length is 2
12 PASS storage['FOO'] is "MyFOO"
13 PASS storage['BAR'] is "MyBar"
15 PASS storage.length is 0
16 PASS storage['FOO'] is undefined
17 PASS storage['BAR'] is undefined
22 PASS storage.length is 0
25 PASS storage.length is 2
26 PASS storage['FOO'] is "MyFOO"
[all …]
/external/protobuf/src/google/protobuf/
Dunittest_enormous_descriptor.proto46 …ooooooooooooooooooooooooooooooooooooong_1 = 1 [default="long default value is also loooooooooooooo…
47 …ooooooooooooooooooooooooooooooooooooong_2 = 2 [default="long default value is also loooooooooooooo…
48 …ooooooooooooooooooooooooooooooooooooong_3 = 3 [default="long default value is also loooooooooooooo…
49 …ooooooooooooooooooooooooooooooooooooong_4 = 4 [default="long default value is also loooooooooooooo…
50 …ooooooooooooooooooooooooooooooooooooong_5 = 5 [default="long default value is also loooooooooooooo…
51 …ooooooooooooooooooooooooooooooooooooong_6 = 6 [default="long default value is also loooooooooooooo…
52 …ooooooooooooooooooooooooooooooooooooong_7 = 7 [default="long default value is also loooooooooooooo…
53 …ooooooooooooooooooooooooooooooooooooong_8 = 8 [default="long default value is also loooooooooooooo…
54 …ooooooooooooooooooooooooooooooooooooong_9 = 9 [default="long default value is also loooooooooooooo…
55 …ooooooooooooooooooooooooooooooooooong_10 = 10 [default="long default value is also loooooooooooooo…
[all …]
/external/webkit/LayoutTests/storage/domstorage/events/
Dbasic-expected.txt1 This is a test to make sure DOM Storage mutations fire StorageEvents that are caught by the event l…
8 PASS storage.length is 0
12 PASS storageEventList.length is 1
13 PASS storageEventList[0].key is "FOO"
14 PASS storageEventList[0].oldValue is null
15 PASS storageEventList[0].newValue is "BAR"
20 PASS storageEventList.length is 5
21 PASS storageEventList[1].key is "FU"
22 PASS storageEventList[1].oldValue is null
23 PASS storageEventList[1].newValue is "BAR"
[all …]
Dbasic-body-attribute-expected.txt1 This is a test to make sure DOM Storage mutations fire StorageEvents that are caught by the event l…
8 PASS storage.length is 0
14 PASS storageEventList.length is 1
15 PASS storageEventList[0].key is "FOO"
16 PASS storageEventList[0].oldValue is null
17 PASS storageEventList[0].newValue is "BAR"
22 PASS storageEventList.length is 5
23 PASS storageEventList[1].key is "FU"
24 PASS storageEventList[1].oldValue is null
25 PASS storageEventList[1].newValue is "BAR"
[all …]
Dbasic-setattribute-expected.txt1 This is a test to make sure DOM Storage mutations fire StorageEvents that are caught by the event l…
8 PASS storage.length is 0
14 PASS storageEventList.length is 1
15 PASS storageEventList[0].key is "FOO"
16 PASS storageEventList[0].oldValue is null
17 PASS storageEventList[0].newValue is "BAR"
22 PASS storageEventList.length is 5
23 PASS storageEventList[1].key is "FU"
24 PASS storageEventList[1].oldValue is null
25 PASS storageEventList[1].newValue is "BAR"
[all …]
/external/e2fsprogs/tests/f_expand/
Dexpect.1.gz
/external/e2fsprogs/tests/progs/test_data/
Dexpect.icount22 Count is 0
25 Count is 1
28 Count is 2
31 Count is 3
34 Count is 1
37 Count is 0
39 Count is 0
42 Count is 0
45 Count is 3
48 Count is 0
[all …]
/external/webkit/LayoutTests/fast/events/touch/
Ddocument-create-touch-expected.txt6 PASS "createTouch" in document is true
7 PASS touch is non-null.
8 PASS touch.target is box
9 PASS touch.identifier is 1
10 PASS touch.pageX is 100
11 PASS touch.pageY is 101
12 PASS touch.screenX is 102
13 PASS touch.screenY is 103
14 PASS emptyTouch is non-null.
15 PASS emptyTouch.target is null
[all …]
/external/icu4c/data/rbnf/
Dga.txt114 "100: <%%hundreds<[>%%is-number>];",
121 "%%is-number:",
122 "0: =%%is= =%spellout-numbering=;",
123 "%%is-numberp:",
124 "0: =%%is= =%%numberp=;",
144 "20: fiche[ is >>];",
145 "30: tr\u00EDocha[ is >>];",
146 "40: daichead[ is >>];",
147 "50: caoga[ is >>];",
148 "60: seasca[ is >>];",
[all …]
/external/chromium/third_party/icu/source/data/rbnf/
Dga.txt114 "100: <%%hundreds<[>%%is-number>];",
121 "%%is-number:",
122 "0: =%%is= =%spellout-numbering=;",
123 "%%is-numberp:",
124 "0: =%%is= =%%numberp=;",
144 "20: fiche[ is >>];",
145 "30: tr\u00EDocha[ is >>];",
146 "40: daichead[ is >>];",
147 "50: caoga[ is >>];",
148 "60: seasca[ is >>];",
[all …]
/external/webkit/LayoutTests/http/tests/appcache/
Ddynamic-entries-no-cache-expected.txt1 Test the behavior of DOMApplicationCache methods related to dynamic entries when the context is not…
3 PASS: applicationCache.items.length is 0
4 PASS: applicationCache.items.item(0) is null
5 PASS: applicationCache.items.item(1) is null
6 PASS: applicationCache.items.item(0xffffffff) is null
7 PASS: applicationCache.items.item(0xfffffffe) is null
8 PASS: applicationCache.items.item(-1) is null
9 PASS: applicationCache.items.item(-2) is null
10 PASS: applicationCache.items[0xfffffffe] is undefined
11 PASS: applicationCache.items[0xffffffff] is undefined
[all …]
/external/icu4c/data/misc/
Dplurals.txt57 is{"set2"}
140 one{"n is 1"}
141 two{"n is 2"}
142 zero{"n is 0"}
146 one{"n is 1"}
150 one{"n is 1"}
154 one{"n mod 100 is 1"}
155 two{"n mod 100 is 2"}
158 few{"n is 0 or n mod 100 in 2..10"}
160 one{"n is 1"}
[all …]
/external/chromium/third_party/icu/source/data/misc/
Dplurals.txt51 is{"set2"}
125 one{"n is 1"}
126 two{"n is 2"}
127 zero{"n is 0"}
131 one{"n is 1"}
138 one{"n is 1"}
142 one{"n mod 100 is 1"}
143 two{"n mod 100 is 2"}
146 few{"n is 0 or n mod 100 in 2..10"}
148 one{"n is 1"}
[all …]
/external/stlport/test/unit/
Dctype_facets_test.cpp33 CPPUNIT_ASSERT( ct.is(ctype_base::digit, '0') ); in _ctype_facet()
34 CPPUNIT_ASSERT( ct.is(ctype_base::upper, 'A') ); in _ctype_facet()
35 CPPUNIT_ASSERT( ct.is(ctype_base::lower, 'a') ); in _ctype_facet()
36 CPPUNIT_ASSERT( ct.is(ctype_base::alpha, 'A') ); in _ctype_facet()
37 CPPUNIT_ASSERT( ct.is(ctype_base::space, ' ') ); in _ctype_facet()
38 CPPUNIT_ASSERT( !ct.is(ctype_base::space, '2') ); in _ctype_facet()
39 CPPUNIT_ASSERT( ct.is(ctype_base::punct, '.') ); in _ctype_facet()
40 CPPUNIT_ASSERT( ct.is(ctype_base::xdigit, 'a') ); in _ctype_facet()
47 ct.is(values, values + sizeof(values), res); in _ctype_facet()
177 CPPUNIT_CHECK( wct.is(ctype_base::digit, L'0') ); in _ctype_facet_w()
[all …]
/external/webkit/LayoutTests/fast/dom/Geolocation/
Dmaximum-age-expected.txt1 Tests that the PositionOptions.maximumAge parameter is correctly applied.
6 PASS successfullyParsed is true
8 PASS position.coords.latitude is mockLatitude
9 PASS position.coords.longitude is mockLongitude
10 PASS position.coords.accuracy is mockAccuracy
12 PASS position.coords.latitude is mockLatitude
13 PASS position.coords.longitude is mockLongitude
14 PASS position.coords.accuracy is mockAccuracy
16 PASS position.coords.latitude is mockLatitude
17 PASS position.coords.longitude is mockLongitude
[all …]
/external/sqlite/dist/
Dsqlite3.h.orig5 ** a legal notice, here is a blessing:
14 ** or constant definition does not appear in this file, then it is
15 ** not a published API of SQLite, is subject to change without
24 ** The official C-language API documentation for SQLite is derived
25 ** from comments in this file. This file is the authoritative source
28 ** The name of this file under configuration management is "sqlite.h.in".
87 ** evaluates to a string literal that is the SQLite version in the
88 ** format "X.Y.Z" where X is the major version number (always 3 for
89 ** SQLite3) and Y is the minor version number and Z is the release number.)^
94 ** be larger than the release from which it is derived. Either Y will
[all …]
/external/webkit/LayoutTests/storage/domstorage/localstorage/
Dsimple-usage-expected.txt2 Length is 0
3 Value for FOO is null
4 Length is 1
5 Value for FOO is BAR
6 Key for index 0 is FOO
7 Key for index 1 is null
8 Key for index -1 is null
9 Length is 1
10 Value for FOO is BAZ
11 Length is 0
[all …]
/external/webkit/LayoutTests/storage/domstorage/sessionstorage/
Dsimple-usage-expected.txt2 Length is 0
3 Value for FOO is null
4 Length is 1
5 Value for FOO is BAR
6 Key for index 0 is FOO
7 Key for index 1 is null
8 Key for index -1 is null
9 Length is 1
10 Value for FOO is BAZ
11 Length is 0
[all …]
/external/libffi/doc/
Dlibffi.info1 This is ../libffi/doc/libffi.info, produced by makeinfo version 4.11
4 This manual is for Libffi, a portable foreign-function interface
9 Permission is granted to copy, distribute and/or modify this
12 (at your option) any later version. A copy of the license is
27 This manual is for Libffi, a portable foreign-function interface
32 Permission is granted to copy, distribute and/or modify this
35 (at your option) any later version. A copy of the license is
41 * Introduction:: What is libffi?
49 1 What is libffi?
54 compilation to work. One such convention is the "calling convention".
[all …]

12345678910>>...118