/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/ |
test_encode_basestring_ascii.py | 5 CASES = [
27 for input_string, expect in CASES:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/ |
test_encode_basestring_ascii.py | 5 CASES = [
27 for input_string, expect in CASES:
|
/external/python/cpython2/Lib/json/tests/ |
test_encode_basestring_ascii.py | 5 CASES = [ 27 for input_string, expect in CASES:
|
/external/python/cpython3/Lib/test/test_json/ |
test_encode_basestring_ascii.py | 6 CASES = [ 23 for input_string, expect in CASES:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
test_encode_basestring_ascii.py | 5 CASES = [ 27 for input_string, expect in CASES:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
test_encode_basestring_ascii.py | 5 CASES = [ 27 for input_string, expect in CASES:
|
/external/tensorflow/tensorflow/contrib/stateless/python/kernel_tests/ |
stateless_random_ops_test.py | 30 CASES = [(stateless.stateless_random_uniform, random_ops.random_uniform), 63 for stateless_op, stateful_op in CASES: 75 for stateless_op, _ in CASES: 89 for stateless_op, _ in CASES:
|
/external/protobuf/src/google/protobuf/io/ |
tokenizer_unittest.cc | 64 // tests all cases in a single input array. TEST_2D tests all 65 // combinations of cases from two arrays. The arrays must be statically 78 #define TEST_1D(FIXTURE, NAME, CASES) \ 82 void DoSingleCase(const CaseType& CASES##_case); \ 86 for (int i = 0; i < GOOGLE_ARRAYSIZE(CASES); i++) { \ 88 << #CASES " case #" << i << ": " << CASES[i]); \ 89 DoSingleCase(CASES[i]); \ 94 void FIXTURE##_##NAME##_DD::DoSingleCase(const CaseType& CASES##_case) 174 // we test cases where reads cross buffer boundaries as well as case [all...] |
coded_stream_unittest.cc | 71 // tests all cases in a single input array. TEST_2D tests all 72 // combinations of cases from two arrays. The arrays must be statically 88 #define TEST_1D(FIXTURE, NAME, CASES) \ 92 void DoSingleCase(const CaseType& CASES##_case); \ 96 for (int i = 0; i < GOOGLE_ARRAYSIZE(CASES); i++) { \ 98 << #CASES " case #" << i << ": " << CASES[i]); \ 99 DoSingleCase(CASES[i]); \ 104 void FIXTURE##_##NAME##_DD::DoSingleCase(const CaseType& CASES##_case) 147 // we test cases where reads or writes cross buffer boundaries, case [all...] |
/external/python/cpython3/Lib/test/ |
test_textwrap.py | 120 # Test some of the hairy end cases that _fix_sentence_endings() 308 # Screwy edge cases cooked up by David Goodger. All reported 791 # results in the various test cases must also be updated. 792 # The roundtrip cases are separate, because textwrap.dedent doesn't 802 CASES = ROUNDTRIP_CASES + ( 811 for text in self.CASES: 817 for text in self.CASES: 824 for text in self.CASES: 830 for text in self.CASES: [all...] |
/external/tensorflow/tensorflow/core/framework/ |
tensor.cc | 667 // The macro CASES() expands to a switch statement conditioned on 709 #define CASES(TYPE_ENUM, STMTS) \ 718 CASES(type, buf_ = new Buffer<T>(a, shape.num_elements())); 732 CASES(type, buf_ = new Buffer<T>(a, shape.num_elements(), allocation_attr)); 798 CASES(dt, ret.buf_ = new SubBuffer<T>(buf_, delta, num_elems)); 845 CASES(dtype(), ToProtoField<T>(*buf_, shape_.num_elements(), proto)); 854 CASES(dtype(), Helper<T>::Encode(buf_, shape_.num_elements(), 862 CASES(dtype(), return Helper<T>::TotalBytes(buf_, shape_.num_elements())); 879 CASES(dtype(), return is_simple_type<T>::value); 883 #undef CASES [all...] |
/external/deqp/external/openglcts/modules/gl/ |
gl4cEnhancedLayoutsTests.hpp | 225 /* Buffer type maybe changed for different cases*/ [all...] |
gl4cShadingLanguage420PackTests.hpp | 706 enum CASES 752 const glw::GLchar* casesToStr(CASES cases) const; 863 enum CASES 876 CASES m_case; [all...] |
gl4cEnhancedLayoutsTests.cpp | [all...] |
gl4cShadingLanguage420PackTests.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiObjectManagementTests.cpp | 97 * Use cases for ThreadGroup include for example testing thread-safety of [all...] |