OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:identifier
(Results
751 - 775
of
5406
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/clang/include/clang/Sema/
DeclSpec.h
98
/// nested-name-specifier component of the form '
identifier
::'.
103
/// \param
Identifier
The
identifier
.
105
/// \param IdentifierLoc The location of the
identifier
.
108
void Extend(ASTContext &Context, IdentifierInfo *
Identifier
,
821
/// \brief An
identifier
.
858
/// \brief When Kind == IK_Identifier, the parsed
identifier
, or when Kind
859
/// == IK_UserLiteralId, the
identifier
suffix.
860
IdentifierInfo *
Identifier
;
[
all
...]
/docs/source.android.com/src/devices/tech/input/
overview.jd
120
<p>A physical scan code is a device-specific
identifier
that is associated
132
<p>A HID usage is a standard
identifier
that is used to report the
143
<p>A Linux key code is a standard
identifier
for a key or button.
157
<p>A Linux relative or absolute axis code is a standard
identifier
170
<p>A Linux switch code is a standard
identifier
for reporting the
181
<p>An Android key code is a standard
identifier
defined in the Android
197
<p>An Android axis code is a standard
identifier
defined in the Android
207
<p>An Android meta state is a standard
identifier
defined in the Android
220
<p>An Android button state is a standard
identifier
defined in the Android
/external/chromium_org/net/url_request/
url_request_test_util.cc
348
int req_id = request->
identifier
();
367
int req_id = request->
identifier
();
382
int req_id = request->
identifier
();
397
int req_id = request->
identifier
();
423
int req_id = request->
identifier
();
445
int req_id = request->
identifier
();
462
int req_id = request->
identifier
();
483
int req_id = request->
identifier
();
507
int req_id = request->
identifier
();
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
blink_idl_parser.py
272
"""ExceptionOperation : Type
identifier
'(' ')' ';'"""
350
"""ExtendedAttributeIdentList :
identifier
'='
identifier
'&' IdentAndList
351
|
identifier
'='
identifier
'|' IdentOrList"""
357
"""IdentAndList :
identifier
'&' IdentAndList
358
|
identifier
"""
366
"""IdentOrList :
identifier
'|' IdentOrList
367
|
identifier
"""
/external/chromium_org/third_party/mesa/src/src/glsl/
glsl_lexer.ll
58
* - an
identifier
...in GLSL < 1.30
69
yylval->
identifier
= strdup(yytext); \
211
yylval->
identifier
= strdup(yytext);
212
return
IDENTIFIER
;
303
return
IDENTIFIER
;
319
yylval->
identifier
= strdup(yytext);
320
return
IDENTIFIER
;
483
yylval->
identifier
= ralloc_strdup(ctx, yytext);
495
return
IDENTIFIER
;
/external/mesa3d/src/glsl/
glsl_lexer.ll
58
* - an
identifier
...in GLSL < 1.30
69
yylval->
identifier
= strdup(yytext); \
211
yylval->
identifier
= strdup(yytext);
212
return
IDENTIFIER
;
303
return
IDENTIFIER
;
319
yylval->
identifier
= strdup(yytext);
320
return
IDENTIFIER
;
483
yylval->
identifier
= ralloc_strdup(ctx, yytext);
495
return
IDENTIFIER
;
/frameworks/base/core/java/android/widget/
SimpleCursorTreeAdapter.java
76
* @param collapsedGroupLayout The resource
identifier
of a layout file that
79
* @param expandedGroupLayout The resource
identifier
of a layout file that
88
* @param childLayout The resource
identifier
of a layout file that defines
91
* @param lastChildLayout The resource
identifier
of a layout file that
117
* @param collapsedGroupLayout The resource
identifier
of a layout file that
120
* @param expandedGroupLayout The resource
identifier
of a layout file that
129
* @param childLayout The resource
identifier
of a layout file that defines
153
* @param groupLayout The resource
identifier
of a layout file that defines
162
* @param childLayout The resource
identifier
of a layout file that defines
SimpleExpandableListAdapter.java
70
* @param groupLayout resource
identifier
of a view layout that defines the
86
* @param childLayout resource
identifier
of a view layout that defines the
115
* @param expandedGroupLayout resource
identifier
of a view layout that
118
* @param collapsedGroupLayout resource
identifier
of a view layout that
134
* @param childLayout resource
identifier
of a view layout that defines the
164
* @param expandedGroupLayout resource
identifier
of a view layout that
167
* @param collapsedGroupLayout resource
identifier
of a view layout that
183
* @param childLayout resource
identifier
of a view layout that defines the
187
* @param lastChildLayout resource
identifier
of a view layout that defines
/external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp
161
/// ::= { ".local", ".weak", ... } [
identifier
( ,
identifier
)* ]
176
return TokError("expected
identifier
in directive");
213
return TokError("expected
identifier
in directive");
254
} else if (getLexer().is(AsmToken::
Identifier
)) {
348
return TokError("expected
identifier
in directive");
400
return TokError("expected
identifier
in directive");
482
/// ::= .type
identifier
, @attribute
486
return TokError("expected
identifier
in directive");
488
// Handle the
identifier
as the key symbol
[
all
...]
/frameworks/opt/telephony/src/java/android/telephony/
SmsManager.java
386
* message
identifier
. Note that if two different clients enable the same
387
* message
identifier
, they must both disable it for the device to stop
393
* @param messageIdentifier Message
identifier
as specified in TS 23.041 (3GPP)
417
* message
identifier
. Note that if two different clients enable the same
418
* message
identifier
, they must both disable it for the device to stop
423
* @param messageIdentifier Message
identifier
as specified in TS 23.041 (3GPP)
448
* message
identifier
range. Note that if two different clients enable the same
449
* message
identifier
, they must both disable it for the device to stop
455
* @param startMessageId first message
identifier
as specified in TS 23.041 (3GPP)
457
* @param endMessageId last message
identifier
as specified in TS 23.041 (3GPP
[
all
...]
/external/chromium_org/v8/test/webkit/fast/js/
basic-strict-mode-expected.txt
74
PASS (function (a){'use strict'; delete a;})() threw exception SyntaxError: Delete of an unqualified
identifier
in strict mode..
75
PASS (function(){(function (a){'use strict'; delete a;})()}) threw exception SyntaxError: Delete of an unqualified
identifier
in strict mode..
76
PASS (function (){'use strict'; var a; delete a;})() threw exception SyntaxError: Delete of an unqualified
identifier
in strict mode..
77
PASS (function(){(function (){'use strict'; var a; delete a;})()}) threw exception SyntaxError: Delete of an unqualified
identifier
in strict mode..
78
PASS (function (){var a; function f() {'use strict'; delete a;} })() threw exception SyntaxError: Delete of an unqualified
identifier
in strict mode..
79
PASS (function(){(function (){var a; function f() {'use strict'; delete a;} })()}) threw exception SyntaxError: Delete of an unqualified
identifier
in strict mode..
100
PASS 'use strict'; (function (){var a; delete a;}) threw exception SyntaxError: Delete of an unqualified
identifier
in strict mode..
101
PASS (function(){'use strict'; (function (){var a; delete a;})}) threw exception SyntaxError: Delete of an unqualified
identifier
in strict mode..
102
PASS 'use strict'; var a; (function (){ delete a;}) threw exception SyntaxError: Delete of an unqualified
identifier
in strict mode..
103
PASS (function(){'use strict'; var a; (function (){ delete a;})}) threw exception SyntaxError: Delete of an unqualified
identifier
in strict mode.
[
all
...]
/hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c
72
* Create an
identifier
101
*
identifier
- NULL for card list
106
const char *
identifier
,
112
if (
identifier
== NULL) {
125
if (!strncmp(
identifier
, "_verbs", 6)) {
135
} else if (!strncmp(
identifier
, "_devices", 8)) {
159
} else if (!strncmp(
identifier
, "_modifiers", 10)) {
183
} else if (!strncmp(
identifier
, "_enadevs", 8)) {
213
} else if (!strncmp(
identifier
, "_enamods", 8)) {
244
ALOGE("Invalid
identifier
: %s", identifier)
[
all
...]
/developers/samples/android/input/multitouch/BasicMultitouch/BasicMultitouchSample/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java
149
* the pointer
identifier
of this touch from the first index
159
* Store the data under its pointer
identifier
. The pointer
189
* Store the data under its pointer
identifier
. The index of
191
* pointer is always identified by the same
identifier
for this
206
* Extract the pointer
identifier
for the only event stored in
256
* This
identifier
is used to keep track of a pointer across
/development/ndk/sources/android/native_app_glue/
android_native_app_glue.h
62
* Each of these correspond to an ALooper
identifier
returned by
91
// The
identifier
of this source. May be LOOPER_ID_MAIN or
190
* is returned as an
identifier
from ALooper_pollOnce(). The data for this
191
*
identifier
is a pointer to an android_poll_source structure.
199
* application's window, which is returned as an
identifier
from
200
* ALooper_pollOnce(). The data for this
identifier
is a pointer to an
/development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
TouchDisplayView.java
149
* the pointer
identifier
of this touch from the first index
159
* Store the data under its pointer
identifier
. The pointer
189
* Store the data under its pointer
identifier
. The index of
191
* pointer is always identified by the same
identifier
for this
206
* Extract the pointer
identifier
for the only event stored in
256
* This
identifier
is used to keep track of a pointer across
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X962NamedCurves.java
575
* the passed in object
identifier
. Null if the curve isn't present.
577
* @param oid an object
identifier
representing a named curve, if present.
593
* return the object
identifier
signified by the passed in name. Null
594
* if there is no object
identifier
associated with name.
596
* @return the object
identifier
associated with name, if present.
605
* return the named curve name represented by the given object
identifier
.
/external/chromium_org/chrome/browser/plugins/
plugin_observer.cc
284
const std::string&
identifier
) {
289
name,
identifier
);
293
const std::string&
identifier
) {
299
bool ret = finder->FindPluginWithIdentifier(
identifier
, &installer, &plugin);
385
void PluginObserver::OnNPAPINotSupported(const std::string&
identifier
) {
406
identifier
, NULL, &plugin);
/external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc
207
int
identifier
,
212
text_check_completions_.Lookup(
identifier
);
215
text_check_completions_.Remove(
identifier
);
263
int
identifier
,
268
text_check_completions_.Lookup(
identifier
);
271
text_check_completions_.Remove(
identifier
);
/external/chromium_org/content/renderer/pepper/
plugin_object.cc
63
accessor.object()->ppp_class_data(), accessor.
identifier
(),
88
accessor.object()->ppp_class_data(), accessor.
identifier
(),
121
accessor.object()->ppp_class_data(), accessor.
identifier
(),
136
accessor.object()->ppp_class_data(), accessor.
identifier
(),
150
accessor.object()->ppp_class_data(), accessor.
identifier
(), value_var,
164
accessor.object()->ppp_class_data(), accessor.
identifier
(),
/external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
debugging.c
126
* Called when the NaCl module is instantiated on the web page. The
identifier
134
* @param[in] instance The
identifier
of the new instance representing this
173
* @param[in] instance The
identifier
of the instance representing this NaCl
181
* @param[in] instance The
identifier
of the instance representing this NaCl
205
* @param[in] instance The
identifier
of the instance representing this NaCl
217
* @param[in] instance The
identifier
of the instance representing this NaCl
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gdef-table.hh
110
USHORT caretValueFormat; /* Format
identifier
--format = 1 */
136
USHORT caretValueFormat; /* Format
identifier
--format = 2 */
159
USHORT caretValueFormat; /* Format
identifier
--format = 3 */
194
USHORT format; /* Format
identifier
*/
284
USHORT format; /* Format
identifier
--format = 1 */
313
USHORT format; /* Format
identifier
*/
/external/clang/docs/
PCHInternals.rst
228
:ref:`
identifier
table <pchinternals-ident-table>`.
352
Identifier
Table Block
355
The
identifier
table block contains an on-disk hash table that maps each
356
identifier
mentioned within the AST file to the serialized representation of
357
the
identifier
's information (e.g, the ``IdentifierInfo`` structure). The
360
* The actual
identifier
string.
361
* Flags that describe whether this
identifier
is the name of a built-in, a
362
poisoned
identifier
, an extension token, or a macro.
363
* If the
identifier
names a macro, the offset of the macro definition within
365
* If the
identifier
names one or more declarations visible from translatio
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh
110
USHORT caretValueFormat; /* Format
identifier
--format = 1 */
136
USHORT caretValueFormat; /* Format
identifier
--format = 2 */
159
USHORT caretValueFormat; /* Format
identifier
--format = 3 */
194
USHORT format; /* Format
identifier
*/
284
USHORT format; /* Format
identifier
--format = 1 */
313
USHORT format; /* Format
identifier
*/
/external/kernel-headers/original/linux/raid/
md_p.h
121
__u32 md_magic; /* 0 MD
identifier
*/
126
__u32 set_uuid0; /* 5 Raid set
identifier
*/
134
__u32 set_uuid1; /* 13 Raid set
identifier
#2 */
135
__u32 set_uuid2; /* 14 Raid set
identifier
#3 */
136
__u32 set_uuid3; /* 15 Raid set
identifier
#4 */
242
__u32 dev_number; /* permanent
identifier
of this device - not role in raid */
/external/tcpdump/
print-stp.c
148
* 8 - bytes CIST Root
Identifier
150
* 8 - bytes CIST Regional Root
Identifier
151
* 2 - bytes CIST Port
Identifier
158
* 1 - byte Config
Identifier
163
* 8 - bytes CIST Bridge
Identifier
170
* 8 - bytes MSTI Regional Root
Identifier
Completed in 1968 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>