HomeSort by relevance Sort by last modified time
    Searched refs:Stem (Results 1 - 10 of 10) 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 31 Stem string `android:"arch_variant"`
99 stem := ctx.baseModuleName()
100 if binary.Properties.Stem != "" {
101 stem = binary.Properties.Stem
104 return stem + binary.Properties.Suffix
337 if binary.Properties.Stem == "" && binary.Properties.Suffix == "" {
338 ctx.PropertyErrorf("symlink_preferred_arch", "must also specify stem or suffix")
androidmk.go 210 ret.SubName = "_" + test.binaryDecorator.Properties.Stem
291 stem := strings.TrimSuffix(file, filepath.Ext(file))
294 fmt.Fprintln(w, "LOCAL_MODULE_STEM := "+stem)
305 stem := strings.TrimSuffix(file, filepath.Ext(file))
309 fmt.Fprintln(w, "LOCAL_MODULE_STEM := "+stem)
test.go 105 test.binaryDecorator.Properties.Stem = name
  /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 121 milliseconds