HomeSort by relevance Sort by last modified time
    Searched defs:VAR (Results 1 - 23 of 23) sorted by null

  /external/llvm/unittests/Transforms/Utils/
ASanStackFrameLayoutTest.cpp 45 #define VAR(name, size, alignment) \
54 VAR(a, 1, 1);
55 VAR(p, 1, 32);
56 VAR(p, 1, 256);
57 VAR(a, 2, 1);
58 VAR(a, 3, 1);
59 VAR(a, 4, 1);
60 VAR(a, 7, 1);
61 VAR(a, 8, 1);
62 VAR(a, 9, 1)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_variance.c 112 #define VAR(W, H) \
191 VAR(4, 4)
195 VAR(4, 8)
199 VAR(8, 4)
203 VAR(8, 8)
207 VAR(8, 16)
211 VAR(16, 8)
215 VAR(16, 16)
219 VAR(16, 32)
223 VAR(32, 16
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_debug_util.h 300 enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 };
  /external/mesa3d/src/mesa/math/
m_debug_util.h 300 enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 };
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
ecmametadatapass.py 111 # A set of variable declarations appearing after the 'var' keyword.
112 VAR = 'var'
396 elif token.IsKeyword('var'):
397 self._AddContext(EcmaContext.VAR)
400 while self._context.type not in (EcmaContext.VAR,
476 if self._context.type in (EcmaContext.STATEMENT, EcmaContext.VAR):
481 # var x = foo ? foo.bar() : null
483 # looks like ternary_false > var > statement > root.
485 self._context.parent.type in (EcmaContext.STATEMENT, EcmaContext.VAR))
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
ecmametadatapass.py 111 # A set of variable declarations appearing after the 'var' keyword.
112 VAR = 'var'
396 elif token.IsKeyword('var'):
397 self._AddContext(EcmaContext.VAR)
400 while self._context.type not in (EcmaContext.VAR,
476 if self._context.type in (EcmaContext.STATEMENT, EcmaContext.VAR):
481 # var x = foo ? foo.bar() : null
483 # looks like ternary_false > var > statement > root.
485 self._context.parent.type in (EcmaContext.STATEMENT, EcmaContext.VAR))
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
loctest.h 140 VAR,
wbnf.cpp 149 Buffer_char name_buffer; // var names storage space
784 enum TokenType {STRING, VAR, NUMBER, STREAM_END, ERROR, QUESTION, STAR, PLUS, LBRACE, RBRACE, LPAR, RPAR, SEMI, EQ, COMMA, BAR, AT, WAVE, PERCENT};
882 terminated(VAR);
    [all...]
  /external/icu/icu4c/source/test/intltest/
loctest.h 141 VAR,
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 107 #define VAR 1
848 Type array[VAR];
945 Type array[VAR];
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 107 #define VAR 1
846 Type array[VAR];
926 Type array[VAR];
  /external/mksh/src/
expr.c 61 VAR, LIT, END, BAD
66 #define P_PRIMARY 0 /* VAR, LIT, (), ! ~ ++ -- */
260 case VAR:
383 case VAR:
659 es->tok = VAR;
741 /* try to avoid replacing a temp var with another temp var */
  /external/chromium_org/v8/src/
globals.h 661 VAR, // declared via 'var', and 'function' declarations
672 INTERNAL, // like VAR, but not user-visible (may or may not
698 return mode >= VAR && mode <= MODULE;
718 // 1. Var declared local variables.
719 // var foo;
727 // var x = function foo() {}
  /external/chromium_org/third_party/icu/source/test/cintltst/
cloctst.c 170 VAR = 3,
300 if (0 != strcmp(temp, rawData2[VAR][i])) {
301 log_err("Variant code mismatch: %s versus %s\n", temp, rawData2[VAR][i]);
466 case VAR:
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cloctst.c 172 VAR = 3,
304 if (0 != strcmp(temp, rawData2[VAR][i])) {
305 log_err("Variant code mismatch: %s versus %s\n", temp, rawData2[VAR][i]);
471 case VAR:
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 868 enum { VAR, COND, THEN, ELSE, END_EXPR };
875 IfStmt(const ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond,
896 return reinterpret_cast<DeclStmt*>(SubExprs[VAR]);
937 enum { VAR, COND, BODY, END_EXPR };
949 SwitchStmt(const ASTContext &C, VarDecl *Var, Expr *cond);
969 return reinterpret_cast<DeclStmt*>(SubExprs[VAR]);
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 

Completed in 776 milliseconds