HomeSort by relevance Sort by last modified time
    Searched refs:of (Results 1 - 25 of 3470) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/netcat/data/
pm.d 1 # obligatory duplicate of dr delete's Livingston portmaster crash, aka
3 # consider the small window one might obtain from a slightly out-of-rev PM
dns-any.d 2 # if tcp: precede with 2 bytes of len:
26 # end of fixed header
  /external/webkit/WebKit/mac/Plugins/Hosted/
WebKitPluginHostTypes.defs 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
15 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
19 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
21 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
23 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
Character_UnicodeBlockTest.java 6 * the License. You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24 assertEquals(Character.UnicodeBlock.BASIC_LATIN, Character.UnicodeBlock.of((char)0x0));
25 assertEquals(Character.UnicodeBlock.BASIC_LATIN, Character.UnicodeBlock.of((char)0x7f));
26 assertEquals(Character.UnicodeBlock.LATIN_1_SUPPLEMENT, Character.UnicodeBlock.of((char)0x80));
27 assertEquals(Character.UnicodeBlock.LATIN_1_SUPPLEMENT, Character.UnicodeBlock.of((char)0xff));
28 assertEquals(Character.UnicodeBlock.LATIN_EXTENDED_A, Character.UnicodeBlock.of((char)0x100));
29 assertEquals(Character.UnicodeBlock.LATIN_EXTENDED_A, Character.UnicodeBlock.of((char)0x17f));
30 assertEquals(Character.UnicodeBlock.LATIN_EXTENDED_B, Character.UnicodeBlock.of((char)0x180));
31 assertEquals(Character.UnicodeBlock.LATIN_EXTENDED_B, Character.UnicodeBlock.of((char)0x24f))
    [all...]
  /packages/experimental/procstatlog/
diskload.sh 7 # You may obtain a copy of the License at
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 dd if=/dev/zero bs=65536 of=$1.0 & pid0=$!; echo start $pid0; sleep 2
23 dd if=/dev/zero bs=65536 of=$1.1 & pid1=$!; echo start $pid1; sleep 2
24 dd if=/dev/zero bs=65536 of=$1.2 & pid2=$!; echo start $pid2; sleep 2
25 dd if=/dev/zero bs=65536 of=$1.3 & pid3=$!; echo start $pid3; sleep 2
26 dd if=/dev/zero bs=65536 of=$1.4 & pid4=$!; echo start $pid4; sleep 2
27 dd if=/dev/zero bs=65536 of=$1.5 & pid5=$!; echo start $pid5; sleep 2
28 dd if=/dev/zero bs=65536 of=$1.6 & pid6=$!; echo start $pid6; sleep 2
29 dd if=/dev/zero bs=65536 of=$1.7 & pid7=$!; echo start $pid7; sleep
    [all...]
  /build/tools/
dump-package-stats 7 # You may obtain a copy of the License at
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34 Dumps a summary of the compressed and uncompressed sizes of various
35 types of files in each package. Emits one line per package.
42 filesize: the size of the package on disk
43 name: the name of the package as passed to $PROGNAME
47 all: the sum of all entries in the package
48 dex: the sum of all "*.dex" entries in the package
88 # Make sure the output of unzip -lv looks like something we expect
    [all...]
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
Application.mk 1 # The ARMv7 is significanly faster due to the use of the hardware FPU
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
Application.mk 1 # The ARMv7 is significanly faster due to the use of the hardware FPU
  /external/guava/src/com/google/common/collect/
ImmutableSortedSetFauxverideShim.java 6 * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
42 * {@link ImmutableSet#builder} from consumers of {@code ImmutableSortedSet}.
58 * @deprecated <b>Pass a parameter of type {@code Comparable} to use {@link
59 * ImmutableSortedSet#of(Comparable)}.</b>
61 @Deprecated public static <E> ImmutableSortedSet<E> of(E element) { method in class:ImmutableSortedSetFauxverideShim
71 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@link
72 * ImmutableSortedSet#of(Comparable, Comparable)}.</b>
74 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2) { method in class:ImmutableSortedSetFauxverideShim
84 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@lin
87 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { method in class:ImmutableSortedSetFauxverideShim
101 @Deprecated public static <E> ImmutableSortedSet<E> of( method in class:ImmutableSortedSetFauxverideShim
116 @Deprecated public static <E> ImmutableSortedSet<E> of( method in class:ImmutableSortedSetFauxverideShim
130 @Deprecated public static <E> ImmutableSortedSet<E> of(E... elements) { method in class:ImmutableSortedSetFauxverideShim
    [all...]
ImmutableSortedMapFauxverideShim.java 6 * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34 * {@link ImmutableMap#builder} from consumers of {@code ImmutableSortedMap}.
50 * @deprecated <b>Pass a key of type {@code Comparable} to use {@link
51 * ImmutableSortedMap#of(Comparable, Object)}.</b>
53 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1) { method in class:ImmutableSortedMapFauxverideShim
63 * @deprecated <b>Pass keys of type {@code Comparable} to use {@link
64 * ImmutableSortedMap#of(Comparable, Object, Comparable, Object)}.</b>
66 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of( method in class:ImmutableSortedMapFauxverideShim
77 * @deprecated <b>Pass keys of type {@code Comparable} to use {@lin
81 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of( method in class:ImmutableSortedMapFauxverideShim
96 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of( method in class:ImmutableSortedMapFauxverideShim
111 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of( method in class:ImmutableSortedMapFauxverideShim
    [all...]
EmptyImmutableListMultimap.java 6 * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 * Implementation of {@link ImmutableListMultimap} with no entries.
32 super(ImmutableMap.<Object, ImmutableList<Object>>of(), 0); method
EmptyImmutableMultiset.java 6 * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31 super(ImmutableMap.<Object, Integer>of(), 0); method
EmptyImmutableSetMultimap.java 6 * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 * Implementation of {@link ImmutableListMultimap} with no entries.
32 super(ImmutableMap.<Object, ImmutableSet<Object>>of(), 0); method
ImmutableBiMap.java 6 * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
30 * <p>An instance of {@code ImmutableBiMap} contains its own data and will
33 * make a "defensive copy" of a bimap provided to your class by a caller.
36 * it has no public or protected constructors. Thus, instances of this class are
54 public static <K, V> ImmutableBiMap<K, V> of() { method in class:ImmutableBiMap
61 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) { method in class:ImmutableBiMap
62 return new RegularImmutableBiMap<K, V>(ImmutableMap.of(k1, v1));
70 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { method in class:ImmutableBiMap
71 return new RegularImmutableBiMap<K, V>(ImmutableMap.of(k1, v1, k2, v2))
79 public static <K, V> ImmutableBiMap<K, V> of( method in class:ImmutableBiMap
90 public static <K, V> ImmutableBiMap<K, V> of( method in class:ImmutableBiMap
101 public static <K, V> ImmutableBiMap<K, V> of( method in class:ImmutableBiMap
    [all...]
  /device/htc/common/
README.ecclist_for_mcc.conf 7 # You may obtain a copy of the License at
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 ecclist_for_mcc.conf contains emergency number of countries, which will be used to
18 set the property of emergency numbers.
20 The format of ecclist_for_mcc.conf is
22 [MCC of a country] white space [Emergency number for that country, separated by comma]
25 1. Use white space instead of TAB between MCC and emergency number list.
  /external/chromium/third_party/icu/source/data/misc/
miscfiles.mk 3 # A list of txt's to build
6 # If you are thinking of modifying this file, READ THIS.
8 # Instead of changing this file [unless you want to check it back in],
19 # * To REPLACE the default list and only build a subset of files:
  /external/icu4c/samples/
readme.txt 5 Below is a short description of the contents of this directory.
19 legacy - demonstrates using two versions of ICU in one application
21 msgfmt - demonstrates the use of the Message Format
23 numfmt - demonstrates the use of the number format
25 props - demonstrates the use of Unicode properties
29 translit - demonstrates the use of ICU transliteration
33 ucnv - demonstrates the use of ICU codepage conversion
35 udata - demonstrates the use of ICU low level data routines
37 ufortune - demonstrates packaging and use of resources in an applicatio
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
ends_with_comment.js 7 // would append some functions to the script; the first line of
8 // those extra functions was being considered part of the comment
  /external/e2fsprogs/debian/
e2fsprogs.preinst 9 This package requires features of dpkg unavailable in this version.
10 Please upgrade to a more recent version (>=1.1.0) of dpkg.
  /external/icu4c/extra/uconv/
resfiles.mk 2 # A small makefile containing the list of resource bundles
6 # the character separating components of a filename.
  /external/v8/test/mjsunit/regress/
regress-990205.js 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
12 // * Neither the name of Google Inc. nor the names of its
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US
    [all...]
regress-1493017.js 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
12 // * Neither the name of Google Inc. nor the names of its
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US
    [all...]
  /external/v8/test/mjsunit/
getter-in-value-prototype.js 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
12 // * Neither the name of Google Inc. nor the names of its
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US
    [all...]
string-flatten.js 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
12 // * Neither the name of Google Inc. nor the names of its
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
string-concatenate-outofmemory.js 5 shouldThrow('s = "a"; while (1) { s += s; }', '"Error: Out of memory"'); // Expand at end of string
6 shouldThrow('s = "a"; while (1) { s += ("a" + s); }', '"Error: Out of memory"'); // Expand at beginning of string
7 shouldThrow('s = "a"; while (1) { s = [s, s].join(); }', '"Error: Out of memory"'); // Expand using UString::append.
11 'We also verify that the the string is stil functional after the out of memory exception is raised. In <a href="rdar://problem/5352887">rdar://problem/5352887</a>, accessing the string after the exception would crash.'
19 debug('PASS: String ' + stringName + ' was functional after ' + testName + ' raised out of memory exception.');

Completed in 947 milliseconds

1 2 3 4 5 6 7 8 91011>>