Searched defs:line (Results 26 - 50 of 94) sorted by relevance

1234

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDriverCall.java56 fromCLCCLine(String line) { argument
61 ATResponseParser p = new ATResponseParser(line);
76 // like "NOT AVAILABLE" in the CLCC line
93 Log.e(LOG_TAG,"Invalid CLCC line: '" + line + "'");
/frameworks/wilhelm/src/
H A Dlocks.c34 void object_lock_exclusive_(IObject *thiz, const char *file, int line) argument
54 SL_LOGE("%s:%d: recursive lock detected", file, line);
57 SL_LOGE("%s:%d: pthread_mutex_lock_timeout_np returned %d", file, line, ok);
74 " (tid %d) at %s:%d\n", file, line, *(void **)&me, gettid(), thiz,
94 " %p (tid %d) at %s:%d\n", file, line, *(void **)&me, gettid(), thiz,
98 " state by pthread %p (tid %d) at %s:%d\n", file, line, *(void **)&me, gettid(),
105 thiz->mLine = line;
122 void object_unlock_exclusive_(IObject *thiz, const char *file, int line) argument
129 thiz->mLine = line;
150 const char *file, int line)
149 object_unlock_exclusive_attributes_(IObject *thiz, unsigned attributes, const char *file, int line) argument
275 object_cond_wait_(IObject *thiz, const char *file, int line) argument
[all...]
/frameworks/wilhelm/tests/examples/
H A DslesTestBassBoostPath.cpp38 void ExitOnErrorFunc( SLresult result , int line) argument
41 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);
H A DslesTestPlayFdPath.cpp38 void ExitOnErrorFunc( SLresult result , int line) argument
41 fprintf(stdout, "%u error code encountered at line %d, exiting\n", result, line);
H A DslesTestVirtualizerPath.cpp38 void ExitOnErrorFunc( SLresult result , int line) argument
41 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);
H A DslesTestEqFdPath.cpp38 void ExitOnErrorFunc( SLresult result , int line) argument
41 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);
H A DslesTestEqOutputPath.cpp38 void ExitOnErrorFunc( SLresult result , int line) argument
41 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);
H A DslesTestRecBuffQueue.cpp71 void ExitOnErrorFunc( SLresult result , int line) argument
74 fprintf(stdout, "%u error code encountered at line %d, exiting\n", result, line);
H A DslesTestSendToPresetReverb.cpp39 void ExitOnErrorFunc( SLresult result , int line) argument
42 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);
H A DxaVideoDecoderCapabilities.cpp35 void ExitOnErrorFunc( XAresult result , int line) argument
38 fprintf(stderr, "Error %u encountered at line %d, exiting\n", result, line);
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayStreamType.cpp36 void ExitOnErrorFunc( SLresult result , int line) argument
39 fprintf(stdout, "%u error code encountered at line %d, exiting\n", result, line);
H A DslesTest_playStates.cpp36 void ExitOnErrorFunc( SLresult result , int line) argument
39 fprintf(stdout, "%u error code encountered at line %d, exiting\n", result, line);
H A DslesTestGetPositionUri.cpp47 void ExitOnErrorFunc( SLresult result , int line) argument
50 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);
H A DslesTestLoopUri.cpp53 void ExitOnErrorFunc( SLresult result , int line) argument
56 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);
H A DslesTestManyPlayers.cpp59 void ExitOnErrorFunc( SLresult result, int playerId, int line) argument
63 fprintf(stderr, "Error %u code encountered at line %d, exiting\n", result, line);
65 fprintf(stderr, "Error %u code encountered at line %d for player %d, exiting\n",
66 result, line, playerId);
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dpsy_main.c259 Word16 line; /* counts through lines */ local
297 for(line=0; line<FRAME_LEN_LONG; line++) {
319 for (line=hPsyConfLong->sfbOffset[sfb+1] - 1; line>=hPsyConfLong->sfbOffset[sfb]; line--) {
321 if (psyData[ch].mdctSpectrum[line] != 0) break;
323 if (line >= hPsyConfLong->sfbOffset[sfb]) break;
H A Dquantize.c109 Word32 line; local
122 for (line=0; line<noOfLines; line++) {
126 mdctSpeL = mdctSpectrum[line];
165 quaSpectrum[line] = qua ;
170 for (line=0; line<noOfLines; line++) {
174 mdctSpeL = mdctSpectrum[line];
235 Word32 line; local
331 Word32 line; local
[all...]
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp165 AString line; local
167 line.setTo(&data[offset], offsetLF - offset - 1);
169 line.setTo(&data[offset], offsetLF - offset);
172 // ALOGI("#%s#", line.c_str());
174 if (line.empty()) {
179 if (lineNo == 0 && line == "#EXTM3U") {
186 if (line.startsWith("#EXT-X-TARGETDURATION")) {
190 err = parseMetaData(line, &mMeta, "target-duration");
191 } else if (line.startsWith("#EXT-X-MEDIA-SEQUENCE")) {
195 err = parseMetaData(line,
274 parseMetaData( const AString &line, sp<AMessage> *meta, const char *key) argument
298 parseMetaDataDuration( const AString &line, sp<AMessage> *meta, const char *key) argument
322 parseStreamInf( const AString &line, sp<AMessage> *meta) argument
379 FindNextUnquoted( const AString &line, char what, size_t offset) argument
400 parseCipherInfo( const AString &line, sp<AMessage> *meta, const AString &baseURI) argument
469 parseByteRange( const AString &line, uint64_t curOffset, uint64_t *length, uint64_t *offset) argument
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DASessionDescription.cpp65 AString line; local
67 // We accept both '\n' and '\r\n' line endings, if it's
69 line.setTo(desc, i, eolPos - i - 1);
71 line.setTo(desc, i, eolPos - i);
74 if (line.empty()) {
79 if (line.size() < 2 || line.c_str()[1] != '=') {
83 ALOGI("%s", line.c_str());
85 switch (line.c_str()[0]) {
88 if (strcmp(line
[all...]
/frameworks/base/core/java/android/text/
H A DBoringLayout.java27 * fits on a single line and is all left-to-right characters.
211 TextLine line = TextLine.obtain();
212 line.set(paint, source, 0, source.length(), Layout.DIR_LEFT_TO_RIGHT,
214 mMax = (int) FloatMath.ceil(line.metrics(null));
215 TextLine.recycle(line);
305 TextLine line = TextLine.obtain();
306 line.set(paint, text, 0, length, Layout.DIR_LEFT_TO_RIGHT,
308 fm.width = (int) FloatMath.ceil(line.metrics(fm));
309 TextLine.recycle(line);
328 public int getLineTop(int line) { argument
336 getLineDescent(int line) argument
341 getLineStart(int line) argument
349 getParagraphDirection(int line) argument
354 getLineContainsTab(int line) argument
359 getLineMax(int line) argument
364 getLineDirections(int line) argument
379 getEllipsisCount(int line) argument
384 getEllipsisStart(int line) argument
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DLoggingPrintStream.java32 * A print stream which logs output line by line.
70 * Logs the given line.
72 protected abstract void log(String line); argument
80 * Searches buffer for line breaks and logs a message for each one.
82 * @param completely true if the ending chars should be treated as a line
83 * even though they don't end in a line break
91 // Log one line for each line break.
303 // Log one line fo
[all...]
/frameworks/base/core/tests/coretests/src/android/text/
H A DStaticLayoutTest.java39 * metrics and line metrics.
64 * Basic test showing effect of includePad = true with 1 line.
65 * Top and bottom padding are affected, as is the line descent and height.
80 * Ascent of top line and descent of bottom line are affected.
97 * First line ascent is top, bottom line descent is bottom.
311 private void assertLineMetrics(Layout l, int line, argument
313 String info = "line " + line;
[all...]
/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp141 char line[256]; local
159 while (fgets(line, 256, cfg)) {
161 if (sscanf(line, "%u %u %s", &dpy, &impl, tag) == 3) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DIsimUiccRecords.java259 public void setVoiceMessageWaiting(int line, int countWaiting) { argument
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp43 void ExitOnErrorFunc( SLresult result , int line) argument
46 fprintf(stdout, "%u error code encountered at line %d, exiting\n", result, line);

Completed in 283 milliseconds

1234