HomeSort by relevance Sort by last modified time
    Searched refs:vars (Results 151 - 175 of 225) sorted by null

1 2 3 4 5 67 8 9

  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jsevalcontext.js 214 * of vars, data, and template.
322 * vars and data as arguments. Since the resulting function depends
329 * context of vars and data.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 214 * of vars, data, and template.
322 * vars and data as arguments. Since the resulting function depends
329 * context of vars and data.
  /external/libvpx/vp8/common/arm/armv6/
idct_v6.asm 42 ldmia sp!, {r4, r5, pc} ; replace vars, return restore
133 ldmia sp!, {r4 - r11, pc} ; replace vars, return restore
342 ldmia sp!, {r4 - r11, pc} ; replace vars, return restore
  /external/libvpx/examples/includes/HTML-Toc-0.91/
TocInsertor.pm 18 use vars qw(@ISA $VERSION);
876 use vars qw(@ISA);
  /ndk/build/core/
build-all.mk 43 CLEAR_VARS := $(BUILD_SYSTEM)/clear-vars.mk
main.mk 99 $(call clear-vars, $(NDK_APP_VARS))
add-application.mk 29 $(call clear-vars, $(NDK_APP_VARS))
51 $(call check-required-vars,$(NDK_APP_VARS_REQUIRED),$(_application_mk))
definitions.mk 114 # Function : clear-vars
118 # Usage : $(call clear-vars, VAR1 VAR2 VAR3...)
121 clear-vars = $(foreach __varname,$1,$(eval $(__varname) := $(empty)))
124 # Function : check-required-vars
128 # Usage : $(call check-required-vars, VAR1 VAR2 VAR3..., <file>)
129 # Rationale: Checks that all required vars listed in $1 were defined by $2
132 check-required-vars = $(foreach __varname,$1,\
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
NodeTest.java 679 public void fixupVariables(java.util.Vector vars, int globalsSize)
  /external/valgrind/main/coregrind/m_debuginfo/
priv_storage.h 372 XArray* /* of DiVariable */ vars; member in struct:__anon15093
778 that exist for any value of the PC (that is, global vars), it
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
mock.py 306 return name in vars(obj)
  /gdk/build/core/
definitions.mk 82 # Function : clear-vars
86 # Usage : $(call clear-vars, VAR1 VAR2 VAR3...)
89 clear-vars = $(foreach __varname,$1,$(eval $(__varname) := $(empty)))
92 # Function : check-required-vars
96 # Usage : $(call check-required-vars, VAR1 VAR2 VAR3..., <file>)
97 # Rationale: Checks that all required vars listed in $1 were defined by $2
100 check-required-vars = $(foreach __varname,$1,\
    [all...]
  /external/libxslt/libxslt/
transform.c 199 ctxt->vars = ctxt->varsTab[ctxt->varsNr - 1];
201 ctxt->vars = NULL;
226 ctxt->vars = ctxt->varsTab[ctxt->varsNr - 1];
228 ctxt->vars = NULL;
390 * Free vars/params.
472 cur->vars = NULL;
    [all...]
  /build/core/
java.mk 250 # PRIVATE_ vars to be preserved.
392 # vars won't be set up correctly.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gimple.h 435 tree vars; variable
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
gimple.h 435 tree vars; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gimple.h 435 tree vars; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
gimple.h 435 tree vars; variable
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java 86 * @param psuedoVarRecipient The recipient of the psuedo vars. The
147 * @param psuedoVarRecipient The recipient of the psuedo vars.
448 Vector vars = root.getVariablesAndParamsComposed(); local
449 var.setIndex(vars.size()-1);
641 // Change all globals in xsl:templates, etc, to global vars no matter what.
731 // Change all globals in xsl:templates, etc, to global vars no matter what.
773 * Warning: For global vars, this function relies on the variable declaration
909 // it is in scope for any other vars.
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js 252 // init/reset vars
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 252 // init/reset vars
  /external/skia/src/gpu/gl/
GrGLProgram.cpp 204 // assigns modulation of two vars to an output var
205 // vars can be vec4s or floats (or one of each)
232 // assigns addition of two vars to an output var
233 // vars can be vec4s or floats (or one of each)
    [all...]
  /external/linux-tools-perf/util/
probe-event.c 483 if (vl->vars) {
484 strlist__for_each(node, vl->vars) {
491 strlist__delete(vl->vars);
    [all...]
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.cpp     [all...]
  /external/v8/tools/gcmole/
gcmole.lua 350 if FLAGS.dead_vars then plugin_args = { "--dead-vars" } end

Completed in 943 milliseconds

1 2 3 4 5 67 8 9