OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:common
(Results
651 - 675
of
5211
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/e2fsprogs/lib/ext2fs/tdb/
build-tdb
14
(cd $BASE_DIR/
common
; svn info ) > .svninfo
21
cat $BASE_DIR/
common
/tdb_private.h >> tdb.c
27
sed -e '1,/#include "tdb_private.h"/d' < $BASE_DIR/
common
/$i >> tdb.c
/external/guava/guava/src/com/google/common/collect/
BstNode.java
15
package com.google.
common
.collect;
17
import static com.google.
common
.base.Preconditions.checkNotNull;
18
import static com.google.
common
.base.Preconditions.checkState;
19
import static com.google.
common
.collect.BstSide.LEFT;
20
import static com.google.
common
.collect.BstSide.RIGHT;
22
import com.google.
common
.annotations.GwtCompatible;
BiMap.java
17
package com.google.
common
.collect;
19
import com.google.
common
.annotations.GwtCompatible;
BstBalancePolicy.java
15
package com.google.
common
.collect;
17
import com.google.
common
.annotations.GwtCompatible;
EmptyImmutableMultiset.java
17
package com.google.
common
.collect;
19
import com.google.
common
.annotations.GwtCompatible;
ForwardingListIterator.java
17
package com.google.
common
.collect;
19
import com.google.
common
.annotations.GwtCompatible;
ImmutableEntry.java
17
package com.google.
common
.collect;
19
import com.google.
common
.annotations.GwtCompatible;
26
* @see com.google.
common
.collect.Maps#immutableEntry(Object, Object)
/external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
IntMath.java
17
package com.google.
common
.math;
19
import static com.google.
common
.math.MathPreconditions.checkNoOverflow;
20
import static com.google.
common
.math.MathPreconditions.checkNonNegative;
22
import com.google.
common
.annotations.Beta;
23
import com.google.
common
.annotations.GwtCompatible;
24
import com.google.
common
.annotations.VisibleForTesting;
34
* {@link LongMath} and {@link BigIntegerMath} respectively. For other
common
operations on
35
* {@code int} values, see {@link com.google.
common
.primitives.Ints}.
104
* Returns the greatest
common
divisor of {@code a, b}. Returns {@code 0} if
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
MapHashCodeTester.java
17
package com.google.
common
.collect.testing.testers;
19
import static com.google.
common
.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
20
import static com.google.
common
.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES;
22
import com.google.
common
.collect.testing.AbstractMapTester;
23
import com.google.
common
.collect.testing.features.CollectionSize;
24
import com.google.
common
.collect.testing.features.MapFeature;
SetEqualsTester.java
17
package com.google.
common
.collect.testing.testers;
19
import static com.google.
common
.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
21
import com.google.
common
.collect.testing.Helpers;
22
import com.google.
common
.collect.testing.MinimalSet;
23
import com.google.
common
.collect.testing.features.CollectionFeature;
24
import com.google.
common
.collect.testing.features.CollectionSize;
/external/guava/guava-tests/test/com/google/common/collect/
BiMapCollectionTest.java
17
package com.google.
common
.collect;
19
import com.google.
common
.annotations.GwtCompatible;
20
import com.google.
common
.collect.testing.SetTestSuiteBuilder;
21
import com.google.
common
.collect.testing.TestStringSetGenerator;
22
import com.google.
common
.collect.testing.features.CollectionFeature;
23
import com.google.
common
.collect.testing.features.CollectionSize;
TablesTest.java
17
package com.google.
common
.collect;
19
import com.google.
common
.annotations.GwtCompatible;
20
import com.google.
common
.annotations.GwtIncompatible;
21
import com.google.
common
.collect.Table.Cell;
22
import com.google.
common
.testing.EqualsTester;
23
import com.google.
common
.testing.SerializableTester;
/external/guava/guava-tests/test/com/google/common/hash/
Murmur3Hash128Test.java
17
package com.google.
common
.hash;
19
import static com.google.
common
.hash.HashTestUtils.ascii;
20
import static com.google.
common
.hash.HashTestUtils.toBytes;
21
import static com.google.
common
.hash.Hashing.murmur3_128;
24
import com.google.
common
.hash.Funnels;
25
import com.google.
common
.hash.HashTestUtils.HashFn;
/hardware/samsung_slsi/exynos5/mobicore/
Android.mk
7
# Setup
common
variables
8
LOG_WRAPPER := $(MOBICORE_PROJECT_PATH)/
common
/LogWrapper
9
COMP_PATH_MobiCore := $(MOBICORE_PROJECT_PATH)/
common
/MobiCore
/device/asus/grouper/
releasetools.py
18
import
common
namespace
46
common
.ZipWriteStr(info.output_zip, "bootloader.raw", bootloader_bin)
/external/chromium_org/chrome/test/functional/ispy/server/
image_handler.py
12
from ..
common
import cloud_bucket
13
from ..
common
import constants
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/
chromiumbuildbot.py
29
import webkitpy.
common
.config.urls as config_urls
namespace
30
from webkitpy.
common
.net.buildbot.buildbot import Builder, BuildBot
31
# FIXME: builders should probably be in webkitpy.
common
.config.
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/sw/
Makefile
13
-I$(TOP)/src/gallium/state_trackers/dri/
common
\
14
-I$(TOP)/src/mesa/drivers/dri/
common
\
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfglobext.asm
6
[
common
dwordarray 128:4]
/external/droiddriver/samples/testapp/tests/src/com/google/android/apps/common/testing/ui/testapp/sendactivity/
UseInstrumentation.java
1
package com.google.android.apps.
common
.testing.ui.testapp.sendactivity;
3
import com.google.android.apps.
common
.testing.ui.testapp.AbstractSendActivityTest;
UseUiAutomation.java
1
package com.google.android.apps.
common
.testing.ui.testapp.sendactivity;
3
import com.google.android.apps.
common
.testing.ui.testapp.AbstractSendActivityTest;
/external/guava/guava/src/com/google/common/cache/
RemovalListeners.java
17
package com.google.
common
.cache;
19
import com.google.
common
.annotations.Beta;
24
* A collection of
common
removal listeners.
/external/guava/guava/src/com/google/common/hash/
Funnels.java
15
package com.google.
common
.hash;
17
import com.google.
common
.annotations.Beta;
20
* Funnels for
common
types. All implementations are serializable.
/external/guava/guava/src/com/google/common/io/
CountingOutputStream.java
17
package com.google.
common
.io;
19
import com.google.
common
.annotations.Beta;
/external/guava/guava/src/com/google/common/util/concurrent/
CheckedFuture.java
17
package com.google.
common
.util.concurrent;
19
import com.google.
common
.annotations.Beta;
32
* <p>A
common
implementation is {@link Futures#immediateCheckedFuture}.
Completed in 748 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>