/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
continue.s | 2 ; broken up and that a continued line is.
|
rd-dw2-10.d | 5 # Continued line.
|
/external/guice/extensions/servlet/src/com/google/inject/servlet/ |
ContinuingHttpServletRequest.java | 67 throw new OutOfScopeException("Cannot access the session in a continued request"); 71 throw new UnsupportedOperationException("Cannot access the session in a continued request"); 75 throw new UnsupportedOperationException("Cannot access raw request on a continued request"); 95 // of a single request. Continued requests are not affected after snapshot time. 116 throw new UnsupportedOperationException("Cannot modify cookies on a continued request"); 120 throw new UnsupportedOperationException("Cannot modify cookies on a continued request"); 124 throw new UnsupportedOperationException("Cannot modify cookies on a continued request"); 128 throw new UnsupportedOperationException("Cannot modify cookies on a continued request"); 132 throw new UnsupportedOperationException("Cannot modify cookies on a continued request"); 136 throw new UnsupportedOperationException("Cannot modify cookies on a continued request") [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
ContinuedFraction.java | 25 * Provides a generic means to evaluate continued fractions. Subclasses simply 26 * provided the a and b coefficients to evaluate the continued fraction. 32 * Continued Fraction</a></li> 51 * Access the n-th a coefficient of the continued fraction. Since a can be 60 * Access the n-th b coefficient of the continued fraction. Since b can be 69 * Evaluates the continued fraction at the value x. 71 * @return the value of the continued fraction evaluated at x. 79 * Evaluates the continued fraction at the value x. 82 * @return the value of the continued fraction evaluated at x. 90 * Evaluates the continued fraction at the value x [all...] |
/external/libogg/doc/libogg/ |
ogg_page_continued.html | 20 <p>Indicates whether this page contains packet data which has been continued from the previous page. 43 1 if this page contains packet data continued from the last page.</li> 45 0 if this page does not contain continued data.</li>
|
/external/markdown/tests/misc/ |
multi-test.txt | 25 continued on several lines.
|
multi-test.html | 16 continued on several lines.
|
/external/icu/icu4c/source/common/unicode/ |
ustringtrie.h | 43 * The input unit(s) continued a matching string 50 * The input unit(s) continued a matching string 58 * The input unit(s) continued a matching string
|
/external/autotest/client/tests/uptime/ |
control | 10 sleeps for the same amount of time. Itterations continued
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
afranges.c | 121 AF_UNIRANGE_REC( 0x093DUL, 0x0950UL ), /* ... continued */ 123 AF_UNIRANGE_REC( 0x0953UL, 0x0963UL ), /* ... continued */ 125 AF_UNIRANGE_REC( 0x0966UL, 0x097FUL ), /* ... continued */ 201 AF_UNIRANGE_REC( 0x00ABUL, 0x00B1UL ), /* ... continued */ 202 AF_UNIRANGE_REC( 0x00B4UL, 0x00B8UL ), /* ... continued */ 203 AF_UNIRANGE_REC( 0x00BBUL, 0x00FFUL ), /* ... continued */ 208 AF_UNIRANGE_REC( 0x02E5UL, 0x02FFUL ), /* ... continued */ 212 AF_UNIRANGE_REC( 0x1D6BUL, 0x1D77UL ), /* ... continued */ 213 AF_UNIRANGE_REC( 0x1D79UL, 0x1D7FUL ), /* ... continued */ 222 AF_UNIRANGE_REC( 0x2C7EUL, 0x2C7FUL ), /* ... continued */ [all...] |
/cts/suite/audio_quality/lib/include/task/ |
TaskSequential.h | 42 * Execution will be continued even for error, and the 1st error result will be returned.
|
/external/curl/src/ |
tool_getpass.h | 31 * Returning NULL will abort the continued operation!
|
/external/markdown/bin/ |
markdown | 18 Started by [Manfred Stienstra](http://www.dwerg.net/). Continued and
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
comments | 9 ."the comment really continued, we place an echo command with some\n"
|
/prebuilts/go/darwin-x86/src/net/textproto/ |
reader.go | 71 // ReadContinuedLine reads a possibly continued line from r, 82 // continued... 85 // The first call to ReadContinuedLine will return "Line 1 continued..." 88 // A line consisting of only white space is never continued. 176 func (r *Reader) readCodeLine(expectCode int) (code int, continued bool, message string, err error) { 184 func parseCodeLine(line string, expectCode int) (code int, continued bool, message string, err error) { 189 continued = line[3] == '-' 220 code, continued, message, err := r.readCodeLine(expectCode) 221 if err == nil && continued { 250 code, continued, message, err := r.readCodeLine(expectCode [all...] |
/prebuilts/go/linux-x86/src/net/textproto/ |
reader.go | 71 // ReadContinuedLine reads a possibly continued line from r, 82 // continued... 85 // The first call to ReadContinuedLine will return "Line 1 continued..." 88 // A line consisting of only white space is never continued. 176 func (r *Reader) readCodeLine(expectCode int) (code int, continued bool, message string, err error) { 184 func parseCodeLine(line string, expectCode int) (code int, continued bool, message string, err error) { 189 continued = line[3] == '-' 220 code, continued, message, err := r.readCodeLine(expectCode) 221 if err == nil && continued { 250 code, continued, message, err := r.readCodeLine(expectCode [all...] |
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
ControlStructuresTest.java | 87 // 13. Continued table switch with hit 108 // 16. Continued lookup switch with hit
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
tokenize.py | 280 lnum = parenlev = continued = 0 294 if contstr: # continued string 315 elif parenlev == 0 and not continued: # new statement 355 else: # continued statement 358 continued = 0 393 if token[-1] == '\n': # continued string 404 elif initial == '\\': # continued stmt 405 continued = 1
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
tokenize.py | 280 lnum = parenlev = continued = 0 294 if contstr: # continued string 315 elif parenlev == 0 and not continued: # new statement 355 else: # continued statement 358 continued = 0 393 if token[-1] == '\n': # continued string 404 elif initial == '\\': # continued stmt 405 continued = 1
|
/prebuilts/go/darwin-x86/src/os/ |
exec_posix.go | 100 case status.Continued(): 101 res = "continued"
|
/prebuilts/go/linux-x86/src/os/ |
exec_posix.go | 100 case status.Continued(): 101 res = "continued"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
tokenize.py | 280 lnum = parenlev = continued = 0 294 if contstr: # continued string 315 elif parenlev == 0 and not continued: # new statement 355 else: # continued statement 358 continued = 0 393 if token[-1] == '\n': # continued string 404 elif initial == '\\': # continued stmt 405 continued = 1
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
tokenize.py | 280 lnum = parenlev = continued = 0 294 if contstr: # continued string 315 elif parenlev == 0 and not continued: # new statement 355 else: # continued statement 358 continued = 0 393 if token[-1] == '\n': # continued string 404 elif initial == '\\': # continued stmt 405 continued = 1
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/callbacks/ |
TreeCallback.java | 39 * @return if the query should be continued
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
waitflags.h | 32 #define WCONTINUED 8 /* Report continued child. */
|