HomeSort by relevance Sort by last modified time
    Searched defs:binary (Results 26 - 50 of 154) sorted by null

12 3 4 5 6 7

  /ndk/sources/cxx-stl/stlport/src/
ios.cpp 74 const ios_base::openmode ios_base::binary; member in class:ios_base
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.h 10 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
86 bool binary; member in struct:file
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
BinaryExporter.java 5 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
33 package com.jme3.export.binary;
48 * Exports to the jME Binary Format. Format descriptor: (each numbered item
85 * <code>com.jme.util.export.binary.BinaryClassField</code>.
BinaryImporter.java 5 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
33 package com.jme3.export.binary;
114 logger.log(Level.SEVERE, "An error occured while loading jME binary object", ex);
146 // check if this binary is from the future
148 throw new IOException("The binary file is of newer version than expected! " +
BinaryInputCapsule.java 5 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
33 package com.jme3.export.binary;
    [all...]
  /external/libcxx/src/
ios.cpp 119 const ios_base::openmode ios_base::binary; member in class:ios_base
  /external/selinux/checkpolicy/
checkpolicy.c 41 * and then compiled into a binary format for use by
44 * reads the binary format instead.
47 * writes the binary format version of the configuration
55 * determine which policy version to use for generating binary
391 unsigned int binary = 0, debug = 0, cil = 0; local
408 {"binary", no_argument, NULL, 'b'},
435 binary = 1;
513 if (binary) {
625 ("%s: writing binary representation (version %d) to %s\n",
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
ios.cpp 118 const ios_base::openmode ios_base::binary; member in class:ios_base
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/1.2.4/
gradle-experimental-1.2.4.jar 
  /external/blktrace/
blkiomon.c 90 static struct output drvdata, human, binary, debug; variable in typeref:struct:
239 if (!binary.fn)
242 if (fwrite(p, sizeof(*p), 1, binary.fp) != 1)
244 if (binary.pipe && fflush(binary.fp))
249 fprintf(stderr, "blkiomon: could not write to %s\n", binary.fn);
250 fclose(binary.fp);
251 binary.fn = NULL;
601 "[ -b <file> | --binary=<file> ]\n" \
609 "\t-b Binary output file.\n"
    [all...]
  /external/deqp/modules/gles2/scripts/
genutil.py 141 def binary(func): return lambda a, b: (b.expandVec(a)).applyBinary(func, a.expandVec(b)) member in class:GenMath
  /external/deqp/modules/gles3/scripts/
genutil.py 151 def binary(func): return lambda a, b: (b.expandVec(a)).applyBinary(func, a.expandVec(b)) member in class:GenMath
  /external/deqp/modules/gles31/scripts/
genutil.py 151 def binary(func): return lambda a, b: (b.expandVec(a)).applyBinary(func, a.expandVec(b)) member in class:GenMath
  /system/core/logcat/
logcat.cpp 48 bool binary; member in struct:log_device_t
57 binary = b;
152 if (dev->binary) {
278 " -B output the log in binary.\n"
618 bool binary = strcmp(name, "events") == 0; local
619 log_device_t* d = new log_device_t(name, binary);
632 bool binary = strcmp(optarg, "events") == 0; local
639 dev->next = new log_device_t(optarg, binary);
641 devices = new log_device_t(optarg, binary);
990 d->binary = log_msg.id() == LOG_ID_EVENTS
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.3.0-alpha1/
gradle-experimental-0.3.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.1.0/
gradle-experimental-0.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.2.1/
gradle-experimental-0.2.1.jar 
  /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/commons-codec/commons-codec/1.4/
commons-codec-1.4.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 

Completed in 1919 milliseconds

12 3 4 5 6 7