HomeSort by relevance Sort by last modified time
    Searched defs:v111 (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/v2/src/
view_unittest.cc 54 View* v111 = new View; local
55 v11->AddChild(v111);
56 EXPECT_TRUE(v1.Contains(v111));
211 // v111
214 // Then adds/removes v111 from v11.
216 View v1, v11, v111, v1111, v1112; local
223 v111.set_owned_by_parent(false);
225 v111.AddChild(&v1111);
227 v111.AddChild(&v1112);
229 TreeChangeObserver o1(&v1), o11(&v11), o111(&v111), o1111(&v1111)
327 View v1, v11, v12, v111; local
    [all...]
  /external/chromium_org/mojo/services/public/cpp/view_manager/tests/
node_unittest.cc 69 TestNode v111; local
70 v11.AddChild(&v111);
71 EXPECT_TRUE(v1.Contains(&v111));
80 TestNode v111; local
81 NodePrivate(&v111).set_id(111);
82 v11.AddChild(&v111);
86 EXPECT_EQ(&v111, v1.GetChildById(v111.id()));
188 // v111
191 // Then adds/removes v111 from v11
193 TestNode v1, v11, v111, v1111, v1112; local
300 TestNode v1, v11, v12, v111; local
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsic3DLUT.cpp 122 uint4 v111 = convert_uint4(pt_11[1]); local
127 uint4 yz11 = ((v011 * weight1.x) + (v111 * weight2.x)) >> (int4)7;
  /external/chromium_org/ui/views/
view_unittest.cc 713 View* v111 = new View; local
715 vs->StoreView(s111, v111);
716 v11->AddChildView(v111);
1407 TestView* v111 = new TestView; local
    [all...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
pr29166.cpp 29 register int v111=OFF+111,v112=OFF+112,v113=OFF+113,v114=OFF+114,v115=OFF+115,v116=OFF+116,v117=OFF+117,v118=OFF+118,v119=OFF+119,v120=OFF+120; local
60 sum +=v111+v112+v113+v114+v115+v116+v117+v118+v119+v120;
103 register int v111=OFF+111,v112=OFF+112,v113=OFF+113,v114=OFF+114,v115=OFF+115,v116=OFF+116,v117=OFF+117,v118=OFF+118,v119=OFF+119,v120=OFF+120; local
137 sum +=v111+v112+v113+v114+v115+v116+v117+v118+v119+v120;
174 sum +=v111+v112+v113+v114+v115+v116+v117+v118+v119+v120;
  /ndk/tests/device/test-stlport_static-exception/jni/
pr29166.cpp 29 register int v111=OFF+111,v112=OFF+112,v113=OFF+113,v114=OFF+114,v115=OFF+115,v116=OFF+116,v117=OFF+117,v118=OFF+118,v119=OFF+119,v120=OFF+120; local
60 sum +=v111+v112+v113+v114+v115+v116+v117+v118+v119+v120;
103 register int v111=OFF+111,v112=OFF+112,v113=OFF+113,v114=OFF+114,v115=OFF+115,v116=OFF+116,v117=OFF+117,v118=OFF+118,v119=OFF+119,v120=OFF+120; local
137 sum +=v111+v112+v113+v114+v115+v116+v117+v118+v119+v120;
174 sum +=v111+v112+v113+v114+v115+v116+v117+v118+v119+v120;

Completed in 366 milliseconds