/external/smack/src/org/jivesoftware/smack/util/ |
Base64.java | 389 // We have to shift left 24 in order to flush out the 1's that appear
1171 java.io.OutputStream out = null; local 1197 java.io.OutputStream out = null; local [all...] |
/external/smack/src/org/xbill/DNS/ |
A6Record.java | 115 rrToWire(DNSOutput out, Compression c, boolean canonical) { 116 out.writeU8(prefixBits); 121 out.writeByteArray(data, 16 - suffixbytes, suffixbytes); 124 prefix.toWire(out, null, canonical);
|
Header.java | 71 toWire(DNSOutput out) { 72 out.writeU16(getID()); 73 out.writeU16(flags); 75 out.writeU16(counts[i]); 80 DNSOutput out = new DNSOutput(); local 81 toWire(out); 82 return out.toByteArray(); 159 " is out of range"); 171 " is out of range"); 193 "is out of range") [all...] |
KEYBase.java | 113 DNSOutput out = new DNSOutput(); local 114 rrToWire(out, null, false); 115 byte [] rdata = out.toByteArray(); 153 rrToWire(DNSOutput out, Compression c, boolean canonical) { 154 out.writeU16(flags); 155 out.writeU8(proto); 156 out.writeU8(alg); 158 out.writeByteArray(key);
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
DexDataWriter.java | 28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 95 public static void writeInt(OutputStream out, int value) throws IOException { 96 out.write(value); 97 out.write(value >> 8); 98 out.write(value >> 16); 99 out.write(value >> 24); 108 throw new ExceptionWithContext("Short value out of range: %d", value); 116 throw new ExceptionWithContext("Unsigned short value out of range: %d", value); 124 throw new ExceptionWithContext("Unsigned byte value out of range: %d", value); 129 public static void writeUleb128(OutputStream out, int value) throws IOException [all...] |
/external/speex/libspeex/ |
fftwrap.c | 30 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 45 static int maximize_range(spx_word16_t *in, spx_word16_t *out, spx_word16_t bound, int len) 64 out[i] = SHL16(in[i], shift); 69 static void renorm_range(spx_word16_t *in, spx_word16_t *out, int shift, int len) 74 out[i] = PSHR16(in[i], shift); 98 void spx_fft(void *table, float *in, float *out) 100 if (in==out) 106 out[i] = scale*in[i]; 111 out[i] = scale*in[i]; 113 spx_drft_forward((struct drft_lookup *)table, out); 174 float *out; member in struct:fftw_config [all...] |
/external/valgrind/main/drd/tests/ |
circular_buffer.c | 42 int out; member in struct:__anon16476 45 /* Mutex that protects 'out'. */ 99 b->out = 0; 104 int out; local 108 out = fetch_and_add(&b->out, 1); 109 if (out >= BUFFER_MAX) 111 fetch_and_add(&b->out, -BUFFER_MAX); 112 out -= BUFFER_MAX; 114 *d = b->buffer[out]; [all...] |
/external/webp/src/dsp/ |
alpha_processing.c | 147 uint32_t out = argb & 0xff000000u; local 148 out |= Mult(argb >> 0, scale) << 0; 149 out |= Mult(argb >> 8, scale) << 8; 150 out |= Mult(argb >> 16, scale) << 16; 151 ptr[x] = out;
|
/external/webrtc/src/modules/audio_processing/utility/ |
delay_estimator_wrapper.c | 45 uint32_t out = (in | mask); local 47 return out; 76 // - out : Binary spectrum. 83 uint32_t out = 0; local 106 out = SetBit(out, i - kBandFirst); 110 return out; 117 uint32_t out = 0; local 136 out = SetBit(out, i - kBandFirst) [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_tls_common.c | 104 u8 *rnd = NULL, *out; local 106 out = os_malloc(len); 107 if (out == NULL) 110 if (tls_connection_prf(sm->ssl_ctx, data->conn, label, 0, out, len) == 112 return out; 130 keys.server_random_len, out, len)) 134 return out; 137 os_free(out); 184 wpa_printf(MSG_DEBUG, "SSL: Sending out %lu bytes " 192 wpa_printf(MSG_DEBUG, "SSL: Sending out %lu bytes [all...] |
/external/zlib/src/contrib/inflate86/ |
inffas86.c | 37 Decode literal, length, and distance codes and write out the resulting 54 LEN -- ran out of enough output space or enough available input 83 /* 32 16 */ unsigned char FAR *out; /* edi rdi local strm->next_out */ member in struct:inffast_ar 85 /* 48 24 */ unsigned char FAR *end; /* r10 while out < end */ 112 ar.out = strm->next_out; 113 ar.beg = ar.out - (start - strm->avail_out); 114 ar.end = ar.out + (strm->avail_out - PAD_AVAIL_OUT); 141 " movq 32(%%rsp), %%rdi\n" /* rdi = out */ 282 " subq 40(%%rsp), %%rax\n" /* nbytes = out - beg */ 289 " subq %%r15, %%rsi\n" /* from = out - dist * [all...] |
/external/zlib/src/ |
crc32.c | 21 DYNAMIC_CRC_TABLE and MAKECRCH can be #defined to write out crc32.h. 81 out is a one). We start with the highest power (least significant bit) of 141 /* write out CRC tables to crc32.h */ 143 FILE *out; local 145 out = fopen("crc32.h", "w"); 146 if (out == NULL) return; 147 fprintf(out, "/* crc32.h -- tables for rapid CRC calculation\n"); 148 fprintf(out, " * Generated automatically by crc32.c\n */\n\n"); 149 fprintf(out, "local const z_crc_t FAR "); 150 fprintf(out, "crc_table[TBLS][256] =\n{\n {\n") [all...] |
/external/zlib/src/examples/ |
zran.c | 68 off_t out; /* corresponding offset in uncompressed data */ member in struct:point 90 /* Add an entry to the access point list. If out of memory, deallocate the 93 off_t in, off_t out, unsigned left, unsigned char *window) 125 next->out = out; 141 returns the number of access points on success (>= 1), Z_MEM_ERROR for out 191 /* inflate until out of input, output, or at end of block -- 265 while (--ret && here[1].out <= offset) 291 offset -= here->out; 379 fprintf(stderr, "zran: out of memory\n") [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
dct_inline.h | 29 int32 out; local 33 out = op2 * 724 + op3; /* op1 is not used here */ 35 return out; 62 int32 out; local 66 out = k6 * 1338 + k1; 68 return out; 73 int32 out; local 77 out = k6 * 946 + k1; 79 return out; 113 int32 out; local 117 smlabb out, op1, op2, op3 local 149 int32 out; local 153 smlabb out, k6, k14, k1 local 161 int32 out; local 165 smlabb out, k6, k14, k1 local 176 int32 out; local 180 and out, op2, #0xFFFF local 181 mla out, op1, out, op3 local 215 int32 out; local 219 and out, k14, 0xFFFF local 220 mla out, k6, out, k1 local 228 int32 out; local 232 and out, k14, 0xFFFF local 233 mla out, k6, out, k1 local 271 register int32 out; local 287 register int32 out; local 303 register int32 out; local 319 register int32 out; local 334 register int32 out; local [all...] |
fastquant_inline.h | 431 register int32 out; local 441 : "=&r"(out) 446 return out; 451 register int32 out; local 460 : "=&r"(out), 466 return out; 485 register int32 out; local 500 : "=&r"(out), 507 return out; 512 register int32 out; local 527 register int32 out; local 540 register int32 out; local 569 register int32 out; local 600 register int32 out; local [all...] |
/frameworks/av/services/audioflinger/tests/ |
resampler_tests.cpp | 194 TO *out = reinterpret_cast<TO *>(reference); local 202 double passbandEnergy = signalEnergy(out, out + passbandFrame * channels, channels); 203 double stopbandEnergy = signalEnergy(out + stopbandFrame * channels, 204 out + outputFrames * channels, channels); 214 std::cout << out[i+passbandFrame*channels] << std::endl; 217 std::cout << out[i+stopbandFrame*channels] << std::endl;
|
/frameworks/base/core/java/com/android/internal/util/ |
XmlUtils.java | 174 * @param out Where to write the XML data. 181 public static final void writeMapXml(Map val, OutputStream out) 184 serializer.setOutput(out, "utf-8"); 196 * @param out Where to write the XML data. 203 public static final void writeListXml(List val, OutputStream out) 207 serializer.setOutput(out, "utf-8"); 221 * @param out XmlSerializer to write the map into. 228 public static final void writeMapXml(Map val, String name, XmlSerializer out) 230 writeMapXml(val, name, out, null); 240 * @param out XmlSerializer to write the map into 295 writeValueXml(e.getValue(), (String)e.getKey(), out, callback); local 330 writeValueXml(val.get(i), null, out); local [all...] |
/frameworks/base/core/tests/coretests/src/android/net/http/ |
CookiesTest.java | 56 ByteArrayOutputStream out = new ByteArrayOutputStream(); local 58 StreamHandler handler = new StreamHandler(out, new SimpleFormatter()); 65 String log = out.toString("UTF-8");
|
/frameworks/base/core/tests/coretests/src/android/text/ |
DynamicLayoutBlocksTest.java | 46 System.out.print(message); 48 System.out.print(" " + Integer.toString(dl.getBlockEndLines()[i])); 50 System.out.println();
|
/frameworks/base/core/tests/coretests/src/com/android/internal/net/ |
NetworkStatsFactoryTest.java | 135 OutputStream out = null; local 138 out = new FileOutputStream(file); 139 Streams.copy(in, out); 142 IoUtils.closeQuietly(out); 148 FileWriter out = null; local 150 out = new FileWriter(file); 151 out.write(Long.toString(value)); 153 IoUtils.closeQuietly(out);
|
/frameworks/base/services/tests/servicestests/src/com/android/server/net/ |
NetworkStatsCollectionTest.java | 161 OutputStream out = null; local 164 out = new FileOutputStream(file); 165 Streams.copy(in, out); 168 IoUtils.closeQuietly(out);
|
/frameworks/base/telephony/java/android/telephony/ |
PreciseDataConnectionState.java | 169 public void writeToParcel(Parcel out, int flags) { 170 out.writeInt(mState); 171 out.writeInt(mNetworkType); 172 out.writeString(mAPNType); 173 out.writeString(mAPN); 174 out.writeString(mReason); 175 out.writeParcelable(mLinkProperties, flags); 176 out.writeString(mFailCause);
|
/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/ |
HugeAgent.java | 128 // out of the buffering stream object and send it off. 190 * Write out the new state file: the version number, followed by the 195 DataOutputStream out = new DataOutputStream(outstream); local 197 out.writeInt(AGENT_VERSION); 198 out.writeInt(mFilling); 199 out.writeBoolean(mAddMayo); 200 out.writeBoolean(mAddTomato); 207 * be running while we change its data out from under it. That, in 208 * turn, means that there is no need to send out any sort of notification
|
/frameworks/base/tools/preload/ |
PrintCsv.java | 42 printHeaders(System.out); 51 printRow(System.out, baseline, loadedClass); 55 static void printHeaders(PrintStream out) { 56 out.println("Name" 70 static void printRow(PrintStream out, MemoryUsage baseline, 72 out.print(loadedClass.name); 73 out.print(','); 74 out.print(loadedClass.preloaded); 75 out.print(','); 76 out.print(loadedClass.medianLoadTimeMicros()) [all...] |
Root.java | 135 FileOutputStream out = new FileOutputStream(fileName); local 137 new BufferedOutputStream(out));
|