HomeSort by relevance Sort by last modified time
    Searched full:subst (Results 1 - 25 of 522) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libxml2/result/schemas/
subst-group-1_0_1 1 ./test/schemas/subst-group-1_1.xml validates
  /external/llvm/test/TableGen/
subst2.td 3 // CHECK: No subst
12 Recurse<!subst("RECURSE", "RECURSE", !subst("NORECURSE", "foo", text))>;
14 def Ok1 : Text<"No subst">;
MultiPat.td 72 // Dummy for subst
97 !subst(INTRINSIC, intr,
98 !subst(REGCLASS, VR128,
99 !subst(MNEMONIC, set, Decls.operand)))))>,
102 !subst(INTRINSIC, intr,
103 !subst(REGCLASS, VR128,
104 !subst(MNEMONIC, set, Decls.operand)))))>;
108 !strconcat(asmstr, "\t$dst, $src1, $src2"), !cast<Intrinsic>(!subst("SUFFIX", "_ps", intr)), patterns>;
111 !strconcat(asmstr, "\t$dst, $src1, $src2"), !cast<Intrinsic>(!subst("SUFFIX", "_pd", intr)), patterns>;
  /external/parameter-framework/upstream/
.gitattributes 1 .version export-subst
  /external/scapy/
.gitattributes 1 scapy/__init__.py export-subst
  /external/swiftshader/third_party/LLVM/test/TableGen/
subst2.td 3 // CHECK: No subst
12 Recurse<!subst("RECURSE", "RECURSE", !subst("NORECURSE", "foo", text))>;
14 def Ok1 : Text<"No subst">;
subst.td 24 Name<!subst("FIRST", "John", !subst("LAST", "Smith", name)),
25 !subst(TVAR, Mr, honorific)>;
TargetInstrSpec.td 64 // Dummy for subst
85 !subst(INTRINSIC, !cast<Intrinsic>(!subst("SUFFIX", "_ps", intr)),
86 !subst(REGCLASS, VR128, Decls.operand))))>;
92 !subst(INTRINSIC, !cast<Intrinsic>(!subst("SUFFIX", "_pd", intr)),
93 !subst(REGCLASS, VR128, Decls.operand))))>;
MultiPat.td 72 // Dummy for subst
97 !subst(INTRINSIC, intr,
98 !subst(REGCLASS, VR128,
99 !subst(MNEMONIC, set, Decls.operand)))))>,
102 !subst(INTRINSIC, intr,
103 !subst(REGCLASS, VR128,
104 !subst(MNEMONIC, set, Decls.operand)))))>;
108 !strconcat(asmstr, "\t$dst, $src1, $src2"), !cast<Intrinsic>(!subst("SUFFIX", "_ps", intr)), patterns>;
111 !strconcat(asmstr, "\t$dst, $src1, $src2"), !cast<Intrinsic>(!subst("SUFFIX", "_pd", intr)), patterns>;
  /build/kati/testcase/
err_ifdef_with_leading_space.mk 3 B := $(subst S, ,Sa)
subst.mk 6 bar:= $(subst $(space),$(comma),$(foo))
11 echo $(subst ,repl,str)
and.mk 4 X:=$(subst y, ,$(XY))
5 Y:=$(subst x, ,$(XY))
call.mk 5 replace_spaces = $(subst $(space),?,$1)
6 unreplace_spaces = $(subst ?,$(space),$1)
strip.mk 2 X:=$(subst y, ,$(XY))
3 Y:=$(subst x, ,$(XY))
or.mk 4 X:=$(subst y, ,$(XY))
5 Y:=$(subst x, ,$(XY))
assign_with_trailing_space.mk 8 sp := $(subst S, ,S)
quine.mk 3 $$(info $$(subst $$$$,$$$$$$$$,$$q))
subst2.mk 6 bar:= $(subst $(space),$,,$(foo))
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/
Makefile 11 mkdir -p hicolor/$(word 1, $(subst /, ,$(@)))/apps/
12 inkscape $(subst .png,.svg, $(word 2, $(subst /, , $(@)))) --without-gui \
13 --export-width=$(word 1, $(subst x, , $(@))) \
14 --export-height=$(word 2, $(subst x, , $(subst /, , $(@)))) \
15 --export-png=hicolor/$(word 1, $(subst /, ,$(@)))/apps/$(word 2, $(subst /, , $@))
  /external/e2fsprogs/util/
Makefile.in 12 SRCS = $(srcdir)/subst.c
22 PROGS= subst symlinks
30 subst.o: dirpaths.h
32 subst: subst.o
34 $(Q) $(BUILD_CC) $(BUILD_LDFLAGS) -o subst subst.o
68 subst.o: $(srcdir)/subst.c $(top_builddir)/lib/config.h dirpaths.h
  /build/make/core/
aapt_flags.mk 7 aapt_flags := $(subst --extra-packages$(space),--extra-packages@,$(LOCAL_AAPT_FLAGS))
9 aapt_flags_extra_packages := $(sort $(subst :,$(space),$(aapt_flags_extra_packages)))
11 --extra-packages $(subst $(space),:,$(aapt_flags_extra_packages))
  /test/vts-testcase/hal/vts_specs/
Android.mk 20 spec/$(word 2,$(subst android/frameworks/, ,\
21 $(subst android/hardware/, ,\
22 $(subst android/hidl/, ,\
23 $(subst android/system/, ,$(dir $(m))))))))\
  /libcore/ojluni/src/main/java/sun/misc/
MessageUtils.java 42 public static String subst(String patt, String arg) { method in class:MessageUtils
44 return subst(patt, args);
47 public static String subst(String patt, String arg1, String arg2) { method in class:MessageUtils
49 return subst(patt, args);
52 public static String subst(String patt, String arg1, String arg2, method in class:MessageUtils
55 return subst(patt, args);
58 public static String subst(String patt, String args[]) { method in class:MessageUtils
82 return subst(System.getProperty(propName), arg);
86 return subst(System.getProperty(propName), arg1, arg2);
91 return subst(System.getProperty(propName), arg1, arg2, arg3)
    [all...]
  /external/swiftshader/third_party/LLVM/projects/sample/
Makefile.common.in 13 PROJ_SRC_ROOT := $(subst //,/,@abs_top_srcdir@)
16 PROJ_OBJ_ROOT := $(subst //,/,@abs_top_objdir@)
  /external/libxml2/test/schemas/
subst-group-1_1.xml 4 xsi:noNamespaceSchemaLocation="subst-group-1.xsd">

Completed in 996 milliseconds

1 2 3 4 5 6 7 8 91011>>