HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 1801 - 1825 of 3043) sorted by null

<<71727374757677787980>>

  /external/regex-re2/re2/
prog.h 89 void InitAlt(uint32 out, uint32 out1);
90 void InitByteRange(int lo, int hi, int foldcase, uint32 out);
91 void InitCapture(int cap, uint32 out);
92 void InitEmptyWidth(EmptyOp empty, uint32 out);
94 void InitNop(uint32 out);
100 int out() { return out_opcode_>>3; } function in class:re2::Prog::Inst
110 return p->inst(out())->opcode() == kInstByteRange;
130 out_opcode_ = (out()<<3) | opcode;
133 void set_out(int out) {
134 out_opcode_ = (out<<3) | opcode()
    [all...]
re2.cc 380 string out; local
386 out.append(p, vec[0].begin() - p);
390 out.append(p, 1);
394 re.Rewrite(&out, rewrite, vec, nvec);
404 out.append(p, ep - p);
405 swap(out, *str);
412 string *out) {
421 out->clear();
422 return re.Rewrite(out, rewrite, vec, nvec);
547 // Use DFAs to find exact location of match, filter out non-matches
    [all...]
  /external/speex/libspeex/
nb_celp.c 28 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1103 spx_word16_t *out = (spx_word16_t*)vout; local
    [all...]
  /external/valgrind/main/coregrind/
m_options.c 145 HChar* out; local
172 out = VG_(malloc)( "options.efn.1", len );
177 out = VG_(realloc)("options.efn.2(multiple)", out, len); \
183 out[j++] = format[i++];
191 out[j++] = format[i++];
198 j += VG_(sprintf)(&out[j], "%d", pid);
237 j += VG_(sprintf)(&out[j], "%s", qual);
252 out[j++] = 0;
254 // If 'out' is not an absolute path name, prefix it with the startup dir
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_gnutls.c 789 u8 *out, size_t out_len)
796 server_random_first, 0, NULL, out_len, (char *) out);
999 goto out;
1026 out:
1068 struct wpabuf *out; local
1087 out = wpabuf_alloc((wpabuf_len(in_data) + 500) * 3);
1088 if (out == NULL)
1091 res = gnutls_record_recv(conn->session, wpabuf_mhead(out),
1092 wpabuf_size(out));
1096 wpabuf_free(out);
    [all...]
  /external/zopfli/src/zopfli/
deflate.c 39 unsigned char* bp, unsigned char** out, size_t* outsize) {
40 if (*bp == 0) ZOPFLI_APPEND_DATA(0, out, outsize);
41 (*out)[*outsize - 1] |= bit << *bp;
46 unsigned char* bp, unsigned char** out, size_t* outsize) {
51 if (*bp == 0) ZOPFLI_APPEND_DATA(0, out, outsize);
52 (*out)[*outsize - 1] |= bit << *bp;
62 unsigned char* bp, unsigned char** out,
68 if (*bp == 0) ZOPFLI_APPEND_DATA(0, out, outsize);
69 (*out)[*outsize - 1] |= bit << *bp;
102 Encodes the Huffman tree and returns how many bits its encoding takes. If out
325 bp, out, outsize); local
329 bp, out, outsize); local
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng_util.cpp 360 void inflate(std::vector<unsigned char>& out, const std::vector<unsigned char>& in, size_t inpos = 0)
375 else if(BTYPE == 0) inflateNoCompression(out, &in[inpos], bp, pos, in.size());
376 else inflateHuffmanBlock(out, &in[inpos], bp, pos, in.size(), BTYPE);
480 void inflateHuffmanBlock(std::vector<unsigned char>& out,
500 out.push_back((unsigned char)(code));
517 out.push_back(out[back++]);
533 void inflateNoCompression(std::vector<unsigned char>& out,
544 out.push_back(in[p++]); //read LEN bytes of literal data
550 int decompress(std::vector<unsigned char>& out, const std::vector<unsigned char>& in) //returns error valu
607 std::vector<unsigned char> out; \/\/now the out buffer will be filled local
    [all...]
  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 193 sp<ABuffer> out = new ABuffer(1024); local
194 out->setRange(0, 0);
212 CHECK_LE(out->size() + 4 + length, out->capacity());
213 memcpy(out->data() + out->size(), "\x00\x00\x00\x01", 4);
214 memcpy(out->data() + out->size() + 4, ptr, length);
215 out->setRange(0, out->size() + length + 4)
    [all...]
avc_utils.cpp 349 uint8_t *out = csd->data(); local
351 *out++ = 0x01; // configurationVersion
352 memcpy(out, seqParamSet->data() + 1, 3); // profile/level...
354 uint8_t profile = out[0];
355 uint8_t level = out[2];
357 out += 3;
358 *out++ = (0x3f << 2) | 1; // lengthSize == 2 bytes
359 *out++ = 0xe0 | 1;
361 *out++ = seqParamSet->size() >> 8;
362 *out++ = seqParamSet->size() & 0xff
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 815 AString out; local
834 out.append(", ");
836 out.append(tmp);
849 ALOGV("accessUnit contains nal types %s", out.c_str());
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.cpp 374 // Timed out. Not yet connected.
923 static void H(const AString &s, AString *out) {
924 out->clear();
940 out->append(&nibble, 1);
948 out->append(&nibble, 1);
980 AString out; local
981 encodeBase64(tmp.c_str(), tmp.size(), &out);
985 fragment.append(out);
  /frameworks/av/services/audioflinger/
AudioResamplerSinc.cpp 397 int32_t out; local
399 asm( "smultb %[out], %[in], %[vRL] \n"
400 : [out]"=r"(out)
404 asm( "smultt %[out], %[in], %[vRL] \n"
405 : [out]"=r"(out)
409 return out;
420 int32_t out; local
421 asm( "smlawb %[out], %[v], %[in], %[a] \n
435 int32_t out; local
    [all...]
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 382 // Now figure out which well-defined tree the file is placed in, working from
526 // Parse out the semantic domains into the correct physical location
553 // Now that we've figured out where the data goes, send it on its way
571 // anyway, so just use the default "copy the data out" implementation
638 // we'll time out anyway, so we're safe
668 // we'll time out anyway, so we're safe
700 FileOutputStream out = new FileOutputStream(data.getFileDescriptor()); local
702 out.write(buf);
711 // we'll time out anyway, so we're safe
    [all...]
  /frameworks/base/core/java/android/content/
ContentProviderNative.java 163 Uri out = insert(callingPkg, url, values); local
165 Uri.writeToParcel(reply, out);
340 Uri out = canonicalize(callingPkg, url); local
342 Uri.writeToParcel(reply, out);
352 Uri out = uncanonicalize(callingPkg, url); local
354 Uri.writeToParcel(reply, out);
454 String out = reply.readString(); local
455 return out;
476 Uri out = Uri.CREATOR.createFromParcel(reply); local
477 return out;
665 String[] out = reply.createStringArray(); local
732 Uri out = Uri.CREATOR.createFromParcel(reply); local
752 Uri out = Uri.CREATOR.createFromParcel(reply); local
    [all...]
  /frameworks/base/core/java/android/ddm/
DdmHandleViewDebug.java 184 ByteBuffer out = ByteBuffer.allocate(responseLength); local
185 out.order(ChunkHandler.CHUNK_ORDER);
187 out.putInt(windowNames.length);
189 out.putInt(name.length());
190 putString(out, name);
193 return new Chunk(CHUNK_VULW, out);
  /frameworks/base/core/java/android/net/
NetworkStatsHistory.java 134 public void writeToParcel(Parcel out, int flags) {
135 out.writeLong(bucketDuration);
136 writeLongArray(out, bucketStart, bucketCount);
137 writeLongArray(out, activeTime, bucketCount);
138 writeLongArray(out, rxBytes, bucketCount);
139 writeLongArray(out, rxPackets, bucketCount);
140 writeLongArray(out, txBytes, bucketCount);
141 writeLongArray(out, txPackets, bucketCount);
142 writeLongArray(out, operations, bucketCount);
143 out.writeLong(totalBytes)
    [all...]
  /frameworks/base/core/java/android/nfc/cardemulation/
ApduServiceInfo.java 370 StringBuilder out = new StringBuilder("ApduService: "); local
371 out.append(getComponent());
372 out.append(", description: " + mDescription);
373 out.append(", Static AID Groups: ");
375 out.append(aidGroup.toString());
377 out.append(", Dynamic AID Groups: ");
379 out.append(aidGroup.toString());
381 return out.toString();
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifOutputStream.java 42 * // Write the original jpeg out, the header will be add into the file.
114 * Writes the image out. The input data should be a valid JPEG format. After
129 out.write(buffer, offset, byteToProcess);
149 out.write(mBuffer.array(), 0, 2);
164 out.write(mBuffer.array(), 0, 2);
177 out.write(mBuffer.array(), 0, 4);
180 out.write(mBuffer.array(), 0, 4);
187 out.write(buffer, offset, length);
192 * Writes the one bytes out. The input data should be a valid JPEG format.
222 OrderedDataOutputStream dataOutputStream = new OrderedDataOutputStream(out);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
DisplayContent.java 178 void getLogicalDisplayRect(Rect out) {
189 out.set(left, top, left + width, top + height);
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 369 SectionMap::iterator out, outBegin, outEnd; local
372 for (out = outBegin; out != outEnd; ++out) {
374 LDSection* out_sect = (*out)->getSection();
376 inBegin = (*out)->begin();
377 inEnd = (*out)->end();
380 if ((*out)->prolog().hasSubAlign()) {
381 evaluator.eval((*out)->prolog().subAlign(), in_align);
386 if ((*out)->prolog().hasSubAlign()
    [all...]
  /frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
MediaPlayerProxyTestCase.java 553 public void copyBetweenStreams(InputStream in, OutputStream out) throws IOException {
557 out.write(buffer, 0, bytesRead);
  /frameworks/native/cmds/atrace/
atrace.cpp 648 uint8_t *in, *out; local
661 out = (uint8_t*)malloc(bufSize);
664 zs.next_out = out;
687 result = write(STDOUT_FILENO, out, bufSize);
695 zs.next_out = out;
707 result = write(STDOUT_FILENO, out, bytes);
720 free(out);
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 263 ComposerState* const out = mComposerStates.editArray(); local
264 return &(out[index].state);
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 163 ostringstream out; local
165 out << '[' << this->c1() << ", "
169 return out.str();
175 ostringstream out; local
177 out << '[' << this->width() << ", "
180 return out.str();
199 ostringstream out; local
201 out << '[';
202 out << rect.left << ", ";
203 out << rect.top << ", "
    [all...]
  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 130 public void emitNativeDeclaration(JFunc jfunc, PrintStream out) {
132 out.println(" /* @hide C function " + jfunc.getCFunc().getOriginal() + " */");
133 out.println();
135 out.println(" // C function " + jfunc.getCFunc().getOriginal());
136 out.println();
139 emitFunction(jfunc, out, true, false);
142 public void emitJavaInterfaceCode(JFunc jfunc, PrintStream out) {
143 emitFunction(jfunc, out, false, true);
146 public void emitJavaCode(JFunc jfunc, PrintStream out) {
147 emitFunction(jfunc, out, false, false)
    [all...]

Completed in 1821 milliseconds

<<71727374757677787980>>