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

<<11121314151617

  /external/v8/src/mips/
full-codegen-mips.cc 273 void FullCodeGenerator::EmitDeclaration(Variable* variable,
274 Variable::Mode mode,
336 void FullCodeGenerator::EmitVariableLoad(Variable* var) {
391 void FullCodeGenerator::EmitVariableAssignment(Variable* var,
  /ndk/build/core/
init.mk 93 # the OS environment variable is defined to 'Windows_NT'
130 # because we can't use $(OSTYPE): It's a Bash shell variable
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 204 extern DECLSPEC int SDLCALL SDL_putenv(const char *variable);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 204 extern DECLSPEC int SDLCALL SDL_putenv(const char *variable);
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 204 extern DECLSPEC int SDLCALL SDL_putenv(const char *variable);
  /external/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_armv5.asm 134 ; temp variable here. So after r10 is used, reload
vp8_packtokens_mbrow_armv5.asm 156 ; temp variable here. So after r10 is used, reload
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 429 | At_end _ -> raise (Invalid_argument "Invalid global variable range.")
440 | At_end _ -> raise (Invalid_argument "Invalid global variable range.")
449 | At_start _ -> raise (Invalid_argument "Invalid global variable range.")
460 | At_start _ -> raise (Invalid_argument "Invalid global variable range.")
    [all...]
  /external/v8/test/mjsunit/
strict-mode.js 303 CheckStrictMode("function strict() { var variable; delete variable; }",
305 CheckStrictMode("var variable; delete variable;", SyntaxError);
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentnormalizedocument06.js 76 //DOMErrorMonitor's require a document level variable named errorMonitor
  /external/webkit/Source/WebCore/inspector/
CodeGeneratorInspector.pm 105 "variable" => "RefPtr<InspectorObject>",
114 "variable" => "RefPtr<InspectorArray>",
123 "variable" => "RefPtr<InspectorValue>",
132 "variable" => "String",
142 "variable" => "long",
151 "variable" => "int",
160 "variable" => "unsigned long",
169 "variable" => "unsigned int",
178 "variable" => "double",
187 "variable"=> "bool"
    [all...]
  /external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp 874 bool PluginView::platformGetValue(NPNVariable variable, void* value, NPError* result)
876 switch (variable) {
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 127 #define MD_VAR_NOT_USED(variable) do{(void)(variable);}while(0);
    [all...]
  /external/libxslt/libxslt/
transform.c 174 * Pops all variable values at the given @depth from the stack.
176 * Returns the stored variable value
183 xsltStackElemPtr variable; local
191 variable = ctxt->varsTab[ctxt->varsNr - 1];
192 if (variable->level <= level)
194 if (variable->level >= 0)
195 xsltFreeStackElemList(variable);
208 * variable-stack. Only xsl:with-param items are not freed.
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 145 // * Use member variable to store param variables as they're
146 // * being created, use member variable so we don't
1392 ElemVariable variable = (ElemVariable)vars.elementAt(i); local
    [all...]
  /external/v8/src/
ast.h 365 Declaration(VariableProxy* proxy, Variable::Mode mode, FunctionLiteral* fun)
369 ASSERT(mode == Variable::VAR || mode == Variable::CONST);
371 ASSERT(fun == NULL || mode == Variable::VAR);
377 Variable::Mode mode() const { return mode_; }
383 Variable::Mode mode_;
512 Variable* loop_variable() { return loop_variable_; }
513 void set_loop_variable(Variable* var) { loop_variable_ = var; }
522 Variable* loop_variable_;
1045 // variable, which should be DontDelete
1099 Variable* variable = AsVariable(); local
    [all...]
hydrogen.cc 2945 Variable* variable = expr->AsVariable(); local
    [all...]
full-codegen.h 379 // Platform-specific code for a variable, constant, or function
381 void EmitDeclaration(Variable* variable,
382 Variable::Mode mode,
422 void EmitVariableLoad(Variable* expr);
463 // Complete a variable assignment. The right-hand-side value is expected
465 void EmitVariableAssignment(Variable* var,
parser.cc 424 Target(Target** variable, AstNode* node)
425 : variable_(variable), node_(node), previous_(*variable) {
426 *variable = this;
445 explicit TargetScope(Target** variable)
446 : variable_(variable), previous_(*variable) {
447 *variable = NULL;
1013 // Variable assigned
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 33 /// Given the address of a variable of pointer type, find the correct
941 AutoVarEmission variable = AutoVarEmission::invalid(); local
    [all...]
  /external/jpeg/
ltmain.sh 37 magic="%%%MAGIC variable%%%"
    [all...]
  /external/pcre/
pcre_internal.h 108 does not want to have "extern" before variable definitions because it leads to
649 variable-length repeat, or a anything other than literal characters. */
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 597 const Identifier& variable(unsigned index) { return m_variables[index]; } function in class:JSC::EvalCodeBlock
  /external/chromium/testing/gmock/test/
gmock-generated-matchers_test.cc 745 MATCHER_P(ReferencesUncopyable, variable, "") { return &arg == &variable; }
924 // EqualsSumOf() must be assignable to a EqualsSumOfMatcher variable.
927 // EqualsSumOf(1) must be assignable to a EqualsSumOfMatcherP variable.
931 // variable, and so on.
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/
compsup.m 3 % aaa = nonlinearity input variable

Completed in 1404 milliseconds

<<11121314151617