OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Quantity
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/AST/
CharUnits.h
24
/// Instances of this type represent a
quantity
as a multiple of the size
31
/// the same
quantity
of storage. However, we use the term 'character unit'
43
QuantityType
Quantity
;
45
explicit CharUnits(QuantityType C) :
Quantity
(C) {}
50
CharUnits() :
Quantity
(0) {}
52
/// Zero - Construct a CharUnits
quantity
of zero.
57
/// One - Construct a CharUnits
quantity
of one.
62
/// fromQuantity - Construct a CharUnits
quantity
from a raw integer type.
63
static CharUnits fromQuantity(QuantityType
Quantity
) {
64
return CharUnits(
Quantity
);
[
all
...]
/external/clang/tools/scan-build/
scan-build
650
<thead><tr><td>Bug Type</td><td>
Quantity
</td><td class="sorttable_nosort">Display?</td></tr></thead>
[
all
...]
/prebuilts/devtools/tools/lib/
lint-checks.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar
Completed in 78 milliseconds