/external/chromium_org/media/base/ |
audio_buffer_converter.cc | 71 scoped_refptr<AudioBuffer> out = queued_outputs_.front(); local 73 return out; 159 // all, and can early-out here.
|
audio_buffer_converter_unittest.cc | 67 scoped_refptr<AudioBuffer> out = audio_buffer_converter_->GetNextBuffer(); local 68 if (!out->end_of_stream()) { 69 output_frames_ += out->frame_count(); 70 EXPECT_EQ(out->sample_rate(), output_params_.sample_rate()); 71 EXPECT_EQ(out->channel_layout(), output_params_.channel_layout()); 72 EXPECT_EQ(out->channel_count(), output_params_.channels());
|
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/ |
matrix.cc | 67 Matrix_t out; local 69 out[0] = a[0] * b[0] + a[4] * b[1] + a[8] * b[2] + a[12] * b[3]; 70 out[1] = a[1] * b[0] + a[5] * b[1] + a[9] * b[2] + a[13] * b[3]; 71 out[2] = a[2] * b[0] + a[6] * b[1] + a[10] * b[2] + a[14] * b[3]; 72 out[3] = a[3] * b[0] + a[7] * b[1] + a[11] * b[2] + a[15] * b[3]; 74 out[4] = a[0] * b[4] + a[4] * b[5] + a[8] * b[6] + a[12] * b[7]; 75 out[5] = a[1] * b[4] + a[5] * b[5] + a[9] * b[6] + a[13] * b[7]; 76 out[6] = a[2] * b[4] + a[6] * b[5] + a[10] * b[6] + a[14] * b[7]; 77 out[7] = a[3] * b[4] + a[7] * b[5] + a[11] * b[6] + a[15] * b[7]; 79 out[8] = a[0] * b[8] + a[4] * b[9] + a[8] * b[10] + a[12] * b[11] [all...] |
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/ |
matrix.cc | 67 Matrix_t out; local 69 out[0] = a[0] * b[0] + a[4] * b[1] + a[8] * b[2] + a[12] * b[3]; 70 out[1] = a[1] * b[0] + a[5] * b[1] + a[9] * b[2] + a[13] * b[3]; 71 out[2] = a[2] * b[0] + a[6] * b[1] + a[10] * b[2] + a[14] * b[3]; 72 out[3] = a[3] * b[0] + a[7] * b[1] + a[11] * b[2] + a[15] * b[3]; 74 out[4] = a[0] * b[4] + a[4] * b[5] + a[8] * b[6] + a[12] * b[7]; 75 out[5] = a[1] * b[4] + a[5] * b[5] + a[9] * b[6] + a[13] * b[7]; 76 out[6] = a[2] * b[4] + a[6] * b[5] + a[10] * b[6] + a[14] * b[7]; 77 out[7] = a[3] * b[4] + a[7] * b[5] + a[11] * b[6] + a[15] * b[7]; 79 out[8] = a[0] * b[8] + a[4] * b[9] + a[8] * b[10] + a[12] * b[11] [all...] |
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_object.cc | 128 std::string out = cwd_; local 130 return out;
|
path.cc | 78 Path out; local 79 out.paths_ = paths_; 80 if (out.paths_.size()) 81 out.paths_.pop_back(); 82 return out;
|
/external/chromium_org/sdch/open-vcdiff/src/ |
encodetable_test.cc | 44 output_string(&out), 103 EXPECT_EQ(b, static_cast<unsigned char>(out[out_index])); 109 EXPECT_EQ(s, string(out.data() + out_index, size)); 114 EXPECT_EQ(out_index, out.size()); 142 string out; member in class:open_vcdiff::__anon14639::CodeTableWriterTest 182 EXPECT_TRUE(out.empty()); 190 EXPECT_TRUE(out.empty()); 192 out.clear(); 195 EXPECT_TRUE(out.empty()); 197 out.clear() [all...] |
/external/chromium_org/skia/ext/ |
recursive_gaussian_convolution.cc | 55 inline float BackwardFilter(const std::vector<float>& out, 64 b[1] * out[n + 1] + b[2] * out[n + 2] + b[3] * out[n + 3]; 67 b[1] * out[n + 1] + b[2] * out[n + 2] + b[3] * out[n + 3]; 87 unsigned char* out = output; local 90 ++r, in += source_row_stride, out += output_row_stride) { 128 out[output_index] = FloatTo8<absolute_values>(w_n) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/fileapi/ |
FileReaderLoader.cpp | 27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 230 // Bail out if we already encountered an error. 390 Vector<char> out; local 391 base64Encode(static_cast<const char*>(m_rawData->data()), m_rawData->byteLength(), out); local 392 out.append('\0'); 393 builder.append(out.data());
|
/external/chromium_org/third_party/WebKit/Source/platform/image-encoders/skia/ |
JPEGImageEncoder.cpp | 27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 53 JPEGOutputBuffer* out = static_cast<JPEGOutputBuffer*>(cinfo->dest); local 55 out->buffer.resize(internalBufferSize); 56 out->next_output_byte = out->buffer.data(); 57 out->free_in_buffer = out->buffer.size(); 62 JPEGOutputBuffer* out = static_cast<JPEGOutputBuffer*>(cinfo->dest); local 63 out->output->append(out->buffer.data(), out->buffer.size()) 71 JPEGOutputBuffer* out = static_cast<JPEGOutputBuffer*>(cinfo->dest); local [all...] |
/external/chromium_org/third_party/freetype/src/base/ |
ftgloadr.c | 372 FT_Outline* out = &target->base.outline; local 376 FT_ARRAY_COPY( out->points, in->points, 378 FT_ARRAY_COPY( out->tags, in->tags, 380 FT_ARRAY_COPY( out->contours, in->contours, 392 out->n_points = (short)num_points; 393 out->n_contours = (short)num_contours;
|
/external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/ |
DateFmtPerf.cpp | 143 ofstream out; local 144 out.open(argv[2]); 146 out << "<perfTestResults icu=\"c\" version=\"" << U_ICU_VERSION << "\">" << endl; 150 out << " <perfTestResult" << endl; 151 out << " test=\""; 154 case 0: out << "DateFormat"; break; 155 case 1: out << "BreakIterator Word"; break; 156 case 2: out << "BreakIterator Char"; break; 157 case 3: out << "NumbFormat"; break; 158 case 4: out << "Collation"; break [all...] |
/external/chromium_org/third_party/icu/source/tools/genrb/ |
prscmnts.cpp | 100 UnicodeString out = matcher.group(1, *status); local 102 return out.extract(*dest, destCapacity,*status); 201 UnicodeString out = matcher.group(1, *status); local 202 return out.extract(*dest, destCapacity,*status);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
optionsfile_unittest.cc | 24 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 152 std::string out; local 154 EXPECT_FALSE(store_->GetStringValue(kOptionWithEquals, &out)); 156 EXPECT_FALSE(store_->GetStringValue(kOptionWithNewline, &out)); 161 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out)); 162 EXPECT_EQ(kTestString1, out); 163 EXPECT_TRUE(store_->GetStringValue(kOptionWithUtf8, &out)); 164 EXPECT_EQ(kValueWithUtf8, out); 166 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out)); 167 EXPECT_EQ(kTestString1, out); [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
idct8x8_test.cc | 85 double out[64], out2[64]; local 93 out[j + i*8] = temp_out[j]; 99 temp_in[j] = out[j*8 + i];
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libmkv/ |
EbmlWriter.c | 125 signed long out = ((val & 0x003FFFFF) | 0x00200000) << 8; local 126 Ebml_Serialize(glob, &out, sizeof(out), 3);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_cliptest_tmp.h | 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 33 struct vertex_header *out = info->verts; local 54 float *position = out->data[pos]; 57 initialize_vertex_header(out); 64 clipvertex = out->data[cv]; 67 out->clip[i] = clipvertex[i]; 68 out->pre_clip_pos[i] = position[i]; 113 out->have_clipdist = 1; 116 clipdist = out->data[cd[0]][i]; 118 clipdist = out->data[cd[1]][i-4] [all...] |
/external/chromium_org/third_party/openmax_dl/dl/sp/api/ |
armSP.h | 97 OMX_U32 out; local 101 : "=r"(out) 104 return out;
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
crl2p7.c | 35 * The word 'cryptographic' can be left out if the rouines from the library 50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 81 * -out arg - output file - default stdout 89 BIO *in=NULL,*out=NULL; local 135 else if (strcmp(*argv,"-out") == 0) 164 BIO_printf(bio_err," -out arg output file\n"); 175 out=BIO_new(BIO_s_file()); 176 if ((in == NULL) || (out == NULL)) 243 BIO_set_fp(out,stdout,BIO_NOCLOSE); 247 out = BIO_push(tmpbio, out) [all...] |
dh.c | 36 * The word 'cryptographic' can be left out if the rouines from the library 51 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 80 * -out arg - output file - default stdout 93 BIO *in=NULL,*out=NULL; local 137 else if (strcmp(*argv,"-out") == 0) 175 BIO_printf(bio_err," -out arg output file\n"); 193 out=BIO_new(BIO_s_file()); 194 if ((in == NULL) || (out == NULL)) 212 BIO_set_fp(out,stdout,BIO_NOCLOSE); 216 out = BIO_push(tmpbio, out) [all...] |
genrsa.c | 35 * The word 'cryptographic' can be left out if the rouines from the library 50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 106 BIO *out=NULL; local 121 if ((out=BIO_new(BIO_s_file())) == NULL) 132 if (strcmp(*argv,"-out") == 0) 214 BIO_printf(bio_err," -out file output the key to 'file\n"); 240 BIO_set_fp(out,stdout,BIO_NOCLOSE); 244 out = BIO_push(tmpbio, out); 250 if (BIO_write_filename(out,outfile) <= 0 [all...] |
pkcs7.c | 35 * The word 'cryptographic' can be left out if the rouines from the library 50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 77 * -out arg - output file - default stdout 87 BIO *in=NULL,*out=NULL; local 130 else if (strcmp(*argv,"-out") == 0) 168 BIO_printf(bio_err," -out arg output file\n"); 186 out=BIO_new(BIO_s_file()); 187 if ((in == NULL) || (out == NULL)) 223 BIO_set_fp(out,stdout,BIO_NOCLOSE); 227 out = BIO_push(tmpbio, out) [all...] |
pkey.c | 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 74 BIO *in = NULL, *out = NULL; local 144 else if (!strcmp (*args, "-out")) 192 BIO_printf(bio_err, "-out file output file\n"); 212 if (!(out = BIO_new_file (outfile, "wb"))) 221 out = BIO_new_fp (stdout, BIO_NOCLOSE); 225 out = BIO_push(tmpbio, out); 244 PEM_write_bio_PUBKEY(out,pkey); 246 PEM_write_bio_PrivateKey(out, pkey, cipher [all...] |
sess_id.c | 35 * The word 'cryptographic' can be left out if the rouines from the library 50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 78 " -out arg - output file - default stdout\n", 95 BIO *out=NULL; local 130 else if (strcmp(*argv,"-out") == 0) 203 out=BIO_new(BIO_s_file()); 204 if (out == NULL) 212 BIO_set_fp(out,stdout,BIO_NOCLOSE); 216 out = BIO_push(tmpbio, out); [all...] |
spkac.c | 51 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 77 * -out arg - output file - default stdout 86 BIO *in = NULL,*out = NULL; local 117 else if (strcmp(*argv,"-out") == 0) 171 BIO_printf(bio_err," -out arg output file\n"); 209 if (outfile) out = BIO_new_file(outfile, "w"); 211 out = BIO_new_fp(stdout, BIO_NOCLOSE); 215 out = BIO_push(tmpbio, out); 220 if(!out) { [all...] |