HomeSort by relevance Sort by last modified time
    Searched refs:variables (Results 376 - 400 of 1005) sorted by null

<<11121314151617181920>>

  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 549 * An Environment object maintains the mapping between variables of the
4810 Variables<In, Out> variables; local
4868 Variables<In, Out> variables; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-evaluate-with-context.js 45 // Try in frame's scope with overrididen local variables.
59 // Try in global scope with overridden global variables.
65 // Try in global scope with no overridden global variables.
  /external/chromium_org/v8/test/mjsunit/harmony/
block-let-semantics.js 32 // Test temporal dead zone semantics of let bound variables in
105 // Test that variables introduced by function declarations are created and
175 // Test that resolution of let bound variables works with scopes that call eval.
  /external/chromium_org/build/
gyp_chromium 73 # Some GYP variables have hyphens, which we don't support.
117 variables = file_data.get('variables', [])
118 for v in variables:
119 supp_items += [(v, str(variables[v]))]
  /external/chromium_org/extensions/common/
message_bundle.cc 225 bool MessageBundle::ReplaceVariables(const SubstitutionMap& variables,
253 variables.find(StringToLowerASCII(var_name));
254 if (it == variables.end()) {
message_bundle.h 93 static bool ReplaceVariables(const SubstitutionMap& variables,
  /external/chromium_org/third_party/angle/src/compiler/translator/
ShaderLang.cpp 437 TVariableInfoList variables; local
441 variables.push_back(var);
444 return packer.CheckVariablesWithinPackingLimits(maxVectors, variables) ? 1 : 0;
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARFDebugMap.h 83 virtual uint32_t FindGlobalVariables (const lldb_private::ConstString &name, const lldb_private::ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, lldb_private::VariableList& variables);
84 virtual uint32_t FindGlobalVariables (const lldb_private::RegularExpression& regex, bool append, uint32_t max_matches, lldb_private::VariableList& variables);
252 lldb_private::VariableList& variables);
334 // Member Variables
  /build/core/
dex_preopt_odex_install.mk 2 # This file depends on variables set in base_rules.mk
3 # Output variables: LOCAL_DEX_PREOPT, built_odex, dexpreopt_boot_jar_module
install_jni_libs_internal.mk 2 # Input variables:
10 # Output variables:
executable_prefer_symlink.mk 10 # et al. since those variables make no sense in that context.
  /external/chromium_org/
Android.mk 55 # If the host is declared as being 64-bit, set the host multilib variables
82 # If the host is declared as being 64-bit, set the host multilib variables
  /external/chromium_org/tools/grit/grit/node/
structure.py 70 # See _Substitute; this substituter is used for local variables and
71 # the root substituter is used for global variables.
77 def _ParseVariables(self, variables):
79 matches = StructureNode.variable_pattern.findall(variables)
99 # Parse local variables and instantiate the substituter.
100 if self.attrs['variables']:
101 variables = self.attrs['variables']
103 self.substituter.AddSubstitutions(self._ParseVariables(variables))
149 'variables': ''
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1170187.js 29 // Make sure that the retreival of local variables are performed correctly even
74 // Call a function with local variables passing a different number parameters
  /external/lldb/source/Symbol/
SymbolVendor.cpp 281 SymbolVendor::FindGlobalVariables (const ConstString &name, const ClangNamespaceDecl *namespace_decl, bool append, size_t max_matches, VariableList& variables)
288 return m_sym_file_ap->FindGlobalVariables(name, namespace_decl, append, max_matches, variables);
294 SymbolVendor::FindGlobalVariables (const RegularExpression& regex, bool append, size_t max_matches, VariableList& variables)
301 return m_sym_file_ap->FindGlobalVariables(regex, append, max_matches, variables);
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.h 178 // Sets the 'get_*', 'set_*', 'clear_*' and 'different_*' variables, where * is
182 int bitIndex, map<string, string>* variables);
  /ndk/build/tools/
gen-system-symbols.sh 20 # (SRC) and extract the list of functions and variables.
23 # named <library>.functions.txt and <library>.variables.txt
37 and extract, for each one of them, the list of functions and variables
46 <dst-dir>/<libname>.variables.txt
145 # $2+: List of symbols (functions or variables)
206 log " Found $NUMFUNCS functions and $NUMVARS variables"
208 (echo "$VARS" | tr ' ' '\n') > $DSTDIR/$LIB.variables.txt
  /ndk/sources/host-tools/make-3.81/
filedef.h 50 struct variable_set_list *variables; member in struct:file
94 pattern-specific variables. */
  /device/asus/grouper/
BoardConfig.mk 16 # This file sets variables that control the way modules are built
  /device/asus/tilapia/
BoardConfig.mk 16 # This file sets variables that control the way modules are built
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
antlr3.jar 
  /external/chromium_org/apps/shell/renderer/
shell_custom_bindings.js 69 // so the correct JS context is used for global variables such as
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
externs.js 5 // Common external variables when compiling ChromeVox background code
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSUtil.py 140 vars: A dictionary of common GYP variables with generator-specific values.
153 variables = target_dict.get('variables', {})
154 pdb_path = variables.get('msvs_large_pdb_path', None)
175 vars: A dictionary of common GYP variables with generator-specific values.
  /external/chromium_org/tools/gyp/tools/emacs/
gyp.el 63 (defconst gyp-variables-regexp
64 "^variables"
65 "Regular expression to introduce variables sections")
88 ((string-match-p gyp-variables-regexp section) 'variables)
172 ;; conditions can occur in a variables section, but we still want to
195 ('variables 2)
232 "targets" "type" "variables" "xcode_settings"))
243 (list 2 'font-lock-variable-name-face t t) ; variables, conditions

Completed in 1194 milliseconds

<<11121314151617181920>>