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

1 2 3 4 5 67 8 91011>>

  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
AcpiPlatform.h 2 This is an implementation of the ACPI platform driver. Requirements for
28 #include <Platform.h>
  /external/guava/guava/src/com/google/common/escape/
CharEscaper.java 85 char[] dest = Platform.charBufferFromThreadLocal();
  /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);
ListListIteratorTester.java 24 import static com.google.common.collect.testing.testers.Platform.listListIteratorTesterNumIterations;
ListRemoveAtIndexTester.java 107 assertEquals(Platform.format(
  /external/pdfium/testing/
embedder_test.h 126 v8::Platform* platform_;
test_support.cpp 61 void InitializeV8Common(const char* exe_path, v8::Platform** platform) {
64 *platform = v8::platform::CreateDefaultPlatform();
65 v8::V8::InitializePlatform(*platform);
158 v8::Platform** platform) {
159 InitializeV8Common(exe_path.c_str(), platform);
172 v8::Platform** platform) {
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cscript_hostpseudomodel.h 28 void Platform(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
  /external/python/cpython2/Tools/nuget/
build.bat 41 msbuild "%D%make_pkg.proj" /p:Configuration=Release /p:Platform=x86 %OUTPUT% %PACKAGES%
50 msbuild "%D%make_pkg.proj" /p:Configuration=Release /p:Platform=x64 %OUTPUT% %PACKAGES%
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 
  /external/caliper/caliper/src/main/java/com/google/caliper/config/
CaliperConfig.java 25 import com.google.caliper.platform.Platform;
26 import com.google.caliper.platform.VirtualMachineException;
110 public VmConfig getDefaultVmConfig(Platform platform) {
111 return new VmConfig.Builder(platform, platform.defaultVmHomeDir())
112 .addAllOptions(platform.inputArguments())
118 public VmConfig getVmConfig(Platform platform, String name
    [all...]
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/framed/
FramedServer.java 20 import com.squareup.okhttp.internal.Platform;
63 String protocolString = Platform.get().getSelectedProtocol(sslSocket);
88 Platform.get().configureTlsExtensions(sslSocket, null, framedProtocols);
  /external/v8/include/libplatform/
v8-tracing.h 14 #include "v8-platform.h" // NOLINT(build/include)
22 namespace platform { namespace in namespace:v8
247 void AddTraceStateObserver(Platform::TraceStateObserver* observer);
248 void RemoveTraceStateObserver(Platform::TraceStateObserver* observer);
258 std::unordered_set<Platform::TraceStateObserver*> observers_;
267 } // namespace platform
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-metadata-model/0.18.1/
tycho-metadata-model-0.18.1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkHelper.java 31 import org.eclipse.core.runtime.Platform;
132 * "${NdkRoot}/prebuilt/<platform>/bin/". If the executable is not found, it simply returns
136 if (Platform.getOS().equals(Platform.OS_WIN32)) {
  /prebuilts/tools/common/m2/repository/com/squareup/retrofit2/retrofit/2.1.0/
retrofit-2.1.0.jar 
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/
Quark.fdf 2 # FDF file of Clanton Peak CRB platform with 32-bit DXE
4 # This package provides QuarkNcSocId platform specific modules.
98 # Place NV Storage just above Platform Data Base
116 # Platform Data Base must be 64KB above RMU
309 INF QuarkPlatformPkg/Platform/Pei/PlatformConfig/PlatformConfigPei.inf
330 INF QuarkPlatformPkg/Platform/Pei/PlatformConfig/PlatformConfigPei.inf
340 INF QuarkPlatformPkg/Platform/Pei/PlatformInit/PlatformEarlyInit.inf
431 # Early SoC / Platform modules
433 INF QuarkPlatformPkg/Platform/Dxe/PlatformInit/PlatformInitDxe.inf
464 # Platform
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DscClassObject.py 88 # @var Platform: To store value for Platform, it is a structure as PlatformClass
97 self.Platform = PlatformClass()
136 # Transfer to Platform Object if IsToPlatform is True
141 ## Transfer to Platform Object
152 # Generate Platform Header
203 ## Get Platform Header
205 # Gen Platform Header of Dsc as <Key> = <Value>
251 self.Platform.Header[Arch] = PlatformHeader
254 self.Platform.FlashDefinitionFile = Fdf
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/
ArmVExpress-RTSM-A15_MPCore.dsc 58 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A15 -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM
60 GCC:*_*_ARM_PLATFORM_FLAGS == -mcpu=cortex-a15 -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM
62 XCODE:*_*_ARM_PLATFORM_FLAGS = -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM
66 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
186 # Components Section - list of all EDK II Modules needed by this Platform
277 # Platform Driver
  /external/conscrypt/common/src/main/java/org/conscrypt/
AbstractConscryptSocket.java 149 Platform.getHostStringFromInetSocketAddress((InetSocketAddress) endpoint);
256 return Platform.getFileDescriptor(socket);
258 return Platform.getFileDescriptorFromSSLSocket(this);
OpenSSLContextImpl.java 110 return Platform.wrapSocketFactoryIfNeeded(new OpenSSLSocketFactoryImpl(sslParameters));
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
CommonHeader.h 25 #include <Platform.h>
  /external/compiler-rt/lib/esan/
esan_shadow.h 137 #error Platform not supported
  /external/conscrypt/platform/src/main/java/org/conscrypt/
Platform.java 57 final class Platform {
58 private static class NoPreloadHolder { public static final Platform MAPPER = new Platform(); }
61 * Runs all the setup for the platform that only needs to run once.
72 private Platform() {}
230 * Wraps an old AndroidOpenSSL key instance. This is not needed on platform
266 * Wrap the SocketFactory with the platform wrapper if needed for compatability.
267 * For the platform-bundled library we never need to wrap.
274 * Convert from platform's GCMParameterSpec to our internal version.
285 * Creates a platform version of {@code GCMParameterSpec}
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
ListListIteratorTester.java 24 import static com.google.common.collect.testing.testers.Platform.listListIteratorTesterNumIterations;

Completed in 825 milliseconds

1 2 3 4 5 67 8 91011>>