OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:common
(Results
2626 - 2650
of
5211
) sorted by null
<<
101
102
103
104
105
106
107
108
109
110
>>
/external/libsepol/tests/policies/test-hooks/
small-base.conf
55
# Define
common
prefixes for access vectors
57
#
common
common_name { permission_name ... }
61
# Define a
common
prefix for file access vectors.
64
common
file
87
# Define a
common
prefix for socket access vectors.
90
common
socket
119
# Define a
common
prefix for ipc access vectors.
122
common
ipc
/external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c
14
#include "vp9/
common
/vp9_onyxc_int.h"
15
#include "vp9/
common
/vp9_reconinter.h"
17
#include "vp9/
common
/vp9_systemdependent.h"
19
#include "vp9/
common
/vp9_alloccommon.h"
24
#include "vp9/
common
/vp9_extend.h"
26
#include "vp9/
common
/vp9_quant_common.h"
170
cpi->
common
.allow_high_precision_mv,
196
int mb_cols = cpi->
common
.mb_cols;
197
int mb_rows = cpi->
common
.mb_rows;
228
cpi->mb.mv_row_max = ((cpi->
common
.mb_rows - 1 - mb_row) * 16
[
all
...]
/hardware/libhardware_legacy/audio/
audio_policy_hal.cpp
443
dev->device.
common
.tag = HARDWARE_DEVICE_TAG;
444
dev->device.
common
.version = 0;
445
dev->device.
common
.module = const_cast<hw_module_t*>(module);
446
dev->device.
common
.close = legacy_ap_dev_close;
450
*device = &dev->device.
common
;
461
common
: {
/hardware/qcom/audio/legacy/alsa_sound/
audio_policy_hal.cpp
434
dev->device.
common
.tag = HARDWARE_DEVICE_TAG;
435
dev->device.
common
.version = 0;
436
dev->device.
common
.module = const_cast<hw_module_t*>(module);
437
dev->device.
common
.close = qcom_ap_dev_close;
441
*device = &dev->device.
common
;
452
common
: {
/hardware/qcom/media/mm-video-legacy/vidc/
venc.mk
9
#
Common
definitons
48
libmm-venc-inc += $(OMX_VIDEO_PATH)/vidc/
common
/inc
88
LOCAL_SRC_FILES +=
common
/src/extra_data_handler.cpp
100
mm-venc-test720p-inc += $(OMX_VIDEO_PATH)/vidc/
common
/inc
/hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp
49
common
: {
537
camera_device->base.
common
.tag = HARDWARE_DEVICE_TAG;
538
camera_device->base.
common
.version = 0;
539
camera_device->base.
common
.module = (hw_module_t *)(module);
540
camera_device->base.
common
.close = camera_device_close;
567
*device = &camera_device->base.
common
;
/packages/apps/Contacts/src/com/android/contacts/editor/
TextFieldsEditorView.java
39
import com.android.contacts.
common
.model.RawContactDelta;
40
import com.android.contacts.
common
.ContactsUtils;
41
import com.android.contacts.
common
.model.ValuesDelta;
42
import com.android.contacts.
common
.model.account.AccountType.EditField;
43
import com.android.contacts.
common
.model.dataitem.DataKind;
44
import com.android.contacts.
common
.util.PhoneNumberFormatter;
/sdk/build/
tools.windows.atree
79
prebuilts/tools/
common
/proguard/proguard4.7/bin/proguard.bat tools/proguard/bin/proguard.bat
80
prebuilts/tools/
common
/proguard/proguard4.7/bin/retrace.bat tools/proguard/bin/retrace.bat
81
prebuilts/tools/
common
/proguard/proguard4.7/bin/proguardgui.bat tools/proguard/bin/proguardgui.bat
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java
21
import com.android.ide.
common
.api.IAttributeInfo;
22
import com.android.ide.
common
.api.INode;
23
import com.android.ide.
common
.api.INodeHandler;
24
import com.android.ide.
common
.api.Margins;
25
import com.android.ide.
common
.api.Rect;
26
import com.android.ide.
common
.resources.platform.AttributeInfo;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java
20
import com.android.ide.
common
.resources.LocaleManager;
21
import com.android.ide.
common
.resources.configuration.CountryCodeQualifier;
22
import com.android.ide.
common
.resources.configuration.DensityQualifier;
23
import com.android.ide.
common
.resources.configuration.FolderConfiguration;
24
import com.android.ide.
common
.resources.configuration.KeyboardStateQualifier;
25
import com.android.ide.
common
.resources.configuration.LanguageQualifier;
26
import com.android.ide.
common
.resources.configuration.LayoutDirectionQualifier;
27
import com.android.ide.
common
.resources.configuration.NavigationMethodQualifier;
28
import com.android.ide.
common
.resources.configuration.NavigationStateQualifier;
29
import com.android.ide.
common
.resources.configuration.NetworkCodeQualifier
[
all
...]
/device/generic/goldfish/opengl/system/egl/
egl.cpp
256
nativeWindow->
common
.incRef(&nativeWindow->
common
);
304
nativeWindow->
common
.decRef(&nativeWindow->
common
);
624
if (static_cast<ANativeWindow*>(win)->
common
.magic != ANDROID_NATIVE_WINDOW_MAGIC) {
[
all
...]
/device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp
888
return sFallback->
common
.methods->open(&sFallback->
common
, name, device);
912
dev->device.
common
.tag = HARDWARE_DEVICE_TAG;
913
dev->device.
common
.version = 0;
914
dev->device.
common
.module = const_cast<hw_module_t*>(module);
915
dev->device.
common
.close = gralloc_device_close;
922
*device = &dev->device.
common
;
961
dev->device.
common
.tag = HARDWARE_DEVICE_TAG;
962
dev->device.
common
.version = 0;
963
dev->device.
common
.module = const_cast<hw_module_t*>(module)
[
all
...]
/external/guava/guava/src/com/google/common/collect/
Iterators.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;
23
import com.google.
common
.annotations.Beta;
24
import com.google.
common
.annotations.GwtCompatible;
25
import com.google.
common
.annotations.GwtIncompatible;
26
import com.google.
common
.base.Function;
27
import com.google.
common
.base.Objects;
28
import com.google.
common
.base.Optional
[
all
...]
Lists.java
17
package com.google.
common
.collect;
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.checkPositionIndex;
23
import static com.google.
common
.base.Preconditions.checkPositionIndexes;
24
import static com.google.
common
.base.Preconditions.checkState;
26
import com.google.
common
.annotations.Beta;
27
import com.google.
common
.annotations.GwtCompatible;
28
import com.google.
common
.annotations.VisibleForTesting
[
all
...]
Sets.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
.annotations.GwtIncompatible;
25
import com.google.
common
.base.Function;
26
import com.google.
common
.base.Objects;
27
import com.google.
common
.base.Preconditions;
28
import com.google.
common
.base.Predicate
[
all
...]
/external/guava/guava-tests/test/com/google/common/collect/
OrderingTest.java
17
package com.google.
common
.collect;
19
import static com.google.
common
.collect.Lists.newArrayList;
20
import static com.google.
common
.testing.SerializableTester.reserialize;
21
import static com.google.
common
.testing.SerializableTester.reserializeAndAssert;
25
import com.google.
common
.annotations.GwtCompatible;
26
import com.google.
common
.annotations.GwtIncompatible;
27
import com.google.
common
.base.Function;
28
import com.google.
common
.base.Functions;
29
import com.google.
common
.collect.Ordering.ArbitraryOrdering;
30
import com.google.
common
.collect.Ordering.IncomparableValueException
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java
17
package com.android.ide.
common
.layout;
40
import com.android.ide.
common
.api.AbstractViewRule;
41
import com.android.ide.
common
.api.IAttributeInfo;
42
import com.android.ide.
common
.api.IAttributeInfo.Format;
43
import com.android.ide.
common
.api.IClientRulesEngine;
44
import com.android.ide.
common
.api.IDragElement;
45
import com.android.ide.
common
.api.IMenuCallback;
46
import com.android.ide.
common
.api.INode;
47
import com.android.ide.
common
.api.IViewMetadata;
48
import com.android.ide.
common
.api.IViewRule
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
Configuration.java
25
import com.android.ide.
common
.rendering.api.Capability;
26
import com.android.ide.
common
.resources.ResourceFolder;
27
import com.android.ide.
common
.resources.ResourceRepository;
28
import com.android.ide.
common
.resources.configuration.DensityQualifier;
29
import com.android.ide.
common
.resources.configuration.DeviceConfigHelper;
30
import com.android.ide.
common
.resources.configuration.FolderConfiguration;
31
import com.android.ide.
common
.resources.configuration.LanguageQualifier;
32
import com.android.ide.
common
.resources.configuration.NightModeQualifier;
33
import com.android.ide.
common
.resources.configuration.RegionQualifier;
34
import com.android.ide.
common
.resources.configuration.ScreenSizeQualifier
[
all
...]
/cts/suite/cts/hostTests/jank/app/
Android.mk
26
LOCAL_STATIC_JAVA_LIBRARIES := com.android.uiautomator.platform.
common
/cts/tests/tests/accounts/
Android.mk
26
LOCAL_STATIC_JAVA_LIBRARIES += android-
common
ctstestrunner
/cts/tests/tests/database/
Android.mk
24
LOCAL_STATIC_JAVA_LIBRARIES += android-
common
ctstestrunner ctstestrunner
/cts/tests/tests/drm/lib/
Android.mk
28
$(TOP)/frameworks/av/drm/libdrmframework/plugins/
common
/include
/cts/tests/tests/opengl/libopengltest/
Android.mk
22
LOCAL_SRC_FILES :=
common
.cpp \
/cts/tests/tests/provider/
Android.mk
24
LOCAL_JAVA_LIBRARIES := android.test.runner telephony-
common
/cts/tests/tests/widget/
Android.mk
24
LOCAL_STATIC_JAVA_LIBRARIES += android-
common
ctstestrunner
Completed in 1531 milliseconds
<<
101
102
103
104
105
106
107
108
109
110
>>