/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
BufferedTreeNodeStream.java | 25 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 37 * This node stream sucks all nodes out of the tree specified in 144 //System.out.println("revIndex="+tokenTypeToStreamIndexesMap); 227 //System.out.print("LT(p="+p+","+k+")="); 242 System.out.println("start last node: "+i+" size=="+nodes.size()); 250 System.out.println("stop at node: "+i+" "+nodes.get(i)); 419 System.out.println("toString"); 426 //System.out.println("stop: "+stop); 428 System.out.print("toString: "+((CommonTree)start).getToken()+", "); 430 System.out.println(start) [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
MessageDigest2Test.java | 98 ByteArrayOutputStream out = new ByteArrayOutputStream(); local 99 DataOutputStream output = new DataOutputStream(out); 152 byte[] data = out.toByteArray(); 166 ByteArrayOutputStream out = new ByteArrayOutputStream(); local 167 DataOutputStream output = new DataOutputStream(out); 202 byte[] data = out.toByteArray();
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
PredicatedNodeTest.java | 199 // System.out.println("getProximityPosition - m_predicateIndex: "+m_predicateIndex); 326 // System.out.println("nPredicates: "+nPredicates); 341 // System.out.println("Executing predicate expression - waiting count: "+m_lpi.getWaitingCount()); 343 // System.out.println("\nBack from executing predicate expression - waiting count: "+m_lpi.getWaitingCount()); 344 // System.out.println("pred.getType(): "+pred.getType()); 349 System.out.flush(); 350 System.out.println("\n===== start predicate count ========"); 351 System.out.println("m_predicateIndex: " + m_predicateIndex); 352 // System.out.println("getProximityPosition(m_predicateIndex): " 354 System.out.println("pred.num(): " + pred.num()) [all...] |
/external/chromium_org/crypto/ |
p224.cc | 75 // Add computes *out = a+b 78 void Add(FieldElement* out, const FieldElement& a, const FieldElement& b) { 80 (*out)[i] = a[i] + b[i]; 95 // Subtract computes *out = a-b 98 // out[i] < 2**32 99 void Subtract(FieldElement* out, const FieldElement& a, const FieldElement& b) { 102 (*out)[i] = a[i] + kZero31ModP[i] - b[i]; 126 void ReduceLarge(FieldElement* out, LargeFieldElement* inptr) { 143 // As the values become small enough, we start to store them in |out| and use 147 (*out)[i] = static_cast<uint32>(in[i] & kBottom28Bits) 296 FieldElement& out = *inout; local [all...] |
/external/chromium_org/extensions/browser/api/cast_channel/ |
cast_channel_api.cc | 55 std::string out; local 56 base::JSONWriter::Write(dict.get(), &out); 57 return out; 501 scoped_ptr<char[]> out = api_->GetLogger()->GetLogs(&length); local 502 if (out.get()) { 503 SetResult(new base::BinaryValue(out.Pass(), length));
|
/external/chromium_org/sync/syncable/ |
model_type.cc | 206 FullModelTypeSet out; local 208 out.Put(i.Get()); 210 return out; 832 // TODO(akalin): Figure out a better way to do these mappings. [all...] |
/external/chromium_org/third_party/boringssl/src/crypto/bn/ |
bn_test.c | 34 * The word 'cryptographic' can be left out if the rouines from the library 49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 125 static void ERR_print_errors_fp(FILE *out) { 128 static void message(BIO *out, char *m) { 129 BIO_puts(out, "print \"test "); 130 BIO_puts(out, m); 131 BIO_puts(out, "\\n\"\n"); 136 BIO *out = NULL; local 148 else if (strcmp(*argv, "-out") == 0) { 162 out = BIO_new(BIO_s_file()) 1343 uint8_t zeros[256], out[256], reference[128]; local [all...] |
/external/chromium_org/third_party/icu/source/samples/ucnv/ |
convsamp.cpp | 165 This example first creates a UChar String out of the Unicode chars. 222 // Print it out 234 "Sample 03: C: print out all converters\n"); 342 // simply ran out of space - we'll reset the target ptr the next 350 // Break out of the loop (by force) 362 } while (source < sourceLimit); // while simply out of space 365 printf("%d letters out of %d total UChars.\n", letters, total); 481 printf("%d letters out of %d total UChars.\n", letters, total); 546 // Print it out 626 /* print out the original source * 870 FILE *out; local 975 FILE *out; local 1082 UChar *target = output, *out; local [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
msfmrgts.cpp | 150 * ICU 4.8: This test is commented out because toPattern() has been changed to return 882 UnicodeString out; local 883 //out = mf->format(new Object[]{new Integer(i)}); 888 out = mf->format(objs, 1, out, pos, status); 938 UnicodeString out; local [all...] |
tchcfmt.cpp | 194 // if (status != U_ZERO_ERROR) return; // TODO: analyze why we have such a bad bail out here! 585 UnicodeString out; local 586 logln((UnicodeString)" toPattern: " + fmt.toPattern(out)); 591 out.truncate(0); 592 fmt.format(v[i], out); 593 if (out == str[i]) { 594 logln((UnicodeString)"Ok: " + v[i] + " => " + out); 596 errln((UnicodeString)"FAIL: " + v[i] + " => " + out +
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
derb.c | 43 static void printOutBundle(UFILE *out, UConverter *converter, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status); 44 static void printString(UFILE *out, UConverter *converter, const UChar *str, int32_t len); 45 static void printCString(UFILE *out, UConverter *converter, const char *str, int32_t len); 46 static void printIndent(UFILE *out, UConverter *converter, int32_t indent); 47 static void printHex(UFILE *out, UConverter *converter, uint8_t what); 242 UFILE *out = NULL; local 267 out = u_get_stdout(); 288 out = u_fopen(thefile, "w", NULL, encoding); 289 if (!out) { 297 ucnv_setFromUCallBack(u_fgetConverter(out), UCNV_FROM_U_CALLBACK_ESCAPE, UCNV_ESCAPE_C, 0, 0, &status) [all...] |
wrtjava.c | 83 static FileStream* out=NULL; variable 246 write_tabs(out); 283 T_FileStream_write(out,"\"",1); 285 T_FileStream_write(out,current,add); 286 T_FileStream_write(out,"\" +\n",4); 287 write_tabs(out); 289 T_FileStream_write(out,current,bufLen-len); 294 T_FileStream_write(out,"\"",1); 295 T_FileStream_write(out, buf,bufLen); 298 T_FileStream_write(out,"\",\n",3) [all...] |
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
pkg_genc.c | 59 write8(FileStream *out, uint8_t byte, uint32_t column); 62 write32(FileStream *out, uint32_t byte, uint32_t column); 66 write8str(FileStream *out, uint8_t byte, uint32_t column); 266 FileStream *in, *out; local 276 out=T_FileStream_open(bufferStr, "w"); 277 if(out==NULL) { 307 T_FileStream_writeLine(out, bufferStr); 308 T_FileStream_writeLine(out, assemblyHeader[assemblyHeaderIndex].beginLine); 322 column = write32(out, buffer[i], column); 326 T_FileStream_writeLine(out, "\n") 351 FileStream *in, *out; local 773 FileStream *in, *out; local [all...] |
/external/chromium_org/third_party/libwebp/dec/ |
webp.c | 273 // Fetch '*width', '*height', '*has_alpha' and fill out 'headers' based on 416 // fill out headers, ignore width/height/has_alpha. 657 uint8_t* const out = Decode(MODE_YUV, data, data_size, local 660 if (out != NULL) { 668 return out; 786 return 0; // out of frame boundary error
|
/external/chromium_org/third_party/libwebp/utils/ |
quant_levels_dec.c | 84 uint16_t* const out = p->end_; local 92 out[x] = new_value - cur[x]; // vertical sum of 'r' pixels. 110 uint16_t* const out = p->average_; local 118 out[x] = (delta * scale) >> FIX; 122 out[x] = (delta * scale) >> FIX; 127 out[x] = (delta * scale) >> FIX;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/ |
translate_generic.c | 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 100 DSTTYPE *out = (DSTTYPE *)ptr; \ 103 out[i] = TO(in[i]); \ 242 ubyte *out = (ubyte *)ptr; local 243 out[0] = TO_8_UNORM(in[3]); 244 out[1] = TO_8_UNORM(in[0]); 245 out[2] = TO_8_UNORM(in[1]); 246 out[3] = TO_8_UNORM(in[2]); 253 ubyte *out = (ubyte *)ptr; local 254 out[2] = TO_8_UNORM(in[0]) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_rast_tri.c | 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 261 struct { unsigned mask:16; unsigned i:8; unsigned j:8; } out[16]; local 341 out[nr].i = i; 342 out[nr].j = j; 343 out[nr].mask = mask; 356 x + 4 * out[i].j, 357 y + 4 * out[i].i, 358 0xffff & ~out[i].mask);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_from_sm4.cpp | 59 struct nv50_ir_varying out[3][PIPE_MAX_SHADER_OUTPUTS]; member in class:__anon18464::Converter 739 info.out[r].mask |= ~sm4.params_out[i].ReadWriteMask; 740 info.out[r].id = r; 741 if (info.out[r].regular) // already assigned semantic name/index 743 info.out[r].regular = 1; 744 info.out[r].patch = 0; 751 info.out[r].sn = TGSI_SEMANTIC_COLOR; 752 info.out[r].si = info.prop.fp.numColourResults++; 754 info.out[r].sn = TGSI_SEMANTIC_GENERIC; 755 info.out[r].si = n++ [all...] |
nv50_ir_ssa.cpp | 18 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 230 BasicBlock *out = BasicBlock::get(ei.getNode()); local 231 if (out == bb) 233 if (out->cfg.visit(seq)) 234 buildLiveSetsPreSSA(out, seq); 236 bb->liveSet = out->liveSet; 238 bb->liveSet |= out->liveSet;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/ |
xa_tgsi.c | 20 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 50 * OUT[0] = vertex pos 51 * OUT[1] = src tex coord | solid fill color 52 * OUT[2] = mask tex coord 53 * OUT[3] = dst tex coord 65 * OUT[0] = color 144 struct ureg_dst out, 183 ureg_TEX(ureg, out, TGSI_TEXTURE_1D, ureg_src(temp2), sampler); 195 struct ureg_dst out, 251 ureg_TEX(ureg, out, TGSI_TEXTURE_1D, ureg_src(temp2), sampler) 325 struct ureg_dst out = ureg_DECL_output(ureg, local 436 struct ureg_dst out; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_exa_tgsi.c | 26 * OUT[0] = vertex pos 27 * OUT[1] = src tex coord | solid fill color 28 * OUT[2] = mask tex coord 29 * OUT[3] = dst tex coord 41 * OUT[0] = color 121 struct ureg_dst out, 167 ureg_TEX(ureg, out, 181 struct ureg_dst out, 252 ureg_TEX(ureg, out, TGSI_TEXTURE_1D, 329 struct ureg_dst out = ureg_DECL_output(ureg local 462 struct ureg_dst out; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
vbo_split_copy.c | 22 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 83 GLuint out; member in struct:copy_context::__anon19217 288 copy->vert_cache[slot].out = copy->dstbuf_nr++; 298 /* printf(" --> emit %d\n", copy->vert_cache[slot].out); */ 299 copy->dstelt[copy->dstelt_nr++] = copy->vert_cache[slot].out; 499 /* Figure out the maximum allowed vertex buffer size:
|
/external/chromium_org/third_party/opus/src/src/ |
mlp_train.c | 24 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 140 float *in, *out; local 142 out = outputs + s*outDim; 156 error[i] = out[i] - netOut[i];
|
/external/chromium_org/third_party/re2/util/ |
pcre.cc | 354 string out; local 375 out.push_back((*str)[start]); 389 out.append(*str, start, matchstart - start); 390 pattern.Rewrite(&out, rewrite, *str, vec, matches); 400 out.append(*str, start, str->length() - start); 401 swap(out, *str); 408 string *out) { 413 out->clear(); 414 return pattern.Rewrite(out, rewrite, text, vec, matches); 514 // is filled, but we miss out on the positions of the extra subpatterns [all...] |
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/ |
SkPdfNativeTokenizer.cpp | 126 unsigned char* out) { 128 bool hasOut = (out != NULL); 143 if (hasOut) { *out = kLF_PdfWhiteSpace; } 144 out++; 149 if (hasOut) { *out = kCR_PdfWhiteSpace; } 150 out++; 155 if (hasOut) { *out = kHT_PdfWhiteSpace; } 156 out++; 162 if (hasOut) { *out = kBackspace_PdfSpecial; } 163 out++ 256 unsigned char* out = (unsigned char*)allocator->alloc(outLength); local 404 unsigned char* out = (unsigned char*)allocator->alloc(outLength); local 532 unsigned char* out = (unsigned char*)allocator->alloc(outLength); local [all...] |