HomeSort by relevance Sort by last modified time
    Searched defs:Process (Results 1 - 25 of 254) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/v8/samples/
count-hosts.js 30 function Process(request) {
  /external/deqp-deps/SPIRV-Tools/source/opt/
strip_debug_info_pass.cpp 21 Pass::Status StripDebugInfoPass::Process() {
cfg_cleanup_pass.cpp 30 Pass::Status CFGCleanupPass::Process() {
31 // Process all entry point functions.
compact_ids_pass.cpp 25 Pass::Status CompactIdsPass::Process() {
freeze_spec_constant_value_pass.cpp 21 Pass::Status FreezeSpecConstantValuePass::Process() {
eliminate_dead_functions_pass.cpp 24 Pass::Status EliminateDeadFunctionsPass::Process() {
local_redundancy_elimination.cpp 22 Pass::Status LocalRedundancyEliminationPass::Process() {
redundancy_elimination.cpp 22 Pass::Status RedundancyEliminationPass::Process() {
strip_reflect_info_pass.cpp 26 Pass::Status StripReflectInfoPass::Process() {
workaround1209.cpp 25 Pass::Status Workaround1209::Process() {
  /external/llvm/include/llvm/Support/
Process.h 1 //===- llvm/Support/Process.h -----------------------------------*- C++ -*-===//
11 /// Provides a library for accessing information about this process and other
14 /// proposed design of the Boost.Process library, and is design specifically to
18 /// This file declares the llvm::sys::Process class which contains a collection
20 /// current process. The goal is to migrate users of this API over to the new
43 /// current executing process.
44 class Process {
48 /// \brief Return process memory usage.
50 /// by the process. This only counts the memory allocated via the malloc,
61 /// \param user_time Returns the current amount of user time for the process
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Process.h 1 //===- llvm/Support/Process.h ------------------------------------*- C++ -*-===//
10 // This file declares the llvm::sys::Process class.
23 /// currently executing process.
26 class Process {
37 /// by the process. This only counts the memory allocated via the malloc,
40 /// @brief Return process memory usage.
44 /// process. This includes code, data, stack and mapped pages usage. Notei
59 ///< Returns the current amount of user time for the process
61 ///< Returns the current amount of system time for the process
64 /// This static function will return the process' current user id number
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
strip_debug_info_pass.cpp 21 Pass::Status StripDebugInfoPass::Process() {
cfg_cleanup_pass.cpp 30 Pass::Status CFGCleanupPass::Process() {
31 // Process all entry point functions.
compact_ids_pass.cpp 25 Pass::Status CompactIdsPass::Process() {
freeze_spec_constant_value_pass.cpp 21 Pass::Status FreezeSpecConstantValuePass::Process() {
eliminate_dead_functions_pass.cpp 24 Pass::Status EliminateDeadFunctionsPass::Process() {
local_redundancy_elimination.cpp 22 Pass::Status LocalRedundancyEliminationPass::Process() {
redundancy_elimination.cpp 22 Pass::Status RedundancyEliminationPass::Process() {
strip_reflect_info_pass.cpp 26 Pass::Status StripReflectInfoPass::Process() {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Process.h 1 //===- llvm/Support/Process.h -----------------------------------*- C++ -*-===//
11 /// Provides a library for accessing information about this process and other
14 /// proposed design of the Boost.Process library, and is design specifically to
18 /// This file declares the llvm::sys::Process class which contains a collection
20 /// current process. The goal is to migrate users of this API over to the new
42 /// current executing process.
43 class Process {
47 /// Return process memory usage.
49 /// by the process. This only counts the memory allocated via the malloc,
60 /// \param user_time Returns the current amount of user time for the process
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Process.h 1 //===- llvm/Support/Process.h -----------------------------------*- C++ -*-===//
11 /// Provides a library for accessing information about this process and other
14 /// proposed design of the Boost.Process library, and is design specifically to
18 /// This file declares the llvm::sys::Process class which contains a collection
20 /// current process. The goal is to migrate users of this API over to the new
43 /// current executing process.
44 class Process {
48 /// \brief Return process memory usage.
50 /// by the process. This only counts the memory allocated via the malloc,
61 /// \param user_time Returns the current amount of user time for the process
    [all...]
  /external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
fake_media_process.h 18 virtual void Process(int channel,
  /external/google-breakpad/src/processor/
microdump_processor.cc 57 ProcessResult MicrodumpProcessor::Process(const string &microdump_contents,
  /external/libchrome/base/process/
process.h 10 #include "base/process/process_handle.h"
19 #include <lib/zx/process.h>
24 #include "base/process/port_provider_mac.h"
33 // Provides a move-only encapsulation of a process.
35 // This object is not tied to the lifetime of the underlying process: the
36 // process may be killed and this object may still around, and it will still
39 // Windows: The underlying ProcessHandle will be valid after the process dies
40 // and can be used to gather some information about that process, but most
44 // the process dies, and it may be reused by the system, which means that it may
45 // end up pointing to the wrong process
    [all...]

Completed in 836 milliseconds

1 2 3 4 5 6 7 8 91011