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

  /external/deqp/modules/gles3/scripts/
gen-large-constant-arrays.py 32 case ${{NAME}}
108 case = LargeConstantArrayCase(caseName, variable
113 largeConstantArrayCases.append(case)
118 print "Generating shader case files."
  /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/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 32 #define case macro
117 case
  /external/tensorflow/tensorflow/python/ops/
control_flow_ops.py 27 @@case
121 # use an upper-case version of them.
170 # on host to avoid the need to use cond. If it is not case,
478 # Only handle the case when all inputs are SparseTensor.
3591 def case(pred_fn_pairs, function
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
control_flow_ops_py_test.py 419 def case(): function in function:ControlFlowTest.testCondResource
424 self.assertEqual(1.0, control_flow_ops.cond(rv, case, lambda: t).eval())
    [all...]

Completed in 1108 milliseconds