/external/chromium_org/ui/base/ |
view_prop_unittest.cc | 19 gfx::AcceleratedWidget nv1 = reinterpret_cast<gfx::AcceleratedWidget>(1); local 26 EXPECT_EQ(NULL, ViewProp::GetValue(nv1, kKey1)); 30 ViewProp prop(nv1, kKey1, data1); 31 EXPECT_EQ(data1, ViewProp::GetValue(nv1, kKey1)); 35 EXPECT_EQ(NULL, ViewProp::GetValue(nv1, kKey1)); 39 scoped_ptr<ViewProp> v1(new ViewProp(nv1, kKey1, data1)); 40 EXPECT_EQ(data1, ViewProp::GetValue(nv1, kKey1)); 43 scoped_ptr<ViewProp> v2(new ViewProp(nv1, kKey1, data2)); 45 EXPECT_EQ(data2, ViewProp::GetValue(nv1, kKey1)); 49 EXPECT_EQ(NULL, ViewProp::GetValue(nv1, kKey1)) [all...] |
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/ |
StripInfo.java | 172 int nv1 = v2;
local 174 FaceInfo nextFace = Stripifier.findOtherFace(edgeInfos, nv0, nv1, m_startInfo.m_startFace);
178 int testnv0 = nv1;
193 FaceInfo tempFace = new FaceInfo(nv0, nv1, nv0);
212 //nv0 = nv1;
213 //nv1 = NvStripifier::GetNextIndex(scratchIndices, nextFace);
218 nv1 = testnv1;
220 nextFace = Stripifier.findOtherFace(edgeInfos, nv0, nv1, nextFace);
238 nv1 = v0;
239 nextFace = Stripifier.findOtherFace(edgeInfos, nv0, nv1, m_startInfo.m_startFace); [all...] |
/external/nist-sip/java/gov/nist/core/ |
DuplicateNameValueList.java | 138 Collection nv1 = this.getNameValue(key); local 142 else if (!nv2.equals(nv1))
|
NameValueList.java | 159 NameValue nv1 = this.getNameValue(key); local 163 else if (!nv2.equals(nv1))
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
3d-raytrace.js | 154 this.nv1 = -v1 / det; 169 var a2 = Pv * this.nu1 + Pu * this.nv1;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
3d-raytrace.js | 154 this.nv1 = -v1 / det; 169 var a2 = Pv * this.nu1 + Pu * this.nv1;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
3d-raytrace.js | 154 this.nv1 = -v1 / det; 169 var a2 = Pv * this.nu1 + Pu * this.nv1;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/config/ |
config.sub | 326 | none-* | np1-* | nv1-* | ns16k-* | ns32k-* \ 728 nv1) 729 basic_machine=nv1-cray
|
config.guess | 737 echo nv1-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' [all...] |
/external/libpcap/ |
config.sub | 330 | none-* | np1-* | nv1-* | ns16k-* | ns32k-* \ 732 nv1) 733 basic_machine=nv1-cray
|
config.guess | 743 echo nv1-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' [all...] |
configure | [all...] |
/external/tcpdump/ |
config.sub | 330 | none-* | np1-* | nv1-* | ns16k-* | ns32k-* \ 732 nv1) 733 basic_machine=nv1-cray
|
config.guess | 743 echo nv1-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' [all...] |
configure | [all...] |