HomeSort by relevance Sort by last modified time
    Searched refs:variable (Results 76 - 100 of 3964) sorted by null

1 2 34 5 6 7 8 91011>>

  /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/chromium_org/third_party/angle/src/common/
blocklayout.h 122 unsigned int HLSLVariableRegisterCount(const Varying &variable);
123 unsigned int HLSLVariableRegisterCount(const Uniform &variable, ShShaderOutput outputType);
  /external/chromium_org/v8/test/webkit/
for-in-var-scope.js 25 "This tests that for/in statements properly scope a variable that's declared in one. "
27 + "First, the loop variable declaration would not be processed. "
28 + "Second, the code to set the loop variable would incorrectly walk the scope chain even after setting the loop variable."
dfg-arguments-osr-exit.js 29 return [variable];
46 var variable = 32; variable
51 variable = "32";
dfg-dead-speculation.js 34 var variable = 84; variable
39 thingy = {f:{valueOf:function(){ variable = 24; return 5; }}};
43 shouldBe("variable", "" + expected);
  /external/compiler-rt/lib/msan/
Makefile.mk 23 # Define a convenience variable for all the msan functions.
  /external/compiler-rt/lib/tsan/rtl/
Makefile.mk 24 # Define a convenience variable for all the tsan functions.
  /external/compiler-rt/lib/ubsan/
Makefile.mk 24 # Define a convenience variable for all the ubsan functions.
  /external/compiler-rt/make/
subdir.mk 16 $(error "No Dir variable defined.")
35 # Construct the variable key for this directory.
58 $$(error $(Dir): variable '$$(var)' was not undefined)))
70 # Restore directory variable, for cleanliness.
  /external/deqp/framework/randomshaders/
rsgShader.hpp 49 void addParameter (Variable* variable);
58 std::vector<Variable*> m_parameters;
67 ShaderInput (const Variable* variable, ConstValueRangeAccess valueRange);
70 const Variable* getVariable (void) const { return m_variable; }
75 const Variable* m_variable;
115 void getOutputs (std::vector<const Variable*>& outputs) const;
  /external/lldb/examples/python/
cmdtemplate.py 61 variable = variables_list.GetValueAtIndex(i)
62 variable_type = variable.GetType()
  /external/chromium_org/third_party/WebKit/Source/wtf/
Assertions.h 209 #define ASSERT_UNUSED(variable, assertion) ASSERT(assertion)
220 #define ASSERT_UNUSED(variable, assertion) ((void)variable)
273 #define ASSERT_WITH_MESSAGE_UNUSED(variable, assertion, ...) ((void)variable)
275 #define ASSERT_WITH_MESSAGE_UNUSED(variable, assertion, ...) do \
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp 260 class Variable : public Node
263 Variable (const SharedPtr& enclosing, glu::DataType dataType)
454 DE_ASSERT(dynamic_cast<const ResourceDefinition::Variable*>(resource));
465 const glu::DataType basicType = static_cast<const ResourceDefinition::Variable*>(resource)->m_dataType;
467 glu::VariableDeclaration variable (glu::VarType(basicType, getDataTypeDefaultPrecision(basicType)), "target");
476 variable.memoryAccessQualifierBits |= glu::MEMORYACCESSQUALIFIER_READONLY_BIT;
477 variable.layout.binding = 1;
480 variable.layout.format = glu::FORMATLAYOUT_RGBA8;
482 variable.layout.format = glu::FORMATLAYOUT_RGBA8I;
484 variable.layout.format = glu::FORMATLAYOUT_RGBA8UI
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
ref.pxd 33 # from a global variable should be in a consistent state before
36 # temporary variable, update the list data structure, and then
37 # call Py_DECREF() for the temporary variable.
51 # uses a temporary variable and sets the argument to NULL before
54 # value of a variable that might be traversed during garbage
  /external/chromium_org/v8/test/mjsunit/
global-load-from-eval.js 36 // Shadow with local variable.
63 // code that loads the global variable accounts for the fact that the
64 // global variable becomes shadowed by an eval-introduced variable.
84 // time in a context where the 'x' variable has been shadowed.
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
ProgramD3D.cpp 85 const rx::PixelShaderOutputVariable &variable = pixelShaderKey[pixelShaderKeyIndex]; local
86 stream->writeInt(variable.type);
87 stream->writeString(variable.name);
88 stream->writeString(variable.source);
89 stream->writeInt(variable.outputIndex);
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocOverflowSecurityChecker.cpp 34 const Expr *variable; member in struct:__anon22822::MallocOverflowCheck
37 : mulop(m), variable (v)
62 /* Look for a linear combination with a single variable, and at least
64 Reject anything that applies to the variable: an explicit cast,
139 if (const DeclRefExpr *DR_i = dyn_cast<DeclRefExpr>(i->variable)) {
150 if (isa<MemberExpr>(i->variable)) {
151 if (dyn_cast<MemberExpr>(i->variable)->getMemberDecl() == EmeMD)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.variables_3.2.400.v20100505.jar 
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
profile-mode.rb 28 : variable
33 variable
58 variable*
  /developers/build/
gradlew.bat 29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
  /developers/build/prebuilts/androidtv/visual-game-controller/
gradlew.bat 29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
  /developers/build/prebuilts/gradle/ActionBarCompat-Basic/
gradlew.bat 29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
  /developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/
gradlew.bat 29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
  /developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/
gradlew.bat 29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/
gradlew.bat 29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of

Completed in 576 milliseconds

1 2 34 5 6 7 8 91011>>