Searched defs:in (Results 276 - 300 of 1115) sorted by path

<<11121314151617181920>>

/external/e2fsprogs/lib/uuid/
H A Dunpack.c7 * Redistribution and use in source and binary forms, with or without
11 * notice, and the entire permission notice in its entirety,
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
38 void uuid_unpack(const uuid_t in, struct uuid *uu) argument
40 const uint8_t *ptr = in;
/external/e2fsprogs/misc/
H A Dbadblocks.c158 com_err (program_name, errcode, "adding to in-memory bad block list");
382 fprintf(stderr, _("Weird value (%ld) in do_read\n"), got);
451 fprintf(stderr, "Weird value (%ld) in do_write\n", got);
513 fputs(_("Checking for bad blocks in read-only mode\n"), stderr);
611 fputs(_("Checking for bad blocks in read-write mode\n"),
774 fputs(_("Checking for bad blocks in non-destructive read-write mode\n"), stderr);
1003 fprintf(stderr, _("%s is apparently in use by the system; "),
1015 * an error message if it fails, and returning success or failure in err.
1039 FILE * in = NULL; local
1168 "specified in rea
[all...]
/external/e2fsprogs/resize/
H A Dtest_extent.c17 void do_test(FILE *in, FILE *out);
19 void do_test(FILE *in, FILE *out) argument
29 while (!feof(in)) {
30 if (!fgets(buf, sizeof(buf), in))
/external/e2fsprogs/util/
H A Dsubst.c91 * The substitution variable must all be in the of [0-9A-Za-z_].
305 FILE *in, *out; local
315 in = fopen(optarg, "r");
316 if (!in) {
320 parse_config_file(in);
321 fclose(in);
336 in = fopen(argv[optind], "r");
337 if (!in) {
343 in = stdin;
364 while (!feof(in)) {
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
H A Dantsupportlib.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/ant/ org/eclipse/ant/internal/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Djavax.servlet_2.5.0.v200910301333.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jar ... commons.httpclient.ResponseConsumedWatcher) java.io.InputStream in org.apache.commons.httpclient.ResponseConsumedWatcher watcher ...
H A Dorg.apache.commons.logging_1.0.4.v201005080501.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene.analysis_1.9.1.v20100518-1140.jar ... TokenStream) org.apache.lucene.analysis.TokenStream in public void " href="/6.0.0_r1/s? ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jar ... int) org.apache.lucene.analysis.TokenStream in int min int max public final org.apache. ...
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-antlr.jar ... ant.BuildException int extendsIndex java.io.BufferedReader in String line Exception e String generatedFileName private int run (java ...
H A Dant-jsch.jar ... BuildException StringBuffer sb int c java.io.InputStream in int b public abstract void execute () throws java.io ...
H A Dant-junit.jar ... .parsers.DocumentBuilder builder java.io.InputStream in Exception e java.io.File xmlfile public void ...
H A Dant-netrexx.jar ... doReplace int dlen String l java.io.BufferedReader in java.io.IOException ioe String classpath StringBuffer compileOptions ...
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-swing.jar ... din Throwable e InterruptedException e java.io.InputStream in boolean success private void logHeadless (java.lang.Throwable ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jarMETA-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java package org.eclipse ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
H A DUpdateBugStateTask.java572 private HttpsURLConnection getConn(String url, String method, boolean in, boolean out, String cookie) argument
615 sconn.setDoInput(in);
651 BufferedReader in = new BufferedReader(new InputStreamReader(conn.getInputStream()));
653 while ((tmp = in.readLine()) != EMPTY && tmp != null)
658 in.close();

Completed in 349 milliseconds

<<11121314151617181920>>