Searched defs:VAR (Results 1 - 20 of 20) sorted by relevance

/external/llvm/unittests/Transforms/Utils/
H A DASanStackFrameLayoutTest.cpp45 #define VAR(name, size, alignment) \ macro
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(
101 #undef VAR macro
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_debug_util.h300 enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 }; enumerator in enum:__anon14565
/external/mesa3d/src/mesa/math/
H A Dm_debug_util.h300 enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 }; enumerator in enum:__anon27976
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Decmametadatapass.py112 VAR = 'var' variable in class:EcmaContext
397 self._AddContext(EcmaContext.VAR)
400 while self._context.type not in (EcmaContext.VAR,
476 if self._context.type in (EcmaContext.STATEMENT, EcmaContext.VAR):
485 self._context.parent.type in (EcmaContext.STATEMENT, EcmaContext.VAR)):
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Decmametadatapass.py112 VAR = 'var' variable in class:EcmaContext
448 self._AddContext(EcmaContext.VAR)
451 while self._context.type not in (EcmaContext.VAR,
534 if self._context.type in (EcmaContext.STATEMENT, EcmaContext.VAR):
543 self._context.parent.type in (EcmaContext.STATEMENT, EcmaContext.VAR)):
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dloctest.h140 VAR, enumerator in enum:LocaleTest::__anon12322
H A Dwbnf.cpp784 enum TokenType {STRING, VAR, NUMBER, STREAM_END, ERROR, QUESTION, STAR, PLUS, LBRACE, RBRACE, LPAR, RPAR, SEMI, EQ, COMMA, BAR, AT, WAVE, PERCENT}; enumerator in enum:TokenType
882 terminated(VAR);
1076 case VAR:
1078 match(VAR);
1116 case VAR: // in sequence
1132 while (token == VAR || token == STRING || token == LPAR){
1160 if (token == VAR || token == STRING || token == LPAR){
1231 if (token == VAR){
1234 match(VAR);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_variance.c113 #define VAR(W, H) \ macro
204 VAR(4, 4)
208 VAR(4, 8)
212 VAR(8, 4)
216 VAR(8, 8)
220 VAR(8, 16)
224 VAR(16, 8)
228 VAR(16, 16)
232 VAR(16, 32)
236 VAR(3
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dloctest.h141 VAR, enumerator in enum:LocaleTest::__anon22132
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-open-type-private.hh107 #define VAR 1 macro
846 Type array[VAR];
926 Type array[VAR];
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh107 #define VAR 1 macro
846 Type array[VAR];
926 Type array[VAR];
/external/mksh/src/
H A Dexpr.c61 VAR, LIT, END, BAD enumerator in enum:token
66 #define P_PRIMARY 0 /* VAR, LIT, (), ! ~ ++ -- */
260 case VAR:
383 case VAR:
659 es->tok = VAR;
/external/chromium_org/v8/src/
H A Dglobals.h669 VAR, // declared via 'var', and 'function' declarations enumerator in enum:v8::internal::VariableMode
680 INTERNAL, // like VAR, but not user-visible (may or may not
706 return mode >= VAR && mode <= MODULE;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c172 VAR = 3, enumerator in enum:__anon12212
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:
3167 else if (uprv_strcmp(temp3, rawData2[LANG][i]) && !(uprv_strcmp(temp3, "nn") == 0 && uprv_strcmp(rawData2[VAR][i], "NY") == 0)) {
/external/clang/include/clang/AST/
H A DStmt.h868 enum { VAR, COND, THEN, ELSE, END_EXPR }; enumerator in enum:clang::IfStmt::__anon17520
896 return reinterpret_cast<DeclStmt*>(SubExprs[VAR]);
937 enum { VAR, COND, BODY, END_EXPR }; enumerator in enum:clang::SwitchStmt::__anon17521
969 return reinterpret_cast<DeclStmt*>(SubExprs[VAR]);
1030 enum { VAR, COND, BODY, END_EXPR }; enumerator in enum:clang::WhileStmt::__anon17522
1054 return reinterpret_cast<DeclStmt*>(SubExprs[VAR]);
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c172 VAR = 3, enumerator in enum:__anon22012
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:
3168 else if (uprv_strcmp(temp3, rawData2[LANG][i]) && !(uprv_strcmp(temp3, "nn") == 0 && uprv_strcmp(rawData2[VAR][i], "NY") == 0)) {
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1426 milliseconds