Home
last modified time | relevance | path

Searched refs:test_props (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/mjsunit/
Doutobject-double-for-in.js53 function test_props(a) { function
63 test_props(z);
64 test_props(z);
65 %OptimizeFunctionOnNextCall(test_props);
66 test_props(z);
/external/openfst/src/include/fst/
Dverify.h113 uint64 test_props = ComputeProperties(fst, kFstProperties, &known_props, variable
115 if (!CompatProperties(fst_props, test_props)) {
/external/clang/test/Index/
Dcomplete-member-access.m20 void test_props(Int* ptr) { function