OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:common
(Results
1951 - 1975
of
5211
) sorted by null
<<
71
72
73
74
75
76
77
78
79
80
>>
/development/ide/xcode/ports/
skia_mac.cp
27
// since different applications share this library, they only have in
common
:
31
const char*
common
= strstr(applicationPath, "build/ide/xcode/");
local
33
if (
common
!= 0) {
34
size_t prefixLength =
common
- applicationPath;
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/test/
Android.mk
22
LOCAL_C_INCLUDES += $(MM_JPEG_TEST_PATH)/../../
common
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
Android.mk
2
#
common
to both the guest and the host. They relate to
/external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
example.js
4
// Called by the
common
.js module.
8
common
.hideModule();
51
common
.updateStatus('FAILED');
54
common
.updateStatus('OK');
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
example.js
4
// Called by the
common
.js module.
8
common
.hideModule();
51
common
.updateStatus('FAILED');
54
common
.updateStatus('OK');
/external/chromium_org/native_client_sdk/src/tests/sdk_util_test/
example.js
4
// Called by the
common
.js module.
8
common
.hideModule();
51
common
.updateStatus('FAILED');
54
common
.updateStatus('OK');
/external/chromium_org/third_party/WebKit/Tools/Scripts/
print-stale-test-expectations-entries
41
from webkitpy.
common
.system.filesystem import FileSystem
42
from webkitpy.
common
.webkit_finder import WebKitFinder
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
detection.py
32
from webkitpy.
common
.system.filesystem import FileSystem
33
from webkitpy.
common
.system.executive import Executive
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
networktransaction_unittest.py
32
from webkitpy.
common
.net.networktransaction import NetworkTransaction, NetworkTimeout
33
from webkitpy.
common
.system.logtesting import LoggingTestCase
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
dump_reader_win_unittest.py
31
from webkitpy.
common
.host_mock import MockHost
32
from webkitpy.
common
.system.executive_mock import MockExecutive
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
common_unittest.py
23
"""Unit tests for
common
.py."""
27
from
common
import CarriageReturnChecker
28
from
common
import TabChecker
30
# FIXME: The unit tests for the cpp, text, and
common
checkers should
test_expectations.py
37
from
common
import TabChecker
38
from webkitpy.
common
.host import Host
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
main_unittest.py
26
from webkitpy.
common
.system.filesystem_mock import MockFileSystem
27
from webkitpy.
common
.system.logtesting import LogTesting
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py
33
from webkitpy.
common
import system
34
from webkitpy.
common
.net.layouttestresults import for_each_test, JSONTestResult
/external/chromium_org/tools/python/google/httpd_config/
httpd2_linux.conf
122
LogFormat "%h %l %u %t \"%r\" %>s %b"
common
/external/guava/guava/src/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
.annotations.GwtIncompatible;
26
import com.google.
common
.primitives.Ints;
EmptyImmutableSortedSet.java
17
package com.google.
common
.collect;
19
import com.google.
common
.annotations.GwtCompatible;
ImmutableEnumSet.java
17
package com.google.
common
.collect;
19
import com.google.
common
.annotations.GwtCompatible;
ImmutableSortedAsList.java
15
package com.google.
common
.collect;
17
import com.google.
common
.base.Preconditions;
WellBehavedMap.java
17
package com.google.
common
.collect;
19
import com.google.
common
.annotations.GwtCompatible;
/external/guava/guava/src/com/google/common/math/
BigIntegerMath.java
17
package com.google.
common
.math;
19
import static com.google.
common
.base.Preconditions.checkArgument;
20
import static com.google.
common
.base.Preconditions.checkNotNull;
21
import static com.google.
common
.math.MathPreconditions.checkNonNegative;
22
import static com.google.
common
.math.MathPreconditions.checkPositive;
23
import static com.google.
common
.math.MathPreconditions.checkRoundingUnnecessary;
28
import com.google.
common
.annotations.Beta;
29
import com.google.
common
.annotations.VisibleForTesting;
/external/guava/guava/src/com/google/common/primitives/
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.Beta;
25
import com.google.
common
.annotations.GwtCompatible;
26
import com.google.
common
.annotations.GwtIncompatible;
284
* {@link com.google.
common
.io.ByteStreams#newDataOutput()} to get a growable
387
*
common
prefix, or when one array is a prefix of the other, treats th
[
all
...]
/external/guava/guava/src/com/google/common/util/concurrent/
AtomicDouble.java
15
package com.google.
common
.util.concurrent;
17
import com.google.
common
.annotations.Beta;
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ObjectArrays.java
17
package com.google.
common
.collect;
19
import com.google.
common
.annotations.GwtCompatible;
/external/guava/guava-testlib/src/com/google/common/collect/testing/
OneSizeGenerator.java
17
package com.google.
common
.collect.testing;
19
import com.google.
common
.collect.testing.features.CollectionSize;
Completed in 1183 milliseconds
<<
71
72
73
74
75
76
77
78
79
80
>>