/external/chromium_org/third_party/icu/source/test/intltest/ |
punyref.c | 133 punycode_uint n, delta, h, b, out, max_out, bias, j, m, q, k, t; local 138 delta = out = 0; 146 if (max_out - out < 2) return punycode_big_output; 147 output[out++] = (char) 154 h = b = out; 157 /* number of basic code points, and out is the number of characters */ 160 if (b > 0) output[out++] = delimiter; 191 if (out >= max_out) return punycode_big_output; 195 output[out++] = encode_digit(t + (q - t) % (base - t), 0); 199 output[out++] = encode_digit(q, case_flags && case_flags[j]) 222 punycode_uint n, out, i, max_out, bias, local [all...] |
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
stringutil.cc | 110 bool TryStripPrefixString(const string& in, const string& prefix, string* out) { 111 assert(out); 113 out->assign(has_prefix ? in.substr(prefix.length()) : in); 126 void GenericAtoi(const string& s, T* out) { 129 stream >> *out; local
|
/external/chromium_org/third_party/libwebp/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/chromium_org/third_party/libxml/src/ |
xmlcatalog.c | 482 FILE *out; local 487 out = fopen(argv[i + 1], "w"); 488 if (out == NULL) { 494 xmlACatalogDump(catal, out); 495 fclose(out); 502 out = fopen(XML_SGML_DEFAULT_CATALOG, "w"); 503 if (out == NULL) { 511 xmlACatalogDump(super, out); 512 fclose(out); 587 FILE *out; local [all...] |
/external/chromium_org/third_party/markupsafe/ |
_speedups.c | 58 PyUnicodeObject *out; local 65 /* First we need to figure out how long the escaped string will be */ 80 out = (PyUnicodeObject*)PyUnicode_FromUnicode(NULL, PyUnicode_GET_SIZE(in) + delta); 81 if (!out) 84 outp = PyUnicode_AS_UNICODE(out); 113 return (PyObject*)out;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_simple_shaders.c | 24 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 105 * MOV OUT[0], IMM[0] // (if writemask != 0xf) 106 * TEX OUT[0].writemask, IN[0], SAMP[0], 2D; 122 struct ureg_dst out; local 137 out = ureg_DECL_output( ureg, 144 ureg_MOV( ureg, out, imm ); 148 ureg_writemask(out, writemask), 184 struct ureg_dst out, depth; local 197 out = ureg_DECL_output( ureg, 207 ureg_MOV( ureg, out, imm ) 230 struct ureg_dst out, depth, stencil; local 284 struct ureg_dst out, stencil; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_wm_pass0.c | 23 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 108 printf("%s: out of params\n", __FUNCTION__); 157 printf("%s: out of constrefs\n", __FUNCTION__); 245 struct brw_wm_instruction *out, 254 out->dst[i] = get_value(c); 255 pass0_set_fpreg_value(c, dst->File, dst->Index, i, out->dst[i]); 259 out->writemask = writemask; 316 struct brw_wm_instruction *out = get_instruction(c); local 321 /* Copy some data out of the instruction 323 out->opcode = inst->Opcode [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_dma.c | 28 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 58 void radeonEmitVec4(uint32_t *out, const GLvoid * data, int stride, int count) 63 fprintf(stderr, "%s count %d stride %d out %p data %p\n", 64 __FUNCTION__, count, stride, (void *)out, (void *)data); 67 COPY_DWORDS(out, data, count); 70 out[0] = *(int *)data; 71 out++; 76 void radeonEmitVec8(uint32_t *out, const GLvoid * data, int stride, int count) 81 fprintf(stderr, "%s count %d stride %d out %p data %p\n", 82 __FUNCTION__, count, stride, (void *)out, (void *)data) 141 uint32_t *out; local 173 float *out; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_format.c | 24 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 1708 int *out = colorOut->i; local 1750 float *out = colorOut->f; local [all...] |
/external/chromium_org/third_party/skia/bench/ |
RTreeBench.cpp | 159 SkRect out = SkRect::MakeWH(SkIntToScalar(index+1), SkIntToScalar(index+1)); local 160 return out; 164 SkRect out; local 165 out.fLeft = SkIntToScalar(index % GRID_WIDTH); 166 out.fTop = SkIntToScalar(index / GRID_WIDTH); 167 out.fRight = out.fLeft + 1 + rand.nextRangeF(0, GENERATE_EXTENTS/3); 168 out.fBottom = out.fTop + 1 + rand.nextRangeF(0, GENERATE_EXTENTS/3); 169 return out; 172 SkRect out; local 181 SkRect out; local [all...] |
/external/chromium_org/third_party/skia/experimental/Intersection/ |
EdgeWalkerPolygon4x4_Test.cpp | 37 SkPath path, out; local 63 testSimplifyx(path, false, out, state, pathStr); 67 testSimplifyx(path, true, out, state, pathStr); 132 SkPath path, out; local 154 testSimplifyx(path, false, out, state, pathStr); 158 testSimplifyx(path, true, out, state, pathStr); 227 SkPath path, out; local 249 testSimplifyx(path, false, out, state, pathStr); 253 testSimplifyx(path, true, out, state, pathStr);
|
EdgeWalkerPolygons_Mismatches.cpp | 1608 SkPath path, out; local [all...] |
/external/chromium_org/third_party/webrtc/base/ |
asynchttprequest_unittest.cc | 105 StreamInterface* out = new MemoryStream(); local 111 out->Write(&ch, 1, NULL, NULL); 113 out->Rewind(); 114 t->response.set_success("text/plain", out);
|
stream_unittest.cc | 164 char out[kSize * 2]; local 173 EXPECT_EQ(SR_BLOCK, stream->Read(out, kSize, &bytes, NULL)); 189 EXPECT_EQ(SR_SUCCESS, stream->Read(out, kSize, &bytes, NULL)); 191 EXPECT_EQ(0, memcmp(in, out, kSize)); 194 EXPECT_EQ(SR_BLOCK, stream->Read(out, kSize, &bytes, NULL)); 201 EXPECT_EQ(SR_SUCCESS, stream->Read(out, kSize * 2, &bytes, NULL)); 203 EXPECT_EQ(0, memcmp(in, out, kSize)); 208 EXPECT_EQ(SR_SUCCESS, stream->Read(out, kSize / 2, &bytes, NULL)); 210 EXPECT_EQ(0, memcmp(in, out, kSize / 2)); 215 EXPECT_EQ(SR_SUCCESS, stream->Read(out, kSize / 2, &bytes, NULL)) 392 char out[kSize * 2]; local [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/ |
delay_estimator_wrapper.c | 28 uint32_t out = (in | mask); local 30 return out; 59 // - out : Binary spectrum. 66 uint32_t out = 0; local 89 out = SetBit(out, i - kBandFirst); 93 return out; 100 uint32_t out = 0; local 119 out = SetBit(out, i - kBandFirst) [all...] |
/external/chromium_org/third_party/zlib/ |
crc32.c | 99 out is a one). We start with the highest power (least significant bit) of 159 /* write out CRC tables to crc32.h */ 161 FILE *out; local 163 out = fopen("crc32.h", "w"); 164 if (out == NULL) return; 165 fprintf(out, "/* crc32.h -- tables for rapid CRC calculation\n"); 166 fprintf(out, " * Generated automatically by crc32.c\n */\n\n"); 167 fprintf(out, "local const unsigned long FAR "); 168 fprintf(out, "crc_table[TBLS][256] =\n{\n {\n"); 169 write_table(out, crc_table[0]) [all...] |
gzguts.h | 95 unsigned char *out; /* output buffer (double-sized when reading) */ member in struct:__anon109
|
/external/chromium_org/url/ |
url_util_unittest.cc | 54 // Control characters should be stripped out on the ends, and kept in the 228 const char* out; member in struct:url::ResolveRelativeCase 293 EXPECT_EQ(test_data.out, resolved) << i;
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
AnnotationItem.java | 153 ByteArrayAnnotatedOutput out = new ByteArrayAnnotatedOutput(); local 154 ValueEncoder encoder = new ValueEncoder(addedTo.getFile(), out); 157 encodedForm = out.toByteArray(); 168 * @param out {@code non-null;} where to output to 171 public void annotateTo(AnnotatedOutput out, String prefix) { 172 out.annotate(0, prefix + "visibility: " + 174 out.annotate(0, prefix + "type: " + annotation.getType().toHuman()); 180 out.annotate(0, prefix + name.toHuman() + ": " + 187 protected void writeTo0(DexFile file, AnnotatedOutput out) { 188 boolean annotates = out.annotates() [all...] |
TypeListItem.java | 92 protected void writeTo0(DexFile file, AnnotatedOutput out) { 96 if (out.annotates()) { 97 out.annotate(0, offsetString() + " type_list"); 98 out.annotate(HEADER_SIZE, " size: " + Hex.u4(sz)); 102 out.annotate(ELEMENT_SIZE, 107 out.writeInt(sz); 110 out.writeShort(typeIds.indexOf(list.getType(i)));
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
TwoColumnOutput.java | 32 private final Writer out; field in class:TwoColumnOutput 83 * @param out {@code non-null;} writer to send final output to 88 public TwoColumnOutput(Writer out, int leftWidth, int rightWidth, 90 if (out == null) { 91 throw new NullPointerException("out == null"); 109 this.out = out; 121 * @param out {@code non-null;} stream to send final output to 126 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth, 128 this(new OutputStreamWriter(out), leftWidth, rightWidth, spacer) [all...] |
/external/e2fsprogs/util/ |
subst.c | 74 * check to see if it is valid, and pull it out if it is. 305 FILE *in, *out; local 354 out = fopen(newfn, "w"); 355 if (!out) { 360 out = stdout; 368 fputs(line, out); 371 fclose(out);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/ |
RSSFeedCreateFeedTask.java | 79 System.out.println(Messages.getString("RSSFeedCreateFeedTask.Creating") + project + SP + Messages.getString("RSSFeedCommon.RSSFeedFile") + SP + file.toString() + ", " + Messages.getString("RSSFeedCommon.ToBePublishedAt") + feedURL); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ 83 writeFeedXML(createFeedXML(),System.out); 109 System.out.println(Messages.getString("RSSFeedCreateFeedTask.UnableToWriteToFile")+file); //$NON-NLS-1$
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/ |
RSSFeedUtil.java | 72 System.out.println(Messages.getString("RSSFeedPublisherTask.Execute") + SP + executable + (commandline==null?"":SP + commandline)); //$NON-NLS-1$ //$NON-NLS-2$ 90 String out = null; local 92 out = project.getProperty(RUN_EXEC_TASK_RESULT); 94 if (!isNullString(out) && !EXPECTED_RESULT.equals(out)) { 95 System.err.println(Messages.getString("RSSFeedPublisherTask.Result") + SP + out); //$NON-NLS-1$ local 99 out = project.getProperty(RUN_EXEC_TASK_OUTPUT); 100 if (!isNullString(out)) { 101 System.out.println(out); 109 System.err.println(Messages.getString("RSSFeedPublisherTask.Error") + SP + out); \/\/$NON-NLS-1\$ local [all...] |
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
MarketIO.h | 85 inline void PutMatrixElt(Scalar value, int row, int col, std::ofstream& out) 87 out << row << " "<< col << " " << value << "\n"; 90 inline void PutMatrixElt(std::complex<Scalar> value, int row, int col, std::ofstream& out) 92 out << row << " " << col << " " << value.real() << " " << value.imag() << "\n"; 97 inline void putVectorElt(Scalar value, std::ofstream& out) 99 out << value << "\n"; 102 inline void putVectorElt(std::complex<Scalar> value, std::ofstream& out) 104 out << value.real << " " << value.imag()<< "\n"; 227 std::ofstream out(filename.c_str(),std::ios::out); 265 internal::putVectorElt(vec(i), out); local [all...] |