HomeSort by relevance Sort by last modified time
    Searched full:identifier (Results 226 - 250 of 6890) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/ti/omap4-aah/security/tee_client_api/
schannel6_protocol.h 168 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
176 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
177 uint32_t nDeviceContextID; /* an opaque Normal World identifier for the device context */
185 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
199 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
215 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
229 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
240 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
252 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
263 uint32_t nOperationID; /* an opaque Normal World identifier for the operation *
    [all...]
  /hardware/ti/omap4xxx/security/tee_client_api/
schannel6_protocol.h 168 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
176 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
177 uint32_t nDeviceContextID; /* an opaque Normal World identifier for the device context */
185 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
199 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
215 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
229 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
240 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
252 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
263 uint32_t nOperationID; /* an opaque Normal World identifier for the operation *
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
serial_number_generator.py 5 Creates a human-readable identifier, using numbers and digits,
24 Encodes a number as an identifier.
46 hash into an identifier of the given length (using modulo to
47 reduce the length of the identifier). If ``pad`` is False, then
48 the minimum-length identifier will be used; otherwise the
49 identifier will be padded with 0's as necessary.
54 length. E.g., ``group=4`` will cause a identifier like
  /libcore/luni/src/main/java/javax/xml/transform/
SourceLocator.java 29 * Return the public identifier for the current document event.
31 * <p>The return value is the public identifier of the document
35 * @return A string containing the public identifier, or
42 * Return the system identifier for the current document event.
44 * <p>The return value is the system identifier of the document
48 * <p>If the system identifier is a URL, the parser must resolve it
51 * @return A string containing the system identifier, or null
  /external/selinux/secilc/docs/
cil_role_statements.md 7 Declares a role identifier in the current namespace.
27 <td align="left"><p>The <code>role</code> identifier.</p></td>
45 Authorises a [`role`](cil_role_statements.md#role) to access a [`type`](cil_type_statements.md#type) identifier.
65 <td align="left"><p>A single previously declared <code>role</code> or <code>roleattribute</code> identifier.</p></td>
69 <td align="left"><p>A single previously declared <code>type</code>, <code>typealias</code> or <code>typeattribute</code> identifier.</p></td>
87 Declares a role attribute identifier in the current namespace. The identifier may have zero or more [`role`](cil_role_statements.md#role) and [`roleattribute`](cil_role_statements.md#roleattribute) identifiers associated to it via the [`typeattributeset`](cil_type_statements.md#typeattributeset) statement.
107 <td align="left"><p>The <code>roleattribute</code> identifier.</p></td>
123 Allows the association of one or more previously declared [`role`](cil_role_statements.md#role) identifiers to a [`roleattribute`](cil_role_statements.md#roleattribute) identifier. Expressions may be used to refine the associations as shown in the examples.
143 <td align="left"><p>A single previously declared <code>roleattribute</code> identifier.</p></td
    [all...]
cil_context_statement.md 15 Declare an SELinux security context identifier for labeling. The range (or current and clearance levels) MUST be defined whether the policy is MLS/MCS enabled or not.
35 <td align="left"><p>The <code>context</code> identifier.</p></td>
39 <td align="left"><p>A single previously declared <code>user</code> identifier.</p></td>
43 <td align="left"><p>A single previously declared <code>role</code> identifier.</p></td>
47 <td align="left"><p>A single previously declared <code>type</code> or <code>typealias</code> identifier.</p></td>
51 <td align="left"><p>A single previously declared <code>levelrange</code> identifier. This entry may also be defined by anonymous or named <code>level</code>, <code>sensitivity</code>, <code>sensitivityalias</code>, <code>category</code>, <code>categoryalias</code> or <code>categoryset</code> as discussed in the <a href="#mls_labeling_statements">Multi-Level Security Labeling Statements</a> section and shown in the examples.</p></td>
  /external/google-breakpad/src/processor/
postfix_evaluator-inl.h 175 // Assignment is only meaningful when assigning into an identifier.
176 // The identifier must name a variable, not a constant. Variables
178 string identifier; local
179 if (PopValueOrIdentifier(NULL, &identifier) != POP_RESULT_IDENTIFIER) {
181 "identifier is needed to assign " <<
185 if (identifier.empty() || identifier[0] != '$') {
187 identifier << ": " << expression;
191 (*dictionary_)[identifier] = value;
193 (*assigned)[identifier] = true
    [all...]
  /system/tools/aidl/
aidl_language_y.yy 40 %token<token> IDENTIFIER INTERFACE ONEWAY C_STR
63 %type<token> identifier error
72 * occurring in the identifier position. Therefore identifier is a
73 * non-terminal, which is either an IDENTIFIER token, or one of the
76 identifier
77 : IDENTIFIER
98 : identifier {
102 | qualified_name '.' identifier
140 : INTERFACE identifier '{' members '}'
    [all...]
  /external/clang/test/Index/
arc-annotate.m 15 // CHECK: Identifier: "A" [1:12 - 1:13] ObjCInterfaceDecl=A:1:12
23 // CHECK: Identifier: "id" [2:31 - 2:33] TypeRef=id:0:0
24 // CHECK: Identifier: "property" [2:34 - 2:42] ObjCPropertyDecl=property:2:34
33 // CHECK: Identifier: "id" [3:29 - 3:31] TypeRef=id:0:0
34 // CHECK: Identifier: "second_property" [3:32 - 3:47] ObjCPropertyDecl=second_property:3:32
42 // CHECK: Identifier: "id" [4:42 - 4:44] TypeRef=id:0:0
43 // CHECK: Identifier: "third_property" [4:45 - 4:59] ObjCPropertyDecl=third_property:4:45
45 // CHECK: Identifier: "A" [8:3 - 8:4] ObjCClassRef=A:1:12
47 // CHECK: Identifier: "avar" [8:6 - 8:10] VarDecl=avar:8:6 (Definition)
49 // CHECK: Identifier: "avar" [9:3 - 9:7] DeclRefExpr=avar:8:
    [all...]
annotate-tokens.cpp 42 // CHECK: Identifier: "bonk" [1:8 - 1:12] StructDecl=bonk:1:8 (Definition)
47 // CHECK: Identifier: "test" [2:6 - 2:10] FunctionDecl=test:2:6 (Definition)
49 // CHECK: Identifier: "bonk" [2:11 - 2:15] TypeRef=struct bonk:1:8
50 // CHECK: Identifier: "X" [2:16 - 2:17] ParmDecl=X:2:16 (Definition)
53 // CHECK: Identifier: "X" [3:5 - 3:6] DeclRefExpr=X:2:16
55 // CHECK: Identifier: "X" [3:9 - 3:10] DeclRefExpr=X:2:16
59 // CHECK: Identifier: "bonk" [4:18 - 4:22] TypeRef=struct bonk:1:8
61 // CHECK: Identifier: "bonk" [4:24 - 4:28] TypeRef=struct bonk:1:8
66 // CHECK: Identifier: "X" [7:8 - 7:9] StructDecl=X:7:8 (Definition)
68 // CHECK: Identifier: "X" [8:3 - 8:4] TypeRef=struct X:7:
    [all...]
annotate-macro-args.m 10 // CHECK1: Identifier: "MACRO" [9:3 - 9:8] macro expansion=MACRO:6:9
13 // CHECK1: Identifier: "MyClass" [9:10 - 9:17] ObjCClassRef=MyClass:1:12
14 // CHECK1: Identifier: "meth" [9:18 - 9:22] ObjCMessageExpr=meth:2:8
18 // CHECK2: Identifier: "INVOKE" [15:3 - 15:9] macro expansion=INVOKE:12:9
20 // CHECK2: Identifier: "meth" [15:10 - 15:14] ObjCMessageExpr=meth:2:8
22 // CHECK2: Identifier: "MyClass" [15:16 - 15:23] ObjCClassRef=MyClass:1:12
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
aliaspass.py 35 def _GetAliasForIdentifier(identifier, alias_map):
36 """Returns the aliased_symbol name for an identifier.
47 identifier: The identifier.
53 ns = identifier.split('.', 1)[0]
56 return aliased_symbol + identifier[len(ns):]
66 aliased_symbol = _GetAliasForIdentifier(js_type.identifier, alias_map)
123 return (token.type is javascripttokens.JavaScriptTokenType.IDENTIFIER and
233 # If this token is an identifier that matches an alias,
236 token.type is javascripttokens.JavaScriptTokenType.IDENTIFIER)
    [all...]
typeannotation.py 33 identifier: The name of the type.
40 alias: The actual type set by closurizednamespaceinfo if the identifier uses
63 self.identifier = ''
77 return self.identifier == TypeAnnotation.FUNCTION_TYPE
82 return self.IsFunction() and key_type.identifier == 'new'
91 return self.identifier.startswith(TypeAnnotation.VAR_ARGS_TYPE) or (
93 self.sub_types[0].identifier.startswith(TypeAnnotation.VAR_ARGS_TYPE))
102 and not self.identifier
132 return keyword + prefix + '%s' % (self.alias or self.identifier) + append
156 if self.identifier
    [all...]
  /external/clang/test/SemaTemplate/
ms-lookup-template-base-classes.cpp 7 void f(T a) { }// expected-note 2{{must qualify identifier to find this declaration in dependent base class}}
8 void g();// expected-note 2{{must qualify identifier to find this declaration in dependent base class}}
16 f(a); // expected-warning 2{{use of identifier 'f' found via unqualified lookup into dependent bases of class templates is a Microsoft extension}}
17 g(); // expected-warning 2{{use of identifier 'g' found via unqualified lookup into dependent bases of class templates is a Microsoft extension}}
32 XX; //expected-error {{use of undeclared identifier 'XX'}}
41 XX; //expected-error {{use of undeclared identifier 'XX'}}
49 XX; //expected-error {{use of undeclared identifier 'XX'}}
67 var = 3; // expected-warning {{use of undeclared identifier 'var'; unqualified lookup into dependent bases of class template 'B' is a Microsoft extension}}
82 static void static_func();// expected-note {{must qualify identifier to find this declaration in dependent base class}}
83 void func();// expected-note {{must qualify identifier to find this declaration in dependent base class}
    [all...]
  /external/clang/test/Parser/
brackets.c 10 // expected-error@-1{{brackets are not allowed here; to declare an array, place the brackets after the identifier}}
26 // expected-error@-1{{brackets are not allowed here; to declare an array, place the brackets after the identifier}}
37 // expected-error@-1{{expected identifier or '('}}
52 // expected-error@-1{{expected identifier or '('}}
56 // expected-error@-5{{brackets are not allowed here; to declare an array, place the brackets after the identifier}}
65 // expected-error@-1{{brackets are not allowed here; to declare an array, place the brackets after the identifier}}
  /external/kernel-headers/original/uapi/linux/
if_pppox.h 40 sid_t sid; /* Session identifier */
63 unsigned int sa_protocol; /* protocol identifier */
77 unsigned int sa_protocol; /* protocol identifier */
83 unsigned int sa_protocol; /* protocol identifier */
92 unsigned int sa_protocol; /* protocol identifier */
98 unsigned int sa_protocol; /* protocol identifier */
  /external/mesa3d/src/glsl/
hir_field_selection.cpp 52 expr->primary_expression.identifier,
62 expr->primary_expression.identifier);
66 expr->primary_expression.identifier);
71 expr->primary_expression.identifier);
82 method = call->subexpressions[0]->primary_expression.identifier;
98 expr->primary_expression.identifier);
  /hardware/bsp/intel/peripheral/sensors/mraa/
Sensor.hpp 52 * @param handle sensor identifier
60 * @param handle sensor identifier
76 * @param handle sensor identifier
87 * @param handle sensor identifier
100 * Get sensor identifier
126 * @param handle sensor identifier
  /system/connectivity/shill/
mock_metrics.h 73 void(Technology::Identifier technology_id, int reason));
75 void(Technology::Identifier technology_id, int result));
80 void(Technology::Identifier technology_id,
83 void(Technology::Identifier technology_id, bool status));
85 void(Technology::Identifier technology_id, bool status));
87 void(Technology::Identifier technology_id, int signal_strength));
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t025lexerRulePropertyRef.html 32 lexer.IDENTIFIER,
44 lexer.IDENTIFIER,
56 lexer.IDENTIFIER,
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
predicates.rb 14 /* With this true, enum is seen as a keyword. False, it's an identifier */
23 : identifier {$enumIs = "ID"}
27 identifier
  /external/clang/test/CodeGenCXX/
debug-info-enum.cpp 11 // CHECK-SAME: identifier: "_ZTSN5test11eE"
26 // CHECK-SAME: identifier: "_ZTSN5test21eE"
38 // CHECK-SAME: identifier: "_ZTSN5test31eE"
  /frameworks/data-binding/compilerCommon/
BindingExpression.g4 38 | identifier
46 | identifier # Primary
50 | expression '.' Identifier # DotOp
54 | target=expression '.' methodName=Identifier '(' args=expressionList? ')' # MethodInvocation
91 identifier
92 : Identifier
122 : Identifier arguments
130 : identifier typeArguments? ('.' Identifier typeArguments? )*
420 Identifier
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
uspoof.h 41 * for cases where the displayed form of an identifier may
52 * -# Single identifier tests. Check whether an identifier is
55 * -# Two identifier tests. Check whether two specific identifiers are confusable.
64 * which (if any) of the selected tests have identified possible problems with the identifier.
70 * Thread Safety: The test functions for checking a single identifier, or for testing
100 * When performing tests on a single identifier, with the uspoof_check() family of functions,
103 * -# USPOOF_MIXED_SCRIPT_CONFUSABLE: the identifier contains characters from multiple
104 * scripts, and there exists an identifier of a single script that is visually confusable.
105 * -# USPOOF_WHOLE_SCRIPT_CONFUSABLE: the identifier consists of characters from a singl
    [all...]
  /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

Completed in 1970 milliseconds

1 2 3 4 5 6 7 8 91011>>