HomeSort by relevance Sort by last modified time
    Searched defs:platform (Results 251 - 275 of 516) sorted by null

<<11121314151617181920>>

  /external/pdfium/fpdfsdk/src/javascript/
app.cpp 67 JS_STATIC_PROP_ENTRY(platform)
216 FX_BOOL app::platform(IJS_Context* cc, function in class:app
  /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...]
  /external/valgrind/coregrind/m_coredump/
coredump-solaris.c 113 # error Unknown ELF platform
152 # error "Unknown platform"
320 # error "Unknown platform"
368 # error Unknown platform
602 # error "Unknown platform"
945 HChar platform[256 + 1]; local
946 fill_platform(platform, sizeof(platform));
947 add_note(&old_notes, VKI_NT_PLATFORM, platform,
948 VG_(strlen)(platform) + 1)
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
target.c 561 /* Returns the (platform specific) offset of lm_modid field in the link map
575 const HChar *platform = VG_PLATFORM; local
585 + VG_(strlen)(platform) - 2
594 VG_(libdir), getoff, platform, outfile);
  /hardware/qcom/audio/hal/audio_extn/
spkr_protection.c 26 #include "platform.h"
475 platform_send_audio_calibration(adev->platform, SND_DEVICE_IN_HANDSET_MIC);
759 char platform[PROPERTY_VALUE_MAX]; local
760 property_get("ro.board.platform", platform, "");
761 if (!strncmp("apq8084", platform, sizeof("apq8084"))) {
858 platform_send_audio_calibration(adev->platform, SND_DEVICE_IN_HANDSET_MIC);
  /hardware/qcom/audio/legacy/alsa_sound/
alsa_default.cpp 207 char platform[128], baseband[128]; local
208 property_get("ro.board.platform", platform, "");
210 if (!strcmp("msm8960", platform) && !strcmp("mdm", baseband))
    [all...]
  /platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
SystemUiJankTests.java 17 package android.platform.systemui.tests.jank;
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
bundlebuilder.py 361 # platform, name of the subfolder of Contents that contains the executable.
362 platform = "MacOS" variable in class:AppBuilder
429 self.execdir = pathjoin("Contents", self.platform)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
platform.py 3 """ This module tries to retrieve as much platform-identifying data as
6 If called from the command line, it prints the platform
23 # Many thanks to all those who helped adding platform-specific
74 # 0.4.0 - added win32_ver() and modified the platform() output for WinXX
77 # 0.3.2 - added architecture() API and support for it in platform()
82 # 0.2.1 - added cache logic and changed the platform string format
89 # http://www.egenix.com/files/python/platform.py
120 # Determine the platform's /dev/null device
126 if sys.platform in ('dos','win32','win16','os2'):
133 ### Platform specific API
1555 def platform(aliased=0, terse=0): function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
regrtest.py 169 import platform namespace
196 if sys.platform == 'darwin':
425 # Print basic platform information
426 print "==", platform.python_implementation(), \
428 print "== ", platform.platform(aliased=True), \
621 plat = sys.platform
    [all...]
test_ssl.py 18 import platform namespace
72 platform.linux_distribution() == ('debian', 'squeeze/sid', '')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
platform.py 3 """ This module tries to retrieve as much platform-identifying data as
6 If called from the command line, it prints the platform
23 # Many thanks to all those who helped adding platform-specific
74 # 0.4.0 - added win32_ver() and modified the platform() output for WinXX
77 # 0.3.2 - added architecture() API and support for it in platform()
82 # 0.2.1 - added cache logic and changed the platform string format
89 # http://www.egenix.com/files/python/platform.py
120 # Determine the platform's /dev/null device
126 if sys.platform in ('dos','win32','win16','os2'):
133 ### Platform specific API
1555 def platform(aliased=0, terse=0): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
regrtest.py 169 import platform namespace
196 if sys.platform == 'darwin':
425 # Print basic platform information
426 print "==", platform.python_implementation(), \
428 print "== ", platform.platform(aliased=True), \
621 plat = sys.platform
    [all...]
test_ssl.py 18 import platform namespace
72 platform.linux_distribution() == ('debian', 'squeeze/sid', '')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 361 # platform, name of the subfolder of Contents that contains the executable.
362 platform = "MacOS" variable in class:AppBuilder
429 self.execdir = pathjoin("Contents", self.platform)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 3 """ This module tries to retrieve as much platform-identifying data as
6 If called from the command line, it prints the platform
23 # Many thanks to all those who helped adding platform-specific
74 # 0.4.0 - added win32_ver() and modified the platform() output for WinXX
77 # 0.3.2 - added architecture() API and support for it in platform()
82 # 0.2.1 - added cache logic and changed the platform string format
89 # http://www.egenix.com/files/python/platform.py
120 # Determine the platform's /dev/null device
126 if sys.platform in ('dos','win32','win16','os2'):
133 ### Platform specific API
1555 def platform(aliased=0, terse=0): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py 169 import platform namespace
196 if sys.platform == 'darwin':
425 # Print basic platform information
426 print "==", platform.python_implementation(), \
428 print "== ", platform.platform(aliased=True), \
621 plat = sys.platform
    [all...]
test_ssl.py 18 import platform namespace
72 platform.linux_distribution() == ('debian', 'squeeze/sid', '')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 3 """ This module tries to retrieve as much platform-identifying data as
6 If called from the command line, it prints the platform
23 # Many thanks to all those who helped adding platform-specific
74 # 0.4.0 - added win32_ver() and modified the platform() output for WinXX
77 # 0.3.2 - added architecture() API and support for it in platform()
82 # 0.2.1 - added cache logic and changed the platform string format
89 # http://www.egenix.com/files/python/platform.py
120 # Determine the platform's /dev/null device
126 if sys.platform in ('dos','win32','win16','os2'):
133 ### Platform specific API
1555 def platform(aliased=0, terse=0): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py 169 import platform namespace
196 if sys.platform == 'darwin':
425 # Print basic platform information
426 print "==", platform.python_implementation(), \
428 print "== ", platform.platform(aliased=True), \
621 plat = sys.platform
    [all...]
test_ssl.py 18 import platform namespace
72 platform.linux_distribution() == ('debian', 'squeeze/sid', '')
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttrsXmlParser.java 17 package com.android.ide.common.resources.platform;
23 import com.android.ide.common.resources.platform.ViewClassInfo.LayoutParamsInfo;
  /build/tools/releasetools/
common.py 21 import platform namespace
44 self.search_path = platform_search_path.get(sys.platform, None)
119 if platform.system() != "Darwin":
702 min_api_level is the API Level (int) of the oldest platform this file may end
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 16 package com.example.android.samplesync.platform;
266 * Adds a single contact to the platform contacts provider.
304 * Updates a single contact to the platform contacts provider.
570 * Deletes a contact from the platform contacts provider. This method is used
    [all...]

Completed in 3981 milliseconds

<<11121314151617181920>>