OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:identifier
(Results
51 - 75
of
6890
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/antlr/antlr-3.4/runtime/Python/tests/
t011lexer.g
6
IDENTIFIER
:
t013parser.g
20
t=
IDENTIFIER
{self.foundIdentifier($t.text)}
23
IDENTIFIER
: ('a'..'z'|'A'..'Z'|'_') ('a'..'z'|'A'..'Z'|'0'..'9'|'_')*;
t050decorate.g
26
:
IDENTIFIER
29
IDENTIFIER
: ('a'..'z'|'A'..'Z'|'_') ('a'..'z'|'A'..'Z'|'0'..'9'|'_')*;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
PolicyQualifierId.java
11
* id-qt OBJECT
IDENTIFIER
::= { id-pkix 2 }
12
* id-qt-cps OBJECT
IDENTIFIER
::= { id-qt 1 }
13
* id-qt-unotice OBJECT
IDENTIFIER
::= { id-qt 2 }
15
* OBJECT
IDENTIFIER
(id-qt-cps | id-qt-unotice)
/external/clang/test/CXX/class/class.mem/
p5-0x.cpp
8
int b = g(); // expected-error {{use of undeclared
identifier
'g'}}
p1b.cpp
19
// CHECK: error: use of undeclared
identifier
'first'
20
void a4(int a = first); // expected-error{{use of undeclared
identifier
'first'}}
32
// CHECK: error: use of undeclared
identifier
'second'
33
void b2(int a = second); // expected-error{{use of undeclared
identifier
'second'}}
44
// CHECK: error: use of undeclared
identifier
'third'
45
void a7(int a = third); // expected-error{{use of undeclared
identifier
'third'}}
/external/clang/test/Driver/
std.cpp
18
// CXX98: undeclared
identifier
'typeof'
19
// CXX98: undeclared
identifier
'decltype'
21
// GNUXX98-NOT: undeclared
identifier
'typeof'
22
// GNUXX98: undeclared
identifier
'decltype'
24
// CXX11: undeclared
identifier
'typeof'
25
// CXX11-NOT: undeclared
identifier
'decltype'
27
// GNUXX11-NOT: undeclared
identifier
'typeof'
28
// GNUXX11-NOT: undeclared
identifier
'decltype'
30
// CXX1Y: undeclared
identifier
'typeof'
31
// CXX1Y-NOT: undeclared
identifier
'decltype
[
all
...]
/external/clang/test/Parser/
if-scope-c99.c
7
return b; // expected-error{{use of undeclared
identifier
}}
placeholder-recovery.m
6
@protocol <#protocol name#> <NSObject> // expected-error {{expected
identifier
or '('}} \
7
// expected-error 2{{expected
identifier
}} \
/external/clang/test/Sema/
predef.c
8
char *X = __func__; // expected-warning {{predefined
identifier
is only valid}} \
16
const char *b = __func__; // expected-warning {{predefined
identifier
is only valid}}
17
const char *c = __FUNCTION__; // expected-warning {{predefined
identifier
is only valid}}
18
const char *d = __PRETTY_FUNCTION__; // expected-warning {{predefined
identifier
is only valid}}
/external/clang/test/SemaCXX/
no-implicit-builtin-decls.cpp
4
void *p = malloc(sizeof(int) * 10); // expected-error{{use of undeclared
identifier
'malloc'}}
libstdcxx_is_pod_hack.cpp
5
//
identifier
(to declare a struct template like the one below), while
10
struct __is_pod { // expected-warning {{keyword '__is_pod' will be made available as an
identifier
}}
18
struct __is_same { // expected-warning {{keyword '__is_same' will be made available as an
identifier
}}
24
// trait in Embarcadero's compiler but is used as an
identifier
in
27
static const bool __is_signed = true; // expected-warning {{keyword '__is_signed' will be made available as an
identifier
}}
/external/libxml2/result/XInclude/
nodes3.xml.err
1
./test/XInclude/docs/nodes3.xml:3: element include: XInclude error : Invalid fragment
identifier
in URI test/XInclude/ents/something.xml#xpointer(//p) use the xpointer attribute
/frameworks/compile/slang/tests/F_foreach_forward_reference/
stderr.txt.expect
1
foreach_forward_reference.rs:6:13: error: use of undeclared
identifier
'goo'; did you mean 'goto'?
/system/connectivity/shill/
technology.h
31
enum
Identifier
{
50
// Returns the technology
identifier
for a technology name in |name|,
52
static
Identifier
IdentifierFromName(const std::string& name);
54
// Returns the technology name for a technology
identifier
in |id|,
55
// or Technology::kUnknownName ("Unknown") if the technology
identifier
57
static std::string NameFromIdentifier(
Identifier
id);
59
// Returns the technology
identifier
for a storage group
identifier
in
63
static
Identifier
IdentifierFromStorageGroup(const std::string& group);
72
std::vector<
Identifier
>* technologies_vector
[
all
...]
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t013parser.g
20
t=
IDENTIFIER
{this.foundIdentifier($t.text)}
23
IDENTIFIER
: ('a'..'z'|'A'..'Z'|'_') ('a'..'z'|'A'..'Z'|'0'..'9'|'_')*;
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
closurizednamespacesinfo.py
44
def __init__(self, namespace,
identifier
, token, alias_definition):
48
namespace: the namespace of an
identifier
used in the file
49
identifier
: the complete
identifier
55
self.
identifier
=
identifier
110
# A list of tuples where the first element is the namespace of an
identifier
111
# created in the file, the second is the
identifier
itself and the third is
212
namespace == ns.namespace or namespace == ns.
identifier
)):
226
for namespace,
identifier
, line_number in self._created_namespaces
[
all
...]
/external/llvm/test/tools/llvm-objdump/AArch64/
macho-link-opt-hints.test
4
CHECK:
identifier
8 AdrpLdrGot
8
CHECK:
identifier
7 AdrpAdd
/external/toybox/toys/other/
hostid.c
1
/* hostid.c - Print the numeric
identifier
for the current host.
15
Print the numeric
identifier
for the current host.
/frameworks/av/services/audiopolicy/engineconfigurable/src/
Element.h
40
* Returns
identifier
of this policy element
47
* Set the unique
identifier
for this policy element.
49
* @tparam Key type of the unique
identifier
.
50
* @param[in]
identifier
to be set.
52
* @return NO_ERROR if the
identifier
is valid and set correctly, error code otherwise.
54
status_t setIdentifier(Key
identifier
)
56
mIdentifier =
identifier
;
61
* @return the unique
identifier
of this policy element.
95
std::string mName; /**< Unique literal
Identifier
of a policy base element*/
96
Key mIdentifier; /**< Unique numerical
Identifier
of a policy base element*
[
all
...]
InputSource.h
41
* Returns
identifier
of this policy element
48
* Set the unique
identifier
for this policy element.
50
* @tparam Key type of the unique
identifier
.
51
* @param[in]
identifier
to be set.
53
* @return NO_ERROR if the
identifier
is valid and set correctly, error code otherwise.
55
status_t setIdentifier(audio_source_t
identifier
);
58
* @return the unique
identifier
of this policy element.
78
std::string mName; /**< Unique literal
Identifier
of a policy base element*/
79
audio_source_t mIdentifier; /**< Unique numerical
Identifier
of a policy base element*/
Stream.h
42
* Returns
identifier
of this policy element
49
* Set the unique
identifier
for this policy element.
51
* @tparam Key type of the unique
identifier
.
52
* @param[in]
identifier
to be set.
54
* @return NO_ERROR if the
identifier
is valid and set correctly, error code otherwise.
56
status_t setIdentifier(audio_stream_type_t
identifier
);
59
* @return the unique
identifier
of this policy element.
79
std::string mName; /**< Unique literal
Identifier
of a policy base element*/
80
audio_stream_type_t mIdentifier; /**< Unique numerical
Identifier
of a policy base element*/
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/
zone.py
62
def _new_record(self, changes, resource_type, name, value, ttl,
identifier
,
82
:type
identifier
: tuple
83
:param
identifier
: A tuple for setting WRR or LBR attributes. Valid
94
if
identifier
is not None:
96
int(
identifier
[1])
97
weight =
identifier
[1]
98
identifier
=
identifier
[0]
100
region =
identifier
[1]
101
identifier
= identifier[0
[
all
...]
/external/icu/icu4c/source/i18n/
identifier_info.h
29
* This class analyzes a possible
identifier
for script and
identifier
status. Use it by calling setIdentifierProfile
32
* <li>call getScripts for the specific scripts in the
identifier
. The
identifier
contains at least one character in
38
* the
identifier
.
48
* Create an
identifier
info object. Subsequently, call setIdentifier(), etc.
65
* Set the
identifier
profile: the characters that are to be allowed in the
identifier
.
67
* @param identifierProfile the characters that are to be allowed in the
identifier
74
* Get the
identifier
profile: the characters that are to be allowed in the identifier
[
all
...]
/external/clang/test/Index/
annotate-parameterized-classes.m
19
// CHECK-INTERFACE-DECL:
Identifier
: "T" [7:14 - 7:15] TemplateTypeParameter=T:7:14
20
// CHECK-INTERFACE-DECL:
Identifier
: "id" [7:18 - 7:20] TypeRef=id:0:0
21
// CHECK-INTERFACE-DECL:
Identifier
: "U" [7:22 - 7:23] TemplateTypeParameter=U:7:22
22
// CHECK-INTERFACE-DECL:
Identifier
: "NSObject" [7:26 - 7:34] ObjCClassRef=NSObject:4:12
25
// CHECK-CATEGORY-DECL:
Identifier
: "T" [10:14 - 10:15] TemplateTypeParameter=T:10:14
26
// CHECK-CATEGORY-DECL:
Identifier
: "id" [10:18 - 10:20] TypeRef=id:0:0
27
// CHECK-CATEGORY-DECL:
Identifier
: "U" [10:22 - 10:23] TemplateTypeParameter=U:10:22
28
// CHECK-CATEGORY-DECL:
Identifier
: "NSObject" [10:26 - 10:34] ObjCClassRef=NSObject:4:12
31
// CHECK-SPECIALIZATION:
Identifier
: "id" [13:11 - 13:13] TypeRef=id:0:0
32
// CHECK-SPECIALIZATION:
Identifier
: "NSObject" [13:14 - 13:22] ObjCProtocolRef=NSObject:1:1
[
all
...]
Completed in 1041 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>