Searched refs:of (Results 251 - 275 of 2387) sorted by relevance

<<11121314151617181920>>

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/
H A DImmutableCharEncodedValue.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
44 public static ImmutableCharEncodedValue of(CharEncodedValue charEncodedValue) { method in class:ImmutableCharEncodedValue
H A DImmutableDoubleEncodedValue.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
44 public static ImmutableDoubleEncodedValue of(DoubleEncodedValue doubleEncodedValue) { method in class:ImmutableDoubleEncodedValue
H A DImmutableFloatEncodedValue.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
44 public static ImmutableFloatEncodedValue of(FloatEncodedValue floatEncodedValue) { method in class:ImmutableFloatEncodedValue
H A DImmutableIntEncodedValue.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
44 public static ImmutableIntEncodedValue of(IntEncodedValue intEncodedValue) { method in class:ImmutableIntEncodedValue
H A DImmutableLongEncodedValue.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
44 public static ImmutableLongEncodedValue of(LongEncodedValue longEncodedValue) { method in class:ImmutableLongEncodedValue
H A DImmutableShortEncodedValue.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
44 public static ImmutableShortEncodedValue of(ShortEncodedValue shortEncodedValue) { method in class:ImmutableShortEncodedValue
/external/valgrind/main/helgrind/tests/
H A Dtc06_two_races.stderr.exp15 Possible data race during read of size 4 at 0x........ by thread #x
19 This conflicts with a previous write of size 4 by thread #x
29 Possible data race during write of size 4 at 0x........ by thread #x
33 This conflicts with a previous write of size 4 by thread #x
43 Possible data race during read of size 4 at 0x........ by thread #x
47 This conflicts with a previous write of size 4 by thread #x
57 Possible data race during write of size 4 at 0x........ by thread #x
61 This conflicts with a previous write of size 4 by thread #x
H A Dtc14_laog_dinphils.stderr.exp13 Observed (incorrect) order is: acquisition of lock at 0x........
19 followed by a later acquisition of lock at 0x........
H A Dpth_barrier2.stderr.exp19 Possible data race during write of size 1 at 0x........ by thread #x
25 This conflicts with a previous write of size 1 by thread #x
30 Address 0x........ is 0 bytes inside a block of size 32 alloc'd
37 Possible data race during write of size 1 at 0x........ by thread #x
43 This conflicts with a previous write of size 1 by thread #x
48 Address 0x........ is 1 bytes inside a block of size 32 alloc'd
55 Possible data race during write of size 1 at 0x........ by thread #x
61 This conflicts with a previous write of size 1 by thread #x
66 Address 0x........ is 2 bytes inside a block of size 32 alloc'd
73 Possible data race during write of siz
[all...]
/external/valgrind/main/memcheck/tests/
H A Dbadpoll.stderr.exp4 Address 0x........ is 8 bytes inside a block of size 15 alloc'd
11 Address 0x........ is 0 bytes after a block of size 15 alloc'd
H A Dmismatches.stderr.exp4 Address 0x........ is 0 bytes inside a block of size 10 alloc'd
11 Address 0x........ is 0 bytes inside a block of size 10 alloc'd
18 Address 0x........ is 0 bytes inside a block of size 40 alloc'd
25 Address 0x........ is 0 bytes inside a block of size 40 alloc'd
32 Address 0x........ is 0 bytes inside a block of size 4 alloc'd
39 Address 0x........ is 0 bytes inside a block of size 4 alloc'd
/external/valgrind/main/memcheck/tests/s390x/
H A Dcu42.stderr.exp1 Invalid write of size 2
4 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
8 Invalid write of size 4
11 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
15 Invalid write of size 4
18 Address 0x........ is 0 bytes inside a block of size 2 alloc'd
22 Invalid write of size 4
25 Address 0x........ is 0 bytes inside a block of size 3 alloc'd
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapsTest.java6 * You may obtain a copy of the License at
113 * number of elements won't cause a rehash.
316 tester.setDefault(BiMap.class, ImmutableBiMap.of());
368 Map<Integer, String> left = ImmutableMap.of(
370 Map<Integer, String> right = ImmutableMap.of(
375 assertEquals(ImmutableMap.of(2, "b", 4, "d"), diff1.entriesOnlyOnLeft());
376 assertEquals(ImmutableMap.of(6, "z"), diff1.entriesOnlyOnRight());
377 assertEquals(ImmutableMap.of(1, "a"), diff1.entriesInCommon());
378 assertEquals(ImmutableMap.of(3,
387 assertEquals(ImmutableMap.of(
[all...]
/external/bison/doc/
H A Dbison.x6 is a parser generator in the style of
14 convention of ending in
19 of the input file.
29 instead of
37 This description of the options that can be given to
49 instead of
/external/chromium_org/third_party/skia/tools/lua/
H A Dscrape.lua25 startcanvas() is called at the start of each picture file, passing the
26 canvas that we will be drawing into, and the name of the file.
28 Following this call, there will be some number of calls to accumulate(t)
29 where t is a table of parameters that were passed to that draw-op.
31 t.verb is a string holding the name of the draw-op (e.g. "drawRect")
74 lua_pictures will call this function after all of the pictures have been
/external/chromium_org/third_party/sqlite/src/tool/
H A Dspace_used.tcl6 # Get the name of the database to analyze
24 name clob, -- Name of a table or index in the database file
26 payload int, -- Total amount of data stored in this table or index
27 pri_pages int, -- Number of primary pages used
28 ovfl_pages int, -- Number of overflow pages used
29 pri_unused int, -- Number of unused bytes on primary pages
30 ovfl_unused int -- Number of unused bytes on overflow pages
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
H A Dsce1.asm10 [savexmm128 xmm7, 020h];the offset is from the base of the frame
11 ;not the scaled offset of the frame
15 [savereg rdi, 010h]; you can still use RSP as the base of the frame
19 ; you can modify the stack pointer outside of the prologue (similar to alloca)
27 ; we can unwind from the following AV because of the frame pointer
33 ; this isn't part of the official epilog, as described in section 2.5
H A Dsce3.asm10 [savexmm128 xmm7, 020h];the offset is from the base of the frame
11 ;not the scaled offset of the frame
15 [savereg rdi, 010h]; you can still use RSP as the base of the frame
19 ; you can modify the stack pointer outside of the prologue (similar to alloca)
27 ; we can unwind from the following AV because of the frame pointer
33 ; this isn't part of the official epilog, as described in section 2.5
/external/chromium_org/v8/test/mjsunit/es6/
H A Diteration-semantics.js6 // * 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
30 // Test for-of semantics.
81 for (var x of iterable) {
89 for (let x of iterable) {
96 for (let x of iterable) {
104 for (let x of iterabl
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DListAddAllTester.java6 * You may obtain a copy of the License at
41 getList().addAll(MinimalCollection.of(samples.e0)));
49 getList().addAll(MinimalCollection.of(samples.e0));
59 = MinimalCollection.of(samples.e0, samples.e1, samples.e0, samples.e1);
H A DSetAddAllTester.java6 * You may obtain a copy of the License at
41 getSet().addAll(MinimalCollection.of(samples.e3, samples.e0)));
48 = MinimalCollection.of(samples.e3, samples.e4, samples.e3, samples.e4);
58 getSet().addAll(MinimalCollection.of(samples.e0)));
/external/guava/guava-tests/test/com/google/common/hash/
H A DHashingTest.java6 * You may obtain a copy of the License at
30 * Unit tests for functions of {@code Hashing} that don't have their own tests.
69 // Rough: don't exceed 1.2x the expected number of remaps by more than 20
124 Hashing.combineOrdered(ImmutableList.of(HashCodes.fromInt(32), HashCodes.fromLong(32L)));
133 assertEquals(hash32, Hashing.combineOrdered(ImmutableList.of(hash32)));
135 Hashing.combineOrdered(ImmutableList.of(hash32, hash32)));
137 Hashing.combineOrdered(ImmutableList.of(hash32, hash32, hash32)));
139 Hashing.combineOrdered(ImmutableList.of(hash31, hash32)).equals(
140 Hashing.combineOrdered(ImmutableList.of(hash32, hash31))));
174 Hashing.combineUnordered(ImmutableList.of(HashCode
[all...]
/external/junit/
H A DCommon.mk2 # List of junit files include in documentation.
7 # They are lists of .java files relative to external/junit/.
11 # List of source to build into the core-junit library
26 # List of source to build into the android.test.runner library
37 # List of junit javadoc source files for Android public API
43 # List of source to build into junit4 target jars
/external/skia/tools/lua/
H A Dscrape.lua25 startcanvas() is called at the start of each picture file, passing the
26 canvas that we will be drawing into, and the name of the file.
28 Following this call, there will be some number of calls to accumulate(t)
29 where t is a table of parameters that were passed to that draw-op.
31 t.verb is a string holding the name of the draw-op (e.g. "drawRect")
74 lua_pictures will call this function after all of the pictures have been
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
H A DCustomMethodInlineTableTest.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
67 null, null, null, null, null, ImmutableList.of(method));
69 DexFile dexFile = new ImmutableDexFile(ImmutableList.of(classDef));
71 ClassPath classPath = ClassPath.fromClassPath(ImmutableList.<String>of(), ImmutableList.<String>of(), dexFile,
94 null, null, null, null, ImmutableList.of(metho
[all...]

Completed in 7521 milliseconds

<<11121314151617181920>>