/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
context.py | 43 return "{0.user}:{0.role}:{0.type_}:{0.range_}".format(self) 63 def range_(self): member in class:Context
|
/external/bison/examples/calc++/ |
stack.hh | 113 , range_ (range) 121 return stack_[range_ - i]; 126 unsigned int range_; member in class:yy::slice
|
/external/webrtc/webrtc/modules/video_coding/utility/ |
vp8_header_parser.h | 32 uint32_t range_; // Current range minus 1. In [127, 254] interval. member in struct:webrtc::vp8::VP8BitReader
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/ |
contextquery.py | 45 range_ The range to match in the context. 63 range_ = CriteriaDescriptor(lookup_function="lookup_range") variable in class:ContextQuery 89 if self.range_ and not query.PolicyQuery._match_range( 90 context.range_, 91 self.range_,
|
userquery.py | 53 range_ The criteria to match the user's range. 68 range_ = CriteriaDescriptor(lookup_function="lookup_range") variable in class:UserQuery 85 self.log.debug("Range: {0.range_!r}, subset: {0.range_subset}, overlap: {0.range_overlap}, " 107 if self.range_ and not self._match_range( 109 self.range_,
|
/external/opencv3/3rdparty/libwebp/utils/ |
bit_writer.h | 28 int32_t range_; // range-1 member in struct:VP8BitWriter
|
bit_reader.h | 30 // However, since range_ is only 8bit, we only need an active window of 8 bits 32 // below 128, range_ is updated, and fresh bits read from the bitstream are 112 typedef bit_t range_t; // type for storing range_ 115 typedef uint32_t range_t; // range_ only uses 8bits here. No need for bit_t. 128 range_t range_; // current range minus 1. In [127, 254] interval. member in struct:VP8BitReader 219 br->range_ -= split + 1; 223 br->range_ = split; 231 br->range_ -= split + 1; 235 br->range_ = split; 244 // range_ is in [0..127] interval here [all...] |
/external/v8/src/compiler/ |
coalesced-live-ranges.h | 20 : start_(start), end_(end), range_(range) {} 24 LiveRange* range_; member in struct:v8::internal::compiler::AllocatedInterval
|
greedy-allocator.h | 23 candidate_.range_ = range; 41 LiveRange* live_range() const { return candidate_.range_; } 57 LiveRange* range_; member in union:v8::internal::compiler::AllocationCandidate::__anon25020
|
register-allocator.h | 668 const LiveRange* range_; member in struct:v8::internal::compiler::PrintableLiveRange [all...] |
register-allocator.cc | 683 wrapper.range_ = i; 3204 const LiveRange* const range_; member in class:v8::internal::compiler::__anon25053::LiveRangeBound [all...] |
/external/webp/src/utils/ |
bit_reader.h | 29 // However, since range_ is only 8bit, we only need an active window of 8 bits 31 // below 128, range_ is updated, and fresh bits read from the bitstream are 57 // range_t = register for 'range_' (which is 8bits only) 74 range_t range_; // current range minus 1. In [127, 254] interval. member in struct:VP8BitReader
|
bit_writer.h | 28 int32_t range_; // range-1 member in struct:VP8BitWriter
|
/art/compiler/optimizing/ |
induction_var_range_test.cc | 38 range_(iva_) { 188 return range_.NeedsTripCount(info); 192 return range_.IsBodyTripCount(trip); 196 return range_.IsUnsafeTripCount(trip); 201 return range_.GetVal(info, induc, /* in_body */ true, /* is_min */ true); 206 return range_.GetVal(info, induc, /* in_body */ true, /* is_min */ false); 212 return range_.GetMul(info1, info2, nullptr, /* in_body */ true, is_min); 218 return range_.GetDiv(info1, info2, nullptr, /* in_body */ true, is_min); 222 return range_.IsConstant(info, InductionVarRange::kExact, value); 226 return range_.IsConstant(info, InductionVarRange::kAtMost, value) 248 InductionVarRange range_; member in class:art::InductionVarRangeTest [all...] |
/external/v8/test/cctest/compiler/ |
test-run-native-calls.cc | 31 : range_(range), 33 max_pairs_(std::min(max_pairs, range_ * range_)), 42 *r0 = codes_[counter_ % range_]; 43 *r1 = codes_[counter_ / range_]; 48 *r0 = codes_[index % range_]; 49 *r1 = codes_[index / range_]; 51 *r1 = codes_[index % range_]; 52 *r0 = codes_[index / range_]; 60 *r1 = codes_[range_ - 1] 67 int range_; member in class:v8::internal::compiler::__anon25194::Pairs [all...] |
/external/v8/src/regexp/ |
jsregexp.h | 1254 Interval range_; member in class:v8::internal::Trace::DeferredClearCaptures [all...] |
/external/v8/src/crankshaft/ |
hydrogen-instructions.h | 495 range_(NULL), 668 return range_; 672 return range_ != NULL; 850 Range* range_; member in namespace:v8 [all...] |
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/ |
htmlunit-2.14.jar | |
/external/libgdx/backends/gdx-backends-gwt/libs/ |
gwt-dev.jar | |