Searched defs:platform (Results 1 - 25 of 217) sorted by relevance

123456789

/external/tpm2/
H A DNV_UndefineSpaceSpecial_fp.h14 TPMI_RH_PLATFORM platform; member in struct:__anon21146
/external/v8/include/libplatform/
H A Dlibplatform.h10 #include "v8-platform.h" // NOLINT(build/include)
13 namespace platform { namespace in namespace:v8
31 * not block if no task is pending. The |platform| has to be created using
34 V8_PLATFORM_EXPORT bool PumpMessageLoop(v8::Platform* platform,
38 * Attempts to set the tracing controller for the given platform.
40 * The |platform| has to be created using |CreateDefaultPlatform|.
43 v8::Platform* platform,
44 v8::platform::tracing::TracingController* tracing_controller);
46 } // namespace platform
/external/libunwind/doc/
H A Dlibunwind.tex8 \begin{Name}{3}{libunwind}{David Mosberger-Tang}{Programming Library}{Introduction to libunwind}libunwind -- a (mostly) platform-independent unwind API
111 cursor depends, of course, on the platform. However, there are two
201 \section{Cross-platform and Multi-platform Unwinding}
210 \emph{target}. If the host and the target platform are the same, we
212 \emph{cross-platform} unwinding.
214 The principle behind supporting native, cross-platform, and
215 multi-platform unwinding is very simple: for native unwinding, a
217 \Opt{-l}\File{unwind}. For cross-platform unwinding, a program
220 of the target platform (
[all...]
/external/v8/gypfiles/
H A Ddetect_v8_host_arch.py31 import platform namespace
43 host_arch = platform.machine()
44 host_system = platform.system();
60 # Under AIX the value returned by platform.machine is not
67 # platform.machine is based on running kernel. It's possible to use 64-bit
71 if host_arch == 'x64' and platform.architecture()[0] == '32bit':
/external/caliper/caliper/src/main/java/com/google/caliper/platform/
H A DSupportedPlatform.java17 package com.google.caliper.platform;
H A DVirtualMachineException.java17 package com.google.caliper.platform;
/external/caliper/caliper/src/main/java/com/google/caliper/platform/dalvik/
H A DDalvikModule.java17 package com.google.caliper.platform.dalvik;
/external/caliper/caliper/src/main/java/com/google/caliper/platform/jvm/
H A DJvmModule.java17 package com.google.caliper.platform.jvm;
/external/chromium-trace/catapult/common/py_utils/py_utils/
H A Dxvfb.py8 import platform namespace
13 return platform.system() == 'Linux'
H A Ddependency_util.py6 import platform namespace
19 if sys.platform.startswith('linux'):
21 if sys.platform == 'darwin':
23 if sys.platform == 'win32':
25 return sys.platform
31 # platform.machine is not the way telemetry gets the arch name on chromeos.
33 return platform.machine()
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
H A Ddesktop_device.py5 from telemetry.core import platform namespace
6 from telemetry.internal.platform import device
21 # If the host platform is Chrome OS, the device is also considered as cros.
22 if platform.GetHostPlatform().GetOSName() == 'chromeos':
/external/clang/utils/check_cfc/
H A Dsetup.py8 import platform namespace
10 if platform.system() == 'Windows':
/external/flatbuffers/android/jni/
H A Drun_flatc.py17 import platform namespace
21 EXECUTABLE_EXTENSION = '.exe' if platform.system() == 'Windows' else ''
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
H A Dper_event_excludes.c26 char *platform; local
29 platform = (char *)get_auxv_entry(AT_BASE_PLATFORM);
30 FAIL_IF(!platform);
31 SKIP_IF(strcmp(platform, "power8") != 0);
/external/v8/src/libplatform/
H A Dworker-thread.cc7 #include "include/v8-platform.h"
11 namespace platform { namespace in namespace:v8
31 } // namespace platform
H A Dworker-thread.h13 #include "src/base/platform/platform.h"
17 namespace platform { namespace in namespace:v8
37 } // namespace platform
/external/v8/tools/
H A Ddump-cpp.py10 import platform namespace
23 on_windows = platform.system() == 'Windows'
/external/vixl/
H A D.ycm_extra_conf.py6 import platform namespace
29 if platform.machine() != 'aarch64':
/external/autotest/frontend/client/src/autotest/afe/
H A DLabelFilter.java15 private final ListBox platform; field in class:LabelFilter
24 platform = new ListBox();
25 platform.addItem("All platforms");
27 platform.addItem(platformString);
29 platform.setStylePrimaryName("filter-box");
30 platform.addChangeHandler(new ChangeHandler() {
43 return platform;
50 int selectedIndex = platform.getSelectedIndex();
53 String platformString = platform.getItemText(selectedIndex);
/external/chromium-trace/catapult/telemetry/telemetry/core/
H A Dandroid_platform.py6 from telemetry.core import platform namespace
11 class AndroidPlatform(platform.Platform):
/external/chromium-trace/catapult/telemetry/telemetry/internal/app/
H A D__init__.py15 assert platform_backend.platform != None
25 def platform(self): member in class:App
26 return self._platform_backend.platform
H A Dpossible_app.py31 def platform(self): member in class:PossibleApp
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
H A Dvideo_unittest.py9 from telemetry.core import platform namespace
20 host_platform = platform.GetHostPlatform()
26 logging.warning('Test not supported on this platform')
/external/chromium-trace/catapult/telemetry/telemetry/util/mac/
H A Dkeychain_helper.py8 from telemetry.core import platform namespace
13 arch_name = platform.GetHostPlatform().GetArchName()
48 if (platform.GetHostPlatform().GetOSVersionName() <
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testpkg-edgedata/
H A Dscript_multi_import.py19 import platform namespace
22 import platform namespace

Completed in 1752 milliseconds

123456789