OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:identifier
(Results
226 - 250
of
5406
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/core/inspector/
IdentifiersFactory.cpp
47
String IdentifiersFactory::requestId(unsigned long
identifier
)
49
if (
identifier
)
50
return addProcessIdPrefixTo(String::number(
identifier
));
/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
EvaluateJSWithinNPP_New.cpp
36
EvaluteJSWithinNPP_New(NPP, const string&
identifier
);
43
EvaluteJSWithinNPP_New::EvaluteJSWithinNPP_New(NPP npp, const string&
identifier
)
44
: PluginTest(npp,
identifier
)
/external/chromium_org/tools/android/forwarder2/
daemon.h
43
// |
identifier
| should be a unique string
identifier
. It is used to
48
const std::string&
identifier
,
/external/chromium_org/tools/idl_parser/test_parser/
dictionary_web.idl
49
/* ERROR Unexpected ":" after
identifier
"MyDictInherit". */
79
/* ERROR Unexpected
identifier
"NoColon" after
identifier
"ForParent". */
exception_web.idl
52
* Error(Unexpected "=" after
identifier
"ErrorSetLong".)
70
/* ERROR Unexpected
identifier
"NoColon" after
identifier
"ForParent". */
enum_ppapi.idl
70
/* BUILD Error(Unexpected
identifier
"noodles" after
identifier
"rice".) */
71
/* ERROR Unexpected
identifier
"noodles" after
identifier
"rice". */
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
properties.rb
21
IDENTIFIER
:
37
type.should == RuleProperty::TokenData::
IDENTIFIER
47
type.should == RuleProperty::TokenData::
IDENTIFIER
58
type.should == RuleProperty::TokenData::
IDENTIFIER
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/iana/
IANAObjectIdentifiers.java
7
// id-SHA1 OBJECT
IDENTIFIER
::=
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu_cocoa_controller_unittest.mm
43
- (const BookmarkNode*)nodeForIdentifier:(int)
identifier
{
44
if ((
identifier
< 0) || (
identifier
>= 2))
46
return nodes_[
identifier
];
/external/chromium_org/chrome/browser/plugins/
plugin_finder.h
55
// Finds the plug-in with the given
identifier
. If found, sets |installer|
58
bool FindPluginWithIdentifier(const std::string&
identifier
,
63
// Returns the plug-in name with the given
identifier
.
64
string16 FindPluginNameWithIdentifier(const std::string&
identifier
);
/external/chromium_org/chrome/browser/resources/chromeos/login/
resource_loader.js
22
* @param {string} desc.id Unique
identifier
for the asset bundle.
55
* @param {string} id The possible
identifier
.
63
* @param {string} id The
identifier
of the asset bundle.
71
* @param {string} id
Identifier
of the stylesheet's asset bundle.
84
* @param {string} id
Identifier
of the script's asset bundle.
116
* @param {string} id
Identifier
of the page's asset bundle.
139
* @param {string} id
Identifier
of the asset bundle.
150
* @param {string} id
Identifier
of the asset bundle.
161
* @param {string} id
Identifier
for the asset bundle to load.
/external/chromium_org/chrome/browser/resources/file_manager/js/
action_choice_util.js
54
* Gets the remembered action's
identifier
.
55
* @param {function(string=)} callback Callback with the
identifier
.
64
* Sets the remembered action's
identifier
.
65
* @param {string=} opt_actionId Action's
identifier
. If undefined, then forgets
/external/chromium_org/gpu/command_buffer/service/
stream_texture_manager.h
23
// Returns an
identifier
for the object, or NULL if not successful.
/external/chromium_org/media/audio/
audio_device_name.h
20
std::string unique_id; // Unique
identifier
for the device.
/external/chromium_org/ppapi/api/
pp_module.idl
14
* This
identifier
is an opaque handle assigned by the browser to the module. It
/external/chromium_org/third_party/WebKit/Source/core/dom/
Touch.cpp
55
Touch::Touch(Frame* frame, EventTarget* target, unsigned
identifier
, int screenX, int screenY, int pageX, int pageY, int radiusX, int radiusY, float rotationAngle, float force)
57
, m_identifier(
identifier
)
76
Touch::Touch(EventTarget* target, unsigned
identifier
, int clientX, int clientY, int screenX, int screenY, int pageX, int pageY, int radiusX, int radiusY, float rotationAngle, float force, LayoutPoint absoluteLocation)
78
, m_identifier(
identifier
)
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBKeyPath.cpp
134
// IDBKeyPath ::= EMPTY_STRING |
identifier
('.'
identifier
)*
136
// Start => {
Identifier
, End}
137
//
Identifier
=> {Dot, End}
138
// Dot => {
Identifier
}
140
enum ParserState {
Identifier
, Dot, End };
146
state =
Identifier
;
156
case
Identifier
: {
180
state =
Identifier
;
/external/chromium_org/tools/gyp/tools/Xcode/Specifications/
gyp.pbfilespec
18
Identifier
= sourcecode.gyp;
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
p1.cpp
5
// immediately followed by an
identifier
followed by a <, the
identifier
must
7
// argument list (14.2) or a less-than operator. The
identifier
is first
8
// looked up in the class of the object expression. If the
identifier
is not
/external/clang/test/CXX/temp/
p3.cpp
10
expected-error {{use of undeclared
identifier
'T'}} \
/external/clang/test/CXX/temp/temp.decls/
p3.cpp
7
using A<char> = char; // expected-error {{name defined in alias declaration must be an
identifier
}}
/external/clang/test/Index/
annotate-deep-statements.cpp
13
// CHECK:
Identifier
: "foo" [11:6 - 11:9] FunctionDecl=foo:11:6 (Definition)
annotate-tokens-include.c
5
// CHECK:
Identifier
: "include" [1:2 - 1:9] inclusion directive=annotate-tokens-include.h
annotate-tokens.cpp
33
// CHECK:
Identifier
: "bonk" [1:8 - 1:12] StructDecl=bonk:1:8 (Definition)
38
// CHECK:
Identifier
: "test" [2:6 - 2:10] FunctionDecl=test:2:6 (Definition)
40
// CHECK:
Identifier
: "bonk" [2:11 - 2:15] TypeRef=struct bonk:1:8
41
// CHECK:
Identifier
: "X" [2:16 - 2:17] ParmDecl=X:2:16 (Definition)
44
// CHECK:
Identifier
: "X" [3:5 - 3:6] DeclRefExpr=X:2:16
46
// CHECK:
Identifier
: "X" [3:9 - 3:10] DeclRefExpr=X:2:16
50
// CHECK:
Identifier
: "bonk" [4:18 - 4:22] TypeRef=struct bonk:1:8
52
// CHECK:
Identifier
: "bonk" [4:24 - 4:28] TypeRef=struct bonk:1:8
57
// CHECK:
Identifier
: "X" [7:8 - 7:9] StructDecl=X:7:8 (Definition)
59
// CHECK:
Identifier
: "X" [8:3 - 8:4] TypeRef=struct X:7:
[
all
...]
cindex-on-invalid.m
20
// CHECK: cindex-on-invalid.m:21:1: error: expected
identifier
or '('
Completed in 755 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>