Home
last modified time | relevance | path

Searched refs:input (Results 1 – 25 of 57) sorted by relevance

123

/build/blueprint/
Dninja_strings_test.go23 input string
29 input: "abc def $ghi jkl",
34 input: "abc def $ghi$jkl",
39 input: "foo $012_-345xyz_! bar",
44 input: "foo ${012_-345xyz_} bar",
49 input: "foo ${012_-345xyz_} bar",
54 input: "foo $$ bar",
59 input: "$foo${bar}",
64 input: "$foo$$",
69 input: "foo bar",
[all …]
Dunpack_test.go29 input string
35 input: `
55 input: `
70 input: `
85 input: `
105 input: `
126 input: `
147 input: `
166 input: `
193 input: `
[all …]
Dninja_writer_test.go29 input func(w *ninjaWriter)
33 input: func(w *ninjaWriter) {
39 input: func(w *ninjaWriter) {
45 input: func(w *ninjaWriter) {
51 input: func(w *ninjaWriter) {
58 input: func(w *ninjaWriter) {
64 input: func(w *ninjaWriter) {
70 input: func(w *ninjaWriter) {
76 input: func(w *ninjaWriter) {
82 input: func(w *ninjaWriter) {
[all …]
/build/blueprint/parser/
Dprinter_test.go23 input string
27 input: `
35 input: `
46 input: `
65 input: `
78 input: `
95 input: `
108 input: `
128 input: `
144 input: `
[all …]
/build/soong/android/
Dutil_test.go125 input []string
130 input: []string{},
135 input: []string{"a"},
140 input: []string{"a", "b"},
149 out := JoinWithPrefix(testCase.input, prefix)
152 t.Errorf(" input: %#v", testCase.input)
162 input := []string{"a", "b", "c"}
188 out := IndexList(testCase.key, input)
192 t.Errorf(" input: %#v", input)
201 input := []string{"a"}
[all …]
/build/soong/ui/build/
Dutil_test.go21 input string
54 got := string(stripAnsiEscapes([]byte(tc.input)))
59 " got: %#v", tc.input, tc.output, got)
Dutil.go132 func stripAnsiEscapes(input []byte) []byte {
134 read := input
138 write := input
178 input = input[:len(input)-i]
181 return input
/build/soong/cc/config/
Dtidy_test.go23 input string
34 t.Run(testCase.input, func(t *testing.T) {
35 output := TidyChecksForDir(testCase.input)
/build/kati/
Ddep.go156 for _, input := range r.inputs {
157 input = outputPattern.subst(input, output)
158 if !db.exists(input) {
269 for _, input := range rule.inputs {
274 input = intern(rule.outputPatterns[0].subst(input, output))
276 input = intern(replaceSuffix(output, input))
278 inputs = append(inputs, input)
343 for _, input := range inputs {
344 db.trace = append(db.trace, input)
345 ni, err := db.buildPlan(input, output, tsvs)
[all …]
Drule_parser.go120 input := ws.Bytes()
121 if len(input) == 1 && input[0] == '|' {
127 input = unescapeInput(input)
128 if !hasWildcardMetaByte(input) {
129 add(internBytes(input))
132 m, _ := fsCache.Glob(string(input))
134 add(internBytes(input))
Ddep.cc56 for (Symbol input : inputs) { in ApplyOutputPattern() local
57 out_inputs->push_back(ReplaceSuffix(output, input)); in ApplyOutputPattern()
67 for (Symbol input : inputs) { in ApplyOutputPattern() local
69 pat.AppendSubst(output.str(), input.str(), &buf); in ApplyOutputPattern()
509 for (Symbol input : rule->inputs) { in CanPickImplicitRule() local
511 pat.AppendSubst(output.str(), input.str(), &buf); in CanPickImplicitRule()
601 Symbol input = ReplaceSuffix(output, irule->inputs[0]); in PickRule() local
602 if (!Exists(input)) in PickRule()
690 for (Symbol input : n->actual_inputs) { in BuildPlan() local
691 DepNode* c = BuildPlan(input, output); in BuildPlan()
[all …]
Drule.cc30 for (StringPiece input : WordScanner(s)) { in ParseInputs() local
31 if (input == "|") { in ParseInputs()
35 Symbol input_sym = Intern(TrimLeadingCurdir(input)); in ParseInputs()
/build/make/tools/
Dcompare_fileslist.py35 for input in inputs:
36 f = file(input, "r")
84 for input in inputs:
85 combo = input.split(os.path.sep)[1]
/build/soong/cmd/zipsync/
Dzipsync.go80 for _, input := range inputs {
81 reader, err := zip.OpenReader(input)
96 log.Fatalf("%q in %q is an absolute path", f.Name, input)
100 log.Fatalf("%q found in both %q and %q", f.Name, prev, input)
102 seen[f.Name] = input
/build/soong/third_party/zip/
Dandroid.go88 func stripExtras(input []byte) []byte {
91 for len(input) >= 4 {
92 r := readBuf(input)
99 ret = append(ret, input[:4+size]...)
101 input = input[4+size:]
105 ret = append(ret, input...)
/build/make/tools/signtos/
DSignTos.java126 DataInputStream input = new DataInputStream(new FileInputStream(file)); in readPrivateKey() local
129 input.read(bytes); in readPrivateKey()
147 input.close(); in readPrivateKey()
223 private static void signWholeFile(InputStream input, OutputStream output, PrivateKey signingKey) in signWholeFile() argument
233 int bytesRead = input.read(buffer, 0, HEADER_SIZE - skippedBytes); in signWholeFile()
240 int bytesRead = input.read(buffer); in signWholeFile()
303 InputStream input = new BufferedInputStream(new FileInputStream(inputFilename)); in main() local
306 SignTos.signWholeFile(input, output, privateKey); in main()
308 input.close(); in main()
/build/soong/cmd/zip2zip/
Dzip2zip.go34 input = flag.String("i", "", "zip file to read from") var
68 if *input == "" || *output == "" {
75 reader, err := zip.OpenReader(*input)
131 input, output := includeSplit(include)
137 if match, err := pathtools.Match(input, file.Name); err != nil {
143 if pathtools.IsGlob(input) {
/build/make/tools/droiddoc/templates-pdk/assets/
Dyui-3.3.0-reset-min.css8input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacin… selector
/build/soong/cc/
Dobject.go97 input := android.PathForModuleOut(ctx, "unprefixed", ctx.ModuleName()+objectExtension)
98 TransformBinaryPrefixSymbols(ctx, String(object.Properties.Prefix_symbols), input,
100 output = input
/build/soong/bpfix/bpfix/
Dbpfix_test.go41 input := fmt.Sprintf(`cc_library_shared {
48 tree, errs := parser.Parse("", strings.NewReader(input), parser.NewScope(nil))
50 errs = append([]error{fmt.Errorf("failed to parse:\n%s", input)}, errs...)
/build/soong/cmd/javac_wrapper/
Djavac_wrapper_test.go53 Note: Some input files use or override a deprecated API.
55 Note: Some input files use unchecked or unsafe operations.
/build/soong/finder/cmd/
Dfinder.go78 func stringToList(input string) []string {
79 return strings.Split(input, ",")
/build/soong/cmd/symbol_inject/
Dsymbol_inject.go27 input = flag.String("i", "", "input file") var
51 if *input == "" {
69 r, err := os.Open(*input)
/build/soong/androidmk/cmd/androidmk/
Dandroidmk_test.go97 input := testing/include
100 LOCAL_C_INCLUDES := $(LOCAL_PATH) $(LOCAL_PATH)/include system/core/include $(input)
106 input = ["testing/include"]
109 include_dirs: ["system/core/include"] + input + ["system/core/include"], // Comment 2
/build/make/tools/atree/
Dfiles.cpp128 replace_variables(const string& input, in replace_variables() argument
132 return input; in replace_variables()
136 if (input.find("${") == string::npos) { in replace_variables()
137 return input; in replace_variables()
140 string result = input; in replace_variables()

123