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

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/common/
umutex.h 180 * Unknown Platform. Use out-of-line functions, which in turn use mutexes.
211 * These are platform neutral.
311 * Mutex Definitions. Platform Dependent, #if platform chain follows.
324 * Windows comes first in the platform chain.
373 * POSIX platform
392 * Unknow platform type.
396 #error Unknown Platform.
405 * Declarations are platform neutral.
406 * Implementations, in umutex.cpp, are platform specific
    [all...]
  /external/libvpx/libvpx/build/make/
gen_msvs_sln.sh 216 local platform=${sln_config##*|}
221 ${TAB}rm -rf "$platform"/"$config"
231 ${TAB}${TAB}-p:Configuration="$config" -p:Platform="$platform"
  /external/opencv3/modules/videoio/src/cap_winrt/
MediaStreamSink.cpp 28 using namespace Platform;
  /external/v8/build/android/
install_emulator_deps.py 44 """Check if the "SDK Platform" for the specified API level is installed.
54 True if the platform is already installed.
190 raise Exception('Failed to install platform update')
230 """Update the SDK to include the platform specified.
236 logging.info('Download SDK Platform directory into sdk directory.')
239 r'\s*([0-9]+)- SDK Platform Android [\.,0-9]+, API %d.*' % api_level)
241 UpdateSDK(api_level, 'SDK Platform', platform_package_pattern,
292 logging.info('SDK platform %s %s android-%d already present, skipping.',
296 logging.info('SDK platform %s %s android-%d not present, installing.',
  /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;
  /external/v8/test/cctest/
cctest.cc 190 v8::Platform* platform = v8::platform::CreateDefaultPlatform(); local
191 v8::V8::InitializePlatform(platform);
257 delete platform;
  /external/v8/tools/
parser-shell.cc 146 v8::Platform* platform = v8::platform::CreateDefaultPlatform(); local
147 v8::V8::InitializePlatform(platform);
201 delete platform;
run_perf.py 577 class Platform(object):
612 class DesktopPlatform(Platform):
675 class AndroidPlatform(Platform): # pragma: no cover
919 "option will run tests using android platform.")
    [all...]
  /external/webrtc/webrtc/modules/audio_device/
audio_device_impl.h 206 PlatformType Platform() const;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_sln.sh 216 local platform=${sln_config##*|}
221 ${TAB}rm -rf "$platform"/"$config"
231 ${TAB}${TAB}-p:Configuration="$config" -p:Platform="$platform"
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
UnicodeEscaper.java 172 char[] dest = Platform.charBufferFromThreadLocal();
  /external/opencv3/modules/core/src/
ocl.cpp 2250 std::string platform, deviceName; local
    [all...]
  /build/tools/droiddoc/templates-sac/
sdkpage.cs 80 <th>Platform</th>
203 <th>Platform</th>
259 <th>Platform</th>
  /external/curl/lib/
ldap.c 41 # error Your Platform SDK is NOT sufficient for LDAP support! \
42 Update your Platform SDK, or disable LDAP support!
  /external/deqp/framework/platform/ios/
tcuIOSApp.mm 301 tcu::ios::Platform m_platform;
  /external/harfbuzz_ng/win32/
detectenv-msvc.mak 54 # VCINSTALLDIR) or with the MS Platform SDK (MSSDK or WindowsSDKDir)
  /external/v8/samples/
process.cc 669 bool ProcessEntries(v8::Platform* platform, HttpRequestProcessor* processor,
673 while (v8::platform::PumpMessageLoop(platform, Isolate::GetCurrent()))
692 v8::Platform* platform = v8::platform::CreateDefaultPlatform(); local
693 v8::V8::InitializePlatform(platform);
719 if (!ProcessEntries(platform, &processor, kSampleSize, kSampleRequests))
  /external/v8/test/cctest/interpreter/
generate-bytecode-expectations.cc 112 v8::Platform* platform() const { return platform_.get(); } function in class:__anon23862::final
116 v8::base::SmartPointer<v8::Platform> platform_;
356 : platform_(v8::platform::CreateDefaultPlatform()) {
439 const V8InitializationScope& platform,
441 v8::Isolate::Scope isolate_scope(platform.isolate());
442 v8::HandleScope handle_scope(platform.isolate());
443 v8::Local<v8::Context> context = v8::Context::New(platform.isolate());
446 BytecodeExpectationsPrinter printer(platform.isolate(),
468 const V8InitializationScope& platform,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java 39 import org.eclipse.core.runtime.Platform;
527 Bundle bundle = Platform.getBundle(bundleId);
688 * <li>Path to the javadoc for the android platform</li>
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ProjectNamePage.java 39 import org.eclipse.core.runtime.Platform;
405 String value = Platform.getLocation().append(mValues.projectName).toString();
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java 42 import org.eclipse.core.runtime.Platform;
352 IExtensionRegistry extensionRegistry = Platform.getExtensionRegistry();
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
browser_options.py 15 from telemetry.core import platform namespace
20 from telemetry.internal.platform import device_finder
21 from telemetry.internal.platform import remote_platform_options
22 from telemetry.internal.platform.profiler import profiler_finder
119 # Platform options
120 group = optparse.OptionGroup(parser, 'Platform options')
125 'This option prevents Telemetry from tweaking such platform settings.')
128 # Remote platform options
129 group = optparse.OptionGroup(parser, 'Remote platform options')
161 # Parse remote platform options
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLX509CRL.java 331 String algName = Platform.oidToAlgorithmName(oid);
  /external/deqp/framework/opengl/
gluRenderContext.cpp 120 RenderContext* createDefaultRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, ApiType apiType)
122 const ContextFactoryRegistry& registry = platform.getGLPlatform().getContextFactoryRegistry();
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
MockWebServer.java 26 import com.squareup.okhttp.internal.Platform;
451 Platform.get().configureTlsExtensions(sslSocket, null, protocols);
457 String protocolString = Platform.get().getSelectedProtocol(sslSocket);
    [all...]

Completed in 686 milliseconds

1 2 3 4 5 6 7 8 91011>>