HomeSort by relevance Sort by last modified time
    Searched refs:Platform (Results 126 - 150 of 537) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/guava/guava-testlib/src/com/google/common/collect/testing/
FeatureSpecificTestSuiteBuilder.java 230 logger.finer(Platform.format(
235 logger.finer(Platform.format(
250 logger.finer(Platform.format(
261 logger.finer(Platform.format(
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
AbstractListTester.java 71 return Platform.format("expected collection %s; actual collection %s",
  /external/v8/samples/
hello-world.cc 18 Platform* platform = platform::CreateDefaultPlatform(); local
19 V8::InitializePlatform(platform);
59 delete platform;
  /external/v8/src/libplatform/
default-platform.cc 5 #include "src/libplatform/default-platform.h"
12 #include "src/base/platform/platform.h"
13 #include "src/base/platform/time.h"
18 namespace platform { namespace in namespace:v8
21 v8::Platform* CreateDefaultPlatform(int thread_pool_size) {
22 DefaultPlatform* platform = new DefaultPlatform(); local
23 platform->SetThreadPoolSize(thread_pool_size);
24 platform->EnsureInitialized();
25 return platform;
    [all...]
  /external/v8/src/libplatform/tracing/
tracing-controller.cc 10 #include "src/base/platform/mutex.h"
13 namespace platform { namespace in namespace:v8
101 std::unordered_set<Platform::TraceStateObserver*> observers_copy;
116 std::unordered_set<Platform::TraceStateObserver*> observers_copy;
199 Platform::TraceStateObserver* observer) {
210 Platform::TraceStateObserver* observer) {
217 } // namespace platform
  /external/v8/src/tracing/
trace-event.cc 18 v8::Platform* TraceEventHelper::GetCurrentPlatform() {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/core/instrumentation/
SharedPreferenceLoggerTest.java 26 import com.google.common.truth.Platform;
176 return pair -> pair.first == tag && Platform.isInstanceOfType(pair.second, clazz);
181 && Platform.isInstanceOfType(pair.second, Integer.class)
187 && Platform.isInstanceOfType(pair.second, Integer.class)
  /system/tpm/trunks/
tpm_simulator_handle.cc 27 #include <tpm2/Platform.h>
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
RealConnection.java 30 import com.squareup.okhttp.internal.Platform;
141 Platform.get().connectSocket(rawSocket, route.getSocketAddress(), connectTimeout);
187 Platform.get().configureTlsExtensions(
214 ? Platform.get().getSelectedProtocol(sslSocket)
229 Platform.get().afterHandshake(sslSocket);
247 X509TrustManager trustManager = Platform.get().trustManager(sslSocketFactory);
248 lastTrustRootIndex = Platform.get().trustRootIndex(trustManager);
  /external/vulkan-validation-layers/windowsRuntimeInstaller/
configure_runtime.c 63 enum Platform
90 // platform (input) - The platform to set the installation for (x64 or x86)
92 int add_explicit_layers(FILE* log, const char* install_path, enum Platform platform);
144 // platform (input) - The platform (x64 or x86) of the registry to use (both exist on x64)
146 int remove_explicit_layers(FILE* log, const char** install_paths, size_t count, enum Platform platform);
151 // platform (input) - The platform of the OS (both registries will be modified if this is x64)
183 enum Platform platform = is_64_bit ? PLATFORM_X64 : PLATFORM_X86; local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
AutoGen.py 154 _CACHE_ = {} # (BuildTarget, ToolChain) : {ARCH : {platform file: AutoGen object}}}
189 # The file path of platform file will be used to represent hash value of this object
191 # @retval int Hash value of the file path of platform file
198 # The file path of platform file will be used to represent this object
200 # @retval string String of platform file path
211 # This class is used mainly to control the whole platform build for different
221 # @param ActivePlatform Meta-file of active platform
246 self.Platform = self.BuildDatabase[self.MetaFile, 'COMMON', Target, Toolchain]
247 GlobalData.gActivePlatform = self.Platform
269 ArchList = set(self.Platform.SupArchList)
    [all...]
GenPcdDb.py     [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/
PlatformPei.inf 2 # Platform PEI driver
4 # This module provides platform specific function to detect boot mode.
35 Platform.c
  /external/caliper/caliper/src/main/java/com/google/caliper/platform/jvm/
JvmPlatform.java 17 package com.google.caliper.platform.jvm;
22 import com.google.caliper.platform.Platform;
23 import com.google.caliper.platform.VirtualMachineException;
40 * An abstraction of a standard Java Virtual Machine platform.
42 public final class JvmPlatform extends Platform {
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
ArbitraryMeasurementInstrument.java 27 import com.google.caliper.platform.Platform;
28 import com.google.caliper.platform.SupportedPlatform;
45 @SupportedPlatform(Platform.Type.JVM)
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
AllocationInstrumentTest.java 24 import com.google.caliper.platform.Platform;
25 import com.google.caliper.platform.jvm.JvmPlatform;
61 Platform platform = new JvmPlatform(); local
62 VmConfig vmConfig = new VmConfig.Builder(platform, new File(System.getProperty("java.home")))
ExperimentingRunnerModuleTest.java 26 import com.google.caliper.platform.Platform;
27 import com.google.caliper.platform.SupportedPlatform;
120 @SupportedPlatform(Platform.Type.JVM)
FakeWorkers.java 22 import com.google.caliper.platform.Platform;
23 import com.google.caliper.platform.jvm.JvmPlatform;
49 * platform.
54 Platform platform = new JvmPlatform(); local
56 new CaliperConfig(ImmutableMap.<String, String>of()).getDefaultVmConfig(platform));
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLECGroupContext.java 71 String curveName = Platform.getCurveName(params);
177 Platform.setCurveName(spec, curveName);
  /external/devlib/devlib/
__init__.py 8 from devlib.platform import Platform
9 from devlib.platform.arm import TC2, Juno, JunoEnergyInstrument
10 from devlib.platform.gem5 import Gem5SimulationPlatform
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Platform.java 37 * Minimal GWT emulation of {@code com.google.common.collect.Platform}.
43 final class Platform {
144 private Platform() {}
  /external/webrtc/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
  /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"
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
363 # - version platform
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaFileTable.py 103 # @param Scope2 Platform os a Inf item
134 # @param Platform The Platform attribute of Record
138 def Query(self, Model, Arch=None, Platform=None, BelongsToItem=None):
144 if Platform != None and Platform != 'COMMON':
145 ConditionString += " AND (Scope2='%s' OR Scope2='COMMON' OR Scope2='DEFAULT')" % Platform
264 ## Python class representation of table storing platform data

Completed in 1299 milliseconds

1 2 3 4 56 7 8 91011>>