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

  /external/libvncserver/webclients/novnc/include/
util.js 213 case 'debug':
215 case 'info':
217 case 'warn':
219 case 'error':
221 case 'none':
376 // Handles the case where load_scripts is invoked from a script that
  /external/libxml2/
check-xinclude-test-suite.py 172 def runTestCases(case):
173 creator = case.prop('creator')
176 base = case.getBase(None)
177 basedir = case.prop('basedir')
180 test = case.children
204 case = testsuite.children variable
205 while case != None:
206 if case.name == 'testcases':
211 runTestCases(case)
215 case = case.nex variable
    [all...]
check-xml-test-suite.py 363 def runTestCases(case):
364 profile = case.prop('PROFILE')
368 test = case.children
392 case = testsuite.children variable
393 while case != None:
394 if case.name == 'TESTCASES':
399 runTestCases(case)
403 case = case.next variable
  /external/opencv3/modules/ts/misc/
perf_tests_timing.py 70 for case in test_sets[i][1]:
71 name = name_extractor(case)
74 test_cases[name][i] = case
96 case = cases[i] variable
97 if not case is None:
99 if case.get('status') == 'run':
100 suit_time += case.get('time')
101 if case.get('status') == 'failed':
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 32 #define case macro
117 case
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
go.y 59 %type <node> case caseblock
484 case ONAME, ONONAME, OTYPE, OPACK, OLITERAL:
538 case: label
544 // right will point to next case
567 // right will point to next case
583 // right will point to next case
625 case
628 // as part of the case, clear it (parser has cleared yychar).
632 // the case tokens if the stmt_list is empty.
951 // Special case for &T{...}: turn into (*T){...}
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
go.y 56 %type <node> case caseblock
481 case ONAME, ONONAME, OTYPE, OPACK, OLITERAL:
535 case: label
541 // right will point to next case
564 // right will point to next case
580 // right will point to next case
622 case
625 // as part of the case, clear it (parser has cleared yychar).
629 // the case tokens if the stmt_list is empty.
948 // Special case for &T{...}: turn into (*T){...}
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
go.y 59 %type <node> case caseblock
484 case ONAME, ONONAME, OTYPE, OPACK, OLITERAL:
538 case: label
544 // right will point to next case
567 // right will point to next case
583 // right will point to next case
625 case
628 // as part of the case, clear it (parser has cleared yychar).
632 // the case tokens if the stmt_list is empty.
951 // Special case for &T{...}: turn into (*T){...}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
go.y 56 %type <node> case caseblock
481 case ONAME, ONONAME, OTYPE, OPACK, OLITERAL:
535 case: label
541 // right will point to next case
564 // right will point to next case
580 // right will point to next case
622 case
625 // as part of the case, clear it (parser has cleared yychar).
629 // the case tokens if the stmt_list is empty.
948 // Special case for &T{...}: turn into (*T){...}
    [all...]
  /external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
mootools-core-full-nocompat.js 347 case 'array': return item.clone();
348 case 'object': return Object.clone(item);
361 case 'object':
365 case 'array': source[key] = current.clone(); break;
913 case 'object': result = Object.toQueryString(value, key); break;
914 case 'array':
1300 case 'object':
1305 case 'array': object[key] = value.clone(); break;
1299 switch (typeOf(value)){ function
    [all...]

Completed in 182 milliseconds