HomeSort by relevance Sort by last modified time
    Searched refs:variable (Results 251 - 275 of 418) sorted by null

<<11121314151617

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
wellformed03.js 69 //DOMErrorMonitor's require a document level variable named errorMonitor
wellformed04.js 69 //DOMErrorMonitor's require a document level variable named errorMonitor
canonicalform05.js 76 //DOMErrorMonitor's require a document level variable named errorMonitor
canonicalform08.js 77 //DOMErrorMonitor's require a document level variable named errorMonitor
documentnormalizedocument05.js 76 //DOMErrorMonitor's require a document level variable named errorMonitor
  /ndk/build/core/
build-all.mk 41 # build script that will parse the LOCAL_XXX variable definitions.
definitions.mk 101 # Arguments: 1: list of variable names
115 # Arguments: 1: list of variable names
116 # 2: file where the variable should be defined
125 # Arguments: 1: list of variable names
126 # 2: file where the variable(s) should be defined
134 $(call __ndk_info, Required variable $(__varname) is not defined by $2)\
363 # 2: export variable name without LOCAL_EXPORT_ prefix (e.g. 'CFLAGS')
373 # 2: export variable name without LOCAL_EXPORT_ prefix (e.g. 'CFLAGS')
652 # Arguments: 1: name of variable that must be defined by the user
653 # 2: name of Makefile where the variable should be define
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 344 which also takes a variable number of arguments.
602 as the initializer for a global variable. See the method
608 value can in turn be used as the initializer for a global variable.
614 This value can in turn be used as the initializer for a global variable.
621 for a global variable. See the method [llvm::ConstantStruct::get]. *)
628 the initializer for a global variable. See the method
    [all...]
  /dalvik/vm/arch/arm/
CallOldABI.S 96 @ We need to push a variable number of arguments onto the stack.
  /external/icu4c/test/perf/perldriver/
PerfFramework.pm 64 my($locale, $iter, $data, $program, $args, $variable);
  /external/libxslt/libxslt/
transform.h 191 xsltStackElemPtr variable,
  /external/llvm/autoconf/m4/
ltdl.m4 214 AC_CACHE_CHECK([which variable specifies run-time library path],
218 [Define to the name of the environment variable that determines the dynamic library search path.])
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 45 (* Simple variable ref. *)
46 | [< >] -> Ast.Variable id
88 (* At least one variable name is required. *)
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang.l 509 TVariable* variable = static_cast<TVariable*>(symbol);
510 if (variable->isUserType()) {
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 595 bool PluginView::platformGetValueStatic(NPNVariable variable, void* value, NPError* result)
597 switch (variable) {
635 bool PluginView::platformGetValue(NPNVariable variable, void* value, NPError* result)
637 switch (variable) {
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 737 bool PluginView::platformGetValueStatic(NPNVariable variable, void* value, NPError* result)
739 switch (variable) {
772 bool PluginView::platformGetValue(NPNVariable variable, void* value, NPError* result)
774 switch (variable) {
    [all...]
  /system/extras/tests/bionic/libc/
Android.mk 16 # define the BIONIC_TESTS environment variable to build the test programs
26 # in the build. the variable will be cleaned on exit
  /development/tools/emulator/opengl/
common.mk 5 # order for various variable definitions and usage to happen in the correct
117 # Called to indicate that a module exports a given local variable for its
119 # $1: Local variable type (e.g. CFLAGS, LDLIBS, etc...)
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-resource-browser.js 58 * variable in the resource data JS file.
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 59 import org.apache.xpath.operations.Variable;
166 expr = variable(opPos); break;
529 * Compile a variable reference.
533 * @return reference to {@link org.apache.xpath.operations.Variable} instance.
537 protected Expression variable(int opPos) throws TransformerException method in class:Compiler
540 Variable var = new Variable();
    [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 152 // A program that jumps from a point where a variable with automatic
154 // is ill-formed unless the variable has scalar type, class type with
160 // A program that jumps from a point where a local variable
162 // where it is in scope is ill-formed unless the variable has
261 llvm_unreachable("no-liftime captured variable");
309 // Evaluate the condition variable before entering the scope of the switch
460 VarDecl *variable = ci->getVariable(); local
461 BuildScopeInformation(variable, BDecl, ParentScope);
  /external/libvpx/
Android.mk 113 # variable to query that...
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 89 (** Computes the preferred alignment of a global variable in bytes for a target.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 44 (* Simple variable ref. *)
45 | [< >] -> Ast.Variable id
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 44 (* Simple variable ref. *)
45 | [< >] -> Ast.Variable id

Completed in 1167 milliseconds

<<11121314151617