/prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/ |
gmaven-runtime-support-1.5.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-junit.jar | |
/frameworks/base/services/core/java/com/android/server/am/ |
ActivityRecord.java | 416 // This starts out true, since the initial state of an activity [all...] |
/bionic/libc/kernel/uapi/rdma/ |
ib_user_cm.h | 54 __u16 out; member in struct:ib_ucm_cmd_hdr
|
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_FilesTest.java | 495 File out = new File(path); local 496 File dir = out.getParentFile(); 499 copier.copyToExternalStorage(resid, out);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
ForEachTest.java | 67 Allocation out = Allocation.createTyped(mRS, t); local 68 fe_all.forEach_test_i8(in, out); 81 out = Allocation.createTyped(mRS, t); 82 fe_all.forEach_test_i8_2(in, out); 95 out = Allocation.createTyped(mRS, t); 96 fe_all.forEach_test_i8_3(in, out); 109 out = Allocation.createTyped(mRS, t); 110 fe_all.forEach_test_i8_4(in, out); 123 out = Allocation.createTyped(mRS, t); 124 fe_all.forEach_test_i16(in, out); [all...] |
KernelTest.java | 67 Allocation out = Allocation.createTyped(mRS, t); local 68 kernel_all.forEach_test_i8(in, out); 81 out = Allocation.createTyped(mRS, t); 82 kernel_all.forEach_test_i8_2(in, out); 95 out = Allocation.createTyped(mRS, t); 96 kernel_all.forEach_test_i8_3(in, out); 109 out = Allocation.createTyped(mRS, t); 110 kernel_all.forEach_test_i8_4(in, out); 123 out = Allocation.createTyped(mRS, t); 124 kernel_all.forEach_test_i16(in, out); [all...] |
TestAbs.java | 39 public byte out; field in class:TestAbs.ArgumentsCharUchar 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 1), INPUTSIZE); local 46 script.forEach_testAbsCharUchar(inValue, out); 47 verifyResultsAbsCharUchar(inValue, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testAbsCharUchar(inValue, out); 54 verifyResultsAbsCharUchar(inValue, out, true); 60 private void verifyResultsAbsCharUchar(Allocation inValue, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 101 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 2), INPUTSIZE); local 108 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 2), INPUTSIZE); local 157 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 3), INPUTSIZE); local 164 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 3), INPUTSIZE); local 213 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 4), INPUTSIZE); local 220 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 4), INPUTSIZE); local 268 public short out; field in class:TestAbs.ArgumentsShortUshort 274 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 1), INPUTSIZE); local 281 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 1), INPUTSIZE); local 330 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 2), INPUTSIZE); local 337 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 2), INPUTSIZE); local 386 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 3), INPUTSIZE); local 393 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 3), INPUTSIZE); local 442 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 4), INPUTSIZE); local 449 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 4), INPUTSIZE); local 497 public int out; field in class:TestAbs.ArgumentsIntUint 503 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 1), INPUTSIZE); local 510 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 1), INPUTSIZE); local 559 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 2), INPUTSIZE); local 566 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 2), INPUTSIZE); local 615 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 3), INPUTSIZE); local 622 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 3), INPUTSIZE); local 671 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 4), INPUTSIZE); local 678 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 4), INPUTSIZE); local [all...] |
/cts/tests/tests/security/src/android/security/cts/ |
OpenSSLEarlyCCSTest.java | 382 OutputStream out, 399 out, 416 OutputStream out, 439 out.write(createChangeCipherSpecRecord(record.versionMajor, record.versionMinor)); 440 out.flush(); 446 out.write(recordBytes); 447 out.flush();
|
/dalvik/tools/hprof-conv/ |
HprofConv.c | 18 * Strip Android-specific records out of hprof data, back-converting from 247 static int ebWriteData(ExpandBuf* pBuf, FILE* out) 254 actual = fwrite(pBuf->storage, 1, pBuf->curLen, out); 424 * data to "out". 426 static int processHeapDump(ExpandBuf* pBuf, FILE* out) 560 if (ebWriteData(pOutBuf, out) != 0) 573 static int filterData(FILE* in, FILE* out) 601 if (ebWriteData(pBuf, out) != 0) 611 if (ebWriteData(pBuf, out) != 0) 653 if (processHeapDump(pBuf, out) != 0 677 FILE* out = stdout; local [all...] |
/device/generic/goldfish/audio/ |
audio_hw.c | 104 struct generic_stream_out *out = (struct generic_stream_out *)stream; local 117 out->device, 118 out->dev); 125 struct generic_stream_out *out = (struct generic_stream_out *)stream; local 140 out->device = (int)val; 152 struct generic_stream_out *out = (struct generic_stream_out *)stream; local 161 str_parms_add_int(reply, AUDIO_PARAMETER_STREAM_ROUTING, out->device); 186 struct generic_stream_out *out = (struct generic_stream_out *)stream; local 187 struct generic_audio_device *adev = out->dev; 378 struct generic_stream_out *out; local [all...] |
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
gUnitExecutor.java | 25 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 75 private PrintStream console = System.out; 183 //System.out.print(numOfTest + ". Running rule: " + rule + "; input: '" + input.testInput + "'"); 186 //System.out.println("; Expecting " + test.getExpected() + "; Success?: " + test.getExpected().equals(test.getResult(result))); 249 ByteArrayOutputStream out = new ByteArrayOutputStream(); local 251 ps = new PrintStream(out); 271 if ( out.toString().length()>0 ) { 272 stdout = out.toString(); 296 System.setErr(consoleErr); // Reset standard err out 342 ByteArrayOutputStream out = new ByteArrayOutputStream() local 485 ByteArrayOutputStream out = new ByteArrayOutputStream(); local [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
BaseRecognizer.java | 25 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 103 //System.out.println("match "+((TokenStream)input).LT(1)); 148 //System.out.println("viable tokens="+follow.toString(getTokenNames())); 149 //System.out.println("LT(1)="+((TokenStream)input).LT(1)); 155 //System.out.println("LT(1)=="+((TokenStream)input).LT(1)+" is consistent with what follows; inserting..."); 165 * To get out of recovery mode, the parser must successfully match 320 * want to have a lot of information spit out. Override in that case 538 System.out.println("local follow depth "+i+"="+ 628 // System.out.println("missing token"); 676 //System.out.println("consumeUntil "+tokenType) [all...] |
/external/chromium_org/cc/resources/ |
picture_layer_tiling_unittest.cc | 624 gfx::Rect out = PictureLayerTiling::ExpandRectEquallyToAreaBoundedBy( local 626 EXPECT_EQ(in.ToString(), out.ToString()); 633 gfx::Rect out = PictureLayerTiling::ExpandRectEquallyToAreaBoundedBy( local 635 EXPECT_EQ(out.bottom() - in.bottom(), in.y() - out.y()); 636 EXPECT_EQ(out.right() - in.right(), in.x() - out.x()); 637 EXPECT_EQ(out.width() - in.width(), out.height() - in.height()); 638 EXPECT_NEAR(100 * 100, out.width() * out.height(), 50) 646 gfx::Rect out = PictureLayerTiling::ExpandRectEquallyToAreaBoundedBy( local 659 gfx::Rect out = PictureLayerTiling::ExpandRectEquallyToAreaBoundedBy( local 668 gfx::Rect out = PictureLayerTiling::ExpandRectEquallyToAreaBoundedBy( local 677 gfx::Rect out = PictureLayerTiling::ExpandRectEquallyToAreaBoundedBy( local 686 gfx::Rect out = PictureLayerTiling::ExpandRectEquallyToAreaBoundedBy( local 695 gfx::Rect out = PictureLayerTiling::ExpandRectEquallyToAreaBoundedBy( local 704 gfx::Rect out = PictureLayerTiling::ExpandRectEquallyToAreaBoundedBy( local 713 gfx::Rect out = PictureLayerTiling::ExpandRectEquallyToAreaBoundedBy( local 727 gfx::Rect out = PictureLayerTiling::ExpandRectEquallyToAreaBoundedBy( local 741 gfx::Rect out = PictureLayerTiling::ExpandRectEquallyToAreaBoundedBy( local 755 gfx::Rect out = PictureLayerTiling::ExpandRectEquallyToAreaBoundedBy( local 769 gfx::Rect out = PictureLayerTiling::ExpandRectEquallyToAreaBoundedBy( local 784 gfx::Rect out = PictureLayerTiling::ExpandRectEquallyToAreaBoundedBy( local 799 gfx::Rect out = PictureLayerTiling::ExpandRectEquallyToAreaBoundedBy( local 808 gfx::Rect out = PictureLayerTiling::ExpandRectEquallyToAreaBoundedBy( local 817 gfx::Rect out = PictureLayerTiling::ExpandRectEquallyToAreaBoundedBy( local 833 gfx::Rect out = PictureLayerTiling::ExpandRectEquallyToAreaBoundedBy( local [all...] |
/external/chromium_org/chrome/browser/history/ |
top_sites_impl_unittest.cc | 1122 scoped_refptr<base::RefCountedMemory> out; local [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/ |
OAuth.php | 401 $out = $this->get_normalized_http_url(); variable 403 $out .= '?'.$post_data; 405 return $out; 421 $out = 'Authorization: OAuth realm="' . OAuthUtil::urlencode_rfc3986($realm) . '"'; variable 424 $out = 'Authorization: OAuth'; variable 432 $out .= ($first) ? ' ' : ','; 433 $out .= OAuthUtil::urlencode_rfc3986($k) . 439 return $out; 569 * figure out the signature with some defaults 753 // Can filter out any non-oauth parameters if needed (default behaviour 780 $out = array(); variable 792 $out = array(); variable [all...] |
/external/chromium_org/content/browser/appcache/ |
view_appcache_internals_job.cc | 66 void EmitPageStart(std::string* out) { 67 out->append( 82 void EmitPageEnd(std::string* out) { 83 out->append("</body></html>\n"); 88 std::string* out) { 89 out->append("<li>"); 90 out->append(net::EscapeForHTML(label)); 91 out->append(net::EscapeForHTML(data)); 92 out->append("</li>\n"); 96 std::string* out) { 255 false, false, out); local 378 EmitPageStart(out); variable 397 EmitPageEnd(out); variable 499 EmitPageStart(out); variable 511 EmitPageEnd(out); variable 575 EmitPageStart(out); variable 596 EmitPageEnd(out); variable [all...] |
/external/chromium_org/content/common/gpu/client/ |
gl_helper.cc | 143 unsigned char* out, 150 unsigned char* out, 155 unsigned char* out, 164 unsigned char* out, 414 unsigned char* out, 423 new Request(dst_size, bytes_per_row, row_stride_bytes, out, callback); 474 unsigned char* out, 519 out, 529 unsigned char* out, 551 out); 633 unsigned char* out = request->pixels; local [all...] |
/external/chromium_org/net/dns/ |
dns_config_service_win.cc | 78 DnsSystemSettings::RegString* out) const { 80 out->set = false; 85 LONG result = key_.ReadValue(name, &out->value); 87 out->set = true; 94 DnsSystemSettings::RegDword* out) const { 96 out->set = false; 101 LONG result = key_.ReadValueDW(name, &out->value); 103 out->set = true; 119 scoped_ptr<IP_ADAPTER_ADDRESSES, base::FreeDeleter> out; local 125 out.reset(static_cast<PIP_ADAPTER_ADDRESSES>(malloc(len))) [all...] |
dns_transaction_unittest.cc | 28 std::string out; local 29 EXPECT_TRUE(DNSDomainFromDot(dotted, &out)); 30 return out; 570 // Second attempt times out. 588 // Attempt receives mismatched response but times out because only one attempt [all...] |
/external/chromium_org/third_party/icu/source/common/ |
rbbi.cpp | 790 // to carry out this operation 873 // out-of-range indexes are never boundary positions 1690 int32_t out = 0; local [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cnmdptst.c | 639 UChar *out = NULL; local 650 out=(UChar*)malloc(sizeof(UChar) * (lneed+1) ); 652 unum_formatDouble(nf, x, out, lneed+1, &pos, &status); 658 /*printf("%f format with %d fraction digits to %s\n", x, maxFractionDigits, austrdup(out) );*/ 661 if (u_strcmp(out, res) != 0) 664 if(out != NULL) { 665 free(out); 1037 UChar *out = NULL; local [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
convtest.cpp | 610 // Unfortunately, there are no good, direct set methods for finding out whether there are strings 619 UnicodeString out; local 624 diffSet.toPattern(out, TRUE); 625 if(out.length()>100) { 626 out.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis)); 630 errln(out); 636 diffSet.toPattern(out, TRUE); 637 if(out.length()>100) { 638 out.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis)); 642 errln(out); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
stun_unittest.cc | 24 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 747 // But when written out, the buffers should look different. 879 talk_base::ByteBuffer out; local 908 talk_base::ByteBuffer out; local 937 talk_base::ByteBuffer out; local 967 talk_base::ByteBuffer out; local 1055 talk_base::ByteBuffer out; local 1078 talk_base::ByteBuffer out; local 1402 talk_base::ByteBuffer out; local [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans16_dspr2.c | 1222 int32_t out; local [all...] |