Searched refs:test_props (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/v8/test/mjsunit/ |
D | outobject-double-for-in.js | 53 function test_props(a) { function 63 test_props(z); 64 test_props(z); 65 %OptimizeFunctionOnNextCall(test_props); 66 test_props(z);
|
/external/chromium_org/tools/dromaeo_benchmark_runner/ |
D | dromaeo_benchmark_runner.py | 50 test_props = ['mean', 'error'] variable 153 self.columns_count = (run_count + 2) * len(test_props) 156 max_run_count = max_spreadsheet_columns / len(test_props) - 2 166 for prop in test_props: 181 for prop in test_props: 216 self.data[test_name] = dict([(prop, []) for prop in test_props]) 218 for prop in test_props:
|
/external/openfst/src/include/fst/ |
D | verify.h | 113 uint64 test_props = ComputeProperties(fst, kFstProperties, &known_props, variable 115 if (!CompatProperties(fst_props, test_props)) {
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | verify.h | 105 uint64 test_props = ComputeProperties(fst, kFstProperties, &known_props, in Verify() local 107 if (!CompatProperties(fst_props, test_props)) { in Verify()
|
/external/clang/test/Index/ |
D | complete-member-access.m | 20 void test_props(Int* ptr) { function
|