OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AdjustmentType
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp
454
APSIntType
AdjustmentType
(Adjustment);
455
if (
AdjustmentType
.testInRange(Int, true) != APSIntType::RTR_Within)
458
llvm::APSInt Lower =
AdjustmentType
.convert(Int) - Adjustment;
474
APSIntType
AdjustmentType
(Adjustment);
475
if (
AdjustmentType
.testInRange(Int, true) != APSIntType::RTR_Within)
479
llvm::APSInt AdjInt =
AdjustmentType
.convert(Int) - Adjustment;
489
APSIntType
AdjustmentType
(Adjustment);
490
switch (
AdjustmentType
.testInRange(Int, true)) {
500
llvm::APSInt ComparisonVal =
AdjustmentType
.convert(Int);
501
llvm::APSInt Min =
AdjustmentType
.getMinValue()
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/autoscale/
test_connection.py
32
from boto.ec2.autoscale.policy import
AdjustmentType
, MetricCollectionTypes, ScalingPolicy
92
self.assertIsInstance(adjustment,
AdjustmentType
)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
policy.py
48
class
AdjustmentType
(object):
54
return '
AdjustmentType
:%s' % self.adjustment_type
60
if name == '
AdjustmentType
':
163
elif name == '
AdjustmentType
':
__init__.py
40
from boto.ec2.autoscale.policy import
AdjustmentType
309
params = {'
AdjustmentType
': scaling_policy.adjustment_type,
497
[('member',
AdjustmentType
)])
[
all
...]
Completed in 1051 milliseconds