OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:terminator
(Results
1 - 25
of
409
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/JavaScriptCore/tests/mozilla/ecma/SourceText/
6-1.js
46
interpreted as a line
terminator
(Unicode character 000A is line feed) and
49
program, it is likewise interpreted as a line
terminator
, which is not
56
the literal and is never interpreted as a line
terminator
or as a quote mark
73
"// the following character should not be interpreted as a line
terminator
in a comment: \u000A",
82
"// the following character should not be interpreted as a line
terminator
in a comment: \\n 'FAILED'",
86
// the following character should noy be interpreted as a line
terminator
: \\n testcases[tc].actual = "FAILED"
91
"// the following character should not be interpreted as a line
terminator
in a comment: \\u000A 'FAILED'",
95
// the following character should not be interpreted as a line
terminator
: \u000A testcases[tc].actual = "FAILED"
98
"// the following character should not be interpreted as a line
terminator
in a comment: \n 'PASSED'",
101
// the following character should not be interpreted as a line
terminator
: \n testcases[tc].actual = 'FAILED
[
all
...]
/bionic/libc/arch-x86/string/
index.S
22
testb %dl,%dl /* null
terminator
??? */
strlen.S
13
xorl %eax,%eax /* set search for null
terminator
*/
rindex.S
26
testb %bl,%bl /* null
terminator
??? */
/external/icu4c/tools/toolutil/
uparse.c
299
const char **
terminator
,
324
*
terminator
=end;
343
*
terminator
=end;
351
const char *
terminator
;
local
353
u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &
terminator
, pErrorCode);
355
terminator
=u_skipWhitespace(
terminator
);
356
if(*
terminator
!=';' && *
terminator
!=0) {
/libcore/luni/src/main/java/java/io/
LineNumberInputStream.java
23
* line
terminator
sequences are {@code '\r'}, {@code '\n'} and {@code "\r\n"}.
24
* When using {@code read}, line
terminator
sequences are always translated into
104
* The line number count is incremented if a line
terminator
is encountered.
105
* Recognized line
terminator
sequences are {@code '\r'}, {@code '\n'} and
106
* {@code "\r\n"}. Line
terminator
sequences are always translated into
143
* The line number count is incremented if a line
terminator
is encountered.
144
* Recognized line
terminator
sequences are {@code '\r'}, {@code '\n'} and
145
* {@code "\r\n"}. Line
terminator
sequences are always translated into
231
*
terminator
sequences are skipped.
LineNumberReader.java
103
* The line number count is incremented if a line
terminator
is encountered.
104
* Recognized line
terminator
sequences are {@code '\r'}, {@code '\n'} and
105
* {@code "\r\n"}. Line
terminator
sequences are always translated into
140
* The line number count is incremented if a line
terminator
is encountered.
141
* Recognized line
terminator
sequences are {@code '\r'}, {@code '\n'} and
249
*
terminator
sequences are skipped.
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
Terminator.java
22
public interface
Terminator
{
Experiment.java
43
protected
Terminator
mTerminator;
89
public void run(Context context,
Terminator
t) {
ExperimentService.java
37
public class ExperimentService extends Service implements
Terminator
{
70
* Implements
Terminator
, to clean up when the experiment indicates it
/external/webkit/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.3-1.js
47
"a comment with a line
terminator
string, and text following",
75
testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line
terminator
of single-line comment";
/bionic/libc/include/sys/
system_properties.h
42
** \0
terminator
to the provided pointer. The total bytes
61
** of the value. Copies the value and \0
terminator
into
63
**
terminator
) will be no greater that PROP_VALUE_MAX.
/development/ndk/platforms/android-3/include/sys/
system_properties.h
42
** \0
terminator
to the provided pointer. The total bytes
61
** of the value. Copies the value and \0
terminator
into
63
**
terminator
) will be no greater that PROP_VALUE_MAX.
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h
42
** \0
terminator
to the provided pointer. The total bytes
61
** of the value. Copies the value and \0
terminator
into
63
**
terminator
) will be no greater that PROP_VALUE_MAX.
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
system_properties.h
42
** \0
terminator
to the provided pointer. The total bytes
61
** of the value. Copies the value and \0
terminator
into
63
**
terminator
) will be no greater that PROP_VALUE_MAX.
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
system_properties.h
42
** \0
terminator
to the provided pointer. The total bytes
61
** of the value. Copies the value and \0
terminator
into
63
**
terminator
) will be no greater that PROP_VALUE_MAX.
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
system_properties.h
42
** \0
terminator
to the provided pointer. The total bytes
61
** of the value. Copies the value and \0
terminator
into
63
**
terminator
) will be no greater that PROP_VALUE_MAX.
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
system_properties.h
42
** \0
terminator
to the provided pointer. The total bytes
61
** of the value. Copies the value and \0
terminator
into
63
**
terminator
) will be no greater that PROP_VALUE_MAX.
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
system_properties.h
42
** \0
terminator
to the provided pointer. The total bytes
61
** of the value. Copies the value and \0
terminator
into
63
**
terminator
) will be no greater that PROP_VALUE_MAX.
/external/webkit/WebCore/platform/network/win/
CookieJarWin.cpp
53
if (count <= 1) // Null
terminator
counts as 1.
58
buffer.shrink(count - 1); // Ignore the null
terminator
.
/external/webkit/WebKit/win/
WebKitGraphics.h
70
// buffer must be large enough to hold all of "text", including its null
terminator
. Returns the number of characters put in buffer (excluding the null
terminator
).
/external/bison/lib/
strnlen.c
26
If no '\0'
terminator
is found in that many characters, return MAXLEN. */
strnlen.h
27
MAXLEN bytes. If no '\0'
terminator
is found in that many bytes,
/system/core/include/cutils/
misc.h
25
* that is length_of_file + 1 (null
terminator
). If
/bionic/libc/bionic/
ssp.c
40
* If that fails, use the "
terminator
canary". */
55
/* If that failed, switch to '
terminator
canary' */
Completed in 501 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>