/external/eigen/bench/tensors/ |
benchmark.h | 30 Benchmark* Range(int lo, int hi);
|
/external/guava/guava-tests/benchmark/com/google/common/collect/ |
PowerSetBenchmark.java | 38 Set<Integer> set = ContiguousSet.create(Range.closed(1, elements), integers());
|
/external/llvm/lib/CodeGen/MIRParser/ |
MILexer.h | 127 StringRef Range; 135 MIToken &reset(TokenKind Kind, StringRef Range); 170 StringRef::iterator location() const { return Range.begin(); } 172 StringRef range() const { return Range; } function in struct:llvm::MIToken
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMUnwindOpAsm.cpp | 76 uint32_t Range = countTrailingOnes(Mask >> 5); // Exclude r4. 78 Mask &= ~(0xffffffe0u << Range); 84 EmitInt8(ARM::EHABI::UNWIND_OPCODE_POP_REG_RANGE_R4 | Range); 88 EmitInt8(ARM::EHABI::UNWIND_OPCODE_POP_REG_RANGE_R4_R14 | Range);
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_emulate.c | 71 decl.Range.First = decl.Range.Last = ctx->info.num_inputs; 78 decl.Range.First = decl.Range.Last = ctx->info.num_outputs;
|
/external/v8/src/crankshaft/ |
hydrogen-range-analysis.h | 31 void AddRange(HValue* value, Range* range);
|
/system/update_engine/common/ |
multi_range_http_fetcher.cc | 73 Range range = ranges_[current_index_]; local 74 LOG(INFO) << "starting transfer of range " << range.ToString(); 77 base_fetcher_->SetOffset(range.offset()); 78 if (range.HasLength()) 79 base_fetcher_->SetLength(range.length()); 83 delegate_->SeekToOffset(range.offset()); 96 Range range = ranges_[current_index_] local 135 Range range = ranges_[current_index_]; local [all...] |
/device/linaro/bootloader/edk2/CorebootModulePkg/Library/CbParseLib/ |
CbParseLib.c | 87 bytes range.
246 struct cb_memory_range *Range;
271 Range = MEM_RANGE_PTR(rec, Index);
272 Start = cb_unpack64(Range->start);
273 Size = cb_unpack64(Range->size);
275 Index, Start, Start + Size - 1, Range->type));
277 if (Range->type != CB_MEM_RAM) {
314 struct cb_memory_range *Range;
337 Range = MEM_RANGE_PTR(rec, Index);
338 Start = cb_unpack64(Range->start); [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
CommonTokenStream.cs | 127 if (i > Range) 128 Range = i;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
CommonTokenStream.cs | 138 if (i > Range) 139 Range = i;
|
/external/clang/include/clang/Basic/ |
SourceLocation.h | 192 /// \brief A trivial tuple used to represent a source range. 219 /// \brief Represents a character-granular source range. 222 /// of the range, or it can specify the start of the range and the start of the 223 /// last token of the range (a "token range"). In the token range case, the 225 /// range. 227 SourceRange Range; 231 CharSourceRange(SourceRange R, bool ITR) : Range(R), IsTokenRange(ITR) { [all...] |
/external/clang/tools/libclang/ |
CIndexDiagnostic.h | 83 virtual CXSourceRange getRange(unsigned Range) const = 0; 88 /// \brief Return the FixIt information (source range and inserted text). 144 CXSourceRange getRange(unsigned Range) const override; 149 /// \brief Return the FixIt information (source range and inserted text).
|
CXStoredDiagnostic.cpp | 90 CXSourceRange CXStoredDiagnostic::getRange(unsigned int Range) const { 94 Diag.range_begin()[Range]); 107 // Create a range that covers the entire replacement (or 108 // removal) range, adjusting the end of the range to point to
|
/external/clang/unittests/Format/ |
FormatTestProto.cpp | 26 std::vector<tooling::Range> Ranges(1, tooling::Range(Offset, Length));
|
SortImportsTestJS.cpp | 27 std::vector<tooling::Range> Ranges(1, tooling::Range(Offset, Length)); 215 // Sort a range within imports.
|
/external/google-benchmark/test/ |
options_test.cc | 16 std::chrono::milliseconds sleep_duration(state.range(0)); 28 BENCHMARK(BM_basic)->Range(1, 8); 29 BENCHMARK(BM_basic)->RangeMultiplier(2)->Range(1, 8);
|
/external/google-breakpad/src/processor/ |
map_serializers.h | 127 // Convenient type name for Range. 128 typedef typename RangeMap<Address, Entry>::Range Range; 130 // Serializer for RangeMap's key and Range::base_. 132 // Serializer for RangeMap::Range::entry_.
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
policy_compiler.h | 64 // If "width" is 4, the argument must in the range of 0x0..(1u << 32 - 1) 65 // If it is outside this range, the sandbox treats the system call just 75 struct Range; 76 typedef std::vector<Range> Ranges; 113 // range. 117 // given range of system call numbers. This function runs recursively.
|
/frameworks/base/tools/aapt2/link/ |
XmlCompatVersioner.h | 62 util::Range<ApiVersion> api_range); 72 const util::Range<ApiVersion>& api_range, bool generated, xml::Element* dst_el,
|
/frameworks/minikin/include/minikin/ |
FontCollection.h | 66 // mFamilyVec holds the indices of the mFamilies and mRanges holds the range of indices of 70 // only limited range of code points. 71 struct Range { 112 std::vector<Range> mRanges;
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/ |
SourceLocation.h | 192 /// \brief A trivial tuple used to represent a source range. 219 /// \brief Represents a character-granular source range. 222 /// of the range, or it can specify the start of the range and the start of the 223 /// last token of the range (a "token range"). In the token range case, the 225 /// range. 227 SourceRange Range; 231 CharSourceRange(SourceRange R, bool ITR) : Range(R), IsTokenRange(ITR) { [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/MCParser/ |
MCAsmParserExtension.h | 75 bool Error(SMLoc L, const Twine &Msg, SMRange Range = SMRange()) { 76 return getParser().Error(L, Msg, Range);
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/ |
SourceLocation.h | 192 /// \brief A trivial tuple used to represent a source range. 219 /// \brief Represents a character-granular source range. 222 /// of the range, or it can specify the start of the range and the start of the 223 /// last token of the range (a "token range"). In the token range case, the 225 /// range. 227 SourceRange Range; 231 CharSourceRange(SourceRange R, bool ITR) : Range(R), IsTokenRange(ITR) { [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/MCParser/ |
MCAsmParserExtension.h | 75 bool Error(SMLoc L, const Twine &Msg, SMRange Range = SMRange()) { 76 return getParser().Error(L, Msg, Range);
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/ |
SourceLocation.h | 192 /// \brief A trivial tuple used to represent a source range. 219 /// \brief Represents a character-granular source range. 222 /// of the range, or it can specify the start of the range and the start of the 223 /// last token of the range (a "token range"). In the token range case, the 225 /// range. 227 SourceRange Range; 231 CharSourceRange(SourceRange R, bool ITR) : Range(R), IsTokenRange(ITR) { [all...] |