HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 2676 - 2700 of 4560) sorted by null

<<101102103104105106107108109110>>

  /system/core/fastboot/
fastboot.cpp 24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
678 const char** out = reinterpret_cast<const char**>(malloc(sizeof(char*) * count)); local
679 if (out == 0) return -1;
682 out[n] = strdup(strip(val[n]));
683 if (out[n] == 0) {
685 free((char*) out[i]);
687 free(out);
692 fb_queue_require(prod, var, invert, n, out);
702 die("out of memory");
    [all...]
  /system/core/sdcard/
sdcard.c 421 * out the sdcard_rw GID only to trusted apps, we're okay relaxing
724 struct fuse_entry_out out; local
737 memset(&out, 0, sizeof(out));
738 attr_from_stat(fuse, &out.attr, &s, node);
739 out.attr_valid = 10;
740 out.entry_valid = 10;
741 out.nodeid = node->nid;
742 out.generation = node->gen;
744 fuse_reply(fuse, unique, &out, sizeof(out))
751 struct fuse_attr_out out; local
1196 struct fuse_open_out out; local
1266 struct fuse_write_out out; local
1293 struct fuse_statfs_out out; local
1367 struct fuse_open_out out; local
1448 struct fuse_init_out out; local
    [all...]
  /system/vold/
BenchmarkGen.h 4031 int out = -1; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coffgen.c 23 Split out of coffcode.h by Ian Taylor, ian@cygnus.com. */
46 and make a BFD "section" out of it. This is used by ECOFF. */
322 /* Figure out how much to read. */
697 /* Run through all the symbols in the symbol table and work out what
978 /* We need to keep track of the symbol index so that when we write out
984 /* Write a symbol out to a COFF file. */
1058 /* Store the index for use when we write out the relocs. */
1065 /* Write out a symbol to a COFF file that does not come from a COFF
1478 struct internal_lineno out; local
    [all...]
ecofflink.c 36 /* Routines to swap auxiliary information in and out. I am assuming
98 /* Swap out a type information record.
198 /* Swap out a relative symbol record. BIGEND says whether it is in
344 /* The data to be written out. */
657 out the external symbols. */
775 out again. */
952 bfd_byte *out;
955 everything in and out. This code would always work, but
963 out = (bfd_byte *) objalloc_alloc (ainfo->memory, sz);
964 if (!out)
950 bfd_byte *out; local
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
cplus-dem.c 148 const char *const out; member in struct:optable
679 strcat (result, optable[i].out);
697 strcat (result, optable[i].out);
722 strcat (result, optable[i].out);
739 strcat (result, optable[i].out);
779 if ((int) strlen (optable[i].out) == len
781 && memcmp (optable[i].out, opname, len) == 0)
    [all...]
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/
http-builder-0.7.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar 
jsoup-1.7.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-exec/1.2/
commons-exec-1.2.jar 
  /prebuilts/tools/common/m2/repository/com/beust/jcommander/1.27/
jcommander-1.27.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/
commons-exec-1.1.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /prebuilts/tools/common/offline-m2/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java 8679 XmlSerializer out = new FastXmlSerializer(); local
16350 PrintWriter out = categoryPw != null ? categoryPw : pw; local
    [all...]

Completed in 913 milliseconds

<<101102103104105106107108109110>>