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

1 2

  /external/v4l2_codec2/vda/
vp8_bool_decoder.h 128 size_t range_; member in class:media::Vp8BoolDecoder
  /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/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 55 range_ The criteria to match the user's range.
70 range_ = CriteriaDescriptor(lookup_function="lookup_range") variable in class:UserQuery
91 self.log.debug("Range: {0.range_!r}, subset: {0.range_subset}, overlap: {0.range_overlap}, "
113 if self.range_ and not match_range(
115 self.range_,
mixins.py 67 range_ The range to match in the context.
85 range_ = CriteriaDescriptor(lookup_function="lookup_range") variable in class:MatchContext
96 log.debug("Range: {0.range_!r}, subset: {0.range_subset}, overlap: {0.range_overlap}, "
105 "type_" and "range_".
126 if self.range_ and not match_range(
127 context.range_,
128 self.range_,
  /external/tensorflow/tensorflow/core/kernels/
range_sampler.h 39 explicit RangeSampler(int64 range) : range_(range) { CHECK_GT(range_, 0); }
101 int64 range() { return range_; }
104 const int64 range_; member in class:tensorflow::RangeSampler
  /external/webp/src/utils/
bit_reader_utils.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_utils.h 28 int32_t range_; // range-1 member in struct:VP8BitWriter
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
sparse_column_iterable.h 73 range_.example_idx = example_idx_;
75 range_.start = cur_;
76 range_.end = next_;
78 range_.start = 0;
79 range_.end = 0;
81 return range_;
97 ExampleRowRange range_; member in class:tensorflow::boosted_trees::utils::SparseColumnIterable::Iterator
  /external/tensorflow/tensorflow/core/lib/random/
random_distributions.h 140 UniformDistribution(int32 lo, int32 hi) : lo_(lo), range_(hi - lo) {}
147 result[i] = lo_ + static_cast<int32>(sample[i] % range_);
153 // Note that lo_ is intentionally signed while range_ is intentionally
157 uint32 range_; member in class:tensorflow::random::UniformDistribution
174 UniformDistribution(int64 lo, int64 hi) : lo_(lo), range_(hi - lo) {}
182 result[i] = lo_ + static_cast<int64>(bits % range_);
188 // Note that lo_ is intentionally signed while range_ is intentionally
192 uint64 range_; member in class:tensorflow::random::UniformDistribution
  /external/tensorflow/tensorflow/core/platform/cloud/
curl_http_request_test.cc 84 range_ = reinterpret_cast<char*>(param);
233 string range_; member in class:tensorflow::__anon40070::FakeLibCurl
282 EXPECT_EQ("100-199", libcurl.range_);
313 EXPECT_EQ("100-199", libcurl.range_);
339 EXPECT_EQ("100-199", libcurl.range_);
  /art/compiler/optimizing/
induction_var_range_test.cc 37 range_(iva_) {
129 range_.chase_hint_ = hint;
242 return range_.NeedsTripCount(info, &s);
246 return range_.IsBodyTripCount(trip);
250 return range_.IsUnsafeTripCount(trip);
255 return range_.GetVal(info, trip, /* in_body */ true, /* is_min */ true);
260 return range_.GetVal(info, trip, /* in_body */ true, /* is_min */ false);
266 return range_.GetMul(info1, info2, nullptr, /* in_body */ true, is_min);
272 return range_.GetDiv(info1, info2, nullptr, /* in_body */ true, is_min);
277 return range_.GetRem(info1, info2)
312 InductionVarRange range_; member in class:art::InductionVarRangeTest
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
descriptor_sets.h 250 VkDeviceSize GetRange() const { return range_; }
257 VkDeviceSize range_; member in class:cvdescriptorset::BufferDescriptor
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/include/benchmark/
benchmark_api.h 448 assert(range_.size() > pos);
449 return range_[pos];
466 std::vector<int> range_; member in class:benchmark::internal::State
    [all...]
  /external/google-benchmark/include/benchmark/
benchmark.h 557 assert(range_.size() > pos);
558 return range_[pos];
575 std::vector<int> range_; member in class:benchmark::State
    [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 557 assert(range_.size() > pos);
558 return range_[pos];
575 std::vector<int> range_; member in class:benchmark::State
    [all...]
  /external/vulkan-validation-layers/layers/
descriptor_sets.h 283 VkDeviceSize GetRange() const { return range_; }
290 VkDeviceSize range_; member in class:cvdescriptorset::BufferDescriptor
  /external/tensorflow/tensorflow/stream_executor/
dnn.h 808 range_ = range;
838 int32 range() const { return range_; }
846 int32 range_; member in class:perftools::gputools::dnn::NormalizeDescriptor
    [all...]
  /external/v8/src/compiler/
register-allocator.h 679 const LiveRange* range_; member in struct:v8::internal::compiler::LiveRange::PrintableLiveRange
    [all...]
register-allocator.cc 105 : range_(range), start_(range->Start()), end_(range->End()), skip_(skip) {
113 LiveRange* const range_; member in class:v8::internal::compiler::LiveRangeBound
185 result->pred_cover_ = bound->range_;
198 result->cur_cover_ = bound->range_;
814 wrapper.range_ = i;
    [all...]
  /external/v8/src/regexp/
jsregexp.h 1247 Interval range_; member in class:v8::internal::Trace::DeferredClearCaptures
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.h 515 range_(kValueNotPresent),
567 uint64_t range() const { return range_; }
568 void set_range(uint64_t range) { range_ = range; }
594 uint64_t range_; member in class:mkvmuxer::Colour
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h 481 range_(NULL),
651 return range_;
655 return range_ != NULL;
825 Range* range_; member in namespace:v8
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 

Completed in 563 milliseconds

1 2