HomeSort by relevance Sort by last modified time
    Searched full:common (Results 5526 - 5550 of 31397) sorted by null

<<221222223224225226227228229230>>

  /external/guava/guava/src/com/google/common/collect/
SortedIterables.java 15 package com.google.common.collect;
17 import static com.google.common.base.Preconditions.checkNotNull;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.base.Function;
21 import com.google.common.collect.Multiset.Entry;
  /external/guava/guava/src/com/google/common/hash/
HashCode.java 15 package com.google.common.hash;
17 import com.google.common.annotations.Beta;
18 import com.google.common.base.Preconditions;
19 import com.google.common.primitives.Ints;
111 // TODO(user): Use c.g.common.base.ByteArrays once it is open sourced.
  /external/guava/guava/src/com/google/common/io/
LittleEndianDataInputStream.java 17 package com.google.common.io;
19 import com.google.common.annotations.Beta;
20 import com.google.common.base.Preconditions;
21 import com.google.common.primitives.Ints;
22 import com.google.common.primitives.Longs;
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Stopwatch.java 17 package com.google.common.base;
19 import static com.google.common.base.Preconditions.checkNotNull;
20 import static com.google.common.base.Preconditions.checkState;
26 import com.google.common.annotations.Beta;
27 import com.google.common.annotations.GwtCompatible;
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
CacheLoader.java 17 package com.google.common.cache;
19 import static com.google.common.base.Preconditions.checkNotNull;
21 import com.google.common.annotations.GwtCompatible;
22 import com.google.common.base.Function;
23 import com.google.common.base.Supplier;
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
RegularContiguousSet.java 15 package com.google.common.collect;
17 import static com.google.common.base.Preconditions.checkArgument;
18 import static com.google.common.base.Preconditions.checkNotNull;
19 import static com.google.common.collect.BoundType.CLOSED;
21 import com.google.common.annotations.GwtCompatible;
  /external/guava/guava-tests/test/com/google/common/cache/
AbstractCacheTest.java 17 package com.google.common.cache;
19 import com.google.common.cache.AbstractCache.SimpleStatsCounter;
20 import com.google.common.cache.AbstractCache.StatsCounter;
21 import com.google.common.collect.ImmutableList;
22 import com.google.common.collect.Lists;
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractCollectionTest.java 17 package com.google.common.collect;
22 import com.google.common.annotations.GwtCompatible;
23 import com.google.common.annotations.GwtIncompatible;
24 import com.google.common.testing.NullPointerTester;
32 * Common tests for a {@code Collection}.
ForwardingQueueTest.java 17 package com.google.common.collect;
21 import com.google.common.collect.testing.QueueTestSuiteBuilder;
22 import com.google.common.collect.testing.TestStringQueueGenerator;
23 import com.google.common.collect.testing.features.CollectionFeature;
24 import com.google.common.collect.testing.features.CollectionSize;
ImmutableSortedMapTest.java 17 package com.google.common.collect;
21 import com.google.common.annotations.GwtCompatible;
22 import com.google.common.annotations.GwtIncompatible;
23 import com.google.common.base.Joiner;
24 import com.google.common.collect.ImmutableSortedMap.Builder;
25 import com.google.common.collect.testing.CollectionTestSuiteBuilder;
26 import com.google.common.collect.testing.ReserializingTestCollectionGenerator;
27 import com.google.common.collect.testing.ReserializingTestSetGenerator;
28 import com.google.common.collect.testing.SetTestSuiteBuilder;
29 import com.google.common.collect.testing.SortedMapInterfaceTest
    [all...]
SynchronizedMapTest.java 17 package com.google.common.collect;
19 import static com.google.common.base.Preconditions.checkNotNull;
21 import com.google.common.collect.Synchronized.SynchronizedCollection;
22 import com.google.common.collect.Synchronized.SynchronizedSet;
23 import com.google.common.testing.SerializableTester;
  /external/icu/icu4c/source/extra/uconv/
Makefile.in 10 ## Set the following to dll or static or common..
45 CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(srcdir)/../toolutil
53 ## generic settings for data - common.
54 PKGMODE=common
118 ifneq (,$(filter $(PKGDATA_MODE),files common))
  /external/icu/icu4c/source/test/perf/collperf2/
CollPerf2_r.pl 8 # Variables need to be set in ../perldriver/Common.pl for where ICU is on your machine.
9 # Copy Common.pl.template to Common.pl and modify it.
11 # Sample Common.pl "Settings by user" for a Linux out-of-source build:
33 require "../perldriver/Common.pl";
  /external/libvpx/libvpx/vp8/decoder/
threading.c 19 #include "vp8/common/threading.h"
21 #include "vp8/common/loopfilter.h"
22 #include "vp8/common/extend.h"
25 #include "vp8/common/reconintra4x4.h"
26 #include "vp8/common/reconinter.h"
27 #include "vp8/common/setupintrarecon.h"
43 VP8_COMMON *const pc = & pbi->common;
196 if (i < 4 && pbi->common.filter_level)
201 if (i%4==0 && pbi->common.filter_level)
212 if ((i==4 || i==8 || i==12) && pbi->common.filter_level
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
UpdateCallback.cpp 5 #include "Common/ComTry.h"
6 #include "Common/Defs.h"
7 #include "Common/IntToString.h"
8 #include "Common/StringConvert.h"
12 #include "../../Common/FileStreams.h"
  /external/pixman/pixman/
pixman-general.c 123 if ((src_image->common.flags & FAST_PATH_NARROW_FORMAT) &&
124 (!mask_image || mask_image->common.flags & FAST_PATH_NARROW_FORMAT) &&
125 (dest_image->common.flags & FAST_PATH_NARROW_FORMAT))
175 mask_image->common.type == BITS &&
176 mask_image->common.component_alpha &&
  /external/proguard/src/proguard/optimize/peephole/
GotoCommonCodeReplacer.java 32 * This AttributeVisitor redirects unconditional branches so any common code
109 // Get the number of common bytes.
120 // Delete the common instructions.
154 * Returns the number of common bytes preceding the given offsets,
159 // Find the block of common instructions preceding it.
  /external/qemu/
dma-helpers.c 40 BlockDriverAIOCB common; member in struct:__anon33354
94 dbs->common.cb(dbs->common.opaque, ret);
135 DMAAIOCB *dbs = container_of(acb, DMAAIOCB, common);
168 return &dbs->common;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
AdapterHelper.java 19 import com.android.ide.common.rendering.api.DataBindingItem;
20 import com.android.ide.common.rendering.api.IProjectCallback;
21 import com.android.ide.common.rendering.api.LayoutLog;
22 import com.android.ide.common.rendering.api.ResourceReference;
23 import com.android.ide.common.rendering.api.IProjectCallback.ViewAttribute;
  /frameworks/testing/espresso/espresso-lib/
build.gradle 23 maven { url '../../../../prebuilts/tools/common/m2/repository' }
24 maven { url '../../../../prebuilts/tools/common/m2/internal' }
95 rule pattern: "com.google.common.**",
96 result: "com.google.android.apps.common.testing.deps.guava.@1"
98 result: "com.google.android.apps.common.testing.deps.dagger.@1"
  /frameworks/webview/chromium/
proguard.flags 38 -dontnote com.google.common.annotations.VisibleForTesting
47 -dontnote com.android.org.chromium.content.common.TraceEvent
75 # Keep finalizer stuff from google-common used via reflection
76 -keepclassmembers class com.android.org.chromium.com.google.common.** {
79 -keepclassmembers class com.android.org.chromium.com.google.common.** {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
threading.c 19 #include "vp8/common/threading.h"
21 #include "vp8/common/loopfilter.h"
22 #include "vp8/common/extend.h"
25 #include "vp8/common/reconintra4x4.h"
26 #include "vp8/common/reconinter.h"
27 #include "vp8/common/setupintrarecon.h"
43 VP8_COMMON *const pc = & pbi->common;
196 if (i < 4 && pbi->common.filter_level)
201 if (i%4==0 && pbi->common.filter_level)
212 if ((i==4 || i==8 || i==12) && pbi->common.filter_level
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
PhotoEditorView.java 29 import com.android.contacts.common.model.RawContactDelta;
30 import com.android.contacts.common.ContactPhotoManager;
31 import com.android.contacts.common.ContactsUtils;
32 import com.android.contacts.common.model.ValuesDelta;
33 import com.android.contacts.common.model.dataitem.DataKind;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
DataKind.java 17 package com.android.contacts.common.model.dataitem;
23 import com.android.contacts.common.model.account.AccountType.EditField;
24 import com.android.contacts.common.model.account.AccountType.EditType;
25 import com.android.contacts.common.model.account.AccountType.StringInflater;
26 import com.google.common.collect.Iterators;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
AccountFilterUtil.java 17 package com.android.contacts.common.util;
27 import com.android.contacts.common.R;
28 import com.android.contacts.common.list.AccountFilterActivity;
29 import com.android.contacts.common.list.ContactListFilter;
30 import com.android.contacts.common.list.ContactListFilterController;

Completed in 1511 milliseconds

<<221222223224225226227228229230>>