/art/test/994-breakpoint-line/src/art/ |
Breakpoint.java | 162 LineNumber[] out = new LineNumber[lines.length]; local 164 out[i] = new LineNumber(location[i], lines[i]); 166 return out;
|
/art/test/995-breakpoints-throw/src/art/ |
Breakpoint.java | 162 LineNumber[] out = new LineNumber[lines.length]; local 164 out[i] = new LineNumber(location[i], lines[i]); 166 return out;
|
/art/test/996-breakpoint-obsolete/src/art/ |
Breakpoint.java | 162 LineNumber[] out = new LineNumber[lines.length]; local 164 out[i] = new LineNumber(location[i], lines[i]); 166 return out;
|
/art/test/997-single-step/src/art/ |
Breakpoint.java | 162 LineNumber[] out = new LineNumber[lines.length]; local 164 out[i] = new LineNumber(location[i], lines[i]); 166 return out;
|
/bionic/libc/bionic/ |
ifaddrs.cpp | 24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 109 // ...and work out the netmask from the prefix length. 161 ifaddrs** out = reinterpret_cast<ifaddrs**>(context); local 167 ifaddrs_storage* new_addr = new ifaddrs_storage(out); 197 const ifaddrs_storage* addr = reinterpret_cast<const ifaddrs_storage*>(*out); 205 ifaddrs_storage* new_addr = new ifaddrs_storage(out); 236 int getifaddrs(ifaddrs** out) { 237 // We construct the result directly into `out`, so terminate the list. 238 *out = nullptr; 242 bool okay = nc.SendRequest(RTM_GETLINK) && nc.ReadResponses(__getifaddrs_callback, out) & [all...] |
/bionic/tests/ |
wchar_test.cpp | 95 char out[MB_LEN_MAX]; local 101 EXPECT_EQ(static_cast<size_t>(-1), wcrtomb(out, 0x00a2, &ps)); 113 EXPECT_EQ(1U, wcrtomb(out, L'\0', &ps)); 245 wchar_t out[8]; local 247 out[0] = 'x'; 248 ASSERT_EQ(0, mbtowc(out, "hello", 0)); 249 ASSERT_EQ('x', out[0]); 251 ASSERT_EQ(0, mbtowc(out, "hello", 0)); 252 ASSERT_EQ(0, mbtowc(out, "", 0)); 253 ASSERT_EQ(1, mbtowc(out, "hello", 1)) 264 wchar_t out[8]; local 310 wchar_t out; local 347 wchar_t out[4]; local 402 wchar_t out; local [all...] |
/build/soong/cmd/soong_zip/ |
soong_zip.go | 131 out = flag.String("o", "", "file to write zip file to") 208 if *out == "" { 232 err := w.write(*out, pathMappings, *manifest) 269 func (z *zipWriter) write(out string, pathMappings []pathMapping, manifest string) error { 270 f, err := os.Create(out) 278 os.Remove(out) 289 // compress won't take a corresponding longer time writing out. 474 // data out to the zipfile. 130 out = flag.String("o", "", "file to write zip file to") var
|
/cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/ |
AccessoryTestCompanion.java | 118 UsbEndpoint out = getEndpoint(iface, UsbConstants.USB_DIR_OUT); local 125 testName = nextTest(connection, in, out, true); 136 numTransferred = connection.bulkTransfer(out, buffer, 32, 0); 150 numTransferred = connection.bulkTransfer(out, buffer, 32, 0); 161 numTransferred = connection.bulkTransfer(out, buffer, 16, 0); 163 numTransferred = connection.bulkTransfer(out, buffer, 16, 16, 0); 168 case "measure out transfer speed": { 185 numTransferred = connection.bulkTransfer(out, confirm, 1, 0); 197 connection.bulkTransfer(out, buffer, MAX_BUFFER_SIZE, 0); 203 numTransferred = connection.bulkTransfer(out, confirm, 1, 0) [all...] |
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
DeviceInfoStore.java | 46 FileOutputStream out = new FileOutputStream(mJsonFile); local 47 mJsonWriter = new JsonWriter(new OutputStreamWriter(out, StandardCharsets.UTF_8));
|
/cts/common/host-side/util/src/com/android/compatibility/common/util/ |
HostInfoStore.java | 45 FileOutputStream out = new FileOutputStream(mJsonFile); local 46 mJsonWriter = new JsonWriter(new OutputStreamWriter(out, StandardCharsets.UTF_8));
|
/cts/hostsidetests/backup/FullBackupOnly/src/ |
FullBackupOnlyBackupAgent.java | 97 DataOutputStream out = new DataOutputStream(outstream); local 98 out.writeInt(value);
|
/cts/tests/backup/src/android/backup/cts/ |
BaseBackupCtsTest.java | 140 StringBuilder out = new StringBuilder(); local 142 out.append(str); 144 return out.toString();
|
/cts/tests/openglperf2/test/ |
MatrixTest.cpp | 232 float out[4]; local 240 Matrix::multiplyVector(out, m, in); 241 checkValues(out, expected, 4);
|
/cts/tests/tests/content/src/android/content/cts/util/ |
XmlUtils.java | 178 * @param out Where to write the XML data. 185 public static final void writeMapXml(Map val, OutputStream out) 188 serializer.setOutput(out, StandardCharsets.UTF_8.name()); 200 * @param out Where to write the XML data. 207 public static final void writeListXml(List val, OutputStream out) 211 serializer.setOutput(out, StandardCharsets.UTF_8.name()); 225 * @param out XmlSerializer to write the map into. 232 public static final void writeMapXml(Map val, String name, XmlSerializer out) 234 writeMapXml(val, name, out, null); 244 * @param out XmlSerializer to write the map into 299 writeValueXml(e.getValue(), (String)e.getKey(), out, callback); local 334 writeValueXml(val.get(i), null, out); local [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
MemoryFileTest.java | 68 OutputStream out = mMemoryFile.getOutputStream(); local 69 assertNotNull(out); 70 out.write(bs);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
GetElementAt.java | 31 private int[] out; field in class:GetElementAt 70 out = new int[size]; 84 mOut.copyTo(out); 86 assertEquals("idx = " + k, in[k], out[k]); 105 mOut.copyTo(out); 107 assertEquals("idx = " + k, in[k], out[k]);
|
/cts/tests/tests/view/src/android/view/cts/util/ |
XmlUtils.java | 175 * @param out Where to write the XML data. 182 public static final void writeListXml(List val, OutputStream out) 186 serializer.setOutput(out, StandardCharsets.UTF_8.name()); 200 * @param out XmlSerializer to write the map into. 206 public static final void writeMapXml(Map val, String name, XmlSerializer out) 208 writeMapXml(val, name, out, null); 218 * @param out XmlSerializer to write the map into. 227 public static final void writeMapXml(Map val, String name, XmlSerializer out, 231 out.startTag(null, "null"); 232 out.endTag(null, "null") 271 writeValueXml(e.getValue(), (String)e.getKey(), out, callback); local 306 writeValueXml(val.get(i), null, out); local [all...] |
/cts/tests/tests/widget/src/android/widget/cts/util/ |
XmlUtils.java | 176 * @param out Where to write the XML data. 183 public static final void writeListXml(List val, OutputStream out) 187 serializer.setOutput(out, StandardCharsets.UTF_8.name()); 201 * @param out XmlSerializer to write the map into. 207 public static final void writeMapXml(Map val, String name, XmlSerializer out) 209 writeMapXml(val, name, out, null); 219 * @param out XmlSerializer to write the map into. 228 public static final void writeMapXml(Map val, String name, XmlSerializer out, 232 out.startTag(null, "null"); 233 out.endTag(null, "null") 272 writeValueXml(e.getValue(), (String)e.getKey(), out, callback); local 307 writeValueXml(val.get(i), null, out); local [all...] |
/cts/tools/cfassembler/src/dxconvext/ |
ClassFileParser.java | 46 * /home/fjost/android/workspace/out/classes_javac this is the place where 74 // e.g. <out-path>/test/p1/MyTest.class 90 // Writer w = new OutputStreamWriter(System.out); 108 out("//@class:" + className, 0); 135 out("// ========== start-ParseMember:" + name + ", offset " 138 // out("// "+dumpReadableString(ba)); 139 // out(" "+dumpBytes(ba)); 155 out("// ========== end-ParseMember:" + name + ", desc: " 157 // out("// "+dumpReadableString(ba)); 158 // out(" "+dumpBytes(ba)) 250 private void out(String msg, int cur_indent) { method in class:ClassFileParser [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
AnnotationItem.java | 155 ByteArrayAnnotatedOutput out = new ByteArrayAnnotatedOutput(); local 156 ValueEncoder encoder = new ValueEncoder(addedTo.getFile(), out); 159 encodedForm = out.toByteArray(); 170 * @param out {@code non-null;} where to output to 173 public void annotateTo(AnnotatedOutput out, String prefix) { 174 out.annotate(0, prefix + "visibility: " + 176 out.annotate(0, prefix + "type: " + annotation.getType().toHuman()); 182 out.annotate(0, prefix + name.toHuman() + ": " + 189 protected void writeTo0(DexFile file, AnnotatedOutput out) { 190 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)));
|
/dalvik/dexgen/src/com/android/dexgen/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...] |
/dalvik/dx/src/com/android/dx/command/findusages/ |
FindUsages.java | 39 private final PrintWriter out; field in class:FindUsages 44 public FindUsages(final Dex dex, String declaredBy, String memberName, final PrintWriter out) { 46 this.out = out; 83 out.println(location() + ": field reference " + dex.fieldIds().get(fieldId) 93 out.println(location() + ": method reference " + dex.methodIds().get(methodId) 111 * Prints usages to out. 130 out.println(location() + " field declared " + dex.fieldIds().get(fieldIndex)); 138 out.println(location() + " method declared " + dex.methodIds().get(methodIndex));
|
/dalvik/dx/src/com/android/dx/dex/file/ |
AnnotationItem.java | 155 ByteArrayAnnotatedOutput out = new ByteArrayAnnotatedOutput(); local 156 ValueEncoder encoder = new ValueEncoder(addedTo.getFile(), out); 159 encodedForm = out.toByteArray(); 170 * @param out {@code non-null;} where to output to 173 public void annotateTo(AnnotatedOutput out, String prefix) { 174 out.annotate(0, prefix + "visibility: " + 176 out.annotate(0, prefix + "type: " + annotation.getType().toHuman()); 182 out.annotate(0, prefix + name.toHuman() + ": " + 189 protected void writeTo0(DexFile file, AnnotatedOutput out) { 190 boolean annotates = out.annotates() [all...] |
TypeListItem.java | 91 protected void writeTo0(DexFile file, AnnotatedOutput out) { 95 if (out.annotates()) { 96 out.annotate(0, offsetString() + " type_list"); 97 out.annotate(HEADER_SIZE, " size: " + Hex.u4(sz)); 101 out.annotate(ELEMENT_SIZE, 106 out.writeInt(sz); 109 out.writeShort(typeIds.indexOf(list.getType(i)));
|