Searched refs:variable (Results 276 - 300 of 442) sorted by relevance

<<1112131415161718

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCParser.java150 // SimpleC.g:20:1: declaration : ( variable | functionHeader ';' -> ^( FUNC_DECL functionHeader ) | functionHeader block -> ^( FUNC_DEF functionHeader block ) );
172 // SimpleC.g:21:5: ( variable | functionHeader ';' -> ^( FUNC_DECL functionHeader ) | functionHeader block -> ^( FUNC_DEF functionHeader block ) )
177 // SimpleC.g:21:9: variable
182 variable2=variable();
303 // $ANTLR start "variable"
304 // SimpleC.g:26:1: variable : type declarator ';' -> ^( VAR_DEF type declarator ) ;
305 public final SimpleCParser.variable_return variable() throws RecognitionException { method in class:SimpleCParser
387 // $ANTLR end "variable"
749 // SimpleC.g:50:1: block : lc= '{' ( variable )* ( stat )* '}' -> ^( BLOCK[$lc,@\"BLOCK\"] ( variable )* ( sta
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCParser.java150 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:20:1: declaration : ( variable | functionHeader ';' -> ^( FUNC_DECL functionHeader ) | functionHeader block -> ^( FUNC_DEF functionHeader block ) );
172 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:21:5: ( variable | functionHeader ';' -> ^( FUNC_DECL functionHeader ) | functionHeader block -> ^( FUNC_DEF functionHeader block ) )
177 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:21:9: variable
182 variable2=variable();
303 // $ANTLR start "variable"
304 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:26:1: variable : type declarator ';' -> ^( VAR_DEF type declarator ) ;
305 public final SimpleCParser.variable_return variable() throws RecognitionException { method in class:SimpleCParser
387 // $ANTLR end "variable"
749 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:50:1: block : lc= '{' ( variable )* ( stat )* '}' -> ^( BLOCK[$lc,@\"BLOCK\"] ( variable )* ( sta
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java145 // * Use member variable to store param variables as they're
146 // * being created, use member variable so we don't
1394 ElemVariable variable = (ElemVariable)vars.elementAt(i);
1395 if(variable.getXSLToken() == Constants.ELEMNAME_PARAMVARIABLE &&
1396 variable.getName().equals(qname))
1531 * variable stack. We need to make sure that user params are
1624 * the context's runtime variable stack.
1625 * <p>If we encounter a variable
1626 * that is already defined in the variable stack, we ignore it. This
1627 * is because the second variable definitio
[all...]
/external/google-breakpad/src/testing/scripts/generator/cpp/
H A Dast.py262 """Return a string that tries to reconstitute the variable decl."""
409 """Type used for any variable (eg class, primitive, struct, etc)."""
446 # some sort of variable declaration, parameter, or return value.
800 # Must be declaring a variable.
940 # It's probably some sort of variable declaration.
1207 # is the variable declaration.
1213 # Must be variable declaration using the type prefixed with keyword.
1227 variable = var_token
1229 variable = next_token
1245 return self._CreateVariable(position, variable
[all...]
/external/v8/src/ast/
H A Dprettyprinter.cc318 // Bail out if the error is caused by a direct call to a variable in builtin
319 // code. The variable name is meaningless due to minification.
336 // Bail out if the error is caused by a direct call to a variable in builtin
337 // code. The variable name is meaningless due to minification.
694 PrintLiteral(node->variable()->name(), quote);
1400 node->variable(),
1401 node->variable()->name());
/external/v8/src/crankshaft/
H A Dhydrogen.cc5612 Variable* variable = expr->var(); local
5613 switch (variable->location()) {
5616 if (IsLexicalVariableMode(variable->mode())) {
5623 isolate()->factory()->GlobalConstantFor(variable->name());
5636 if (ScriptContextTable::Lookup(script_contexts, variable->name(),
5655 LookupIterator it(global, variable->name(), LookupIterator::OWN);
5656 GlobalPropertyAccess type = LookupGlobalProperty(variable, &it, LOAD);
5712 global_object, variable->name(), ast_context()->typeof_mode());
5721 HValue* value = LookupAndMakeLive(variable);
5723 DCHECK(IsDeclaredVariableMode(variable
12067 Variable* variable = proxy->var(); local
12104 Variable* variable = proxy->var(); local
[all...]
H A Dhydrogen-instructions.cc2215 * This method detects if phi is an induction variable, with phi_operand as
2219 * If yes, the constant is the increment that the induction variable gets at
2403 result->variable = data;
2412 * Compute the limit that is imposed on an induction variable when entering
2415 * terminate when the induction variable reaches it) it is stored directly in
2416 * the induction variable data.
2427 if (limit.variable->CheckIfBranchIsLoopGuard(limit.token,
2430 limit.variable->limit_ = limit.limit;
2431 limit.variable->limit_included_ = limit.LimitIsIncluded();
2432 limit.variable
[all...]
/external/clang/lib/CodeGen/
H A DCGDebugInfo.h316 /// Emit call to \c llvm.dbg.declare for an automatic variable
321 /// Emit call to \c llvm.dbg.declare for an imported variable
323 void EmitDeclareOfBlockDeclRefVariable(const VarDecl *variable,
329 /// Emit call to \c llvm.dbg.declare for an argument variable
341 /// Emit information about a global variable.
344 /// Emit global variable's debug info.
379 /// Emit call to llvm.dbg.declare for a variable declaration.
457 /// Create a global variable describing the forward decalration
462 /// \brief Return a global variable that represents one of the
H A DCGClass.cpp575 // If we have an array index variable, load it and use it as an offset.
616 // Initialize this index variable to zero.
811 // call necessarily creates a second copy of the parameter variable.
2723 const VarDecl *variable = BD->capture_begin()->getVariable(); local
2724 const CXXRecordDecl *Lambda = variable->getType()->getAsCXXRecordDecl();
2730 Address ThisPtr = GetAddrOfBlockDecl(variable, false);
/external/curl/projects/
H A Dgenerate.bat26 rem Do not set %ERRORLEVEL% to anything. %ERRORLEVEL% is a special variable
47 rem When not found the variable is set undefined. The undefined pattern
/external/elfutils/src/
H A Dld.h544 const char *variable; member in struct:assignment
773 /* From the environment variable LD_LIBRARY_PATH. */
/external/mksh/src/
H A Dcheck.pl186 -e e=v Set the environment variable e to v for all tests
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tools.Tests.pas606 { Local variable Z is never accessed again. We add it to check that there
/external/dagger2/lib/
H A Dauto-factory-1.0-20150915.183854-35.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/factory/ ...
/external/gmock/test/
H A Dgmock-generated-matchers_test.cc880 MATCHER_P(ReferencesUncopyable, variable, "") { return &arg == &variable; }
1059 // EqualsSumOf() must be assignable to a EqualsSumOfMatcher variable.
1062 // EqualsSumOf(1) must be assignable to a EqualsSumOfMatcherP variable.
1066 // variable, and so on.
1083 // Avoid "unused variable" warnings.
/external/google-breakpad/src/testing/test/
H A Dgmock-generated-matchers_test.cc745 MATCHER_P(ReferencesUncopyable, variable, "") { return &arg == &variable; }
924 // EqualsSumOf() must be assignable to a EqualsSumOfMatcher variable.
927 // EqualsSumOf(1) must be assignable to a EqualsSumOfMatcherP variable.
931 // variable, and so on.
/external/libvorbis/doc/
H A D05-comment.tex66 The comment vectors are structured similarly to a UNIX environment variable.
/external/v8/src/parsing/
H A Dparser.cc257 Target(Target** variable, BreakableStatement* statement) argument
258 : variable_(variable), statement_(statement), previous_(*variable) {
259 *variable = this;
278 explicit TargetScope(Target** variable) argument
279 : variable_(variable), previous_(*variable) {
280 *variable = NULL;
1057 // Parsing patterns as variable reference expression creates
1878 // If we are inside a function, a declaration of a var/const variable i
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dbeacon.c413 pos = resp->u.probe_resp.variable;
1011 pos = &head->u.beacon.variable[0];
/external/wpa_supplicant_8/src/ap/
H A Dbeacon.c413 pos = resp->u.probe_resp.variable;
1011 pos = &head->u.beacon.variable[0];
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dbeacon.c413 pos = resp->u.probe_resp.variable;
1011 pos = &head->u.beacon.variable[0];
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceDefinitionUtil.cpp99 bool VariableSearchFilter::matchesFilter (const glu::VariableDeclaration& variable) const
101 DE_ASSERT(variable.storage < glu::STORAGE_LAST);
102 return (m_storageBits & (1u << variable.storage)) != 0;
187 // Bottom-level arrays of basic types of a transform feedback variable will produce only the first
744 // Default block variable?
750 // is variable an interface block variable?
782 // unnamed block contains such variable?
808 // \note modifying output variable even when returning false
1276 // The same {uniform (block), buffer (variable)} ca
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_atheros.c882 iebuf = mgmt->u.assoc_req.variable;
889 iebuf = mgmt->u.reassoc_req.variable;
909 event.auth.ies = mgmt->u.auth.variable;

Completed in 1307 milliseconds

<<1112131415161718