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

<<71727374757677787980>>

  /device/linaro/hikey/audio/
audio_hw.c 89 static int start_output_stream(struct alsa_stream_out *out)
91 struct alsa_audio_device *adev = out->dev;
93 if (out->unavailable)
99 out->write_threshold = PLAYBACK_PERIOD_COUNT * PERIOD_SIZE;
100 out->config.start_threshold = PLAYBACK_PERIOD_START_THRESHOLD * PERIOD_SIZE;
101 out->config.avail_min = PERIOD_SIZE;
103 out->pcm = pcm_open(CARD_OUT, PORT_CODEC, PCM_OUT | PCM_MMAP | PCM_NOIRQ | PCM_MONOTONIC, &out->config);
105 if (!pcm_is_ready(out->pcm)) {
106 ALOGE("cannot open pcm_out driver: %s", pcm_get_error(out->pcm))
119 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; local
132 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; local
144 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; local
151 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; local
177 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; local
197 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; local
232 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; local
247 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; local
296 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; local
433 struct alsa_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/boringssl/src/ssl/
ssl_test.cc 12 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
574 static bool DecodeBase64(std::vector<uint8_t> *out, const char *in) {
581 out->resize(len);
582 if (!EVP_DecodeBase64(out->data(), &len, len, (const uint8_t *)in,
587 out->resize(len);
689 static bool CipherGetRFCName(std::string *out, uint16_t value) {
698 out->assign(rfc_name.get());
766 // Swap out the ticket for a garbage one.
885 std::vector<SSL_SESSION*> *out = local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderPackingFunctionTests.cpp 213 void* out = &outputs[0]; local
215 m_executor->execute(m_context, (int)inputs.size(), &in, &out);
320 void* out = &outputs[0]; local
322 m_executor->execute(m_context, (int)inputs.size(), &in, &out);
438 void* out = &outputs[0]; local
440 m_executor->execute(m_context, (int)inputs.size(), &in, &out);
545 void* out = &outputs[0]; local
547 m_executor->execute(m_context, (int)inputs.size(), &in, &out);
670 void* out = &outputs[0]; local
672 m_executor->execute(m_context, (int)inputs.size(), &in, &out);
789 void* out = &outputs[0]; local
917 void* out = &outputs[0]; local
1030 void* out = &outputs[0]; local
1162 void* out = &outputs[0]; local
1275 void* out = &outputs[0]; local
    [all...]
  /external/doclava/src/com/google/doclava/
PackageInfo.java 190 ArrayList<ClassInfo> out = new ArrayList<ClassInfo>(); local
194 out.add(cl);
198 return out.toArray(new ClassInfo[0]);
  /external/drm_hwcomposer/
hwcomposer.cpp 368 std::ostringstream out; local
370 ctx->drm.compositor()->Dump(&out);
371 std::string out_str = out.str();
554 // but it's not ruled out by the hwc specification
  /external/elfutils/libdwfl/
link_map.c 102 Return true iff we figured it out. */
887 Elf_Data out =
894 in.d_size = out.d_size;
897 (&out, &in, elfdata) != NULL))
975 Elf_Data out =
982 in.d_size = out.d_size;
985 (&out, &in, elfdata) != NULL))
883 Elf_Data out = local
971 Elf_Data out = local
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 257 // renormalize the out dir and file combination:
328 final int [] out = new int [1]; local
333 if (! COLUMNS.get (columnName, out))
342 _columns.add (out [0]);
356 final int [] out = new int [1]; local
392 COLUMNS.get (columnName, out);
394 _sort.add (out [0]); // sort attribute ID
405 final int [] out = new int [1]; local
425 nfe.printStackTrace (System.out);
434 COLUMNS.get (columnName, out);
    [all...]
  /external/emma/lib/internal/
stamptool.jar 
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlMessageBuilder.java 417 StringBuffer out = new StringBuffer(); local
420 out.append("<" + OUTER_FIELD_PAYLOAD + ">\n");
423 out.append("<" + OUTER_FIELD_STATUS + ">");
424 out.append(status);
425 out.append("</" + OUTER_FIELD_STATUS + ">\n");
429 out.append("<" + OUTER_FIELD_MSG_ID + ">");
430 out.append(mLastMessageId);
431 out.append("</" + OUTER_FIELD_MSG_ID + ">\n");
437 out.append("<" + OUTER_FIELD_TYPE + ">");
438 out.append(msgType)
    [all...]
  /external/guava/guava-tests/test/com/google/common/hash/
BloomFilterTest.java 53 // Ideally we would also test the bitSize() overflow of this BF, but it runs out of heap space
455 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
456 bf.writeTo(out);
458 assertEquals(bf, BloomFilter.readFrom(new ByteArrayInputStream(out.toByteArray()), funnel));
  /external/guava/guava-tests/test/com/google/common/io/
CharSourceTest.java 268 for (CharSink out : BROKEN_SINKS) {
269 runFailureTest(newNormalCharSource(), out); local
272 runFailureTest(BROKEN_CLOSE_SOURCE, out);
277 for (CharSink out : BROKEN_SINKS) {
278 runFailureTest(in, out);
296 for (CharSink out : BROKEN_SINKS) {
297 int suppressed = runSuppressionFailureTest(newNormalCharSource(), out);
300 suppressed = runSuppressionFailureTest(BROKEN_CLOSE_SOURCE, out);
305 for (CharSink out : BROKEN_SINKS) {
306 int suppressed = runSuppressionFailureTest(in, out);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBIDataWrapper.java 348 System.out.println("RBBI Data Wrapper dump ...");
349 System.out.println();
350 System.out.println("Forward State Table");
352 System.out.println("Reverse State Table");
354 System.out.println("Forward Safe Points Table");
356 System.out.println("Reverse Safe Points Table");
360 System.out.println("Source Rules: " + fRuleSource);
393 System.out.println(" -- null -- ");
401 System.out.println(header.toString());
403 System.out.print("-")
    [all...]
RBBITableBuilder.java 48 int[] fDtran; // Transitions out of this state.
108 System.out.println("Parse tree after flattening variable references.");
115 // tree. Means that all matches must start out with the
146 System.out.println("Parse tree after flattening Unicode Set references.");
163 System.out.print("\n");
415 // TODO: Add rule syntax for this behavior, get specifics out of here and
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
BytesTrie.java 362 * @param out Each next byte is 0-extended to a char and appended to this object.
363 * (Only uses the out.append(c) method.)
366 public int getNextBytes(Appendable out) /*const*/ {
372 append(out, bytes_[pos]&0xff); // Next byte of a pending linear-match node.
389 getNextBranchBytes(bytes_, pos, ++node, out);
393 append(out, bytes_[pos]&0xff);
    [all...]
CharsTrie.java 331 * @param out Each next char is appended to this object.
332 * (Only uses the out.append(c) method.)
335 public int getNextChars(Appendable out) /*const*/ {
341 append(out, chars_.charAt(pos)); // Next unit of a pending linear-match node.
357 getNextBranchChars(chars_, pos, ++node, out);
361 append(out, chars_.charAt(pos));
880 private static void getNextBranchChars(CharSequence chars, int pos, int length, Appendable out) {
883 getNextBranchChars(chars, jumpByDelta(chars, pos), length>>1, out)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/cldr/
TestCLDRVsICU.java 86 System.out.println();
92 // WARNING: THIS IS TEMPORARY DIRECTORY UNTIL THE FILES ARE STRAIGHTENED OUT
94 System.out.println();
106 System.out.print("-D" + key + "=\"" + temp + "\" ");
493 System.out.print("getTimeInstance");
497 System.out.print("getDateInstance");
502 System.out.print("getDateTimeInstance");
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
MessageRegression.java 111 * ICU 4.8: This test is commented out because toPattern() has been changed to return
533 String out = mf.format(new Object[]{new Integer(i)}); local
535 if (!out.equals(PREFIX[i]))
536 errln("" + i + ": Got \"" + out + "\"; Want \"" + PREFIX[i] + "\"");
539 if (!out.startsWith(PREFIX[i]) ||
540 !out.endsWith(SUFFIX[i]))
541 errln("" + i + ": Got \"" + out + "\"; Want \"" + PREFIX[i] + "\"...\"" +
566 String out = cf.format(j); local
567 if (!out.equals(DATA[i+1+j]))
569 out + "; want \"" + DATA[i+1+j] + '"')
    [all...]
  /external/icu/icu4c/source/common/
rbbi.cpp 858 // to carry out this operation
941 // out-of-range indexes are never boundary positions
1700 int32_t out = 0; local
    [all...]
  /external/icu/icu4c/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/icu/icu4c/source/test/intltest/
convtest.cpp 638 // Unfortunately, there are no good, direct set methods for finding out whether there are strings
647 UnicodeString out; local
652 diffSet.toPattern(out, TRUE);
653 if(out.length()>100) {
654 out.replace(100, 0x7fffffff, ellipsis, UPRV_LENGTHOF(ellipsis));
658 errln(out);
664 diffSet.toPattern(out, TRUE);
665 if(out.length()>100) {
666 out.replace(100, 0x7fffffff, ellipsis, UPRV_LENGTHOF(ellipsis));
670 errln(out);
    [all...]
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
howExpensiveIs.cpp 36 FILE *out = NULL; variable
107 out=fopen(outName,"w");
108 if(out==NULL) {
114 fprintf(out, "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n");
115 fprintf(out, "<tests icu=\"%s\">\n", U_ICU_VERSION);
116 fprintf(out, "<!-- %s -->\n", U_COPYRIGHT_STRING);
131 if(out!=NULL) {
133 udbg_writeIcuInfo(out);
135 fprintf(out, "</tests>\n");
136 fclose(out);
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/
DetectingViewer.java 238 int out = 0; local
256 buffer[out++] = b;
260 byte[] filtered = new byte[out];
262 System.arraycopy(buffer, 0, filtered, 0, out);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBIDataWrapper.java 347 System.out.println("RBBI Data Wrapper dump ...");
348 System.out.println();
349 System.out.println("Forward State Table");
351 System.out.println("Reverse State Table");
353 System.out.println("Forward Safe Points Table");
355 System.out.println("Reverse Safe Points Table");
359 System.out.println("Source Rules: " + fRuleSource);
392 System.out.println(" -- null -- ");
400 System.out.println(header.toString());
402 System.out.print("-")
    [all...]

Completed in 1468 milliseconds

<<71727374757677787980>>