/external/llvm/lib/CodeGen/ |
LiveRegMatrix.cpp | 78 unsigned Unit = (*Units).first; 82 if (Func(Unit, S)) 103 foreachUnit(TRI, VirtReg, PhysReg, [&](unsigned Unit, 105 DEBUG(dbgs() << ' ' << PrintRegUnit(Unit, TRI) << ' ' << Range); 106 Matrix[Unit].unify(VirtReg, Range); 120 foreachUnit(TRI, VirtReg, PhysReg, [&](unsigned Unit, 122 DEBUG(dbgs() << ' ' << PrintRegUnit(Unit, TRI)); 123 Matrix[Unit].extract(VirtReg, Range); 132 for (MCRegUnitIterator Unit(PhysReg, TRI); Unit.isValid(); ++Unit) [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
DwarfStreamer.h | 61 /// Emit the compilation unit header for \p Unit in the 66 void emitCompileUnitHeader(CompileUnit &Unit); 89 /// Emit debug_aranges entries for \p Unit and if \p DoRangesSection is true, 92 void emitUnitRangesEntries(CompileUnit &Unit, bool DoRangesSection); 96 /// Emit the debug_loc contribution for \p Unit by copying the entries from 99 void emitLocationsForUnit(const CompileUnit &Unit, DWARFContext &Dwarf); 112 /// Emit the .debug_pubnames contribution for \p Unit. 113 void emitPubNamesForUnit(const CompileUnit &Unit); 115 /// Emit the .debug_pubtypes contribution for \p Unit [all...] |
DwarfLinker.cpp | 125 const DWARFUnit &Unit, const DWARFDie &DIE, 216 /// gather the child->parent relationships in the original compile unit. 298 // very similar to the FunctionRanges that are stored in each unit, with 2 301 // 1. Obviously this one is global, while the other ones are per-unit. 518 unsigned Offset, const DWARFUnit &Unit) { 519 DataExtractor Data = Unit.getDebugInfoExtractor(); 523 Unit.getFormParams()); 527 Unit.getFormParams()); 536 CompileUnit &Unit, 554 const DWARFUnit &OrigUnit = Unit.getOrigUnit() [all...] |
/external/llvm/lib/Fuzzer/ |
FuzzerInternal.h | 49 typedef std::vector<uint8_t> Unit; 50 typedef std::vector<Unit> UnitVector; 87 Unit FileToVector(const std::string &Path, size_t MaxSize = 0); 88 void ReadDirToVectorOfUnits(const char *Path, std::vector<Unit> *V, 90 void WriteToFile(const Unit &U, const std::string &Path); 99 void PrintHexArray(const Unit &U, const char *PrintAfter = ""); 103 void PrintASCII(const Unit &U, const char *PrintAfter = ""); 105 std::string Hash(const Unit &U); 114 std::string Base64(const Unit &U); 126 bool IsASCII(const Unit &U) [all...] |
/developers/build/prebuilts/gradle/CardView/kotlinApp/Application/src/main/java/com/example/android/cardview/ |
CardViewFragment.kt | 64 override fun onStartTrackingTouch(seekBar: SeekBar) = Unit // Do nothing 66 override fun onStopTrackingTouch(seekBar: SeekBar) = Unit // Do nothing 76 override fun onStartTrackingTouch(seekBar: SeekBar) = Unit // Do nothing 78 override fun onStopTrackingTouch(seekBar: SeekBar) = Unit // Do nothing
|
/developers/samples/android/ui/views/CardView/kotlinApp/Application/src/main/java/com/example/android/cardview/ |
CardViewFragment.kt | 64 override fun onStartTrackingTouch(seekBar: SeekBar) = Unit // Do nothing 66 override fun onStopTrackingTouch(seekBar: SeekBar) = Unit // Do nothing 76 override fun onStartTrackingTouch(seekBar: SeekBar) = Unit // Do nothing 78 override fun onStopTrackingTouch(seekBar: SeekBar) = Unit // Do nothing
|
/external/mesa3d/src/mesa/main/ |
texstate.h | 41 _mesa_get_tex_unit(struct gl_context *ctx, GLuint unit) 43 assert(unit < ARRAY_SIZE(ctx->Texture.Unit)); 44 return &(ctx->Texture.Unit[unit]); 48 * Return pointer to current texture unit. 49 * This the texture unit set by glActiveTexture(), not glClientActiveTexture(). 70 _mesa_print_texunit_state( struct gl_context *ctx, GLuint unit );
|
texstate.c | 79 /* per-unit state */ 81 dst->Texture.Unit[u].Enabled = src->Texture.Unit[u].Enabled; 82 dst->Texture.Unit[u].EnvMode = src->Texture.Unit[u].EnvMode; 83 COPY_4V(dst->Texture.Unit[u].EnvColor, src->Texture.Unit[u].EnvColor); 84 dst->Texture.Unit[u].TexGenEnabled = src->Texture.Unit[u].TexGenEnabled; 85 dst->Texture.Unit[u].GenS = src->Texture.Unit[u].GenS 604 GLuint unit; local 760 int unit; local 844 const int unit = prog->SamplerUnits[s]; local [all...] |
/external/skia/experimental/svg/model/ |
SkSVGSVG.h | 41 SkSVGLength fWidth = SkSVGLength(100, SkSVGLength::Unit::kPercentage); 42 SkSVGLength fHeight = SkSVGLength(100, SkSVGLength::Unit::kPercentage);
|
/external/skqp/experimental/svg/model/ |
SkSVGSVG.h | 41 SkSVGLength fWidth = SkSVGLength(100, SkSVGLength::Unit::kPercentage); 42 SkSVGLength fHeight = SkSVGLength(100, SkSVGLength::Unit::kPercentage);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/Inputs/ |
empty-CU.s | 7 .long 7 # Unit lengthh...
|
/developers/build/prebuilts/gradle/RuntimePermissionsBasic/kotlinApp/Application/src/main/java/com/example/android/basicpermissions/util/ |
ViewExt.kt | 34 action: (View) -> Unit 43 action: (View) -> Unit
|
/developers/samples/android/system/RuntimePermissionsBasic/kotlinApp/Application/src/main/java/com/example/android/basicpermissions/util/ |
ViewExt.kt | 34 action: (View) -> Unit 43 action: (View) -> Unit
|
/external/autotest/client/deps/glbench/src/ |
glinterfacetest.h | 23 virtual const char* Unit() const { return "us"; }
|
/external/clang/include/clang/Index/ |
IndexingAction.h | 41 void indexASTUnit(ASTUnit &Unit,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
LiveIntervals.h | 95 /// Keeps a live range set for each register unit to track fixed physreg 380 // Register unit functions. 388 // track liveness per register unit to handle aliasing registers more 391 /// Return the live range for register unit \p Unit. It will be computed if 393 LiveRange &getRegUnit(unsigned Unit) { 394 LiveRange *LR = RegUnitRanges[Unit]; 398 RegUnitRanges[Unit] = LR = new LiveRange(UseSegmentSetForPhysRegs); 399 computeRegUnitRange(*LR, Unit); 404 /// Return the live range for register unit \p Unit if it has already bee [all...] |
/frameworks/base/cmds/idmap2/idmap2/ |
Dump.cpp | 37 using android::idmap2::Unit; 39 Result<Unit> Dump(const std::vector<std::string>& args) { 67 return Unit{};
|
/external/clang/lib/Frontend/ |
ASTMerge.cpp | 48 std::unique_ptr<ASTUnit> Unit = 52 if (!Unit) 57 Unit->getASTContext(), 58 Unit->getFileManager(), 61 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl();
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/ |
verify_unit_header_chain.s | 5 # CHECK: Verifying .debug_info Unit Header Chain... 7 # CHECK-NEXT: note: The unit type encoding is not valid. 10 # CHECK-NEXT: note: The 16 bit unit header version is not valid. 12 # CHECK-NEXT: error: Compilation unit root DIE is not a unit DIE: DW_TAG_null. 13 # CHECK-NEXT: error: Compilation unit type (DW_UT_compile) and root DIE (DW_TAG_null) do not match. 15 # CHECK-NEXT: note: The length for this unit is too large for the .debug_info provided. 39 .long 9 ## Length of Unit 47 .long 21 ## Length of Unit 49 .byte 0 ## DWARF Unit Type -- Error: The unit type encoding is not valid [all...] |
/external/clang/lib/Index/ |
IndexingAction.cpp | 165 static void indexTranslationUnit(ASTUnit &Unit, IndexingContext &IndexCtx) { 166 Unit.visitLocalTopLevelDecls(&IndexCtx, topLevelDeclVisitor); 169 void index::indexASTUnit(ASTUnit &Unit, 173 IndexCtx.setASTContext(Unit.getASTContext()); 174 DataConsumer->initialize(Unit.getASTContext()); 175 indexTranslationUnit(Unit, IndexCtx);
|
/external/eigen/test/ |
geo_eulerangles.cpp | 23 Matrix3 m(AngleAxisx(ea[0], Vector3::Unit(i)) * AngleAxisx(ea[1], Vector3::Unit(j)) * AngleAxisx(ea[2], Vector3::Unit(k))); 25 Matrix3 mbis(AngleAxisx(eabis[0], Vector3::Unit(i)) * AngleAxisx(eabis[1], Vector3::Unit(j)) * AngleAxisx(eabis[2], Vector3::Unit(k)));
|
/external/google-benchmark/test/ |
options_test.cc | 25 BENCHMARK(BM_basic_slow)->Arg(10)->Unit(benchmark::kNanosecond); 26 BENCHMARK(BM_basic_slow)->Arg(100)->Unit(benchmark::kMicrosecond); 27 BENCHMARK(BM_basic_slow)->Arg(1000)->Unit(benchmark::kMillisecond);
|
/external/libcxx/utils/google-benchmark/test/ |
options_test.cc | 25 BENCHMARK(BM_basic_slow)->Arg(10)->Unit(benchmark::kNanosecond); 26 BENCHMARK(BM_basic_slow)->Arg(100)->Unit(benchmark::kMicrosecond); 27 BENCHMARK(BM_basic_slow)->Arg(1000)->Unit(benchmark::kMillisecond);
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv04_state_tex.c | 68 if (ctx->Texture.Unit[i]._Current) { 69 struct gl_texture_object *t = ctx->Texture.Unit[i]._Current; 84 lod_bias = CLAMP(ctx->Texture.Unit[i].LodBias +
|
/external/llvm/include/llvm/CodeGen/ |
LiveIntervalAnalysis.h | 95 /// Keeps a live range set for each register unit to track fixed physreg 361 // Register unit functions. 369 // track liveness per register unit to handle aliasing registers more 372 /// getRegUnit - Return the live range for Unit. 374 LiveRange &getRegUnit(unsigned Unit) { 375 LiveRange *LR = RegUnitRanges[Unit]; 379 RegUnitRanges[Unit] = LR = new LiveRange(UseSegmentSetForPhysRegs); 380 computeRegUnitRange(*LR, Unit); 385 /// getCachedRegUnit - Return the live range for Unit if it has already 387 LiveRange *getCachedRegUnit(unsigned Unit) { [all...] |