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

<<21222324252627282930>>

  /dalvik/vm/mterp/armv5te/
unop.S 3 * Generic 32-bit unary operation. Provide an "instr" line that
  /dalvik/vm/mterp/armv6t2/
unop.S 3 * Generic 32-bit unary operation. Provide an "instr" line that
unopWider.S 3 * Generic 32bit-to-64bit unary operation. Provide an "instr" line
  /dalvik/vm/mterp/x86/
binop.S 3 * Generic 32-bit binary operation. Provide an "instr" line that
binopLit16.S 3 * Generic 32-bit "lit16" binary operation. Provide an "instr" line
binopLit8.S 3 * Generic 32-bit "lit8" binary operation. Provide an "instr" line
  /development/samples/ApiDemos/res/drawable/
shape_4.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="line">
  /development/tools/hosttestlib/src/com/android/hosttest/
DeviceTestRunner.java 32 * Command line interface for running DeviceTest tests.
39 * @see junit.textui.TestRunner for more information on command line syntax.
53 * Extracts out DeviceTestCase specific command line arguments, then passes control to parent
55 * @param args command line arguments
  /external/dropbear/libtomcrypt/src/misc/crypt/
crypt_argchk.c 22 fprintf(stderr, "LTC_ARGCHK '%s' failure on line %d of file %s\n",
  /external/e2fsprogs/lib/ss/
ct_c.sed 8 # (for the command_table line)
18 # (there may be more than one 'cmd' or 'opt' line
21 # followed by the next line which will have the form:
30 # line
  /external/embunit/src/
AssertImpl.c 39 void assertImplementationInt(int expected,int actual, long line, const char *file)
54 addFailure(buffer, line, file);
57 void assertImplementationCStr(const char *expected,const char *actual, long line, const char *file)
99 addFailure(buffer, line, file);
  /external/freetype/src/raster/
ftraster.h 33 /* Uncomment the following line if you are using ftraster.c as a */
  /external/icu4c/samples/ugrep/
readme.txt 7 -n, --line-number Prefix each line of output with the line number within its input file.
12 specified files, and outputs each matching line.
  /external/iproute2/misc/
lnstat.h 18 unsigned int num; /* field number in line */
  /external/jpeg/
jconfig.mac 36 #define USE_CCOMMAND /* Command line reader for Macintosh */
  /external/junit/src/junit/swingui/
StatusLine.java 12 * A status line component.
  /external/qemu/hw/
arm_pic.c 42 hw_error("arm_pic_cpu_handler: Bad interrput line %d\n", irq);
  /external/skia/emoji/
GmojiMaker.cpp 74 std::cerr << "Expected hex char on line " << lineNo
81 std::cerr << "PUA not in expected range " << pua << " line "
86 std::cerr << "PUA value not in ascending order line "
112 else if ((i % perLine) == (perLine - 1)) { // last one on line
  /external/skia/src/animator/
SkDrawLine.h 25 DECLARE_MEMBER_INFO(Line);
  /external/skia/src/svg/
SkSVGLine.h 24 DECLARE_SVG_INFO(Line);
  /external/tcpdump/
atime.awk 2 # given a tcpdump ftp trace, output one line for each ack
stime.awk 2 # given a tcpdump ftp trace, output one line for each send
  /external/v8/test/mjsunit/
debug-stepin-call-function-stub.js 66 return "s"; // expected line
75 return "s2"; // expected line
88 expected_source_line_text = ' return "s"; // expected line';
104 expected_source_line_text = ' return "s2"; // expected line';
  /external/webkit/JavaScriptCore/
jsc.cpp 281 Vector<char, 256> line; local
287 line.append(c);
289 line.append('\0');
290 return jsString(exec, line.data());
389 fileName = "[Command Line]";
423 char* line = readline(interactivePrompt); local
424 if (!line)
426 if (line[0])
427 add_history(line);
428 Completion completion = evaluate(globalObject->globalExec(), globalObject->globalScopeChain(), makeSource(line, interpreterName))
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
lexical-047.js 40 "line breaks within a for expression" +

Completed in 331 milliseconds

<<21222324252627282930>>