OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:identifier
(Results
176 - 200
of
6937
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/autotest/server/site_tests/network_WiFi_ConnectionIdentifier/
control
14
This test is designed to verify the correctness of connection
identifier
15
generated by shill, in which connection
identifier
should be the same when
/external/clang/test/CodeGen/
c-unicode.c
7
// DENIED: warning: universal character names are only valid in C99 or C++; treating as '\' followed by
identifier
[-Wunicode]
8
// DENIED: error: expected
identifier
or '('
/external/clang/test/Index/
code-completion-skip-bodies.cpp
19
// STDERR-NOT: error: use of undeclared
identifier
'undeclared1'
20
// STDERR: error: use of undeclared
identifier
'undeclared2'
IBOutletCollection.m
12
// CHECK-TOK:
Identifier
: "IBOutletCollection" [4:3 - 4:21] macro expansion=IBOutletCollection:1:9
15
// CHECK-TOK:
Identifier
: "Test" [4:22 - 4:26] ObjCClassRef=Test:3:12
18
// CHECK-TOK:
Identifier
: "Test" [4:28 - 4:32] ObjCClassRef=Test:3:12
20
// CHECK-TOK:
Identifier
: "anOutletCollection" [4:34 - 4:52] ObjCIvarDecl=anOutletCollection:4:34 (Definition)
/external/clang/test/Parser/
cxx-undeclared-identifier.cpp
16
int f(a::b::c); // expected-error {{use of undeclared
identifier
'a'}}
18
class Foo::Bar { // expected-error {{use of undeclared
identifier
'Foo'}} \
cxx0x-literal-operators.cpp
3
void operator "" (const char *); // expected-error {{expected
identifier
}}
/external/clang/test/Preprocessor/
ucn-pp-identifier.c
19
#if \uarecool // expected-warning{{incomplete universal character name; treating as '\' followed by
identifier
}} expected-error {{invalid token at start of a preprocessor expression}}
21
#if \uwerecool // expected-warning{{\u used with no following hex digits; treating as '\' followed by
identifier
}} expected-error {{invalid token at start of a preprocessor expression}}
23
#if \U0001000 // expected-warning{{incomplete universal character name; treating as '\' followed by
identifier
}} expected-error {{invalid token at start of a preprocessor expression}}
27
#define \ufffe // expected-error {{macro name must be an
identifier
}}
28
#define \U10000000 // expected-error {{macro name must be an
identifier
}}
29
#define \u0061 // expected-error {{character 'a' cannot be specified by a universal character name}} expected-error {{macro name must be an
identifier
}}
68
// expected-error@-6 {{expected
identifier
}}
69
// expected-error@-6 {{expected
identifier
}}
/external/clang/test/Sema/
ms-keyword-system-header.c
6
// PR17824: GNU libc uses MS keyword __uptr as an
identifier
in C mode
13
// expected-error@-2 {{expected
identifier
}}
/external/clang/test/SemaObjC/
bad-property-synthesis-crash.m
13
__what; // expected-error {{use of undeclared
identifier
}} \
21
return __what; // expected-error {{use of undeclared
identifier
}}
error-outof-scope-property-use.m
18
[uuids_jobs objectForKey]; // expected-error {{use of undeclared
identifier
'uuids_jobs'}} \
28
[uuids_jobs enumerateKeysAndObjectsUsingBlock]; // expected-error {{use of undeclared
identifier
'uuids_jobs'}}
provisional-ivar-lookup.m
19
_foo = foo; // expected-error {{use of undeclared
identifier
'foo'}}
27
_foo = foo2; // expected-error {{use of undeclared
identifier
'foo2'}}
/external/deqp/modules/gles2/scripts/
gen-keywords.py
43
float ${{
IDENTIFIER
}} = 1.0;
53
def __init__(self, name,
identifier
):
55
self.
identifier
=
identifier
59
"
IDENTIFIER
" : self.
identifier
}
103
for (name,
identifier
) in INVALID_IDENTIFIERS:
104
invalidIdentifiers.append(IdentifierCase(name,
identifier
)) # Invalid identifiers
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
AbstractRuntime.java
34
* Creates a random session
identifier
.
36
* @return random session
identifier
/external/jdiff/src/jdiff/
SingleComment.java
7
* Represents a single comment element. Has an
identifier
and some text.
14
/** The
identifier
for this comment. */
/external/llvm/test/MC/Mips/
set-at-noat-bad-syntax.s
14
# CHECK: error: unexpected token, expected
identifier
or integer
17
# CHECK: error: unexpected token, expected
identifier
or integer
/external/srtp/crypto/include/
crypto.h
14
* @brief A cipher_type_id_t is an
identifier
for a particular cipher
28
* @brief An auth_type_id_t is an
identifier
for a particular authentication
/external/v8/tools/gyp/test/ios/watch/WatchApp/
Interface.storyboard
4
<plugIn
identifier
="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6213"/>
5
<plugIn
identifier
="com.apple.InterfaceBuilder.IBWatchKitPlugin" version="3733"/>
/prebuilts/misc/common/swig/include/2.0.11/uffi/
uffi.swg
32
;;; You can define your own
identifier
converter if you want.
33
;;; Use the -
identifier
-converter command line argument to
36
(defun
identifier
-convert-null (id &key type)
40
(defun
identifier
-convert-lispify (cname &key type)
68
(defun
identifier
-convert-low-level (cname &key type)
83
(let ((symbol (funcall *swig-
identifier
-converter* string :type :constant)))
88
(let ((symbol (funcall *swig-
identifier
-converter* name :type :operator)))
95
(let ((symbol (funcall *swig-
identifier
-converter* name :type :type)))
/libcore/luni/src/main/java/org/xml/sax/
InputSource.java
23
* a public
identifier
, a system
identifier
, a byte stream (possibly
43
*
identifier
.</p>
77
* Create a new input source with a system
identifier
.
80
* public
identifier
as well, or setEncoding to specify
83
* <p>If the system
identifier
is a URL, it must be fully
86
* @param systemId The system
identifier
(URI).
104
* public
identifier
, and may use setEncoding to specify the object's
125
* public
identifier
.</p>
142
* Set the public
identifier
for this input source
[
all
...]
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t025lexerRulePropertyRef.g
10
IDENTIFIER
:
/external/antlr/antlr-3.4/runtime/Python/tests/
t025lexerRulePropertyRef.g
10
IDENTIFIER
:
/external/clang/include/clang/Basic/
Attributes.h
21
/// Is the
identifier
known as a GNU-style attribute?
23
/// Is the
identifier
known as a __declspec-style attribute?
25
// Is the
identifier
known as a C++-style attribute?
27
// Is the
identifier
known as a pragma attribute?
/external/clang/test/CodeGenCXX/
debug-info-template-limit.cpp
4
// CHECK: ![[LINE:[0-9]+]] = !DICompositeType(tag: DW_TAG_class_type, name: "TC<int>"{{.*}},
identifier
: "_ZTS2TCIiE")
/external/clang/test/FixIt/
fixit-unrecoverable.cpp
9
return static_cst<float>(y); // expected-error{{use of undeclared
identifier
'static_cst'; did you mean 'static_cast'?}}
/external/clang/test/Lexer/
ms-extensions.cpp
5
return "foo"bar("bar")"baz"; /*expected-warning {{
identifier
after literal will be treated as a reserved user-defined literal suffix in C++11}} */
Completed in 3300 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>