HomeSort by relevance Sort by last modified time
    Searched refs:Stem (Results 1 - 11 of 11) sorted by null

  /external/spirv-llvm/lib/SPIRV/
OCL20ToSPIRV.cpp 301 const std::string &Stem, bool AlwaysN) {
302 auto HalfStem = Stem + "_half";
317 if (DemangledName.find(Stem) == 0) {
318 DemangledName = Stem + "n";
676 StringRef Stem = DemangledName;
677 if (Stem.startswith("atom_"))
678 Stem = Stem.drop_front(strlen("atom_"));
679 else if (Stem.startswith("atomic_"))
680 Stem = Stem.drop_front(strlen("atomic_"))
    [all...]
SPIRVUtil.cpp 123 std::string Stem;
128 Stem = "char";
131 Stem = "short";
134 Stem = "int";
137 Stem = "long";
140 Stem = "invalid_type";
143 return SignPrefix + Stem;
173 std::string Stem;
179 Stem = "char";
182 Stem = "short"
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 829 StringRef Stem = sys::path::stem(ToolName);
830 if (Stem.find("ranlib") == StringRef::npos &&
831 Stem.find("lib") != StringRef::npos)
841 if (Stem.find("ranlib") != StringRef::npos)
843 if (Stem.find("ar") != StringRef::npos)
  /build/kati/
strutil.h 102 StringPiece Stem(StringPiece str) const;
command.cc 129 pat.Stem(n->output.str()).AppendToString(s);
strutil.cc 206 StringPiece Pattern::Stem(StringPiece str) const {
  /build/soong/cc/
binary.go 30 Stem string `android:"arch_variant"`
98 stem := ctx.baseModuleName()
99 if binary.Properties.Stem != "" {
100 stem = binary.Properties.Stem
103 return stem + binary.Properties.Suffix
336 if binary.Properties.Stem == "" && binary.Properties.Suffix == "" {
337 ctx.PropertyErrorf("symlink_preferred_arch", "must also specify stem or suffix")
androidmk.go 248 ret.SubName = "_" + test.binaryDecorator.Properties.Stem
314 stem := strings.TrimSuffix(file, filepath.Ext(file))
317 fmt.Fprintln(w, "LOCAL_MODULE_STEM := "+stem)
328 stem := strings.TrimSuffix(file, filepath.Ext(file))
332 fmt.Fprintln(w, "LOCAL_MODULE_STEM := "+stem)
test.go 103 test.binaryDecorator.Properties.Stem = name
  /build/soong/python/
binary.go 39 Stem string
187 stem := ctx.ModuleName()
188 if p.binaryProperties.Stem != "" {
189 stem = p.binaryProperties.Stem
192 return stem + p.binaryProperties.Suffix
  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
MLand.java 702 if (ob instanceof Stem) {
703 maxPassedStem = Math.max(maxPassedStem, ((Stem)ob).id);
758 final Obstacle s1 = new Stem(getContext(), obstacley - yinset, false);
791 final Obstacle s2 = new Stem(getContext(),
    [all...]

Completed in 1427 milliseconds