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

<<71727374757677787980>>

  /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...]
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutPackage.java 1317 NAME_CATEGORIES, out); local
    [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 75 FileDescriptor[] out = serverSocket.getAncillaryFileDescriptors(); local
76 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();
  /dalvik/tools/hprof-conv/
HprofConv.c 18 * Strip Android-specific records out of hprof data, back-converting from
256 static int ebWriteData(ExpandBuf* pBuf, FILE* out)
263 actual = fwrite(pBuf->storage, 1, pBuf->curLen, out);
433 * data to "out".
435 static int processHeapDump(ExpandBuf* pBuf, FILE* out, int flags)
586 if (ebWriteData(pOutBuf, out) != 0)
599 static int filterData(FILE* in, FILE* out, int flags)
627 if (ebWriteData(pBuf, out) != 0)
637 if (ebWriteData(pBuf, out) != 0)
678 if (processHeapDump(pBuf, out, flags) != 0
707 FILE* out = NULL; 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...]
  /device/google/dragon/audio/hal/
cras_dsp_pipeline.c 122 /* The instance where the audio data flow out */
161 /* Finds out where the data sent to plugin:index come from. The issue
508 /* first figure out how many buffers do we need */
511 int out = ARRAY_COUNT(&instance->output_audio_ports); local
516 need_buf += out;
520 need_buf += out - in;
676 syslog(LOG_DEBUG, "connect audio buf %d to %s:%d (out)",
703 "connect control (val=%g) to %s:%d (out)",

Completed in 2072 milliseconds

<<71727374757677787980>>