Searched defs:in (Results 1 - 3 of 3) sorted by relevance

/build/tools/
H A Djava-layers.py12 sys.stderr.write("the rules defined in the DEPENDENCY_FILE.\n")
22 sys.stderr.write(" to any classes present in the second package, or any\n")
30 sys.stderr.write(" listed in the dependency file.\n")
49 for d in self.transitive:
58 if dep in visited:
61 for v in visited:
67 for upper in dep.uppers:
69 if upper in deps:
72 self.parts = [(dep.lower.split('.'),dep) for dep in deps.itervalues()]
74 for dep in dep
231 sys.stderr.write("%s: Illegal import in package '%s' of '%s'\\n" namespace
[all...]
/build/tools/rgb2565/
H A Dto565.c5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
31 unsigned char in[3]; local
34 while(read(0, in, 3) == 3) {
35 out = to565(in[0],in[1],in[2]);
43 unsigned char in[3]; local
55 while(read(0, in, 3) == 3) {
56 int r = in[
103 unsigned char in[3]; local
[all...]
/build/tools/signapk/
H A DSignApk.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
84 * algorithm specified in the certificate and always used SHA1withRSA.
87 * signature algorithm in the certificate to select which to use
90 * Because there are old keys still in use whose certificate actually
99 * updates) in a way compatible with the mincrypt verifier, using RSA
118 * algorithm specified in the cert.
129 "\" in cert [" + cert.getSubjectDN());
158 BufferedReader stdin = new BufferedReader(new InputStreamReader(System.in));
253 // output manifest in sorte
441 copyFiles(Manifest manifest, JarFile in, JarOutputStream out, long timestamp) argument
[all...]

Completed in 498 milliseconds