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

12 3 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/x86/
binflop.S 2 * Generic 32-bit binary float operation.
binflop2addr.S 2 * Generic 32-bit binary float operation.
binop1.S 3 * Generic 32-bit binary operation in which both operands loaded to
binopWide.S 2 * Generic 64-bit binary operation.
binopWide2addr.S 2 * Generic 64-bit binary operation.
  /external/grub/stage1/
Makefile.am 15 $(OBJCOPY) -O binary $< $@
  /bionic/libc/unistd/
pread.c 5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
17 * * Redistributions in binary form must reproduce the above copyright
  /build/core/
dynamic_binary.mk 38 # binary name, because it's used to set the "soname" in the binary.
46 # variables from LOCAL_BUILT_MODULE. This tells binary.make to explicitly
52 include $(BUILD_SYSTEM)/binary.mk
89 # The output of the prelink step is the binary we want to use
105 # Don't prelink the binary, just copy it. We can't skip this step
106 # because people always expect a copy of the binary to appear
109 # If the binary we're copying is acp or a prerequisite,
134 # Strip the binary
138 # Don't strip the binary, just copy it. We can't skip this ste
    [all...]
host_static_library.mk 20 include $(BUILD_SYSTEM)/binary.mk
static_library.mk 18 include $(BUILD_SYSTEM)/binary.mk
  /external/bsdiff/
bsdiff.1 5 .\" Redistribution and use in source and binary forms, with or without
10 .\" 2. Redistributions in binary form must reproduce the above copyright
33 .Nd generate a patch between two binary files
45 a binary patch suitable for use by bspatch(1).
52 than those produced by any other binary patch tool known
  /external/icu4c/test/perf/collperf/
CollPerf_r.pl 54 "Binary Search icu strcoll null", ["$p1 TestIcu_BinarySearch_strcoll_null", "$p2 TestIcu_BinarySearch_strcoll_null"],
55 "Binary Search icu strcoll len", ["$p1 TestIcu_BinarySearch_strcoll_len", "$p2 TestIcu_BinarySearch_strcoll_len"],
56 "Binary Search icu use key", ["$p1 TestIcu_BinarySearch_usekey", "$p2 TestIcu_BinarySearch_usekey"],
57 "Binary Search icu u_strcmp", ["$p1 TestIcu_BinarySearch_strcmp", "$p2 TestIcu_BinarySearch_strcmp"],
58 "Binary Search icu cmpCPO", ["$p1 TestIcu_BinarySearch_cmpCPO", "$p2 TestIcu_BinarySearch_cmpCPO"],
  /bionic/libc/netbsd/inet/
nsap_addr.c 51 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) {
56 assert(binary != NULL);
75 *binary++ = (nib << 4) | xtob(c);
90 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) {
96 assert(binary != NULL);
112 nib = (u_int32_t)*binary >> 4;
114 nib = *binary++ & 0x0f;
  /external/icu4c/tools/makeconv/
makeconv.1.in 32 into a binary file. The binary file has the same base name as
41 This binary file can then be read directly by ICU, or used by
75 Include a copyright notice in the binary data.
88 the resulting binary file must be packaged in the same way that it was
92 then the archive or library must be rebuilt with the new binary file.
93 A standalone binary converter file will not take precedence over a
  /development/testrunner/test_defs/
native_test.py 128 is no binary corresponding to the source file. We need to filter
139 binary = os.path.basename(f)
140 binary = os.path.splitext(binary)[0]
141 full_path = os.path.join(path, binary)
143 binaries.append(binary)
146 def _RunHostCommand(self, binary, valgrind=False):
149 Runs the host binary and returns the exit code.
156 binary: basename of the file to be run. It is expected to be under
163 full_path = os.path.join(android_build.GetHostBin(), binary)
    [all...]
  /external/v8/tools/
windows-tick-processor.py 4 # Redistribution and use in source and binary forms, with or without
10 # * Redistributions in binary form must reproduce the above
31 # Usage: process-ticks.py <binary> <logfile>
33 # Where <binary> is the binary program name (eg, v8_shell.exe) and
36 # This tick processor expects to find a map file for the binary named
37 # binary.map if the binary is named binary.exe. The tick processor
118 return 'binary log_file
    [all...]
  /external/apache-http/src/org/apache/commons/codec/binary/
BinaryCodec.java 17 package org.apache.commons.codec.binary;
73 * Converts an array of raw binary data into an array of ascii 0 and 1 characters.
76 * the raw binary data to convert
85 * Converts an array of raw binary data into an array of ascii 0 and 1 chars.
88 * the raw binary data to convert
106 * @return the raw encoded binary where each bit corresponds to a byte in the byte array argument
132 * @return the raw encoded binary where each bit corresponds to a byte in the byte array argument
144 * @return the raw encoded binary where each bit corresponds to a byte in the byte array argument
164 * @return the raw encoded binary where each bit corresponds to a char in the char array argument
191 * @return the raw encoded binary where each bit corresponds to a byte in the byte array argumen
    [all...]
  /external/apache-http/src/org/apache/commons/codec/
package.html 28 Binary Encoders, Language Encoders, and Network Encoders. </p>
30 <h4><a name="Common Encoders">Binary Encoders</a></h4>
36 <a href="binary/Base64.html">
37 org.apache.commons.codec.binary.Base64</a>
47 <a href="binary/Hex.html">
48 org.apache.commons.codec.binary.Hex</a>
  /external/icu4c/tools/gencnval/
gencnval.1.in 38 into the binary file
40 This binary file can then be read directly by ICU, or used by
59 Include a copyright notice in the binary data.
  /external/icu4c/tools/genuca/
genuca.8.in 42 is omitted) into its binary form, the files
46 These binary files can then be read directly by ICU, or used by
63 Include a copyright notice into the binary data.
  /external/webkit/WebKit/mac/Misc/
OldWebAssertions.c 4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
26 /* These functions are not used anymore, but need to stay for binary compatibility <rdar://problem/4841432>. */
  /development/tools/apkcheck/src/com/android/apkcheck/
PackageInfo.java 51 * @param className Binary or non-binary class name without the
53 * @param superclassName Fully-qualified binary or non-binary superclass
  /external/bison/
PACKAGING 1 Packaging hints for binary package distributors
5 in distributions of binary packages the installed files should
18 The 'bison-runtime' binary package is much smaller than the 'bison'
19 binary package. It should be included in any distribution that
  /external/e2fsprogs/lib/uuid/
uuid_parse.3.in 4 .\" Redistribution and use in source and binary forms, with or without
10 .\" 2. Redistributions in binary form must reproduce the above copyright
34 uuid_parse \- convert an input UUID string into binary representation
46 into the binary representation. The input UUID is a string of the form
uuid_unparse.3.in 4 .\" Redistribution and use in source and binary forms, with or without
10 .\" 2. Redistributions in binary form must reproduce the above copyright
34 uuid_unparse \- convert an UUID from binary representation to a string
48 from the binary representation into a 36\-byte string (plus tailing '\\0')

Completed in 90 milliseconds

12 3 4 5 6 7 8 91011>>