HomeSort by relevance Sort by last modified time
    Searched full:variable (Results 376 - 400 of 15203) sorted by null

<<11121314151617181920>>

  /external/lldb/test/types/
TestFloatTypesExpr.py 2 Test that variable expressions of floating point types are evaluated correctly.
28 """Test that float-type variable expressions are evaluated correctly."""
39 """Test that float-type variable expressions are evaluated correctly."""
45 """Test that double-type variable expressions are evaluated correctly."""
56 """Test that double-type variable expressions are evaluated correctly."""
  /external/oprofile/doc/xsl/
xhtml-common.xsl 18 <xsl:variable name="vendor" select="system-property('xsl:vendor')"/>
19 <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable>
30 <xsl:variable name="rtf">
32 </xsl:variable>
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathVariableResolver.java 29 * than once with different variable values, in the course of evaluating any
30 * single XPath expression, a variable's value <strong><em>must</em></strong> be immutable.</p>
39 * <p>Find a variable in the set of available variables.</p>
43 * @param variableName The <code>QName</code> of the variable name.
45 * @return The variables value, or <code>null</code> if no variable named <code>variableName</code>
  /development/testrunner/
android_mk.py 46 """Add a variable definition or include.
65 """Retrieve makefile variable.
68 identifier: name of variable to retrieve
77 """Retrieve makefile variable.
79 If variable value refers to another variable, recursively expand it to
83 identifier: name of variable to retrieve
96 raise RuntimeError('recursive loop found for makefile variable %s'
100 logger.SilentLog('Found variable ref %s for identifier %s'
109 """Check variable is included in makefile
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
Arg.java 92 * Call only when the variable or argument is going out of scope.
135 * True if this variable was added with an xsl:with-param or
141 * Tell if this variable is a parameter passed with a with-param or as
150 * True if this variable is currently visible. To be visible,
151 * a variable needs to come either from xsl:variable or be
159 * Tell if this variable is currently visible.
167 * Update visibility status of this variable.
195 * @param isFromWithParam True if this is a parameter variable.
225 * Equality function specialized for the variable name. If the argument
    [all...]
  /external/chromium_org/third_party/angle/src/common/
blocklayout.cpp 210 void HLSLVariableRegisterCount(const ShaderVarType &variable, HLSLBlockEncoder *encoder)
212 if (variable.isStruct())
214 for (size_t arrayElement = 0; arrayElement < variable.elementCount(); arrayElement++)
218 for (size_t fieldIndex = 0; fieldIndex < variable.fields.size(); fieldIndex++)
220 HLSLVariableRegisterCount(variable.fields[fieldIndex], encoder);
229 encoder->encodeType(variable.type, variable.arraySize, false);
233 unsigned int HLSLVariableRegisterCount(const Varying &variable)
236 HLSLVariableRegisterCount(variable, &encoder);
242 unsigned int HLSLVariableRegisterCount(const Uniform &variable, ShShaderOutput outputType
    [all...]
  /external/llvm/lib/CodeGen/
SpillPlacement.h 16 // Given a variable that is live across multiple basic blocks, and given
17 // constraints on the basic blocks where the variable is live, determine which
18 // edge bundles should have the variable in a register and which edge bundles
19 // should have the variable in a stack slot.
74 DontCare, ///< Block doesn't care / variable not live.
78 MustSpill ///< A register is impossible, variable must be spilled.
95 /// variable should be kept in a register. Each bit
97 /// variable should be kept in a register through the
98 /// bundle. A clear bit means the variable should be
104 /// @param LiveBlocks Constraints for blocks that have the variable live in o
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
LocalItem.java 22 * A local variable item: either a name or a signature or both.
25 /** {@code null-ok;} local variable name */
28 /** {@code null-ok;} local variable signature */
36 * @param name {@code null-ok;} local variable name
37 * @param signature {@code null-ok;} local variable signature
51 * @param name {@code null-ok;} local variable name
52 * @param signature {@code null-ok;} local variable signature
  /dalvik/dx/src/com/android/dx/rop/code/
LocalItem.java 22 * A local variable item: either a name or a signature or both.
25 /** {@code null-ok;} local variable name */
28 /** {@code null-ok;} local variable signature */
36 * @param name {@code null-ok;} local variable name
37 * @param signature {@code null-ok;} local variable signature
51 * @param name {@code null-ok;} local variable name
52 * @param signature {@code null-ok;} local variable signature
  /external/bison/lib/
timevar.h 31 to the timing variable in code, and a character string name.
37 attributed to the topmost timing variable on the stack. When
38 another variable is pushed on, the previous topmost variable is
39 `paused' until the pushed variable is popped back off.
43 variable.
65 /* An enumeration of timing variable identifiers. Constructed from
  /external/chromium_org/v8/src/base/platform/
condition-variable.h 29 // variable is notified, the thread is awakened, and the mutex is reacquired.
36 // If any threads are waiting on this condition variable, calling
40 // Unblocks all threads currently waiting for this condition variable.
43 // |Wait()| causes the calling thread to block until the condition variable is
46 // this condition variable. The thread will be unblocked when |NotifyAll()| or
53 // adds it to the list of threads waiting on this condition variable. The
57 // is reacquired and |WaitFor()| exits. Returns true if the condition variable
  /external/clang/include/clang/Analysis/Analyses/
UninitializedValues.h 29 /// A use of a variable, which might be uninitialized.
38 /// The expression which uses this variable.
44 /// Is this use uninitialized whenever the variable declaration is reached?
76 /// the variable's declaration.
94 /// Branches which inevitably result in the variable being used uninitialized.
105 /// Called when the uninitialized variable is used at the given expression.
109 /// Called when the uninitialized variable analysis detects the
  /external/clang/test/Analysis/
uninit-sometimes.cpp 7 int x; // expected-note {{variable}}
19 int x; // expected-note {{variable}}
31 int x; // expected-note {{variable}}
47 int x; // expected-note {{variable}}
62 int x; // expected-note {{variable}}
78 int x; // expected-note {{variable}}
95 int x; // expected-note {{variable}}
113 int x; // expected-note {{variable}}
148 int x; // expected-note {{variable}}
149 for (int &a : arr) { // expected-warning {{variable 'x' is used uninitialized whenever 'for' loop is entered}
    [all...]
  /external/deqp/framework/randomshaders/
rsgExecutionContext.hpp 46 typedef std::map<const Variable*, ExecValueStorage*> VarValueMap;
66 ExecValueAccess getValue (const Variable* variable);
67 const Sampler2D& getSampler2D (const Variable* variable) const;
68 const SamplerCube& getSamplerCube (const Variable* variable) const;
rsgFunctionGenerator.cpp 66 for (vector<Variable*>::iterator i = m_requiredAssignments.begin(); i != m_requiredAssignments.end(); i++)
68 Variable* variable = *i; local
69 const ValueEntry* entry = m_state.getVariableManager().getValue(variable);
70 ValueRange valueRange(variable->getType());
76 m_state.getVariableManager().removeValueFromCurrentScope(variable);
79 m_function.getBody().addChild(new AssignStatement(m_state, variable, valueRange));
rsgStatement.cpp 229 inline bool canDeclareVariable (const Variable* variable)
231 return variable->getStorage() == Variable::STORAGE_LOCAL;
236 const vector<Variable*>& liveVars = varMgr.getLiveVariables();
237 for (vector<Variable*>::const_iterator i = liveVars.begin(); i != liveVars.end(); i++)
247 DeclarationStatement::DeclarationStatement (GeneratorState& state, Variable* variable)
251 if (variable == DE_NULL)
256 const vector<Variable*>& liveVars = state.getVariableManager().getLiveVariables()
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
LocalItem.java 22 * A local variable item: either a name or a signature or both.
25 /** {@code null-ok;} local variable name */
28 /** {@code null-ok;} local variable signature */
36 * @param name {@code null-ok;} local variable name
37 * @param signature {@code null-ok;} local variable signature
51 * @param name {@code null-ok;} local variable name
52 * @param signature {@code null-ok;} local variable signature
  /external/lldb/test/functionalities/data-formatter/rdar-10449092/
Test-rdar-10449092.py 59 self.expect('frame variable mine',
65 self.expect('frame variable mine',
73 self.expect('frame variable mine',
78 self.expect('frame variable mine',
82 self.expect('frame variable mine',
86 self.expect('frame variable mine',
89 self.expect('frame variable mine',
  /external/lldb/test/functionalities/data-formatter/rdar-11086338/
TestRdar11086338.py 60 self.expect('frame variable arr',
62 self.expect('frame variable other_arr',
64 self.expect('frame variable arr --ptr-depth 1',
66 self.expect('frame variable other_arr --ptr-depth 1',
68 self.expect('frame variable arr --ptr-depth 1 -d no-run-target',
70 self.expect('frame variable other_arr --ptr-depth 1 -d no-run-target',
72 self.expect('frame variable other_arr --ptr-depth 2 -d no-run-target',
  /external/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h 30 : Variable(Var), EntryKind(E_Integer) {
34 : Variable(Var), EntryKind(E_ConstantFP) {
38 : Variable(Var), EntryKind(E_ConstantInt) {
42 : Variable(Var), EntryKind(E_Location), Loc(Loc) {
45 // The variable to which this location entry corresponds.
46 const MDNode *Variable;
87 const MDNode *getVariable() const { return Variable; }
  /external/proguard/src/proguard/classfile/editor/
VariableEditor.java 50 * @param maxLocals the length of the local variable frame that will be
72 * Remembers to delete the given variable.
73 * @param variableIndex the index of the variable to be deleted.
84 * Returns whether the given variable at the given offset has deleted.
107 // Make sure there is a sufficiently large variable map.
113 // Fill out the variable map.
127 // Update the length of local variable frame.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
timevar.h 31 to the timing variable in code, and a character string name.
37 attributed to the topmost timing variable on the stack. When
38 another variable is pushed on, the previous topmost variable is
39 `paused' until the pushed variable is popped back off.
43 variable.
68 /* An enumeration of timing variable identifiers. Constructed from
  /external/chromium_org/third_party/libxslt/libxslt/
variables.c 2 * variables.c: Implementation of the variable storage and lookup
127 * insinde an xsl:variable and xsl:param to the lifetime of the
163 * When evaluating "select" expressions of xsl:variable
165 * to the variable itself; otherwise the tragment will be
298 * global variable or a doc acquired via the
558 * Example: The fragment of the variable must not be freed
561 * <xsl:variable name="bar">
563 * </xsl:variable>
576 * Cache or free the variable structure.
638 * First lookup expects the variable name and URI t
1780 xsltStackElemPtr variable; local
2223 xsltStackElemPtr variable = NULL, cur; local
    [all...]
  /external/bison/src/
muscle-tab.c 399 /** If the \a variable name is obsolete, return the name to use,
400 * otherwise \a variable. */
403 muscle_percent_variable_update (char const *variable)
416 char const *res = variable;
419 if (STREQ (conversion[i].obsolete, variable))
433 char const *variable = muscle_percent_variable_update (var); local
434 char const *name = UNIQSTR_CONCAT ("percent_define(", variable, ")");
435 char const *loc_name = UNIQSTR_CONCAT ("percent_define_loc(", variable, ")");
437 UNIQSTR_CONCAT ("percent_define_syncline(", variable, ")");
438 char const *how_name = UNIQSTR_CONCAT ("percent_define_how(", variable, ")");
    [all...]
  /external/clang/test/OpenMP/
parallel_sections_firstprivate_messages.cpp 89 #pragma omp parallel sections firstprivate(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variable name}}
101 #pragma omp parallel sections firstprivate(a, b) // expected-error {{firstprivate variable with incomplete type 'S1'}}
105 #pragma omp parallel sections firstprivate(argv[1]) // expected-error {{expected variable name}}
109 #pragma omp parallel sections firstprivate(e, g) // expected-error 2 {{firstprivate variable must have an accessible, unambiguous copy constructor}}
113 #pragma omp parallel sections firstprivate(h) // expected-error {{threadprivate or thread local variable cannot be firstprivate}}
141 #pragma omp parallel sections lastprivate(g) firstprivate(g) // expected-error {{firstprivate variable must have an accessible, unambiguous copy constructor}}
187 #pragma omp parallel sections firstprivate(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variable name}}
199 #pragma omp parallel sections firstprivate(a, b, c, d, f) // expected-error {{firstprivate variable with incomplete type 'S1'}}
203 #pragma omp parallel sections firstprivate(argv[1]) // expected-error {{expected variable name}}
207 #pragma omp parallel sections firstprivate(2 * 2) // expected-error {{expected variable name}
    [all...]

Completed in 608 milliseconds

<<11121314151617181920>>