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

1 2 3 4 5 6 7 8 91011>>

  /external/libmojo/ui/gfx/range/
range_win.cc 5 #include "ui/gfx/range/range.h"
13 Range::Range(const CHARRANGE& range, LONG total_length) {
14 // Check if this is an invalid range.
15 if (range.cpMin == -1 && range.cpMax == -1) {
18 DCHECK_GE(range.cpMin, 0);
19 set_start(range.cpMin)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ITokenStream.cs 48 int Range {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ITokenStream.cs 50 int Range
  /external/clang/include/clang/Sema/
LoopHint.h 22 // Source range of the directive.
23 SourceRange Range;
  /external/clang/test/SemaCXX/
for-range-no-std.cpp 12 struct Range {};
13 int begin(Range); // expected-note {{not viable}}
14 int end(Range);
34 for (auto b : T()) {} // expected-error {{invalid range expression of type 'T'}}
37 for (int b : NS::NoADL()) {} // expected-error {{invalid range expression of type 'NS::NoADL'}}
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-param-test.h 86 // Range(begin, end [, step]) - Yields values {begin, begin+step,
91 // ValuesIn(begin,end) container, or an iterator range [begin, end).
218 // Range() returns generators providing sequences of values in a range.
221 // Range(start, end)
224 // Range(start, end, step)
228 // * The generated sequences never include end. For example, Range(1, 5)
229 // returns a generator producing a sequence {1, 2, 3, 4}. Range(1, 9, 2)
242 internal::ParamGenerator<T> Range(T start, T end, IncrementT step) {
248 internal::ParamGenerator<T> Range(T start, T end)
    [all...]
  /external/googletest/googletest/include/gtest/
gtest-param-test.h 86 // Range(begin, end [, step]) - Yields values {begin, begin+step,
91 // ValuesIn(begin,end) container, or an iterator range [begin, end).
218 // Range() returns generators providing sequences of values in a range.
221 // Range(start, end)
224 // Range(start, end, step)
228 // * The generated sequences never include end. For example, Range(1, 5)
229 // returns a generator producing a sequence {1, 2, 3, 4}. Range(1, 9, 2)
242 internal::ParamGenerator<T> Range(T start, T end, IncrementT step) {
248 internal::ParamGenerator<T> Range(T start, T end)
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
RangeNonGwtTest.java 24 * Test cases for {@link Range} which cannot run as GWT tests.
34 tester.testAllPublicStaticMethods(Range.class);
35 tester.testAllPublicStaticMethods(Range.class);
37 tester.testAllPublicInstanceMethods(Range.all());
38 tester.testAllPublicInstanceMethods(Range.open(1, 3));
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-param-test.h 86 // Range(begin, end [, step]) - Yields values {begin, begin+step,
91 // ValuesIn(begin,end) container, or an iterator range [begin, end).
218 // Range() returns generators providing sequences of values in a range.
221 // Range(start, end)
224 // Range(start, end, step)
228 // * The generated sequences never include end. For example, Range(1, 5)
229 // returns a generator producing a sequence {1, 2, 3, 4}. Range(1, 9, 2)
242 internal::ParamGenerator<T> Range(T start, T end, IncrementT step) {
248 internal::ParamGenerator<T> Range(T start, T end)
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-param-test.h 86 // Range(begin, end [, step]) - Yields values {begin, begin+step,
91 // ValuesIn(begin,end) container, or an iterator range [begin, end).
217 // Range() returns generators providing sequences of values in a range.
220 // Range(start, end)
223 // Range(start, end, step)
227 // * The generated sequences never include end. For example, Range(1, 5)
228 // returns a generator producing a sequence {1, 2, 3, 4}. Range(1, 9, 2)
241 internal::ParamGenerator<T> Range(T start, T end, IncrementT step) {
247 internal::ParamGenerator<T> Range(T start, T end)
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest-param-test.h 86 // Range(begin, end [, step]) - Yields values {begin, begin+step,
91 // ValuesIn(begin,end) container, or an iterator range [begin, end).
218 // Range() returns generators providing sequences of values in a range.
221 // Range(start, end)
224 // Range(start, end, step)
228 // * The generated sequences never include end. For example, Range(1, 5)
229 // returns a generator producing a sequence {1, 2, 3, 4}. Range(1, 9, 2)
242 internal::ParamGenerator<T> Range(T start, T end, IncrementT step) {
248 internal::ParamGenerator<T> Range(T start, T end)
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest-param-test.h 82 // Range(begin, end [, step]) - Yields values {begin, begin+step,
87 // ValuesIn(begin,end) container, or an iterator range [begin, end).
188 // Range() returns generators providing sequences of values in a range.
191 // Range(start, end)
194 // Range(start, end, step)
198 // * The generated sequences never include end. For example, Range(1, 5)
199 // returns a generator producing a sequence {1, 2, 3, 4}. Range(1, 9, 2)
212 internal::ParamGenerator<T> Range(T start, T end, IncrementT step) {
218 internal::ParamGenerator<T> Range(T start, T end)
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
gtest-param-test.h 86 // Range(begin, end [, step]) - Yields values {begin, begin+step,
91 // ValuesIn(begin,end) container, or an iterator range [begin, end).
217 // Range() returns generators providing sequences of values in a range.
220 // Range(start, end)
223 // Range(start, end, step)
227 // * The generated sequences never include end. For example, Range(1, 5)
228 // returns a generator producing a sequence {1, 2, 3, 4}. Range(1, 9, 2)
241 internal::ParamGenerator<T> Range(T start, T end, IncrementT step) {
247 internal::ParamGenerator<T> Range(T start, T end)
    [all...]
  /external/v8/testing/gtest/include/gtest/
gtest-param-test.h 86 // Range(begin, end [, step]) - Yields values {begin, begin+step,
91 // ValuesIn(begin,end) container, or an iterator range [begin, end).
218 // Range() returns generators providing sequences of values in a range.
221 // Range(start, end)
224 // Range(start, end, step)
228 // * The generated sequences never include end. For example, Range(1, 5)
229 // returns a generator producing a sequence {1, 2, 3, 4}. Range(1, 9, 2)
242 internal::ParamGenerator<T> Range(T start, T end, IncrementT step) {
248 internal::ParamGenerator<T> Range(T start, T end)
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-param-test.h 86 // Range(begin, end [, step]) - Yields values {begin, begin+step,
91 // ValuesIn(begin,end) container, or an iterator range [begin, end).
218 // Range() returns generators providing sequences of values in a range.
221 // Range(start, end)
224 // Range(start, end, step)
228 // * The generated sequences never include end. For example, Range(1, 5)
229 // returns a generator producing a sequence {1, 2, 3, 4}. Range(1, 9, 2)
242 internal::ParamGenerator<T> Range(T start, T end, IncrementT step) {
248 internal::ParamGenerator<T> Range(T start, T end)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
LoopHint.h 22 // Source range of the directive.
23 SourceRange Range;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
LoopHint.h 22 // Source range of the directive.
23 SourceRange Range;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
LoopHint.h 22 // Source range of the directive.
23 SourceRange Range;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
LoopHint.h 22 // Source range of the directive.
23 SourceRange Range;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
LoopHint.h 22 // Source range of the directive.
23 SourceRange Range;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
LoopHint.h 22 // Source range of the directive.
23 SourceRange Range;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
LoopHint.h 22 // Source range of the directive.
23 SourceRange Range;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
LoopHint.h 22 // Source range of the directive.
23 SourceRange Range;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
LoopHint.h 22 // Source range of the directive.
23 SourceRange Range;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
LoopHint.h 22 // Source range of the directive.
23 SourceRange Range;

Completed in 839 milliseconds

1 2 3 4 5 6 7 8 91011>>