HomeSort by relevance Sort by last modified time
    Searched full:line (Results 251 - 275 of 6501) sorted by null

<<11121314151617181920>>

  /external/v8/tools/
js2c.py 49 lines = re.sub(r'//.*\n', '\n', lines) # end-of-line comments
66 for line in open(filename, "rt"):
67 if '#' in line:
68 line = line[:line.index('#')]
69 line = line.strip()
70 if len(line) > 0:
71 result.append(line)
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/
ld.info 85 * Options:: Command Line Options
91 2.1 Command Line Options
94 The linker supports a plethora of command-line options, but in actual
107 Some of the command-line options to `ld' may be specified at any
108 point in the command line. However, options which refer to files, such
110 option appears in the command line, relative to the object files and
113 occurrences (those further to the left on the command line) of that
119 command-line options, except that an object file argument may not be
160 driver (e.g. `gcc') then all the linker command line options should be
169 Here is a table of the generic command line switches accepted by th
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/
ld.info 85 * Options:: Command Line Options
91 2.1 Command Line Options
94 The linker supports a plethora of command-line options, but in actual
107 Some of the command-line options to `ld' may be specified at any
108 point in the command line. However, options which refer to files, such
110 option appears in the command line, relative to the object files and
113 occurrences (those further to the left on the command line) of that
119 command-line options, except that an object file argument may not be
160 driver (e.g. `gcc') then all the linker command line options should be
169 Here is a table of the generic command line switches accepted by th
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
ld.info 85 * Options:: Command Line Options
91 2.1 Command Line Options
94 The linker supports a plethora of command-line options, but in actual
107 Some of the command-line options to `ld' may be specified at any
108 point in the command line. However, options which refer to files, such
110 option appears in the command line, relative to the object files and
113 occurrences (those further to the left on the command line) of that
119 command-line options, except that an object file argument may not be
160 driver (e.g. `gcc') then all the linker command line options should be
169 Here is a table of the generic command line switches accepted by th
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/info/
bfd.info 252 linker has command line switches to allow users to throw it away.
276 mapping between symbols, source line numbers, and addresses in the
278 symbol information. Each symbol with an associated list of line
280 of a line number list consists of a pointer to the symbol, which
281 allows finding out the address of the function whose line number
283 offsets into the section and line numbers. Any format which can
800 #define bfd_find_nearest_line(abfd, sec, syms, off, file, func, line) \
802 (abfd, sec, syms, off, file, func, line))
804 #define bfd_find_line(abfd, syms, sym, file, line) \
806 (abfd, syms, sym, file, line))
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/
ld.info 84 * Options:: Command Line Options
90 2.1 Command Line Options
93 The linker supports a plethora of command-line options, but in actual
106 Some of the command-line options to `ld' may be specified at any
107 point in the command line. However, options which refer to files, such
109 option appears in the command line, relative to the object files and
112 occurrences (those further to the left on the command line) of that
118 command-line options, except that an object file argument may not be
159 driver (e.g. `gcc') then all the linker command line options should be
168 Here is a table of the generic command line switches accepted by th
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/info/
bfd.info 254 linker has command line switches to allow users to throw it away.
278 mapping between symbols, source line numbers, and addresses in the
280 symbol information. Each symbol with an associated list of line
282 of a line number list consists of a pointer to the symbol, which
283 allows finding out the address of the function whose line number
285 offsets into the section and line numbers. Any format which can
802 #define bfd_find_nearest_line(abfd, sec, syms, off, file, func, line) \
804 (abfd, sec, syms, off, file, func, line))
806 #define bfd_find_line(abfd, syms, sym, file, line) \
808 (abfd, syms, sym, file, line))
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
NoReadLogsPermissionTest.java 50 String line; local
52 String separator = System.getProperty("line.separator");
53 while ((line = reader.readLine()) != null) {
54 log.append(line);
  /dalvik/libcore/luni/src/test/java/junit/runner/
FailureDetailView.java 3 // The following line was removed for compatibility with Android libraries.
  /dalvik/vm/compiler/template/armv5te-vfp/
funop.S 3 * "instr" line that specifies an instruction that performs "s1 = op s0".
funopNarrower.S 3 * "instr" line that specifies an instruction that performs "s0 = op d0".
funopWider.S 3 * "instr" line that specifies an instruction that performs "d0 = op s0".
  /dalvik/vm/mterp/x86/
unop.S 3 * Generic 32-bit unary operation. Provide an "instr" line that
  /development/samples/ApiDemos/res/layout/
shape_drawable_1.xml 36 android:src="@drawable/line" />
46 android:src="@drawable/line" />
56 android:src="@drawable/line" />
66 android:src="@drawable/line" />
  /external/e2fsprogs/lib/ss/
ss_err.et 19 "Command line aborted"
  /external/freetype/src/base/
ftlcdfil.c 44 FT_Byte* line = bitmap->buffer; local
47 for ( ; height > 0; height--, line += bitmap->pitch )
53 val1 = line[0];
60 val1 = line[1];
71 val = line[xx];
80 line[xx - 2] = (FT_Byte)pix;
89 line[xx - 2] = (FT_Byte)pix;
93 line[xx - 1] = (FT_Byte)pix;
187 FT_Byte* line = bitmap->buffer; local
190 for ( ; height > 0; height--, line += pitch
    [all...]
  /external/icu4c/tools/ctestfw/unicode/
utimer.h 65 * double perfNormalization(NormFn fn,const char* mode,Line* fileLines,int32_t loopCount){
66 * int line;
85 * for (line=0; line < gNumFileLines; line++) {
87 * len = fileLines[line].len;
90 * retVal= fn(fileLines[line].name,len,dest,destCapacity,&error);
93 * fprintf(stderr,"Normalization of string in Windows API failed for mode %s. ErrorNo: %i at line number %i\n",mode,GetLastError(),line);
98 * fprintf(stderr,"Normalization of string in ICU API failed for mode %s. Error: %s at line number %i\n",mode,u_errorName(error),line)
    [all...]
  /external/proguard/src/proguard/classfile/editor/
LocalVariableTableAttributeEditor.java 37 * Creates a new LocalVariableTableAttributeEditor that will edit line numbers
38 * in the given line number table attribute.
47 * Adds a given line number to the line number table attribute.
LocalVariableTypeTableAttributeEditor.java 38 * Creates a new LocalVariableTypeTableAttributeEditor that will edit line numbers
39 * in the given line number table attribute.
48 * Adds a given line number to the line number table attribute.
  /external/quake/quake/src/QW/client/
console.h 29 int current; // line where next message will be printed
30 int x; // offset in current line for next print
31 int display; // bottom of console displays this line
45 void Con_DrawCharacter (int cx, int line, int num);
  /external/webkit/LayoutTests/platform/android-v8/storage/
statement-error-callback-expected.txt 1 CONSOLE MESSAGE: line 54: Uncaught Exception in Statement error callback
  /external/webkit/LayoutTests/storage/
statement-error-callback-expected.txt 1 CONSOLE MESSAGE: line 0: Exception in Statement error callback
  /external/webkit/WebCore/manual-tests/inspector/
command-line-api.html 5 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=20385">Bug 20385: Firebug command line extensions interfere with existing objects</a>.</p>
debugger-step-on-for-statements.html 5 /* place breakpoint on next line and click continue */ debugger;
14 Click the button and when the debugger breaks, set a breakpoint on the first line in the loop
22 TEST 2: Click 'Step over'. Debugger should step inside the loop to the next statement line.<br>
25 TEST 4: 'Step over' to the statement line and then 'Step over' again. Debugger should pause on
  /external/webkit/WebKit/mac/Misc/
OldWebAssertions.c 29 void WebReportAssertionFailure(const char *file, int line, const char *function, const char *assertion);
30 void WebReportError(const char *file, int line, const char *function, const char *format, ...);
32 void WebReportAssertionFailure(const char *file, int line, const char *function, const char *assertion)
36 void WebReportError(const char *file, int line, const char *function, const char *format, ...)

Completed in 270 milliseconds

<<11121314151617181920>>