OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Platform
(Results
201 - 225
of
551
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/web/tests/
WebPluginContainerTest.cpp
35
#include "public/
platform
/
Platform
.h"
36
#include "public/
platform
/WebClipboard.h"
37
#include "public/
platform
/WebThread.h"
38
#include "public/
platform
/WebUnitTestSupport.h"
67
Platform
::current()->unitTestSupport()->unregisterAllMockedURLs();
176
EXPECT_EQ(WebString("x"),
Platform
::current()->clipboard()->readPlainText(WebClipboard::Buffer()));
CustomEventTest.cpp
38
#include "public/
platform
/
Platform
.h"
39
#include "public/
platform
/WebUnitTestSupport.h"
115
Platform
::current()->unitTestSupport()->unregisterAllMockedURLs();
ProgrammaticScrollTest.cpp
5
#include "public/
platform
/
Platform
.h"
6
#include "public/
platform
/WebUnitTestSupport.h"
37
Platform
::current()->unitTestSupport()->unregisterAllMockedURLs();
LinkHighlightTest.cpp
33
#include "
platform
/geometry/IntRect.h"
34
#include "public/
platform
/
Platform
.h"
35
#include "public/
platform
/WebContentLayer.h"
36
#include "public/
platform
/WebFloatPoint.h"
37
#include "public/
platform
/WebSize.h"
38
#include "public/
platform
/WebUnitTestSupport.h"
126
Platform
::current()->unitTestSupport()->unregisterAllMockedURLs();
178
Platform
::current()->unitTestSupport()->unregisterAllMockedURLs();
209
Platform
::current()->unitTestSupport()->unregisterAllMockedURLs()
[
all
...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/QA/
runiSACfault.txt
5
PLATFORM
=_X64
9
PLATFORM
=_2005
13
PLATFORM
=_linux
16
echo Unknown
Platform
20
LOGFILE=logfault$
PLATFORM
.txt
30
OUTDIR=../dataqaft$
PLATFORM
/external/chromium_org/tools/telemetry/telemetry/core/platform/
__init__.py
5
from telemetry.core.
platform
import factory
9
return
Platform
(factory.GetPlatformBackendForCurrentOS())
12
class
Platform
(object):
13
"""The
platform
that the target browser is running on.
15
Provides a limited interface to interact with the
platform
itself, where
84
"""Returns a string description of the
Platform
OS.
90
"""Returns a logically sortable, string-like description of the
Platform
OS
139
"""Returns whether the
platform
can launch the given application."""
147
"""Returns a bool indicating whether the
platform
supports video capture."""
157
The
platform
is free to deliver a higher bitrate if it can do s
[
all
...]
/external/conscrypt/src/main/java/org/conscrypt/
OpenSSLECGroupContext.java
115
final String curveName =
Platform
.getCurveName(params);
170
Platform
.setCurveName(spec, curveName);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
OkHeaders.java
6
import com.squareup.okhttp.internal.
Platform
;
31
static final String PREFIX =
Platform
.get().getPrefix();
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
PreferenceInitializer.java
27
import org.eclipse.core.runtime.
Platform
;
120
for (IContentType contentType:
Platform
.getContentTypeManager().getAllContentTypes()) {
/development/build/tools/
mk_sdk_repo_xml.sh
9
TYPES="tool
platform
-tool build-tool
platform
sample doc add-on system-image source support"
102
Platform
.Version version 1
105
Platform
.IncludedAbi included-abi 5
106
Platform
.MinToolsRev min-tools-rev 1
107
Platform
.MinPlatformToolsRev min-
platform
-tools-rev 3
174
platform
-tool revision
177
@ min-
platform
-tools-rev
365
# - version
platform
[
all
...]
/external/chromium_org/build/android/
avd.py
37
help='
Platform
of emulators to launch (x86 default).')
/external/chromium_org/content/public/test/
render_view_test.h
19
#include "third_party/WebKit/public/
platform
/
Platform
.h"
48
blink::
Platform
* Get();
/external/chromium_org/third_party/WebKit/Source/core/dom/
VisitedLinkState.cpp
36
#include "public/
platform
/
Platform
.h"
95
// links can be tested in
platform
independent manner, without
102
if (blink::
Platform
::current()->isLinkVisited(hash))
/external/chromium_org/third_party/WebKit/Source/modules/quota/
DeprecatedStorageQuota.cpp
40
#include "
platform
/StorageQuotaCallbacks.h"
41
#include "
platform
/weborigin/KURL.h"
42
#include "
platform
/weborigin/SecurityOrigin.h"
43
#include "public/
platform
/
Platform
.h"
44
#include "public/
platform
/WebStorageQuotaCallbacks.h"
45
#include "public/
platform
/WebStorageQuotaType.h"
74
blink::
Platform
::current()->queryStorageUsageAndQuota(storagePartition, storageType, callbacks.release());
StorageQuota.cpp
42
#include "
platform
/weborigin/KURL.h"
43
#include "
platform
/weborigin/SecurityOrigin.h"
44
#include "public/
platform
/
Platform
.h"
45
#include "public/
platform
/WebStorageQuotaCallbacks.h"
46
#include "public/
platform
/WebStorageQuotaType.h"
100
blink::
Platform
::current()->queryStorageUsageAndQuota(storagePartition, stringToStorageQuotaType(type), callbacks.release());
/external/chromium_org/third_party/WebKit/Source/platform/
Language.cpp
27
#include "
platform
/Language.h"
29
#include "public/
platform
/
Platform
.h"
38
computedDefaultLanguage = blink::
Platform
::current()->defaultLocale();
/external/chromium_org/tools/cr/
main.py
87
cr.
Platform
.Prepare()
/external/chromium_org/tools/gyp/pylib/gyp/
easy_xml_test.py
77
'Condition="\'$(Configuration)|$(
Platform
)\'=='
93
{'Condition': "'$(Configuration)|$(
Platform
)'=='Debug|Win32'",
/external/deqp/framework/common/
tcuTestContext.cpp
32
Platform
&
platform
,
37
: m_platform (
platform
)
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionRetainAllTester.java
315
=
Platform
.format("retainAll(%s) should return true", target);
321
=
Platform
.format("retainAll(%s) should return false", target);
328
String message =
Platform
.format("retainAll(%s) should throw", target);
336
=
Platform
.format("retainAll(%s) should return false or throw", target);
ListAddTester.java
80
return
Platform
.getMethod(ListAddTester.class, "testAdd_supportedNullPresent");
ListRemoveAtIndexTester.java
89
assertEquals(
Platform
.format(
/external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp
21
* \brief X11Egl
Platform
.
244
Platform
::
Platform
(EventState& eventState)
249
MovePtr<ContextFactory>
Platform
::createContextFactory (void)
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-metadata-model/0.20.0/
tycho-metadata-model-0.20.0.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-metadata-model/0.18.1/
tycho-metadata-model-0.18.1.jar
Completed in 909 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>