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

<<21222324252627282930>>

  /external/valgrind/main/massif/tests/
malloc_usable.c 13 // XXX: would be better to have a HAVE_MALLOC_USABLE_SIZE variable here
  /frameworks/base/tools/aidl/
generate_java.cpp 15 Variable*
21 Variable* v = new Variable(type, name);
26 Variable*
AST.cpp 59 variable(NULL)
63 Field::Field(int m, Variable* v)
66 variable(v)
77 types->insert(this->variable->type);
87 fprintf(to, "%s %s", this->variable->type->QualifiedName().c_str(),
88 this->variable->name.c_str());
129 Variable::Variable()
136 Variable::Variable(Type* t, const string& n
    [all...]
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
conditionals 33 @echo variable is undefined
35 @echo variable undefined is defined
46 variable is undefined
99 result += variable is undefined
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
MAKELEVEL 5 prints the environment variable MAKELEVEL";
MFILE_LIST 3 $description = "Test the MAKEFILE_LIST variable.";
  /packages/services/Telecomm/
Android.mk 17 # Workaround for "local variable type mismatch" error.
  /external/lldb/source/Core/
Value.cpp 26 #include "lldb/Symbol/Variable.h"
175 case eContextTypeVariable: // Variable *
196 case eContextTypeVariable: // Variable *
243 Variable *variable = GetVariable(); local
244 if (variable)
246 Type *variable_type = variable->GetType();
440 // we can resolve a file address, is a variable.
441 Variable *variable = GetVariable() local
483 Variable *variable = GetVariable(); local
    [all...]
  /external/llvm/include/llvm/IR/
DIBuilder.h 227 /// instance variable.
253 /// instance variable.
478 /// @param Name Name of the variable.
479 /// @param File File where this variable is defined.
481 /// @param Ty Variable Type.
482 /// @param isLocalToUnit Boolean flag indicate whether this variable is
484 /// @param Val llvm::Value of the variable.
490 /// @param Name Name of the variable.
491 /// @param LinkageName Mangled variable name.
492 /// @param File File where this variable is defined
    [all...]
  /external/clang/test/SemaCXX/
cxx1y-variable-templates_top_level.cpp 19 // expected-error@-2 {{constexpr variable declaration must be a definition}}
32 // template arguments are not deduced for uses of variable templates.
33 int ipi = pi; // expected-error {{cannot refer to variable template 'pi' without a template argument list}}
34 int icpi = cpi; // expected-error {{cannot refer to variable template 'cpi' without a template argument list}}
105 template<typename T> extern auto v; // expected-error {{declaration of variable 'v' with type 'auto' requires an initializer}}
114 template<typename T> auto v0; // expected-error {{declaration of variable 'v0' with type 'auto' requires an initializer}}
122 template<typename T> extern auto v4; // expected-error {{declaration of variable 'v4' with type 'auto' requires an initializer}}
130 T pi0a = T(3.1415926535897932385); // expected-note {{variable template 'pi0a' declared here}}
134 T pi0b = T(3.1415926535897932385); // expected-note {{variable template 'pi0b' declared here}}
138 T pi0c = T(3.1415926535897932385); // expected-note {{variable template 'pi0c' declared here}
    [all...]
  /external/owasp/sanitizer/tools/findbugs/src/xsl/
default.xsl 59 <xsl:variable name="literalNbsp">&amp;nbsp;</xsl:variable>
63 <xsl:variable name="bugTableHeader">
68 </xsl:variable>
135 <xsl:variable name="unique-catkey" select="/BugCollection/BugCategory/@category"/>
136 <!--xsl:variable name="unique-catkey" select="/BugCollection/BugInstance[generate-id() = generate-id(key('bug-category-key',@category))]/@category"/-->
152 <xsl:variable name="catkey" select="."/>
153 <xsl:variable name="catdesc" select="/BugCollection/BugCategory[@category=$catkey]/Description"/>
170 <xsl:variable name="catkey" select="."/>
171 <xsl:variable name="catdesc" select="/BugCollection/BugCategory[@category=$catkey]/Description"/
    [all...]
  /ndk/sources/host-tools/make-3.81/doc/
make.texi 11 @c Combine the variable and function indices:
140 * MAKEFILES Variable:: The environment can specify extra makefiles.
141 * MAKEFILE_LIST Variable:: Discover which makefiles have been read.
221 * MAKE Variable:: The special effects of using @samp{$(MAKE)}.
229 * Reference:: How to use the value of a variable.
231 * Advanced:: Advanced features for referencing a variable.
233 * Setting:: How to set a variable in the makefile.
235 of a variable.
236 * Override Directive:: How to set a variable in the makefile even if
238 * Defining:: An alternate way to set a variable
    [all...]
make.info-1 114 * MAKEFILES Variable:: The environment can specify extra makefiles.
115 * MAKEFILE_LIST Variable:: Discover which makefiles have been read.
195 * MAKE Variable:: The special effects of using `$(MAKE)'.
203 * Reference:: How to use the value of a variable.
205 * Advanced:: Advanced features for referencing a variable.
207 * Setting:: How to set a variable in the makefile.
209 of a variable.
210 * Override Directive:: How to set a variable in the makefile even if
212 * Defining:: An alternate way to set a variable
214 * Environment:: Variable values can come from the environment
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
GetValuesTest.java 153 //getting Variable Table
155 logWriter.println("=> Getting Variable Table...");
158 logWriter.println("=> Variable table check passed.");
160 printErrorAndFail("Variable table check failed.");
177 logWriter.println("=> For variable #"+i+":");
212 .printError("Unexpected value of boolean variable: "
218 logWriter.printError("Unexpected tag of variable: "
233 .printError("unexpected value of int variable: "
239 logWriter.printError("Unexpected tag of variable: "
256 .printError("Unexpected value of string variable:
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
dromaeo-object-regexp.html 74 test( "Compiled Object Variable Split", function(){
166 // TESTS: Variable Length
173 test( "Compiled Variable Match", function(){
182 test( "Compiled Variable Test", function(){
191 test( "Compiled Variable Empty Replace", function(){
200 test( "Compiled Variable 12 Char Replace", function(){
210 test( "Compiled Variable Object Match", function(){
219 test( "Compiled Variable Object Test", function(){
228 test( "Compiled Variable Object Empty Replace", function(){
237 test( "Compiled Variable Object 12 Char Replace", function()
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-skip-summary/
TestDataFormatterSkipSummary.py 67 self.expect('frame variable',
77 self.expect('frame variable --no-summary-depth',
89 self.expect('frame variable --no-summary-depth=2',
102 self.expect('frame variable data1.m_child1 --no-summary-depth=2', matching=False,
106 self.expect('frame variable data1.m_child1 --no-summary-depth=2',
110 self.expect('frame variable *data1.m_child1 --no-summary-depth=2',
118 self.expect('frame variable data1.m_child1->m_child2 --no-summary-depth=2',
127 self.expect('frame variable data1.m_child1->m_child2 --no-summary-depth=1',
151 self.expect('frame variable data1.m_child1->m_child2 --show-types --no-summary-depth=3',
158 self.expect('frame variable data1.m_child1->m_child2.m_child1.m_child2 --no-summary-depth=2'
    [all...]
  /external/lldb/include/lldb/Expression/
ClangExpressionVariable.h 42 /// @brief Encapsulates one variable for the expression parser.
71 /// If the variable contains its own data, make a Value point at it.
82 /// True on success; false otherwise (in particular, if this variable
108 TypeFromParser m_parser_type; ///< The type of the variable according to the parser
109 const clang::NamedDecl *m_named_decl; ///< The Decl corresponding to this variable
110 llvm::Value *m_llvm_value; ///< The IR value corresponding to this variable; usually a GlobalValue
111 lldb_private::Value m_lldb_value; ///< The value found in LLDB for this variable
112 lldb::VariableSP m_lldb_var; ///< The original variable for this variable
113 const lldb_private::Symbol *m_lldb_sym; ///< The original symbol for this variable, if it was a symbo
    [all...]
  /external/bison/lib/
timevar.c 33 variable. The !IN_GCC part of this file is specific to Bison. */
118 _constants_ variable at run time, anyway? */
139 /* A timing variable. */
143 /* Elapsed time for this variable. */
146 /* If this variable is timed independently of the timing stack,
150 /* The name of this timing variable. */
153 /* Non-zero if this timing variable is running as a standalone
157 /* Non-zero if this timing variable was ever started or pushed onto
163 topmost timing variable on the stack. */
167 /* The timing variable at this stack level. *
    [all...]
  /external/bison/data/xslt/
bison.xsl 58 <xsl:variable name="transitions" select="actions/transitions"/>
59 <xsl:variable name="reductions" select="actions/reductions"/>
60 <xsl:variable
67 <xsl:variable name="conflict-data">
69 <xsl:variable name="name" select="."/>
71 <xsl:variable
75 <xsl:variable
87 </xsl:variable>
  /external/bison/m4/
environ.m4 27 # Check if a variable is properly declared.
28 # gt_CHECK_VAR_DECL(includes,variable)
  /external/ceres-solver/data/nist/
BoxBOD.dat 12 Hunter (1978). The response variable is biochemical
14 variable is incubation time in days.
Misra1b.dat 13 response variable is volume, and the predictor
14 variable is pressure.
Misra1c.dat 13 response variable is volume, and the predictor
14 variable is pressure.
Misra1d.dat 13 response variable is volume, and the predictor
14 variable is pressure.
Rat42.dat 13 The response variable is pasture yield, and the
14 predictor variable is growing time.

Completed in 739 milliseconds

<<21222324252627282930>>