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

1 2 3 4 5 6 7 8 91011>>

  /external/lisa/libs/utils/
env.py 30 from devlib import Platform, TargetError
71 - a target configuration (target_conf) defining which HW platform we
202 # The platform descriptor to be saved into the results folder
203 self.platform = {}
332 # Populate cluster for a big.LITTLE platform
353 # Initialize the platform descriptor
394 platform_type = self.conf['platform']
396 raise ValueError('Config error: missing [platform] parameter')
403 'platform-tools', 'adb')
405 'platform-tools', 'fastboot'
    [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.1/
grpc-okhttp-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.3/
grpc-okhttp-1.0.3.jar 
  /external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
HttpURLConnectionImpl.java 31 import com.squareup.okhttp.internal.Platform;
554 Platform.get().logW("Ignoring header " + field + " because its value was null.");
588 Platform.get().logW("Ignoring header " + field + " because its value was null.");
  /external/conscrypt/common/src/main/java/org/conscrypt/
ConscryptEngine.java 411 Platform.logEvent(logMessage);
479 Platform.getSSLParameters(params, sslParameters, this);
486 Platform.setSSLParameters(p, sslParameters, this);
559 return Platform.wrapSSLSession(sslSession);
    [all...]
ConscryptEngineSocket.java 491 Platform.blockGuardOnNetwork();
632 Platform.blockGuardOnNetwork();
OpenSSLKey.java 160 return Platform.wrapRsaKey(key);
OpenSSLProvider.java 61 // Make sure the platform is initialized.
62 Platform.setup();
OpenSSLRSAPrivateKey.java 102 OpenSSLKey wrapper = Platform.wrapRsaKey(rsaPrivateKey);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Sec/Arm/
SecEntryPoint.asm 46 // Jump to Platform Specific Boot Action function
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/
QuarkMin.dsc 2 # Clanton Peak CRB platform with 32-bit DXE for 4MB/8MB flash devices.
4 # This package provides Clanton Peak CRB platform specific modules.
35 # Platform On/Off features are defined here
55 # Platform.
63 # Library Class section - list of all Library Classes needed by this Platform.
189 # Quark Platform
276 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
517 QuarkPlatformPkg/Platform/Pei/PlatformInit/PlatformEarlyInit.inf
518 QuarkPlatformPkg/Platform/Pei/PlatformConfig/PlatformConfigPei.inf
537 QuarkPlatformPkg/Platform/Dxe/PlatformInit/PlatformInitDxe.inf
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
PeiCoreEntry.asm 45 ; Platform init
  /external/compiler-rt/lib/esan/
esan_interceptors.cpp 31 // Get the per-platform defines for what is possible to intercept
390 #error Platform not supported
422 #error Platform not supported
  /external/conscrypt/openjdk/src/main/java/org/conscrypt/
Platform.java 48 * Platform-specific methods for OpenJDK.
52 final class Platform {
62 private Platform() {}
312 * Convert from platform's GCMParameterSpec to our internal version.
323 * Creates a platform version of {@code GCMParameterSpec}.
  /build/make/tools/droiddoc/templates-pdk/
sdkpage.cs 99 <th>Platform</th>
152 update to the latest tools or platform using the <em>Android SDK and AVD Manager</em>, rather than
158 <th>Platform</th>
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
bld_vlv.bat 45 :: Define platform specific environment variables.
106 :: -- Build flags settings for each Platform --
107 echo Setting %1 platform configuration and BIOS ID...
257 echo Platform Types: MNW2
  /external/deqp/framework/common/
tcuApp.cpp 78 * \param platform Reference to platform implementation.
80 App::App (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine)
81 : m_platform (platform)
163 // Poll platform events
  /external/guava/guava/src/com/google/common/base/
Suppliers.java 188 long now = Platform.systemNanoTime();
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractMapTester.java 214 throw new IllegalArgumentException(Platform.format(
  /external/icu/icu4c/source/common/
umutex.cpp 35 * platform independent set of mutex operations. For internal ICU use only.
295 #else // Platform #define chain.
297 #error Unknown Platform
299 #endif // Platform #define chain.
306 // were not available for the platform.
308 // These versions are platform neutral.
umutex.h 182 * Unknown Platform. Use out-of-line functions, which in turn use mutexes.
213 * These are platform neutral.
313 * Mutex Definitions. Platform Dependent, #if platform chain follows.
369 * POSIX platform
388 * Unknow platform type.
392 #error Unknown Platform.
401 * Declarations are platform neutral.
402 * Implementations, in umutex.cpp, are platform specific.
  /external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
OkUrlFactoryTest.java 4 import com.squareup.okhttp.internal.Platform;
  /external/python/cpython2/PCbuild/
build.bat 40 echo. Set the platform (default: Win32)
128 /p:Configuration=%conf% /p:Platform=%platf%^
140 /p:Configuration=%conf% /p:Platform=%platf%^
  /external/v8/src/snapshot/
mksnapshot.cc 11 #include "src/base/platform/platform.h"
67 fprintf(fp_, "#include \"src/base/platform/platform.h\"\n\n");
154 v8::Platform* platform = v8::platform::CreateDefaultPlatform(); local
155 v8::V8::InitializePlatform(platform);
182 delete platform;

Completed in 480 milliseconds

1 2 3 4 5 6 7 8 91011>>