/external/protobuf/src/google/protobuf/stubs/ |
strutil.cc | 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 1465 char *out = Append2(begin, a, b); local 1474 char *out = Append2(begin, a, b); local 1485 char *out = Append4(begin, a, b, c, d); local 1495 char *out = Append4(begin, a, b, c, d); local 1507 char *out = Append4(begin, a, b, c, d); local 1520 char *out = Append4(begin, a, b, c, d); local 1534 char *out = Append4(begin, a, b, c, d); local 1547 char *out = Append4(begin, a, b, c, d); local 1573 char *out = Append2(begin + old_size, a, b); local 1585 char *out = Append2(begin + old_size, a, b); local 1600 char *out = Append4(begin + old_size, a, b, c, d); local [all...] |
/external/python/cpython2/Objects/ |
exceptions.c | 100 PyObject *out; local 104 out = PyString_FromString(""); 107 out = PyObject_Str(PyTuple_GET_ITEM(self->args, 0)); 110 out = PyObject_Str(self->args); 114 return out; 121 PyObject *out; local 133 out = PyObject_Unicode(str); 135 return out; 140 out = PyUnicode_FromString(""); 143 out = PyObject_Unicode(PyTuple_GET_ITEM(self->args, 0)) [all...] |
/external/r8/src/test/examplesAndroidO/lambdadesugaring/ |
LambdaDesugaring.java | 86 System.out.println(builder.toString()); 112 System.out.print("Before unused ... "); 114 System.out.println("after unused."); 205 System.out.println(f(new A()::fooInternal)); 206 System.out.println(f(this::fooInternal)); 207 System.out.println(f(this::fooProtected)); 208 System.out.println(f(this::fooProtectedOverridden)); 209 System.out.println(f(this::fooPublic)); 210 System.out.println(f(this::fooInternal)); 212 System.out.println(f(super::fooProtectedOverridden)) [all...] |
/external/r8/src/test/examplesAndroidO/lambdadesugaringnplus/ |
LambdasWithStaticAndDefaultMethods.java | 71 System.out.println(p.get()); 122 System.out.println("Check 1: OK"); 124 System.out.println("Check 1: NOT OK"); 127 System.out.println("Check 2: OK"); 129 System.out.println("Check 2: NOT OK"); 134 System.out.println("Check 3: NOT OK, classCastException expected"); 136 System.out.println("Check 3: NOT OK, classCastException expected"); 138 System.out.println("Error, ClassCastException is expected"); 141 System.out.println("OK, ClassCastException is expected"); 179 System.out.println("Check 1: OK") [all...] |
/external/r8/src/test/java/com/android/tools/r8/maindexlist/ |
MainDexListTests.java | 288 Path out = tmp.resolve(String.valueOf(i)); local 289 Files.createDirectories(out); 292 .setOutputPath(out);
|
/external/r8/src/test/java/com/android/tools/r8/shaking/ |
TreeShakingTest.java | 118 Path out = temp.getRoot().toPath(); local 124 .setOutputPath(out) 133 options.printMappingFile = out.resolve(AndroidApp.DEFAULT_PROGUARD_MAP_FILE); 761 String out = temp.getRoot().getCanonicalPath(); local [all...] |
/external/regex-re2/re2/ |
parse.cc | 818 // Round 1: Factor out common literal prefixes. 823 int out = 0; local 826 // and that space has been reused for sub[0:out] (out <= start). 852 // Factor out common string and append factored expression to sub[0:out]. 857 sub[out++] = sub[start]; 867 sub[out++] = Concat(x, 2, altflags); 878 n = out; 880 // Round 2: Factor out common complex prefixes [all...] |
/external/selinux/libsemanage/src/ |
direct_api.c | 371 * if out of memory. 382 ERR(sh, "Out of memory!"); 588 int out; local 590 if ((out = 596 if (write(out, data, num_bytes) == -1) { 598 close(out); 601 close(out); 726 ERR(sh, "Failed to malloc, out of memory.\n"); 736 ERR(sh, "Failed to realloc, out of memory.\n"); 1141 sepol_policydb_t *out = NULL local [all...] |
genhomedircon.c | 440 * @param out the FILE to put all the output in. 443 static int write_file_context_header(FILE * out) 445 if (fprintf(out, COMMENT_FILE_CONTEXT_HEADER) < 0) { 502 * lines filtered out. 582 static int write_replacements(genhomedircon_settings_t * s, FILE * out, 593 if (fprintf(out, "%s\n", line) < 0) 605 static int write_contexts(genhomedircon_settings_t *s, FILE *out, 628 fprintf(out, "%s\n", line) < 0) { 670 if (fprintf(out, "%s\n", line) < 0) 687 static int write_home_dir_context(genhomedircon_settings_t * s, FILE * out, 1361 FILE *out = NULL; local [all...] |
/external/sonic/ |
sonic.c | 250 /* Create a sonic stream. Return NULL only if we are out of memory and cannot 453 /* Read data out of the stream. Sometimes no data will be available, and zero 485 /* Read short data out of the stream. Sometimes no data will be available, and zero 511 /* Read unsigned char data out of the stream. Sometimes no data will be available, and zero 738 short *out, 746 o = out + i; 769 short *out, 777 o = out + i; 849 short *out, *rampDown, *rampUp; local 863 out = stream->outputBuffer + stream->numOutputSamples*numChannels 909 short *in, *out; local 988 short *out; local [all...] |
/external/swiftshader/src/OpenGL/libGL/ |
Program.cpp | 1129 int out = output->reg; local 1141 if(out >= 0) 1143 if(out + registers > MAX_VARYING_VECTORS) 1151 vertexBinary->setOutput(out + i, components, sw::Shader::Semantic(sw::Shader::USAGE_COLOR, in + i)); [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/ |
CPPBackend.cpp | 92 formatted_raw_ostream &Out; 107 ModulePass(ID), Out(o), uniqueNum(0), is_inline(false), indent_level(0){} 125 formatted_raw_ostream& nl(formatted_raw_ostream &Out, int delta = 0); 127 inline void out() { if (indent_level >0) indent_level--; } function in class:__anon32756::CppWriter 163 formatted_raw_ostream &CppWriter::nl(formatted_raw_ostream &Out, int delta) { 164 Out << '\n'; 167 Out.indent(indent_level); 168 return Out; 207 Out << "ConstantFP::get(mod->getContext(), "; 208 Out << "APFloat(" [all...] |
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
x86-64.s | 260 out %al, (%dx) label 262 out %ax, (%dx) label 264 out %eax, (%dx) label
|
/external/valgrind/coregrind/ |
vgdb.c | 263 or check for cmd time out. */ 1077 FILE *out = on_stdout ? stdout : stderr; local [all...] |
/external/webp/src/dsp/ |
lossless_enc_sse2.c | 36 const __m128i out = _mm_sub_epi8(in, C); local 37 _mm_storeu_si128((__m128i*)&argb_data[i], out); 72 const __m128i out = _mm_sub_epi8(in, I); local 73 _mm_storeu_si128((__m128i*)&argb_data[i], out); 180 static void AddVector(const uint32_t* a, const uint32_t* b, uint32_t* out, 197 _mm_storeu_si128((__m128i*)&out[i + 0], _mm_add_epi32(a0, b0)); 198 _mm_storeu_si128((__m128i*)&out[i + 4], _mm_add_epi32(a1, b1)); 200 _mm_storeu_si128((__m128i*)&out[i + 8], _mm_add_epi32(a2, b2)); 201 _mm_storeu_si128((__m128i*)&out[i + 12], _mm_add_epi32(a3, b3)); 206 static void AddVectorEq(const uint32_t* a, uint32_t* out, int size) [all...] |
/external/webp/src/enc/ |
frame_enc.c | 476 const uint8_t* const out = it->yuv_out_; local 478 enc->sse_[0] += VP8SSE16x16(in + Y_OFF_ENC, out + Y_OFF_ENC); 479 enc->sse_[1] += VP8SSE8x8(in + U_OFF_ENC, out + U_OFF_ENC); 480 enc->sse_[2] += VP8SSE8x8(in + V_OFF_ENC, out + V_OFF_ENC);
|
/external/webrtc/webrtc/video/ |
video_quality_test.cc | 221 // at time-out check if frames_processed is going up. If so, give it more 520 FILE* out = graph_data_output_file_; local 527 fprintf(out, "%s\n", graph_title_.c_str()); 528 fprintf(out, "%" PRIuS "\n", samples_.size()); 529 fprintf(out, 549 fprintf(out, "%d %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRIuS 835 // Fill out codec settings. [all...] |
/external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/ |
AndroidTest.java | 50 // VoE level (0-255), corresponds to level 4 out of 5
649 FileOutputStream out = null;
local 651 out = new FileOutputStream(fr);
668 out.write(recBuffer);
960 // System.out.println(e.getMessage()); [all...] |
/external/wpa_supplicant_8/src/crypto/ |
crypto_module_tests.c | 88 u8 out[2 * AES_BLOCK_SIZE + sizeof(plaintext_2)]; local 97 1, addr, len, out)) { 101 if (os_memcmp(out, iv_c, sizeof(iv_c)) != 0) { 108 1, addr, len, out)) { 112 if (os_memcmp(out, plaintext, sizeof(plaintext)) != 0) { 128 3, addr, len, out)) { 132 if (os_memcmp(out, iv_c_2, sizeof(iv_c_2)) != 0) { 139 3, addr, len, out)) { 143 if (os_memcmp(out, plaintext_2, sizeof(plaintext_2)) != 0) { 475 u8 key[16], plain[16], cipher[16], out[16] local [all...] |
/frameworks/av/cmds/stagefright/ |
stagefright.cpp | 145 FILE *out = fopen(filename.string(), "wb"); local 164 out), 173 fclose(out); 174 out = NULL; 883 CHECK_EQ(writeJpegFile("/sdcard/out.jpg", [all...] |
/frameworks/av/include/media/ |
VolumeShaper.h | 198 const T out = powf(10.f, volume / 10.f); local 199 VS_LOG("in: %f out: %f", volume, out); 200 volume = out; [all...] |
/frameworks/av/media/libaudioprocessing/ |
AudioMixer.cpp | 241 ALOGE("AudioMixer::getTrackName out of available tracks"); 1452 int32_t *out = t1.mainBuffer; local 1546 int32_t *out = t1.mainBuffer; local 1603 int32_t* out = t.mainBuffer; local 1831 TO* out = reinterpret_cast<TO*>(t->mainBuffer); local [all...] |
/frameworks/av/media/libstagefright/ |
AVIExtractor.cpp | 185 MediaBuffer *out; local 186 CHECK_EQ(mBufferGroup->acquire_buffer(&out), (status_t)OK); 188 ssize_t n = mExtractor->mDataSource->readAt(offset, out->data(), size); 194 out->set_range(0, size); 196 out->meta_data()->setInt64(kKeyTime, timeUs); 199 out->meta_data()->setInt32(kKeyIsSyncFrame, 1); 203 *buffer = out; 207 mSplitter->append(out); 208 out->release(); 209 out = NULL [all...] |
/frameworks/av/media/libstagefright/mpeg2ts/ |
ESQueue.cpp | 1087 AString out; local [all...] |
/frameworks/base/core/java/android/app/backup/ |
BackupAgent.java | 572 // Now figure out which well-defined tree the file is placed in, working from 648 // Pull out the domain and set it aside to use when making the tarball. 1016 FileOutputStream out = new FileOutputStream(data.getFileDescriptor()); local [all...] |