OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:common
(Results
1701 - 1725
of
7393
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/external/chromium_org/native_client_sdk/src/examples/api/var_array_buffer/
example.js
5
// Called by the
common
.js module.
16
if (
common
.naclModule)
17
common
.naclModule.postMessage(load_event.target.result);
/external/chromium_org/native_client_sdk/src/examples/tutorial/using_ppapi_simple/
example.js
7
common
.hideModule();
10
// Called by the
common
.js module.
20
common
.logMessage(message.data.slice("tty:".length));
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
rdopt.h
97
get_plane_pointers(&cpi->
common
.yv12_fb[cpi->
common
.lst_fb_idx],
101
get_plane_pointers(&cpi->
common
.yv12_fb[cpi->
common
.gld_fb_idx],
105
get_plane_pointers(&cpi->
common
.yv12_fb[cpi->
common
.alt_fb_idx],
/external/chromium_org/v8/src/compiler/
js-graph.cc
15
return NewNode(
common
()->HeapConstant(unique));
98
return NewNode(
common
()->HeapConstant(value));
153
*loc = NewNode(
common
()->Int32Constant(value));
162
*loc = NewNode(
common
()->NumberConstant(value));
171
*loc = NewNode(
common
()->Float64Constant(value));
180
*loc = NewNode(
common
()->ExternalConstant(reference));
/external/guava/guava/src/com/google/common/base/
Strings.java
17
package com.google.
common
.base;
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.VisibleForTesting;
185
* no
common
prefix, returns the empty string.
209
* no
common
suffix, returns the empty string.
/external/guava/guava/src/com/google/common/cache/
AbstractCache.java
17
package com.google.
common
.cache;
19
import com.google.
common
.annotations.Beta;
20
import com.google.
common
.annotations.GwtCompatible;
21
import com.google.
common
.collect.ImmutableMap;
22
import com.google.
common
.collect.Maps;
23
import com.google.
common
.util.concurrent.UncheckedExecutionException;
/external/guava/guava/src/com/google/common/net/
HostAndPort.java
17
package com.google.
common
.net;
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
.base.Objects;
/external/guava/guava/src/com/google/common/util/concurrent/
SimpleTimeLimiter.java
17
package com.google.
common
.util.concurrent;
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
.collect.ObjectArrays;
24
import com.google.
common
.collect.Sets;
188
// TODO: replace with version in
common
.reflect if and when it's open-sourced
/external/guava/guava-tests/test/com/google/common/cache/
TestingCacheLoaders.java
15
package com.google.
common
.cache;
17
import com.google.
common
.annotations.GwtCompatible;
18
import com.google.
common
.annotations.GwtIncompatible;
19
import com.google.
common
.collect.Maps;
20
import com.google.
common
.util.concurrent.Futures;
21
import com.google.
common
.util.concurrent.ListenableFuture;
/external/guava/guava-tests/test/com/google/common/collect/
AbstractTableReadTest.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.Objects;
24
import com.google.
common
.testing.EqualsTester;
25
import com.google.
common
.testing.NullPointerTester;
ForwardingCollectionTest.java
17
package com.google.
common
.collect;
21
import com.google.
common
.collect.testing.CollectionTestSuiteBuilder;
22
import com.google.
common
.collect.testing.MinimalCollection;
23
import com.google.
common
.collect.testing.TestStringCollectionGenerator;
24
import com.google.
common
.collect.testing.features.CollectionFeature;
25
import com.google.
common
.collect.testing.features.CollectionSize;
ForwardingSetTest.java
17
package com.google.
common
.collect;
21
import com.google.
common
.collect.testing.MinimalSet;
22
import com.google.
common
.collect.testing.SetTestSuiteBuilder;
23
import com.google.
common
.collect.testing.TestStringSetGenerator;
24
import com.google.
common
.collect.testing.features.CollectionFeature;
25
import com.google.
common
.collect.testing.features.CollectionSize;
ForwardingSortedSetTest.java
17
package com.google.
common
.collect;
19
import com.google.
common
.collect.testing.SafeTreeSet;
20
import com.google.
common
.collect.testing.SetTestSuiteBuilder;
21
import com.google.
common
.collect.testing.TestStringSetGenerator;
22
import com.google.
common
.collect.testing.features.CollectionFeature;
23
import com.google.
common
.collect.testing.features.CollectionSize;
LinkedHashMultisetTest.java
17
package com.google.
common
.collect;
19
import static com.google.
common
.collect.Lists.newArrayList;
20
import static com.google.
common
.collect.testing.IteratorFeature.MODIFIABLE;
23
import com.google.
common
.annotations.GwtCompatible;
24
import com.google.
common
.annotations.GwtIncompatible;
25
import com.google.
common
.collect.testing.IteratorTester;
MapMakerTest.java
17
package com.google.
common
.collect;
19
import static com.google.
common
.util.concurrent.Uninterruptibles.awaitUninterruptibly;
21
import com.google.
common
.base.Function;
22
import com.google.
common
.collect.MapMaker.RemovalNotification;
23
import com.google.
common
.collect.MapMakerInternalMapTest.QueuingRemovalListener;
24
import com.google.
common
.testing.NullPointerTester;
MutableClassToInstanceMapTest.java
17
package com.google.
common
.collect;
19
import com.google.
common
.collect.ImmutableClassToInstanceMapTest.TestClassToInstanceMapGenerator;
20
import com.google.
common
.collect.testing.MapTestSuiteBuilder;
21
import com.google.
common
.collect.testing.features.CollectionSize;
22
import com.google.
common
.collect.testing.features.MapFeature;
23
import com.google.
common
.collect.testing.testers.MapPutTester;
/external/guava/guava-tests/test/com/google/common/primitives/
SignedBytesTest.java
17
package com.google.
common
.primitives;
19
import com.google.
common
.annotations.GwtCompatible;
20
import com.google.
common
.annotations.GwtIncompatible;
21
import com.google.
common
.collect.testing.Helpers;
22
import com.google.
common
.testing.NullPointerTester;
23
import com.google.
common
.testing.SerializableTester;
/external/libvpx/libvpx/vp8/encoder/
rdopt.h
94
get_plane_pointers(&cpi->
common
.yv12_fb[cpi->
common
.lst_fb_idx],
98
get_plane_pointers(&cpi->
common
.yv12_fb[cpi->
common
.gld_fb_idx],
102
get_plane_pointers(&cpi->
common
.yv12_fb[cpi->
common
.alt_fb_idx],
/external/wpa_supplicant_8/hs20/client/
Makefile
23
CFLAGS += -I../../src/
common
42
OBJS += ../../src/
common
/wpa_ctrl.o ../../src/
common
/wpa_helpers.o
62
OBJS += ../../src/utils/
common
.o
87
rm -f ../../src/
common
/*.o
88
rm -f ../../src/
common
/*.d
/frameworks/av/media/libstagefright/codecs/avc/enc/
Android.mk
26
$(LOCAL_PATH)/../
common
/include \
50
$(LOCAL_PATH)/../
common
/include \
51
$(LOCAL_PATH)/../
common
/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;
/frameworks/opt/telephony/
Android.mk
27
LOCAL_JAVA_LIBRARIES := voip-
common
ims-
common
29
LOCAL_MODULE := telephony-
common
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
rdopt.h
94
get_plane_pointers(&cpi->
common
.yv12_fb[cpi->
common
.lst_fb_idx],
98
get_plane_pointers(&cpi->
common
.yv12_fb[cpi->
common
.gld_fb_idx],
102
get_plane_pointers(&cpi->
common
.yv12_fb[cpi->
common
.alt_fb_idx],
/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
.testing.InjectedServices;
36
import com.android.contacts.
common
.util.Constants;
39
import com.google.
common
.annotations.VisibleForTesting;
Completed in 1118 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>