HomeSort by relevance Sort by last modified time
    Searched refs:node5 (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ScriptGroupTest.java 204 ScriptC_scriptgroup node1, node2, node3, node4, node5, compare; local
209 node5 = new ScriptC_scriptgroup(mRS, mRes, R.raw.scriptgroup);
229 node5.set_arith_operation(1);
236 node5.set_arith_value(7);
243 b.addKernel(node5.getKernelID_arith());
249 b.addConnection(connect, node4.getKernelID_arith(), node5.getKernelID_arith());
255 group.setOutput(node5.getKernelID_arith(), out);
  /external/v8/test/cctest/
test-heap-profiler.cc 482 // -> node5 ba
513 const v8::HeapGraphNode* node5 = local
515 CHECK_NE(NULL, node5);
526 GetProperty(node5, v8::HeapGraphEdge::kProperty, "a");
533 CHECK_EQ(node6, node5->GetDominatorNode());
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 1599 IRTemp node5 = newTemp(Ity_I1); local
1647 IRTemp node5 = newTemp(Ity_I1); local
    [all...]

Completed in 62 milliseconds