/external/autotest/client/deps/glbench/src/ |
texturetest.h | 29 virtual const char* Unit() const { return "mtexel_sec"; }
|
/external/clang/tools/libclang/ |
CIndexHigh.cpp | 248 ASTUnit &Unit; 253 FindFileMacroRefVisitData(ASTUnit &Unit, const FileEntry *File, 256 : Unit(Unit), File(File), Macro(Macro), visitor(visitor) { } 259 return Unit.getASTContext(); 316 ASTUnit *Unit = cxtu::getASTUnit(TU); 317 SourceManager &SM = Unit->getSourceManager(); 328 FindFileMacroRefVisitData data(*Unit, File, Macro, Visitor); 342 ASTUnit &Unit; 346 FindFileIncludesVisitor(ASTUnit &Unit, const FileEntry *File [all...] |
Indexing.cpp | 521 ASTUnit *Unit = ASTUnit::create(CInvok.get(), Diags, CaptureDiagnostics, 523 if (!Unit) 527 new CXTUOwner(MakeCXTranslationUnit(CXXIdx, Unit))); 587 IndexAction.get(), Unit, Persistent, CXXIdx->getClangResourcesPath(), 593 printDiagsToStderr(Unit); 595 if (isASTReadError(Unit)) 611 static void indexPreprocessingRecord(ASTUnit &Unit, CXIndexDataConsumer &IdxCtx) { 612 Preprocessor &PP = Unit.getPreprocessor(); 618 bool isModuleFile = Unit.isModuleFile(); 619 for (PreprocessedEntity *PPE : Unit.getLocalPreprocessingEntities()) [all...] |
/external/llvm/lib/Fuzzer/ |
FuzzerIO.cpp | 63 Unit FileToVector(const std::string &Path, size_t MaxSize) { 76 Unit Res(FileLen); 91 void WriteToFile(const Unit &U, const std::string &Path) { 99 void ReadDirToVectorOfUnits(const char *Path, std::vector<Unit> *V,
|
FuzzerUtil.cpp | 37 void Print(const Unit &v, const char *PrintAfter) { 62 void PrintASCII(const Unit &U, const char *PrintAfter) { 66 std::string Hash(const Unit &U) { 167 bool IsASCII(const Unit &U) { return IsASCII(U.data(), U.size()); } 175 bool ParseOneDictionaryEntry(const std::string &Str, Unit *U) { 221 bool ParseDictionaryFile(const std::string &Text, std::vector<Unit> *Units) { 228 Unit U; 254 std::string Base64(const Unit &U) {
|
/external/llvm/test/MC/ELF/ |
compression.s | 82 .long 12 # Length of Unit
|
/external/mesa3d/src/mesa/main/ |
samplerobj.h | 39 _mesa_get_samplerobj(struct gl_context *ctx, GLuint unit) 41 if (ctx->Texture.Unit[unit].Sampler) 42 return ctx->Texture.Unit[unit].Sampler; 43 else if (ctx->Texture.Unit[unit]._Current) 44 return &ctx->Texture.Unit[unit]._Current->Sampler; 95 _mesa_bind_sampler(struct gl_context *ctx, GLuint unit, [all...] |
/external/protobuf/ruby/tests/ |
stress.rb | 4 require 'test/unit' 21 class StressTest < Test::Unit::TestCase
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
abbr_offset.s | 32 .long .Lend0 - .Lbegin0 # Length of Unit 41 .long .Lend1 - .Lbegin1 # Length of Unit
|
dwarfdump-header.s | 96 .long CU_4_end-CU_4_version # Length of Unit 101 # The compile-unit DIE, with DW_AT_producer, DW_AT_name, DW_AT_stmt_list. 109 # CHECK: 0x00000000: Compile Unit: length = 0x00000015 version = 0x0004 abbr_offset = 0x0000 addr_size = 0x08 (next unit at 0x00000019) 113 .long CU_5_end-CU_5_version # Length of Unit 116 .byte 1 # DWARF Unit Type 119 # The compile-unit DIE, with DW_AT_producer, DW_AT_name, DW_AT_stmt_list. 127 # CHECK: 0x00000019: Compile Unit: length = 0x00000016 version = 0x0005 unit_type = DW_UT_compile abbr_offset = 0x0000 addr_size = 0x08 (next unit at 0x00000033) 134 .long CU_split_5_end-CU_split_5_version # Length of Unit [all...] |
dwarfdump-str-offsets-invalid-1.s | 16 # A rudimentary compile unit to convince dwarfdump that we are dealing with a 21 .long CU1_5_end-CU1_5_version # Length of Unit 24 .byte 1 # DWARF Unit Type 27 # A compile-unit DIE, which has no attributes.
|
dwarfdump-str-offsets-invalid-2.s | 16 # A rudimentary compile unit to convince dwarfdump that we are dealing with a 21 .long CU1_5_end-CU1_5_version # Length of Unit 24 .byte 1 # DWARF Unit Type 27 # A compile-unit DIE, which has no attributes.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/ |
compression.s | 81 .long 12 # Length of Unit
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/Inputs/ |
debug_line_reserved_length.s | 3 .long .Lunit1_end - .Lunit1_start # Length of Unit (DWARF-32 format) 30 .long 0xfffffffe # reserved unit length 33 .long .Lunit3_end - .Lunit3_start # Length of Unit (DWARF-32 format)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
TargetRegisterInfo.cpp | 121 Printable printRegUnit(unsigned Unit, const TargetRegisterInfo *TRI) { 122 return Printable([Unit, TRI](raw_ostream &OS) { 125 OS << "Unit~" << Unit; 130 if (Unit >= TRI->getNumRegUnits()) { 131 OS << "BadUnit~" << Unit; 136 MCRegUnitRootIterator Roots(Unit, TRI); 137 assert(Roots.isValid() && "Unit has no roots."); 144 Printable printVRegOrUnit(unsigned Unit, const TargetRegisterInfo *TRI) { 145 return Printable([Unit, TRI](raw_ostream &OS) [all...] |
/developers/samples/android/notification/Bubbles/app/src/main/java/com/example/android/bubbles/data/ |
Chat.kt | 18 typealias ChatThreadListener = (List<Message>) -> Unit
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/ |
debug_addr_dwarf4.s | 14 .long 7 # Length of Unit
|
/external/skia/experimental/svg/model/ |
SkSVGTypes.h | 54 enum class Unit { 68 constexpr SkSVGLength() : fValue(0), fUnit(Unit::kUnknown) {} 69 explicit constexpr SkSVGLength(SkScalar v, Unit u = Unit::kNumber) 80 const Unit& unit() const { return fUnit; } function in class:SkSVGLength 84 Unit fUnit;
|
/external/skqp/experimental/svg/model/ |
SkSVGTypes.h | 54 enum class Unit { 68 constexpr SkSVGLength() : fValue(0), fUnit(Unit::kUnknown) {} 69 explicit constexpr SkSVGLength(SkScalar v, Unit u = Unit::kNumber) 80 const Unit& unit() const { return fUnit; } function in class:SkSVGLength 84 Unit fUnit;
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
DbgInfoPrinter.cpp | 122 DICompileUnit Unit; 134 Unit = Var.getCompileUnit(); 145 Unit = Var.getCompileUnit(); 156 Unit = Var.getCompileUnit(); 163 StringRef F = Unit.getFilename(); 166 StringRef D = Unit.getDirectory();
|
/external/llvm/lib/Fuzzer/test/ |
FuzzerUnittest.cpp | 26 Unit A({0, 1, 2}), B({5, 6, 7}); 27 Unit C; 28 Unit Expected[] = { 65 std::set<Unit> FoundUnits, ExpectedUnitsWitThisLength; 73 for (const Unit &U : Expected) 82 fuzzer::Unit U(A, A + sizeof(A)); 370 Unit U; 379 EXPECT_EQ(U, Unit({'a'})); 381 EXPECT_EQ(U, Unit({'a', 'b', 'c'})); 383 EXPECT_EQ(U, Unit({'a', 'b', 'c'})) [all...] |
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv04_state_frag.c | 46 int unit; member in struct:combiner_state 63 /* Initialize a combiner_state struct from the texture unit 67 ctx->Texture.Unit[i]._CurrentCombine; \ 69 (rc)->unit = i; \ 89 return rc->unit ? COMBINER_SOURCE(TEXTURE1) : 105 return rc->unit ? COMBINER_SOURCE(PREVIOUS) : 140 rc->unit : source - GL_TEXTURE0); 141 struct gl_texture_object *t = rc->ctx->Texture.Unit[i]._Current; 260 if (ctx->Texture.Unit[i]._Current) { 290 nv04->blend |= get_texenv_mode(ctx->Texture.Unit[0].EnvMode) [all...] |
nv10_state_tex.c | 42 struct gl_texture_unit *unit = &ctx->Texture.Unit[i]; local 46 if (nctx->fallback == HWTNL && (unit->TexGenEnabled & 1 << j)) { 47 struct gl_texgen *coord = get_texgen_coord(unit, j); 76 ctx->Texture.Unit[i]._GenFlags)) { 168 if (!ctx->Texture.Unit[i]._Current) { 174 t = ctx->Texture.Unit[i]._Current; 211 + ctx->Texture.Unit[i].LodBias;
|
nv20_state_tex.c | 42 struct gl_texture_unit *unit = &ctx->Texture.Unit[i]; local 46 if (nctx->fallback == HWTNL && (unit->TexGenEnabled & 1 << j)) { 47 struct gl_texgen *coord = get_texgen_coord(unit, j); 173 if (!ctx->Texture.Unit[i]._Current) { 181 t = ctx->Texture.Unit[i]._Current; 257 + ctx->Texture.Unit[i].LodBias; 303 if (!ctx->Texture.Unit[i]._Current)
|
/external/clang/lib/CodeGen/ |
CGDebugInfo.h | 84 llvm::DIFile *Unit; 86 llvm::DIFile *Unit) 87 : Type(Type), Decl(Decl), Unit(Unit) {} 161 llvm::DIType *CreateType(const RValueReferenceType *Ty, llvm::DIFile *Unit); 188 llvm::DIFile *Unit); 222 llvm::DIFile *Unit); 226 llvm::DIFile *Unit); 411 /// Create new compile unit. 420 /// Get the file info for main compile unit [all...] |