Searched refs:line (Results 1 - 25 of 161) sorted by relevance

1234567

/frameworks/native/opengl/libs/tools/
H A Dglentrygen26 while (my $line = <>) {
27 next if $line =~ /^\//;
28 next if $line =~ /^#/;
29 next if $line =~ /^\s*$/;
30 if ($line !~ /^GL_API(CALL)?\s+(.+)\s+GL_APIENTRY\s+([\w]+)\s*\(([^\)]+)\);/) {
H A Dglenumsgen21 while (my $line = <STDIN>) {
22 next if $line =~ /^\//;
24 next if $line =~ /_BIT(\d+_|\s+)/;
25 if ($line !~ /^#define\s+(\S+)\s+(0x\S+)/) {
H A Dglapigen26 while (my $line = <>) {
27 next if $line =~ /^\//;
28 next if $line =~ /^#/;
29 next if $line =~ /^\s*$/;
30 if ($line !~ /^GL_API(CALL)?\s+(.+)\s+GL_APIENTRY\s+([\w]+)\s*\(([^\)]+)\);/) {
37 #printf("%s", $line);
H A Dgltracegen26 while (my $line = <>) {
27 next if $line =~ /^\//;
28 next if $line =~ /^#/;
29 next if $line =~ /^\s*$/;
30 if ($line !~ /^GL_ENTRY\(([^,]+), ([^,]+), ([^\)]+)\)/) {
/frameworks/wilhelm/src/
H A Dassert.c22 void __assert(const char *file, int line, const char *failedexpr) argument
24 LOG_ALWAYS_FATAL("assertion \"%s\" failed: file \"%s\", line %d", failedexpr, file, line);
28 void __assert2(const char *file, int line, const char *func, const char *failedexpr) argument
30 LOG_ALWAYS_FATAL("assertion \"%s\" failed: file \"%s\", line %d, function \"%s\"",
31 failedexpr, file, line, func);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DATResponseParser.java26 private String line; field in class:ATResponseParser
33 ATResponseParser (String line) argument
35 this.line = line;
49 char c = line.charAt(tokStart);
67 char c = line.charAt(i);
86 return line.substring(tokStart, tokEnd);
92 return next < line.length();
98 int len = line.length();
111 char c = line
[all...]
/frameworks/compile/libbcc/runtime/lib/
H A Deprintf.c27 const char* line, const char* file)
29 fprintf(stderr, format, assertion_expression, line, file);
26 __eprintf(const char* format, const char* assertion_expression, const char* line, const char* file) argument
/frameworks/compile/linkloader/utils/
H A Drsl_assert.cpp29 unsigned line,
33 llvm::errs() << "rslAssert [" << file << ":" << line << "] " << expr << "\n";
37 ALOGE("rslAssert [%s:%d] %s\n", file, line, expr);
28 ASSERT_FAILED(char const *file, unsigned line, char const *expr) argument
H A Drsl_assert.h25 unsigned line,
/frameworks/av/media/libstagefright/foundation/
H A Dhexdump.cpp47 AString line; local
49 appendIndent(&line, indent);
54 line.append(tmp);
58 line.append(' ');
61 line.append(" ");
64 line.append(tmp);
68 line.append(' ');
76 line.append((char)data[offset + i]);
78 line.append('.');
83 appendTo->append(line);
[all...]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DLineVerifierElem.java36 public LineVerifierElem addExpected(final String line) { argument
37 if (!TextUtils.isEmpty(line)) {
38 mExpectedLineList.add(line);
51 final String line = lineArray[i];
52 if (TextUtils.isEmpty(line)) {
56 if ("BEGIN:VCARD".equalsIgnoreCase(line)) {
58 TestCase.fail("Multiple \"BEGIN:VCARD\" line found");
63 } else if ("END:VCARD".equalsIgnoreCase(line)) {
65 TestCase.fail("Multiple \"END:VCARD\" line found");
72 "VERSION:4.0")).equalsIgnoreCase(line)) {
[all...]
/frameworks/av/libvideoeditor/osal/src/
H A DM4PSW_DebugTrace.c38 * void M4OSA_DebugTrace(M4OSA_Int32 line, char* file, M4OSA_Int32 level,
43 * @param line (IN): the line number in the source file
52 M4OSAL_TRACE_EXPORT_TYPE void M4OSA_DebugTrace(M4OSA_Int32 line, argument
70 printf("Error: %li, on %s: %s Line %lu in: %s\n",err,cond,msg,line,file);
75 M4OSAL_TRACE_EXPORT_TYPE M4OSA_Void M4OSA_DEBUG_traceFunction(M4OSA_UInt32 line, argument
82 M4OSA_DebugTrace(line, fileName, level, stringCondition, message, returnedError);
H A DM4PSW_Trace.c39 * void M4OSA_Trace(M4OSA_Int32 line, M4OSA_Char* file ,M4OSA_Int32 level,
52 M4OSAL_TRACE_EXPORT_TYPE void M4OSA_Trace(M4OSA_Int32 line, M4OSA_Char* file , argument
69 (char *)message, line, file);
74 M4OSAL_TRACE_EXPORT_TYPE M4OSA_Void M4OSA_TRACE_traceFunction(M4OSA_UInt32 line, argument
94 (char *)message, line, (char*)file);
/frameworks/base/tools/aapt/
H A DSourcePos.cpp14 int line; member in struct:ErrorPos
20 ErrorPos(const String8& file, int line, const String8& error, bool fatal);
32 :line(-1), fatal(false)
38 line(that.line),
46 line(l),
61 if (this->line < rhs.line) return true;
62 if (this->line == rhs.line) {
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DAndroidPrintStream.java46 protected void log(String line) { argument
47 Log.println(priority, tag, line);
/frameworks/compile/libbcc/tools/build/
H A Dgen-config-from-mk.py34 for line in f:
36 if conf_patt.match(line.strip()):
42 if split_patt.match(line.strip()):
48 match = var_patt.match(line.strip())
52 elif split_patt.match(line.strip()):
/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/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DVisualDiffUtils.java31 * Preprocesses the list of diffs so that new line characters appear only at the end of
36 * LinkedList of diffs where new line character appears only on the end of
69 String line = "";
79 line = processDiff(diff, lineNums, lines, line, i, delSpan, isLastDiff);
80 if (line.equals("")) {
86 // If the line is currently empty and this insertion is the entire line, the
87 // expected line is absent, so it has no line numbe
159 processDiff(diff_match_patch.Diff diff, LinkedList<Integer> lineNums, LinkedList<String> lines, String line, int i, String begSpan, boolean forceOutputLine) argument
[all...]
/frameworks/base/tools/preload/
H A DRecord.java18 * One line from the loaded-classes file.
93 /** Source file line# */
97 * Parses a line from the loaded-classes file.
99 Record(String line, int lineNum) { argument
100 char typeChar = line.charAt(0);
106 default: throw new AssertionError("Bad line: " + line);
112 line = line.replace(REPLACE_CLASSES[i], REPLACE_CLASSES[i+1]);
115 line
[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/av/media/libstagefright/wifi-display/
H A DParsedMessage.cpp104 AString line(&data[offset], lineEndOffset - offset);
107 // Special handling for the request/status line.
109 mDict.add(AString("_"), line);
120 if (line.c_str()[0] == ' ' || line.c_str()[0] == '\t') {
124 // Otherwise it's malformed since the first header line
128 value.append(line);
135 ssize_t colonPos = line.find(":");
137 AString key(line, 0, colonPos);
141 line
172 AString line; local
208 AString line; local
[all...]
/frameworks/compile/libbcc/tests/debuginfo/
H A Dtest_bcc_debuginfo.pl44 # at the beginning of a comment line.
47 my($line) = $_;
48 $i = index($line, "DEBUGGER:");
51 $s = substr($line, $i + $l);
/frameworks/av/media/libstagefright/codecs/aacenc/src/
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/base/core/java/android/text/
H A DSelection.java119 * offset, or return false if the cursor is already on the top line.
137 int line = layout.getLineForOffset(end);
139 if (line > 0) {
142 if (layout.getParagraphDirection(line) ==
143 layout.getParagraphDirection(line - 1)) {
145 move = layout.getOffsetForHorizontal(line - 1, h);
147 move = layout.getLineStart(line - 1);
160 * offset, or return false if the cursor is already on the bottom line.
178 int line = layout.getLineForOffset(end);
180 if (line < layou
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V21.java52 * Needed since "next line" may be null due to end of line.
71 final String line = super.readLine();
74 return line;
78 * Read one line, but make this object store it in its queue.
83 final String line = super.readLine();
87 mNextLine = line;
127 * Developers should not directly read a line from this object. Use
192 * @throws VCardException when the stream reached end of line
195 String line;
363 constructPropertyData(String line) argument
877 getPropertyNameUpperCase(String line) argument
[all...]

Completed in 1958 milliseconds

1234567