HomeSort by relevance Sort by last modified time
    Searched defs:Platform (Results 51 - 75 of 164) sorted by null

1 23 4 5 6 7

  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-metadata-model/0.18.1/
tycho-metadata-model-0.18.1.jar 
  /external/conscrypt/src/compat/java/org/conscrypt/
Platform.java 48 public class Platform {
153 // TODO fix for newer platform versions
158 // TODO fix for newer platform versions
246 * Wraps an old AndroidOpenSSL key instance. This is not needed on platform
368 * Wrap the SocketFactory with the platform wrapper if needed for compatability.
380 * Convert from platform's GCMParameterSpec to our internal version.
411 * Creates a platform version of {@code GCMParameterSpec}.
  /external/conscrypt/src/platform/java/org/conscrypt/
Platform.java 57 class Platform {
59 public static final Platform MAPPER = new Platform();
63 * Runs all the setup for the platform that only needs to run once.
75 private Platform() {
211 * Wraps an old AndroidOpenSSL key instance. This is not needed on platform
247 * Wrap the SocketFactory with the platform wrapper if needed for compatability.
248 * For the platform-bundled library we never need to wrap.
255 * Convert from platform's GCMParameterSpec to our internal version.
266 * Creates a platform version of {@code GCMParameterSpec}
    [all...]
  /external/webrtc/webrtc/modules/audio_device/
audio_device_impl.cc 87 // Create the generic ref counted (platform independent) implementation.
91 // Ensure that the current platform is supported.
98 // Create the platform-dependent implementation.
106 // platform-specific parts.
150 // Ensure that the current platform is supported
152 PlatformType platform(kPlatformNotSupported);
155 platform = kPlatformWin32;
156 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "current platform is WIN32");
158 platform = kPlatformAndroid;
159 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "current platform is ANDROID")
    [all...]
  /hardware/bsp/intel/peripheral/libmraa/api/mraa/
types.hpp 38 * MRAA supported platform types
41 INTEL_GALILEO_GEN1 = 0, /**< The Generation 1 Galileo platform (RevD) */
42 INTEL_GALILEO_GEN2 = 1, /**< The Generation 2 Galileo platform (RevG/H) */
51 99 /**< An unknown platform type, typically will load INTEL_GALILEO_GEN1 */
52 } Platform;
196 ERROR_INVALID_PLATFORM = 10, /**< Platform not recognised */
  /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/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 
  /external/clang/lib/Parse/
ParseDecl.cpp 836 /// 'availability' '(' platform ',' version-arg-list, opt-message')'
838 /// platform:
870 // Parse the platform name,
876 IdentifierLoc *Platform = ParseIdentifierLoc();
878 // Parse the ',' following the platform name.
    [all...]
  /external/mesa3d/include/CL/
cl.hpp 92 * std::vector<cl::Platform> platforms;
93 * cl::Platform::get(&platforms);
95 * std::cout << "Platform size 0\n";
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java 166 // <-- Platform -->
170 private Platform mPlatform = new Platform();
504 Platform p = mPlatform;
519 Platform p = mPlatform;
581 Platform p = mPlatform;
619 Platform p = mPlatform;
661 Platform p = mPlatform;
695 Platform p = mPlatform;
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp 179 // If the target isn't initialized (e.g., an unknown Darwin platform, return
268 // Mash in the platform.
351 assert(isTargetMacOS() && "unexpected non MacOS platform");
439 assert(isTargetMacOS() && "unexpected non MacOS platform");
559 // If no OSX or iOS target has been specified, try to guess platform
601 // default platform.
632 DarwinPlatformKind Platform;
634 Platform = MacOS;
636 Platform = IPhoneOS;
638 Platform = TvOS
    [all...]
  /external/opencv3/3rdparty/include/opencl/1.2/CL/
cl.hpp 96 * std::vector<cl::Platform> platforms;
97 * cl::Platform::get(&platforms);
99 * std::cout << "Platform size 0\n";
246 #define __INIT_CL_EXT_FCN_PTR_PLATFORM(platform, name) \
249 clGetExtensionFunctionAddressForPlatform(platform, #name); \
1696 cl_platform_id platform; local
2278 Platform platform; local
3189 cl_platform platform = -1; local
6014 cl_platform_id platform = device.getInfo<CL_DEVICE_PLATFORM>(); local
6047 cl_platform_id platform = device.getInfo<CL_DEVICE_PLATFORM>(); local
    [all...]
  /external/opencv3/modules/core/src/
ocl.cpp 2250 std::string platform, deviceName; local
    [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wtypes.h 797 CSPLATFORM Platform;
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.runtime_3.11.0.v20150405-1723.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.runtime_3.9.100.v20131218-1515.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.runtime_3.9.0.v20130326-1255.jar 
  /external/clang/include/clang-c/
Index.h 21 #include "clang-c/Platform.h"
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.24/
truth-0.24.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.26/
truth-0.26.jar 

Completed in 472 milliseconds

1 23 4 5 6 7