Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Hardware
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/tools/skpbench/
H
A
D
_hardware_android.py
7
from _hardware import
Hardware
namespace
11
class HardwareAndroid(
Hardware
):
13
Hardware
.__init__(self)
22
Hardware
.__enter__(self)
72
Hardware
.__exit__(self, exception_type, exception_value, traceback)
76
Hardware
.sanity_check(self)
105
Hardware
.print_debug_diagnostics(self)
H
A
D
_hardware.py
8
class
Hardware
:
class
H
A
D
skpbench.py
11
from _hardware import HardwareException,
Hardware
namespace
386
hardware =
Hardware
()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H
A
D
Context.h
51
SmallVector<std::unique_ptr<HardwareUnit>, 4>
Hardware
;
member in llvm::mca::Context
64
Hardware
.push_back(std::move(H));
in addHardwareUnit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
Host.cpp
160
StringRef
Hardware
;
in getHostCPUNameForARM()
local
164
if (Lines[I].startswith("
Hardware
"))
in getHostCPUNameForARM()
165
Hardware
= Lines[I].substr(8).ltrim("\t :");
in getHostCPUNameForARM()
171
if (
Hardware
.endswith("MSM8994") ||
Hardware
.endswith("MSM8996"))
in getHostCPUNameForARM()
/third_party/node/test/common/
H
A
D
index.js
137
const ok = /^
Hardware
\s*:\s*(.*)$/im.exec(cpuinfo)?.[1] === 'BCM2835';
Completed in 5 milliseconds