Searched refs:n_prop (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/cctest/
H A Dtest-heap-profiler.cc1772 CompileRun("a = { s_prop: \'value\', n_prop: \'value2\' };");
1791 const v8::HeapGraphNode* n_prop = local
1792 GetProperty(obj, v8::HeapGraphEdge::kProperty, "n_prop");
1794 js_obj->Get(v8_str("n_prop")).As<v8::String>();
1795 CHECK(js_n_prop == heap_profiler->FindObjectById(n_prop->GetId()));
/external/libxml2/
H A Dtestapi.c31380 int n_prop; local
31383 for (n_prop = 0;n_prop < gen_nb_int;n_prop++) {
31386 prop = gen_int(n_prop, 1);
31392 des_int(n_prop, prop, 1);
31399 printf(" %d", n_prop);
32721 int n_prop; local
32726 for (n_prop = 0;n_prop < gen_nb_in
[all...]

Completed in 818 milliseconds