OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:common
(Results
1251 - 1275
of
5211
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/libvpx/libvpx/vp8/encoder/
rdopt.h
90
get_plane_pointers(&cpi->
common
.yv12_fb[cpi->
common
.lst_fb_idx],
94
get_plane_pointers(&cpi->
common
.yv12_fb[cpi->
common
.gld_fb_idx],
98
get_plane_pointers(&cpi->
common
.yv12_fb[cpi->
common
.alt_fb_idx],
quantize.c
17
#include "vp8/
common
/quant_common.h"
446
quant_val = vp8_dc_quant(Q, cpi->
common
.y1dc_delta_q);
452
cpi->
common
.Y1dequant[Q][0] = quant_val;
455
quant_val = vp8_dc2quant(Q, cpi->
common
.y2dc_delta_q);
461
cpi->
common
.Y2dequant[Q][0] = quant_val;
464
quant_val = vp8_dc_uv_quant(Q, cpi->
common
.uvdc_delta_q);
470
cpi->
common
.UVdequant[Q][0] = quant_val;
480
cpi->
common
.Y1dequant[Q][1] = quant_val;
483
quant_val = vp8_ac2quant(Q, cpi->
common
.y2ac_delta_q);
489
cpi->
common
.Y2dequant[Q][1] = quant_val
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/enc/
Android.mk
26
$(LOCAL_PATH)/../
common
/include \
48
$(LOCAL_PATH)/../
common
/include \
49
$(LOCAL_PATH)/../
common
/frameworks/av/services/camera/libcameraservice/
Android.mk
12
common
/Camera2ClientBase.cpp \
13
common
/CameraDeviceBase.cpp \
14
common
/FrameProcessorBase.cpp \
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeRenderSession.java
19
import com.android.ide.
common
.rendering.api.IAnimationListener;
20
import com.android.ide.
common
.rendering.api.ILayoutPullParser;
21
import com.android.ide.
common
.rendering.api.RenderParams;
22
import com.android.ide.
common
.rendering.api.RenderSession;
23
import com.android.ide.
common
.rendering.api.Result;
24
import com.android.ide.
common
.rendering.api.ViewInfo;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderDrawable.java
19
import static com.android.ide.
common
.rendering.api.Result.Status.ERROR_UNKNOWN;
21
import com.android.ide.
common
.rendering.api.DrawableParams;
22
import com.android.ide.
common
.rendering.api.HardwareConfig;
23
import com.android.ide.
common
.rendering.api.ResourceValue;
24
import com.android.ide.
common
.rendering.api.Result;
25
import com.android.ide.
common
.rendering.api.Result.Status;
/packages/apps/Contacts/src/com/android/contacts/
ContactsApplication.java
32
import com.android.contacts.
common
.ContactPhotoManager;
33
import com.android.contacts.
common
.list.ContactListFilterController;
34
import com.android.contacts.
common
.model.AccountTypeManager;
35
import com.android.contacts.
common
.test.InjectedServices;
36
import com.android.contacts.
common
.util.Constants;
37
import com.google.
common
.annotations.VisibleForTesting;
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
AccountTypeManagerTest.java
17
package com.android.contacts.
common
.model;
23
import com.android.contacts.
common
.model.account.AccountType;
24
import com.android.contacts.
common
.model.account.AccountTypeWithDataSet;
25
import com.android.contacts.
common
.model.account.AccountWithDataSet;
26
import com.google.
common
.collect.Lists;
27
import com.google.
common
.collect.Maps;
35
* Test case for {@link com.android.contacts.
common
.model.AccountTypeManager}.
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestGraphics.java
17
package com.android.ide.
common
.layout;
20
import com.android.ide.
common
.api.DrawingStyle;
21
import com.android.ide.
common
.api.IColor;
22
import com.android.ide.
common
.api.IGraphics;
23
import com.android.ide.
common
.api.Point;
24
import com.android.ide.
common
.api.Rect;
/device/generic/goldfish/opengl/
Android.mk
15
# Directory containing
common
headers used by several modules
17
# See the definition of emugl-begin-module in
common
.mk
21
#
common
cflags used by several modules
23
# See the definition of emugl-begin-module in
common
.mk
31
# Include
common
definitions used by all the modules included later
35
include $(EMUGL_PATH)/
common
.mk
/external/chromium_org/native_client_sdk/src/examples/demo/drive/
example.js
23
common
.naclModule.postMessage('token:'+authToken);
33
// Called by the
common
.js module.
37
common
.hideModule();
42
common
.updateStatus('Error: must be run as a packged app.');
56
// Called by the
common
.js module.
68
common
.naclModule.postMessage('getFile');
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
zipfileset.py
27
from webkitpy.
common
.net.networktransaction import NetworkTransaction
28
from webkitpy.
common
.system.fileset import FileSetFileHandle
29
from webkitpy.
common
.system.filesystem import FileSystem
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
confirmdiff.py
33
from webkitpy.
common
.prettypatch import PrettyPatch
34
from webkitpy.
common
.system import logutils
35
from webkitpy.
common
.system.executive import ScriptError
/external/chromium_org/tools/gyp/pylib/gyp/generator/
dump_dependency_json.py
8
import gyp.
common
namespace
36
default_variables.setdefault('OS', gyp.
common
.GetFlavor(params))
38
flavor = gyp.
common
.GetFlavor(params)
/external/droiddriver/samples/testapp/src/com/google/android/apps/common/testing/ui/testapp/
LongListActivity.java
1
package com.google.android.apps.
common
.testing.ui.testapp;
3
import com.google.
common
.collect.Lists;
4
import com.google.
common
.collect.Maps;
/external/guava/guava/src/com/google/common/base/
Throwables.java
17
package com.google.
common
.base;
19
import static com.google.
common
.base.Preconditions.checkNotNull;
21
import com.google.
common
.annotations.Beta;
/external/guava/guava/src/com/google/common/collect/
EmptyContiguousSet.java
14
package com.google.
common
.collect;
16
import com.google.
common
.annotations.GwtCompatible;
17
import com.google.
common
.annotations.GwtIncompatible;
EmptyImmutableTable.java
17
package com.google.
common
.collect;
19
import static com.google.
common
.base.Preconditions.checkNotNull;
21
import com.google.
common
.annotations.GwtCompatible;
HashBiMap.java
17
package com.google.
common
.collect;
19
import com.google.
common
.annotations.GwtCompatible;
20
import com.google.
common
.annotations.GwtIncompatible;
SingletonImmutableSet.java
17
package com.google.
common
.collect;
19
import com.google.
common
.annotations.GwtCompatible;
20
import com.google.
common
.base.Preconditions;
/external/guava/guava/src/com/google/common/hash/
AbstractNonStreamingHashFunction.java
3
package com.google.
common
.hash;
5
import com.google.
common
.base.Preconditions;
6
import com.google.
common
.base.Throwables;
BloomFilterStrategies.java
3
package com.google.
common
.hash;
5
import static com.google.
common
.base.Preconditions.checkArgument;
7
import com.google.
common
.math.IntMath;
/external/guava/guava/src/com/google/common/net/
HttpHeaders.java
17
package com.google.
common
.net;
19
import com.google.
common
.annotations.Beta;
20
import com.google.
common
.annotations.GwtCompatible;
177
//
Common
, non-standard HTTP header fields
/external/guava/guava/src/com/google/common/util/concurrent/
AbstractExecutionThreadService.java
17
package com.google.
common
.util.concurrent;
19
import com.google.
common
.annotations.Beta;
20
import com.google.
common
.base.Throwables;
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
TreeMultimap.java
17
package com.google.
common
.collect;
19
import static com.google.
common
.base.Preconditions.checkNotNull;
21
import com.google.
common
.annotations.GwtCompatible;
Completed in 962 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>