OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:literals
(Results
101 - 125
of
1087
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/Bitcode/
function-encoding-rel-operands.ll
38
; between
literals
and the formal parameters.
/external/v8/test/mjsunit/
binary-operation-overwrite.js
28
// Ensure that
literals
are not overwritten.
do-not-strip-fc.js
29
// from string
literals
.
lazy-load.js
32
// Check that regexp
literals
use original RegExp (non-ECMA-262).
/external/v8/test/mjsunit/compiler/
inline-literals.js
30
// Test that we can inline functions containing materialized
literals
.
regress-arrayliteral.js
28
// Regression test for array
literals
.
/external/v8/test/mjsunit/regress/
regress-119925.js
28
// Test that the throw is not inlined if object
literals
cannot be
regress-1337.js
30
// Test that the throw is not inlined if object
literals
cannot be
regress-260.js
28
// We should not compile the bodies of function
literals
in loop
regress-526.js
28
// Test object
literals
with computed property and getter.
regress-91787.js
28
// Unterminated non-ASCII string
literals
in JSON code were not
/external/v8/test/preparser/
functions-only.js
28
// This file contains no identifiers or string
literals
, but does contain
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
hexfloat.h
11
// for hexfloat
literals
/packages/apps/Email/src/com/android/email/mail/store/imap/
ImapMemoryLiteral.java
29
* Subclass of {@link ImapString} used for
literals
backed by an in-memory byte array.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
literals.py
4
"""Safely evaluate Python string
literals
without using eval()."""
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
literals.py
4
"""Safely evaluate Python string
literals
without using eval()."""
/external/clang/test/Parser/
cxx11-user-defined-literals.cpp
3
// A ud-suffix cannot be used on string
literals
in a whole bunch of contexts:
28
// A ud-suffix cannot be used on character
literals
in preprocessor constant
34
// A ud-suffix cannot be used on integer
literals
in preprocessor constant
/external/llvm/include/llvm/ADT/
StringSwitch.h
10
// statement whose cases are string
literals
.
22
/// \brief A switch()-like statement whose cases are string
literals
.
26
///
literals
. The template type parameter \p T is the type of the value that
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
codeop.py
11
malformed
literals
).
120
malformed
literals
).
166
malformed
literals
).
sre_parse.py
705
# parse 're' replacement string into list of
literals
and
777
# convert template to groups and
literals
lists
781
literals
= [None] * len(p)
787
literals
[i] = s
789
return groups,
literals
794
groups,
literals
= template
795
literals
=
literals
[:]
798
literals
[index] = s = g(group)
803
return sep.join(
literals
)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
codeop.py
11
malformed
literals
).
120
malformed
literals
).
166
malformed
literals
).
sre_parse.py
705
# parse 're' replacement string into list of
literals
and
777
# convert template to groups and
literals
lists
781
literals
= [None] * len(p)
787
literals
[i] = s
789
return groups,
literals
794
groups,
literals
= template
795
literals
=
literals
[:]
798
literals
[index] = s = g(group)
803
return sep.join(
literals
)
[
all
...]
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
AssignTokenTypesWalker.g
37
* Compute the token types for all
literals
and rules etc.. There are
49
* c)
literals
do NOT get token types
68
* 1. Finds a list of all
literals
and token names.
74
* 5. Walks aliases and assign types to referenced
literals
75
* 6. Walks
literals
, assigning types if untyped
/external/clang/test/SemaCXX/
cxx98-compat.cpp
31
void
Literals
() {
32
(void)u8"str"; // expected-warning {{unicode
literals
are incompatible with C++98}}
33
(void)u"str"; // expected-warning {{unicode
literals
are incompatible with C++98}}
34
(void)U"str"; // expected-warning {{unicode
literals
are incompatible with C++98}}
35
(void)u'x'; // expected-warning {{unicode
literals
are incompatible with C++98}}
36
(void)U'x'; // expected-warning {{unicode
literals
are incompatible with C++98}}
38
(void)u8R"X(str)X"; // expected-warning {{raw string
literals
are incompatible with C++98}}
39
(void)uR"X(str)X"; // expected-warning {{raw string
literals
are incompatible with C++98}}
40
(void)UR"X(str)X"; // expected-warning {{raw string
literals
are incompatible with C++98}}
41
(void)R"X(str)X"; // expected-warning {{raw string
literals
are incompatible with C++98}
[
all
...]
/external/chromium_org/v8/src/
preparse-data.h
50
int
literals
,
90
int
literals
,
95
function_store_.Add(
literals
);
Completed in 2875 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>