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

/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:__anon13711
/external/mesa3d/src/mesa/math/
H A Dm_debug_util.h300 enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 }; enumerator in enum:__anon24196
/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
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/icu/source/test/intltest/
H A Dloctest.h140 VAR, enumerator in enum:LocaleTest::__anon11889
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/icu4c/test/intltest/
H A Dloctest.h141 VAR, enumerator in enum:LocaleTest::__anon19424
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/valgrind/unittest/
H A Dwindows_tests.cc525 int VAR = 0; local
528 tp.Add(NewCallback(Waiter, &VAR, sem));
529 tp.Add(NewCallback(Poster, &VAR, sem));
547 int VAR = 0; local
550 tp.Add(NewCallback(Waiter, &VAR, h1));
551 tp.Add(NewCallback(Poster, &VAR, h2));
587 int VAR = 0; local
590 tp.Add(NewCallback(Waiter, &VAR, h1));
591 tp.Add(NewCallback(Waker, &VAR, h2));
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-open-type-private.hh109 #define VAR 1 macro
850 Type array[VAR];
947 Type array[VAR];
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh109 #define VAR 1 macro
844 Type array[VAR];
941 Type array[VAR];
/external/mksh/src/
H A Dexpr.c68 VAR, LIT, END, BAD enumerator in enum:token
74 #define P_PRIMARY 0 /* VAR, LIT, (), ~ ! - + */
261 case VAR:
340 } else if (op == VAR || op == LIT) {
562 es->tok = VAR;
/external/chromium_org/v8/src/
H A Dv8globals.h479 VAR, // declared via 'var', and 'function' declarations enumerator in enum:v8::internal::VariableMode
490 INTERNAL, // like VAR, but not user-visible (may or may not
516 return mode >= VAR && mode <= MODULE;
/external/v8/src/
H A Dv8globals.h484 VAR, // declared via 'var', and 'function' declarations enumerator in enum:v8::internal::VariableMode
505 INTERNAL, // like VAR, but not user-visible (may or may not
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c170 VAR = 3, enumerator in enum:__anon11803
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:
2905 else if (uprv_strcmp(temp3, rawData2[LANG][i]) && !(uprv_strcmp(temp3, "nn") == 0 && uprv_strcmp(rawData2[VAR][i], "NY") == 0)) {
/external/icu4c/test/cintltst/
H A Dcloctst.c170 VAR = 3, enumerator in enum:__anon19320
301 if (0 != strcmp(temp, rawData2[VAR][i])) {
302 log_err("Variant code mismatch: %s versus %s\n", temp, rawData2[VAR][i]);
468 case VAR:
3082 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.h845 enum { VAR, COND, THEN, ELSE, END_EXPR }; enumerator in enum:clang::IfStmt::__anon15829
872 return reinterpret_cast<DeclStmt*>(SubExprs[VAR]);
913 enum { VAR, COND, BODY, END_EXPR }; enumerator in enum:clang::SwitchStmt::__anon15830
945 return reinterpret_cast<DeclStmt*>(SubExprs[VAR]);
1006 enum { VAR, COND, BODY, END_EXPR }; enumerator in enum:clang::WhileStmt::__anon15831
1030 return reinterpret_cast<DeclStmt*>(SubExprs[VAR]);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 887 milliseconds