HomeSort by relevance Sort by last modified time
    Searched refs:common (Results 2051 - 2075 of 5211) sorted by null

<<81828384858687888990>>

  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableListTest.java 17 package com.google.common.collect;
19 import static com.google.common.collect.Iterables.getOnlyElement;
20 import static com.google.common.collect.Iterables.unmodifiableIterable;
21 import static com.google.common.collect.Sets.newHashSet;
25 import com.google.common.annotations.GwtCompatible;
26 import com.google.common.annotations.GwtIncompatible;
27 import com.google.common.collect.testing.Helpers;
28 import com.google.common.collect.testing.ListTestSuiteBuilder;
29 import com.google.common.collect.testing.MinimalCollection;
30 import com.google.common.collect.testing.MinimalIterable
    [all...]
MultimapCollectionTest.java 17 package com.google.common.collect;
19 import static com.google.common.collect.Maps.newHashMap;
20 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
21 import static com.google.common.collect.testing.features.CollectionFeature.REMOVE_OPERATIONS;
22 import static com.google.common.collect.testing.google.AbstractMultisetSetCountTester.getSetCountDuplicateInitializingMethods;
23 import static com.google.common.collect.testing.google.MultisetIteratorTester.getIteratorDuplicateInitializingMethods;
24 import static com.google.common.collect.testing.google.MultisetReadsTester.getReadsDuplicateInitializingMethods;
27 import com.google.common.annotations.GwtIncompatible;
28 import com.google.common.base.Functions;
29 import com.google.common.base.Predicate
    [all...]
ForwardingMultisetTest.java 17 package com.google.common.collect;
19 import com.google.common.collect.testing.SetTestSuiteBuilder;
20 import com.google.common.collect.testing.TestStringSetGenerator;
21 import com.google.common.collect.testing.features.CollectionFeature;
22 import com.google.common.collect.testing.features.CollectionSize;
23 import com.google.common.collect.testing.google.MultisetTestSuiteBuilder;
24 import com.google.common.collect.testing.google.TestStringMultisetGenerator;
GeneralRangeTest.java 15 package com.google.common.collect;
17 import static com.google.common.collect.BoundType.CLOSED;
18 import static com.google.common.collect.BoundType.OPEN;
26 import com.google.common.annotations.GwtCompatible;
27 import com.google.common.annotations.GwtIncompatible;
28 import com.google.common.base.Objects;
29 import com.google.common.testing.NullPointerTester;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelineHandler.java 16 package com.android.ide.common.layout.relative;
18 import static com.android.ide.common.api.MarginType.NO_MARGIN;
19 import static com.android.ide.common.api.MarginType.WITHOUT_MARGIN;
20 import static com.android.ide.common.api.MarginType.WITH_MARGIN;
21 import static com.android.ide.common.api.SegmentType.BASELINE;
22 import static com.android.ide.common.api.SegmentType.BOTTOM;
23 import static com.android.ide.common.api.SegmentType.CENTER_HORIZONTAL;
24 import static com.android.ide.common.api.SegmentType.CENTER_VERTICAL;
25 import static com.android.ide.common.api.SegmentType.LEFT;
26 import static com.android.ide.common.api.SegmentType.RIGHT
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
example.js 9 common.attachDefaultListeners();
10 common.createNaClModule(name, tc, config, width, height);
136 src = common.naclModule.getAttribute('path');
143 common.updateStatus(message);
152 common.naclModule.postMessage('BOOM');
  /external/guava/guava-tests/test/com/google/common/cache/
EmptyCachesTest.java 15 package com.google.common.cache;
17 import static com.google.common.cache.CacheTesting.checkEmpty;
18 import static com.google.common.cache.TestingCacheLoaders.identityLoader;
23 import com.google.common.base.Function;
24 import com.google.common.cache.CacheBuilderFactory.DurationSpec;
25 import com.google.common.cache.LocalCache.Strength;
26 import com.google.common.collect.ImmutableSet;
27 import com.google.common.collect.Iterables;
28 import com.google.common.collect.Maps;
29 import com.google.common.testing.EqualsTester
    [all...]
PopulatedCachesTest.java 15 package com.google.common.cache;
17 import static com.google.common.cache.CacheTesting.checkEmpty;
18 import static com.google.common.cache.CacheTesting.checkValidState;
19 import static com.google.common.cache.TestingCacheLoaders.identityLoader;
26 import com.google.common.base.Function;
27 import com.google.common.cache.CacheBuilderFactory.DurationSpec;
28 import com.google.common.cache.LocalCache.Strength;
29 import com.google.common.collect.ImmutableMap;
30 import com.google.common.collect.ImmutableSet;
31 import com.google.common.collect.Iterables
    [all...]
  /hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp 97 common: {
351 (dev->common.module);
353 (dev->common.module);
388 dev->common.module);
428 dev->device.common.tag = HARDWARE_DEVICE_TAG;
429 dev->device.common.version = 0;
430 dev->device.common.module = const_cast<hw_module_t*>(module);
431 dev->device.common.close = gralloc_close;
436 private_module_t *p = reinterpret_cast<private_module_t*>(dev->device.common.module);
439 *device = &dev->device.common;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 14 #include "vp8/common/onyxc_int.h"
15 #include "vp8/common/blockd.h"
17 #include "vp8/common/systemdependent.h"
19 #include "vp8/common/alloccommon.h"
24 #include "vp8/common/extend.h"
26 #include "vp8/common/quant_common.h"
29 #include "vp8/common/postproc.h"
32 #include "vp8/common/swapyv12buffer.h"
33 #include "vp8/common/threading.h"
245 lc->filter_level = cpi->common.filter_level
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 17 package com.android.ide.common.layout;
37 import com.android.ide.common.api.DrawingStyle;
38 import com.android.ide.common.api.DropFeedback;
39 import com.android.ide.common.api.IDragElement;
40 import com.android.ide.common.api.IFeedbackPainter;
41 import com.android.ide.common.api.IGraphics;
42 import com.android.ide.common.api.IMenuCallback;
43 import com.android.ide.common.api.INode;
44 import com.android.ide.common.api.INodeHandler;
45 import com.android.ide.common.api.IViewMetadata
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
mux.py 48 from mod_pywebsocket import common namespace
84 common.HTTP_STATUS_BAD_REQUEST: 'Bad Request',
722 if frame.opcode == common.OPCODE_CONTINUATION:
725 if common.is_control_opcode(frame.opcode):
747 if frame.opcode != common.OPCODE_CONTINUATION:
770 if common.is_control_opcode(frame.opcode):
776 if frame.opcode != common.OPCODE_CONTINUATION:
834 self._message_opcode = common.OPCODE_TEXT
871 if opcode != common.OPCODE_CONTINUATION:
    [all...]
  /external/chromium_org/components/
webdata_common.target.darwin-arm.mk 26 components/webdata/common/web_database.cc \
27 components/webdata/common/web_database_service.cc \
28 components/webdata/common/web_database_table.cc \
29 components/webdata/common/web_data_request_manager.cc \
30 components/webdata/common/web_data_service_backend.cc \
31 components/webdata/common/web_data_service_base.cc \
32 components/webdata/common/webdata_constants.cc
webdata_common.target.darwin-mips.mk 26 components/webdata/common/web_database.cc \
27 components/webdata/common/web_database_service.cc \
28 components/webdata/common/web_database_table.cc \
29 components/webdata/common/web_data_request_manager.cc \
30 components/webdata/common/web_data_service_backend.cc \
31 components/webdata/common/web_data_service_base.cc \
32 components/webdata/common/webdata_constants.cc
webdata_common.target.darwin-x86.mk 26 components/webdata/common/web_database.cc \
27 components/webdata/common/web_database_service.cc \
28 components/webdata/common/web_database_table.cc \
29 components/webdata/common/web_data_request_manager.cc \
30 components/webdata/common/web_data_service_backend.cc \
31 components/webdata/common/web_data_service_base.cc \
32 components/webdata/common/webdata_constants.cc
webdata_common.target.linux-arm.mk 26 components/webdata/common/web_database.cc \
27 components/webdata/common/web_database_service.cc \
28 components/webdata/common/web_database_table.cc \
29 components/webdata/common/web_data_request_manager.cc \
30 components/webdata/common/web_data_service_backend.cc \
31 components/webdata/common/web_data_service_base.cc \
32 components/webdata/common/webdata_constants.cc
webdata_common.target.linux-mips.mk 26 components/webdata/common/web_database.cc \
27 components/webdata/common/web_database_service.cc \
28 components/webdata/common/web_database_table.cc \
29 components/webdata/common/web_data_request_manager.cc \
30 components/webdata/common/web_data_service_backend.cc \
31 components/webdata/common/web_data_service_base.cc \
32 components/webdata/common/webdata_constants.cc
webdata_common.target.linux-x86.mk 26 components/webdata/common/web_database.cc \
27 components/webdata/common/web_database_service.cc \
28 components/webdata/common/web_database_table.cc \
29 components/webdata/common/web_data_request_manager.cc \
30 components/webdata/common/web_data_service_backend.cc \
31 components/webdata/common/web_data_service_base.cc \
32 components/webdata/common/webdata_constants.cc
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java 32 import com.android.ide.common.rendering.LayoutLibrary;
33 import com.android.ide.common.rendering.api.AdapterBinding;
34 import com.android.ide.common.rendering.api.DataBindingItem;
35 import com.android.ide.common.rendering.api.ILayoutPullParser;
36 import com.android.ide.common.rendering.api.IProjectCallback;
37 import com.android.ide.common.rendering.api.LayoutLog;
38 import com.android.ide.common.rendering.api.ResourceReference;
39 import com.android.ide.common.rendering.api.ResourceValue;
40 import com.android.ide.common.rendering.api.Result;
41 import com.android.ide.common.rendering.legacy.LegacyCallback
    [all...]
  /external/guava/guava/src/com/google/common/collect/
GeneralRange.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;
20 import static com.google.common.collect.BoundType.OPEN;
27 import com.google.common.annotations.GwtCompatible;
28 import com.google.common.base.Objects;
TreeBasedTable.java 17 package com.google.common.collect;
19 import static com.google.common.base.Preconditions.checkArgument;
20 import static com.google.common.base.Preconditions.checkNotNull;
22 import com.google.common.annotations.Beta;
23 import com.google.common.annotations.GwtCompatible;
24 import com.google.common.base.Function;
25 import com.google.common.base.Supplier;
  /external/guava/guava/src/com/google/common/primitives/
Chars.java 17 package com.google.common.primitives;
19 import static com.google.common.base.Preconditions.checkArgument;
20 import static com.google.common.base.Preconditions.checkElementIndex;
21 import static com.google.common.base.Preconditions.checkNotNull;
22 import static com.google.common.base.Preconditions.checkPositionIndexes;
24 import com.google.common.annotations.GwtCompatible;
25 import com.google.common.annotations.GwtIncompatible;
277 * {@link com.google.common.io.ByteStreams#newDataOutput()} to get a growable
379 * common prefix, or when one array is a prefix of the other, treats the
Longs.java 17 package com.google.common.primitives;
19 import static com.google.common.base.Preconditions.checkArgument;
20 import static com.google.common.base.Preconditions.checkElementIndex;
21 import static com.google.common.base.Preconditions.checkNotNull;
22 import static com.google.common.base.Preconditions.checkPositionIndexes;
24 import com.google.common.annotations.GwtCompatible;
25 import com.google.common.annotations.GwtIncompatible;
254 * {@link com.google.common.io.ByteStreams#newDataOutput()} to get a growable
371 * common prefix, or when one array is a prefix of the other, treats the
Shorts.java 17 package com.google.common.primitives;
19 import static com.google.common.base.Preconditions.checkArgument;
20 import static com.google.common.base.Preconditions.checkElementIndex;
21 import static com.google.common.base.Preconditions.checkNotNull;
22 import static com.google.common.base.Preconditions.checkPositionIndexes;
24 import com.google.common.annotations.GwtCompatible;
25 import com.google.common.annotations.GwtIncompatible;
283 * {@link com.google.common.io.ByteStreams#newDataOutput()} to get a growable
384 * common prefix, or when one array is a prefix of the other, treats the
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
AbstractMapBasedMultiset.java 17 package com.google.common.collect;
19 import static com.google.common.base.Preconditions.checkArgument;
20 import static com.google.common.base.Preconditions.checkNotNull;
21 import static com.google.common.base.Preconditions.checkState;
22 import static com.google.common.collect.Multisets.checkNonnegative;
24 import com.google.common.annotations.GwtCompatible;
25 import com.google.common.primitives.Ints;

Completed in 574 milliseconds

<<81828384858687888990>>