Home
last modified time | relevance | path

Searched refs:identifiers (Results 1 – 25 of 171) sorted by relevance

1234567

/external/v8/test/mjsunit/compiler/
Dexpression-trees.js60 var identifiers = ['a','b','c','d','e','f']; variable
61 var or_trees = makeTrees("|", identifiers);
62 var and_trees = makeTrees("&", identifiers);
78 eval(identifiers[j] + "+= ''");
81 eval(identifiers[j] + "= +" + identifiers[j]);
99 eval(identifiers[j] + "+= ''");
102 eval(identifiers[j] + "= +" + identifiers[j]);
/external/opencv3/3rdparty/jinja2/
Dcompiler.py143 self.identifiers = Identifiers()
173 self.identifiers.declared.update(
174 parent.identifiers.declared |
175 parent.identifiers.declared_parameter |
178 self.identifiers.outer_undeclared.update(
179 parent.identifiers.undeclared -
180 self.identifiers.declared
188 rv.identifiers = object.__new__(self.identifiers.__class__)
189 rv.identifiers.__dict__.update(self.identifiers.__dict__)
197 visitor = FrameIdentifierVisitor(self.identifiers)
[all …]
Dmeta.py30 self.undeclared_identifiers.update(frame.identifiers.undeclared)
/external/v8/test/mjsunit/
Dkeywords-and-reserved_words.js108 var identifiers = [ variable
122 for (var i = 0; i < identifiers.length; i++) {
123 assertEquals ("identifier", classifyIdentifier(identifiers[i]));
/external/guava/guava/src/com/google/common/eventbus/
DAnnotatedSubscriberFinder.java115 Map<MethodIdentifier, Method> identifiers = Maps.newHashMap(); in getAnnotatedMethodsInternal() local
128 if (!identifiers.containsKey(ident)) { in getAnnotatedMethodsInternal()
129 identifiers.put(ident, superClazzMethod); in getAnnotatedMethodsInternal()
134 return ImmutableList.copyOf(identifiers.values()); in getAnnotatedMethodsInternal()
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt013parser.g7 this.identifiers = [];
11 this.identifiers.push(name);
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt013parser.g7 self.identifiers = []
13 self.identifiers.append(name)
Dt013parser.py18 assert parser.identifiers == ['foobar']
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
Dbasic.rb45 parser.identifiers.should == %w(blah_de_blah)
69 parser.identifiers.should == %w(blah_de_blah)
/external/eigen/doc/
DA10_Eigen2SupportModes.dox27 … stage 20". This mode forces you to add eigen2_ prefixes to the Eigen2 identifiers that conflict w…
62 The eigen2_-prefixed identifiers are still available, but at this stage you should now replace them…
88 … (it remains available with eigen2_ prefix). So at this stage, all the identifiers that exist in E…
89 \li Stage 30 introduces the remaining Eigen 3 identifiers. So at this stage, you have the full Eige…
/external/llvm/test/Verifier/
Dmodule-flags-1.ll29 ; CHECK: module flag identifiers must be unique (or of 'require' type)
32 ; CHECK-NOT: module flag identifiers must be unique
/external/selinux/secilc/docs/
Dcil_default_object_statements.md29 …ist of previously declared <code>class</code> or <code>classmap</code> identifiers enclosed within…
81 …ist of previously declared <code>class</code> or <code>classmap</code> identifiers enclosed within…
128 …ist of previously declared <code>class</code> or <code>classmap</code> identifiers enclosed within…
166 …ist of previously declared <code>class</code> or <code>classmap</code> identifiers enclosed within…
Dcil_context_statement.md8 … Anonymous - They are defined within the CIL labeling statement using user, role etc. identifiers.
68 …mous context where the previously declared `user role type levelrange` identifiers are used to spe…
Dcil_role_statements.md76 …cil_role_statements.md#role) and [`type`](cil_type_statements.md#type) identifiers, then associate…
87 …s.md#role) and [`roleattribute`](cil_role_statements.md#roleattribute) identifiers associated to i…
123 … one or more previously declared [`role`](cil_role_statements.md#role) identifiers to a [`roleattr…
147 …p>Zero or more previously declared <code>role</code> or <code>roleattribute</code> identifiers.</p>
Dcil_mls_labeling_statements.md36 This example declares three [`sensitivity`](cil_mls_labeling_statements.md#sensitivity) identifiers:
139 …reviously declared <code>sensitivity</code> or <code>sensitivityalias</code> identifiers..</p></td>
189 This example declares a three [`category`](cil_mls_labeling_statements.md#category) identifiers:
286 … more previously declared <code>category</code> or <code>categoryalias</code> identifiers.</p></td>
330 …ro or more previously declared <code>category</code> or <code>categoryalias</code> identifiers.</p>
403 …, or a list of <code>category</code> and/or <code>categoryalias</code> identifiers. The examples s…
449 …, or a list of <code>category</code> and/or <code>categoryalias</code> identifiers. The examples s…
/external/llvm/test/TableGen/
DValidIdentifiers.td4 // Ensure that generated names for anonymous records are valid identifiers via the ctags index.
/external/libxml2/doc/
Dapibuild.py194 self.identifiers = {}
210 d = self.identifiers[name]
214 self.identifiers[name] = d
232 d = self.identifiers[name]
236 self.identifiers[name] = d
279 self.identifiers[id] = idx.functions[id]
292 self.identifiers[id] = idx.variables[id]
299 self.identifiers[id] = idx.structs[id]
306 self.identifiers[id] = idx.typedefs[id]
323 self.identifiers[id] = idx.macros[id]
[all …]
/external/icu/icu4c/source/data/translit/
Den.txt17 // This list is currently incomplete, and care should be taken to translate these identifiers.
/external/autotest/client/site_tests/platform_SessionManagerStateKeyGeneration/
Dcontrol15 hardware identifiers required to generate state keys (such as machine and disk
/external/autotest/client/site_tests/network_3GIdentifiers/
Dcontrol19 The test queries the modem for the following identifiers:
Dcontrol.zte-mf19022 The test queries the modem for the following identifiers:
Dcontrol.hefty22 The test queries the modem for the following identifiers:
Dcontrol.y340022 The test queries the modem for the following identifiers:
Dcontrol.mu73622 The test queries the modem for the following identifiers:
/external/clang/test/SemaObjC/
Dparameterized_classes.m203 // Type arguments with a mix of identifiers and type-names.
206 // Type arguments with only identifiers.
209 // Type arguments with only identifiers; one is ambiguous (resolved as
213 // Type arguments with only identifiers; one is ambiguous (resolved as
223 // Type arguments and protocol qualifiers (identifiers).

1234567