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 123 pat.Stem(n->output.str()).AppendToString(s);
strutil.cc 202 StringPiece Pattern::Stem(StringPiece str) const {
  /build/soong/cc/
binary.go 26 Stem *string `android:"arch_variant"`
104 stem := ctx.baseModuleName()
105 if String(binary.Properties.Stem) != "" {
106 stem = String(binary.Properties.Stem)
109 return stem + String(binary.Properties.Suffix)
363 if String(binary.Properties.Stem) == "" && String(binary.Properties.Suffix) == "" {
364 ctx.PropertyErrorf("symlink_preferred_arch", "must also specify stem or suffix")
test.go 103 test.binaryDecorator.Properties.Stem = StringPtr(name)
androidmk.go 255 ret.SubName = "_" + String(test.binaryDecorator.Properties.Stem)
316 stem := strings.TrimSuffix(file, filepath.Ext(file))
319 fmt.Fprintln(w, "LOCAL_MODULE_STEM := "+stem)
329 stem := strings.TrimSuffix(file, filepath.Ext(file))
333 fmt.Fprintln(w, "LOCAL_MODULE_STEM := "+stem)
369 stem := strings.TrimSuffix(file, filepath.Ext(file))
376 fmt.Fprintln(w, "LOCAL_MODULE_STEM := "+stem)
  /build/soong/python/
binary.go 39 Stem *string `android:"arch_variant"`
192 stem := ctx.ModuleName()
193 if String(binary.binaryProperties.Stem) != "" {
194 stem = String(binary.binaryProperties.Stem)
197 return stem + String(binary.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 1346 milliseconds