HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 1951 - 1975 of 4549) sorted by null

<<71727374757677787980>>

  /frameworks/base/services/core/java/com/android/server/net/
NetworkPolicyManagerService.java 1613 XmlSerializer out = new FastXmlSerializer(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java 419 final XmlSerializer out = new FastXmlSerializer(); local
420 out.setOutput(stream, StandardCharsets.UTF_8.name());
421 out.startDocument(null, true);
422 out.startTag(null, TAG_NOTIFICATION_POLICY);
423 out.attribute(null, ATTR_VERSION, Integer.toString(DB_VERSION));
424 mZenModeHelper.writeXml(out, forBackup);
425 mRankingHelper.writeXml(out, forBackup);
426 out.endTag(null, TAG_NOTIFICATION_POLICY);
427 out.endDocument();
884 long[] out = new long[len]; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutService.java 477 // If the cache says background, reach out to AM. Since it'll internally need to hold
730 static void writeTagValue(XmlSerializer out, String tag, String value) throws IOException {
733 out.startTag(null, tag);
734 out.attribute(null, ATTR_VALUE, value);
735 out.endTag(null, tag);
738 static void writeTagValue(XmlSerializer out, String tag, long value) throws IOException {
739 writeTagValue(out, tag, Long.toString(value));
742 static void writeTagValue(XmlSerializer out, String tag, ComponentName name) throws IOException {
744 writeTagValue(out, tag, name.flattenToString());
747 static void writeTagExtra(XmlSerializer out, String tag, PersistableBundle bundle
795 XmlSerializer out = new FastXmlSerializer(); local
896 XmlSerializer out = new FastXmlSerializer(); local
1298 final FileOutputStreamWithPath out = openIconFileForWrite(userId, shortcut); local
    [all...]
ShortcutPackage.java 1318 NAME_CATEGORIES, out); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/
gmaven-runtime-support-1.5.jar 
  /prebuilts/tools/common/m2/repository/org/smali/util/2.1.3/
util-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.0.CR3/
netty-buffer-4.1.0.CR3.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/core/java/android/service/notification/
ZenModeConfig.java 461 public void writeXml(XmlSerializer out) throws IOException {
462 out.startTag(null, ZEN_TAG);
463 out.attribute(null, ZEN_ATT_VERSION, Integer.toString(XML_VERSION));
464 out.attribute(null, ZEN_ATT_USER, Integer.toString(user));
466 out.startTag(null, ALLOW_TAG);
467 out.attribute(null, ALLOW_ATT_CALLS, Boolean.toString(allowCalls));
468 out.attribute(null, ALLOW_ATT_REPEAT_CALLERS, Boolean.toString(allowRepeatCallers));
469 out.attribute(null, ALLOW_ATT_MESSAGES, Boolean.toString(allowMessages));
470 out.attribute(null, ALLOW_ATT_REMINDERS, Boolean.toString(allowReminders));
471 out.attribute(null, ALLOW_ATT_EVENTS, Boolean.toString(allowEvents))
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java     [all...]
  /prebuilts/tools/common/m2/repository/org/anarres/jarjar/jarjar-gradle/1.0.0/
jarjar-gradle-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant-testutil/1.8.2/
ant-testutil-1.8.2.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /bionic/libc/kernel/uapi/rdma/
ib_user_cm.h 54 __u16 out; member in struct:ib_ucm_cmd_hdr
  /bionic/tests/
string_test.cpp 1403 const char* out = basename(in); local
    [all...]
  /build/kati/
func.cc 44 // NinjaGenerator::TranslateCommand. Factor them out.
52 // stripped out.
567 string out; local
569 ShellFuncImpl(shell, cmd, &out, &fc);
574 cr->result = out;
577 *s += out;
691 { "filter-out", &FilterOutFunc, 2, 2, false, false },
  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
CommonExternalStorageTest.java 471 public static int copy(InputStream in, OutputStream out) throws IOException {
477 out.write(buffer, 0, c);
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
PhoneAccountTest.java 279 StringBuilder out = new StringBuilder(); local
281 out.append(str);
283 return out.toString();
  /cts/tests/tests/net/src/android/net/cts/
LocalSocketTest.java 69 FileDescriptor[] out = serverSocket.getAncillaryFileDescriptors(); local
70 assertEquals(1, out.length);
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_FilesTest.java 491 File out = new File(path); local
492 File dir = out.getParentFile();
495 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...]
ScriptGroupTest.java 213 Allocation in1, in2, out, resultAlloc; local
217 out = Allocation.createTyped(mRS, connect);
255 group.setOutput(node5.getKernelID_arith(), out); local
262 compare.forEach_compare(out);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestAbs.java 42 public byte out; field in class:TestAbs.ArgumentsCharUchar
48 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 1), INPUTSIZE); local
49 script.forEach_testAbsCharUchar(inV, out);
50 verifyResultsAbsCharUchar(inV, out, false);
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 1), INPUTSIZE); local
56 scriptRelaxed.forEach_testAbsCharUchar(inV, out);
57 verifyResultsAbsCharUchar(inV, out, true);
63 private void verifyResultsAbsCharUchar(Allocation inV, Allocation out, boolean relaxed) {
69 out.copyTo(arrayOut);
77 // Figure out what the outputs should have been
116 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 2), INPUTSIZE); local
123 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 2), INPUTSIZE); local
184 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 3), INPUTSIZE); local
191 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 3), INPUTSIZE); local
252 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 4), INPUTSIZE); local
259 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 4), INPUTSIZE); local
319 public short out; field in class:TestAbs.ArgumentsShortUshort
325 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 1), INPUTSIZE); local
332 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 1), INPUTSIZE); local
393 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 2), INPUTSIZE); local
400 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 2), INPUTSIZE); local
461 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 3), INPUTSIZE); local
468 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 3), INPUTSIZE); local
529 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 4), INPUTSIZE); local
536 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 4), INPUTSIZE); local
596 public int out; field in class:TestAbs.ArgumentsIntUint
602 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 1), INPUTSIZE); local
609 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 1), INPUTSIZE); local
670 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 2), INPUTSIZE); local
677 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 2), INPUTSIZE); local
738 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 3), INPUTSIZE); local
745 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 3), INPUTSIZE); local
806 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 4), INPUTSIZE); local
813 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 380 OutputStream out,
397 out,
414 OutputStream out,
437 out.write(createChangeCipherSpecRecord(record.versionMajor, record.versionMinor));
438 out.flush();
444 out.write(recordBytes);
445 out.flush();

Completed in 1012 milliseconds

<<71727374757677787980>>