OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:common
(Results
2176 - 2200
of
5211
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/external/guava/guava/src/com/google/common/primitives/
Doubles.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;
26
import com.google.
common
.annotations.GwtCompatible;
322
*
common
prefix, or when one array is a prefix of the other, treats the
Floats.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;
26
import com.google.
common
.annotations.GwtCompatible;
319
*
common
prefix, or when one array is a prefix of the other, treats the
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/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;
328
*
common
prefix, or when one array is a prefix of the other, treats the
Ints.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;
331
*
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;
304
*
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;
332
*
common
prefix, or when one array is a prefix of the other, treats the
/external/guava/guava-tests/test/com/google/common/collect/
MultisetsTest.java
17
package com.google.
common
.collect;
20
import static com.google.
common
.testing.SerializableTester.reserializeAndAssert;
29
import com.google.
common
.annotations.GwtCompatible;
30
import com.google.
common
.annotations.GwtIncompatible;
31
import com.google.
common
.collect.testing.DerivedComparable;
32
import com.google.
common
.testing.NullPointerTester;
/external/libvpx/libvpx/vp8/encoder/
bitstream.c
12
#include "vp8/
common
/header.h"
14
#include "vp8/
common
/entropymode.h"
15
#include "vp8/
common
/findnearmv.h"
17
#include "vp8/
common
/systemdependent.h"
21
#include "vp8/
common
/pragmas.h"
27
#include "vp8/
common
/
common
.h"
111
VP8_COMMON *const x = & cpi->
common
;
396
for (mb_row = i; mb_row < cpi->
common
.mb_rows; mb_row += num_part)
415
for (mb_row = 0; mb_row < cpi->
common
.mb_rows; mb_row++
[
all
...]
/frameworks/av/media/libstagefright/codecs/aacenc/
Android.mk
3
include frameworks/av/media/libstagefright/codecs/
common
/Config.mk
69
frameworks/av/media/libstagefright/codecs/
common
/include \
126
frameworks/av/media/libstagefright/codecs/
common
/include \
/frameworks/av/media/libstagefright/codecs/amrwbenc/
Android.mk
3
include frameworks/av/media/libstagefright/codecs/
common
/Config.mk
100
frameworks/av/media/libstagefright/codecs/
common
/include \
126
frameworks/av/media/libstagefright/codecs/
common
/include \
/hardware/akm/AK8975_FS/libsensors/
sensors.cpp
112
common
: {
361
dev->device.
common
.tag = HARDWARE_DEVICE_TAG;
362
dev->device.
common
.version = 0;
363
dev->device.
common
.module = const_cast<hw_module_t*>(module);
364
dev->device.
common
.close = poll__close;
369
*device = &dev->device.
common
;
/hardware/invensense/65xx/libsensors_iio/
sensors_mpl.cpp
71
common
: {
376
dev->device.
common
.tag = HARDWARE_DEVICE_TAG;
377
dev->device.
common
.version = SENSORS_DEVICE_API_VERSION_1_0;
378
dev->device.
common
.module = const_cast<hw_module_t*>(module);
379
dev->device.
common
.close = poll__close;
387
*device = &dev->device.
common
;
/packages/apps/Contacts/src/com/android/contacts/detail/
PhotoSelectionHandler.java
39
import com.android.contacts.
common
.model.AccountTypeManager;
40
import com.android.contacts.
common
.model.RawContactModifier;
41
import com.android.contacts.
common
.model.RawContactDelta;
42
import com.android.contacts.
common
.model.ValuesDelta;
43
import com.android.contacts.
common
.model.account.AccountType;
44
import com.android.contacts.
common
.model.RawContactDeltaList;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DependencyGraph.java
16
package com.android.ide.
common
.layout.relative;
25
import com.android.ide.
common
.api.IDragElement;
26
import com.android.ide.
common
.api.IDragElement.IDragAttribute;
27
import com.android.ide.
common
.api.INode;
28
import com.android.ide.
common
.api.INode.IAttribute;
29
import com.android.ide.
common
.layout.BaseLayoutRule;
/cts/libs/vogar-expect/src/vogar/
AnnotatedOutcome.java
19
import com.google.
common
.collect.Lists;
20
import com.google.
common
.collect.Ordering;
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListViewModalSelect/ActionBarCompat-ListViewModalSelectSample/src/main/java/com/example/android/actionbarcompat/listviewmodalselect/
CheeseListFragment.java
29
import com.example.android.
common
.actionbarcompat.MultiSelectionUtil;
30
import com.example.android.
common
.dummydata.Cheeses;
/device/asus/grouper/
Android.mk
19
-include vendor/nvidia/
common
/TegraBoard.mk
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/
Android.mk
24
$(LOCAL_PATH)/../
common
\
/external/chromium_org/android_webview/
android_webview_common.target.darwin-arm.mk
63
android_webview/
common
/android_webview_message_generator.cc \
64
android_webview/
common
/aw_content_client.cc \
65
android_webview/
common
/aw_hit_test_data.cc \
66
android_webview/
common
/aw_switches.cc \
67
android_webview/
common
/print_messages.cc \
68
android_webview/
common
/render_view_messages.cc \
69
android_webview/
common
/url_constants.cc \
167
$(PWD)/external/icu4c/
common
\
286
$(PWD)/external/icu4c/
common
\
android_webview_common.target.darwin-mips.mk
63
android_webview/
common
/android_webview_message_generator.cc \
64
android_webview/
common
/aw_content_client.cc \
65
android_webview/
common
/aw_hit_test_data.cc \
66
android_webview/
common
/aw_switches.cc \
67
android_webview/
common
/print_messages.cc \
68
android_webview/
common
/render_view_messages.cc \
69
android_webview/
common
/url_constants.cc \
166
$(PWD)/external/icu4c/
common
\
284
$(PWD)/external/icu4c/
common
\
android_webview_common.target.darwin-x86.mk
63
android_webview/
common
/android_webview_message_generator.cc \
64
android_webview/
common
/aw_content_client.cc \
65
android_webview/
common
/aw_hit_test_data.cc \
66
android_webview/
common
/aw_switches.cc \
67
android_webview/
common
/print_messages.cc \
68
android_webview/
common
/render_view_messages.cc \
69
android_webview/
common
/url_constants.cc \
169
$(PWD)/external/icu4c/
common
\
291
$(PWD)/external/icu4c/
common
\
android_webview_common.target.linux-arm.mk
63
android_webview/
common
/android_webview_message_generator.cc \
64
android_webview/
common
/aw_content_client.cc \
65
android_webview/
common
/aw_hit_test_data.cc \
66
android_webview/
common
/aw_switches.cc \
67
android_webview/
common
/print_messages.cc \
68
android_webview/
common
/render_view_messages.cc \
69
android_webview/
common
/url_constants.cc \
167
$(PWD)/external/icu4c/
common
\
286
$(PWD)/external/icu4c/
common
\
android_webview_common.target.linux-mips.mk
63
android_webview/
common
/android_webview_message_generator.cc \
64
android_webview/
common
/aw_content_client.cc \
65
android_webview/
common
/aw_hit_test_data.cc \
66
android_webview/
common
/aw_switches.cc \
67
android_webview/
common
/print_messages.cc \
68
android_webview/
common
/render_view_messages.cc \
69
android_webview/
common
/url_constants.cc \
166
$(PWD)/external/icu4c/
common
\
284
$(PWD)/external/icu4c/
common
\
android_webview_common.target.linux-x86.mk
63
android_webview/
common
/android_webview_message_generator.cc \
64
android_webview/
common
/aw_content_client.cc \
65
android_webview/
common
/aw_hit_test_data.cc \
66
android_webview/
common
/aw_switches.cc \
67
android_webview/
common
/print_messages.cc \
68
android_webview/
common
/render_view_messages.cc \
69
android_webview/
common
/url_constants.cc \
169
$(PWD)/external/icu4c/
common
\
291
$(PWD)/external/icu4c/
common
\
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/invalidation/
InvalidationController.java
11
import com.google.
common
.annotations.VisibleForTesting;
12
import com.google.
common
.base.Preconditions;
Completed in 1615 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>