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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ScriptGroupTest.java 204 ScriptC_scriptgroup node1, node2, node3, node4, node5, compare; local
208 node4 = new ScriptC_scriptgroup(mRS, mRes, R.raw.scriptgroup);
228 node4.set_arith_operation(0);
232 node4.set_arith_use_rs_allocation(1);
242 b.addKernel(node4.getKernelID_arith());
247 b.addConnection(connect, node2.getKernelID_arith(), node4.getFieldID_arith_rs_input());
248 b.addConnection(connect, node3.getKernelID_arith(), node4.getKernelID_arith());
249 b.addConnection(connect, node4.getKernelID_arith(), node5.getKernelID_arith());
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestPhysicsCar.java 158 Node node4 = new Node("wheel 4 node"); local
160 node4.attachChild(wheels4);
163 vehicle.addWheel(node4, new Vector3f(xOff, yOff, -zOff),
169 vehicleNode.attachChild(node4);
TestAttachDriver.java 186 Node node4 = new Node("wheel 4 node"); local
188 node4.attachChild(wheels4);
191 vehicle.addWheel(node4, new Vector3f(xOff, yOff, -zOff),
197 vehicleNode.attachChild(node4);
  /ndk/sources/host-tools/nawk-20071023/
parse.c 83 Node *node4(int a, Node *b, Node *c, Node *d, Node *e) function
127 x = node4(a,b,c,d,e);
163 x = node4(a,b,c,d,e);
210 x = node4(PASTAT2, a, b, c, itonp(paircnt));
proto.h 78 extern Node *node4(int, Node *, Node *, Node *, Node *);
  /external/v8/test/cctest/
test-profile-generator.cc 199 ProfileNode* node4 = helper.Walk(&entry1, &entry2, &entry2); local
200 CHECK_NE(NULL, node4);
201 CHECK_NE(node3, node4);
202 CHECK_EQ(0, node4->total_ticks());
203 CHECK_EQ(1, node4->self_ticks());
269 ProfileNode* node4 = helper.Walk(&entry1, &entry2, &entry2); local
270 CHECK_NE(NULL, node4);
271 CHECK_NE(node3, node4);
272 CHECK_EQ(0, node4->total_ticks());
273 CHECK_EQ(1, node4->self_ticks())
635 ProfileNode* node4 = top_down_test_helper.Walk(entry1, entry3, entry1); local
    [all...]
test-heap-profiler.cc 486 // -> node4 ba
516 const v8::HeapGraphNode* node4 = local
518 CHECK_NE(NULL, node4);
520 GetProperty(node4, v8::HeapGraphEdge::kProperty, "b");
523 GetProperty(node4, v8::HeapGraphEdge::kProperty, "a");
532 CHECK_EQ(node6, node4->GetDominatorNode());
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 1598 IRTemp node4 = newTemp(Ity_I32); local
1646 IRTemp node4 = newTemp(Ity_I32); local
    [all...]

Completed in 244 milliseconds