Searched defs:input (Results 1 - 7 of 7) sorted by relevance

/build/make/tools/droiddoc/templates-pdk/
H A Dsdkpage.cs78 libraries that allow you to build activities, handle user input, use hardware sensors, external variable declarations
/build/tools/droiddoc/templates-pdk/
H A Dsdkpage.cs78 libraries that allow you to build activities, handle user input, use hardware sensors, external variable declarations
/build/make/tools/signtos/
H A DSignTos.java126 DataInputStream input = new DataInputStream(new FileInputStream(file));
129 input.read(bytes);
147 input.close();
223 private static void signWholeFile(InputStream input, OutputStream output, PrivateKey signingKey) argument
233 int bytesRead = input.read(buffer, 0, HEADER_SIZE - skippedBytes);
240 int bytesRead = input.read(buffer);
260 "input.img output.img");
286 * Should only be "<privatekey> <input> <output>" left.
303 InputStream input = new BufferedInputStream(new FileInputStream(inputFilename));
306 SignTos.signWholeFile(input, outpu
[all...]
/build/tools/signtos/
H A DSignTos.java126 DataInputStream input = new DataInputStream(new FileInputStream(file));
129 input.read(bytes);
147 input.close();
223 private static void signWholeFile(InputStream input, OutputStream output, PrivateKey signingKey) argument
233 int bytesRead = input.read(buffer, 0, HEADER_SIZE - skippedBytes);
240 int bytesRead = input.read(buffer);
260 "input.img output.img");
286 * Should only be "<privatekey> <input> <output>" left.
303 InputStream input = new BufferedInputStream(new FileInputStream(inputFilename));
306 SignTos.signWholeFile(input, outpu
[all...]
/build/make/tools/atree/
H A Dfiles.cpp128 replace_variables(const string& input, argument
132 return input;
136 if (input.find("${") == string::npos) {
137 return input;
140 string result = input;
/build/tools/atree/
H A Dfiles.cpp128 replace_variables(const string& input, argument
132 return input;
136 if (input.find("${") == string::npos) {
137 return input;
140 string result = input;
/build/kati/
H A Ddep.cc56 for (Symbol input : inputs) {
57 out_inputs->push_back(ReplaceSuffix(output, input));
67 for (Symbol input : inputs) {
69 pat.AppendSubst(output.str(), input.str(), &buf);
455 for (Symbol input : rule->inputs) {
457 pat.AppendSubst(output.str(), input.str(), &buf);
542 Symbol input = ReplaceSuffix(output, irule->inputs[0]); local
543 if (!Exists(input))
621 for (Symbol input : n->actual_inputs) {
622 DepNode* c = BuildPlan(input, outpu
[all...]

Completed in 644 milliseconds