/external/clang/test/Analysis/ |
initializer.cpp | 126 Wrapper w2(50); 127 clang_analyzer_eval(w2.value == 50); // expected-warning{{TRUE}}
|
array-struct-region.c | 308 ShortStringWrapper w2 = w; local 309 clang_analyzer_eval(w2.str.data[0] == 'a'); // expected-warning{{TRUE}} 310 clang_analyzer_eval(w2.str.data[1] == 'b'); // expected-warning{{TRUE}} 311 clang_analyzer_eval(w2.str.data[2] == 'c'); // expected-warning{{TRUE}} 312 clang_analyzer_eval(w2.length == 0); // expected-warning{{TRUE}} 314 ShortStringWrapper w3 = w2;
|
/external/chromium_org/ash/wm/workspace/ |
multi_window_resize_controller_unittest.cc | 106 scoped_ptr<aura::Window> w2( 137 scoped_ptr<aura::Window> w2( 164 // Delete w2. 165 w2.reset(); 180 scoped_ptr<aura::Window> w2( 213 EXPECT_EQ("110,0 100x100", w2->bounds().ToString()); 223 scoped_ptr<aura::Window> w2(
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_capture_client_unittest.cc | 84 scoped_ptr<aura::Window> w2(CreateNormalWindow(2, second_root_.get(), NULL)); 88 w2->SetCapture(); 105 scoped_ptr<aura::Window> w2(CreateNormalWindow(2, second_root_.get(), NULL)); 106 w2->SetCapture(); 107 EXPECT_EQ(w2.get(), desktop_capture_client_->GetCaptureWindow()); 108 EXPECT_EQ(w2.get(), second_desktop_capture_client_->GetCaptureWindow());
|
/external/opencv/cv/src/ |
_cvmatrix.h | 284 const float* src2, int w2, int h2, 295 for( i = 0; i < h1; i++, src1 += w1, dst += w2 ) 296 for( j = 0; j < w2; j++ ) 300 s += src1[k]*src2[j + k*w2]; 304 icvCheckVector_32f( dst, h1*w2 ); 309 const double* src2, int w2, int h2, 320 for( i = 0; i < h1; i++, src1 += w1, dst += w2 ) 321 for( j = 0; j < w2; j++ ) 325 s += src1[k]*src2[j + k*w2]; 329 icvCheckVector_64f( dst, h1*w2 ); [all...] |
cvmatchcontours.cpp | 231 double match_v, d12, area1, area2, r11, r12, r21, r22, w1, w2; local 284 r11 = r12 = r21 = r22 = w1 = w2 = d12 = 0; 326 w2 = ptr21[j]->area / area2; 343 t0 = fabs( r11 * w1 + r21 * w2 ); 344 t1 = fabs( r12 * w1 + r22 * w2 ); 348 t0 = fabs( r11 * w1 - r21 * w2 ); 349 t1 = fabs( r12 * w1 - r22 * w2 );
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/ |
SpdyReader.java | 96 int w2 = in.readInt(); local 99 int flags = (w2 & 0xff000000) >>> 24; 100 int length = (w2 & 0xffffff); 164 int w2 = in.readInt(); local 167 int associatedStreamId = w2 & 0x7fffffff; 198 int w2 = in.readInt(); local 200 int deltaWindowSize = w2 & 0x7fffffff;
|
/frameworks/rs/driver/runtime/ |
rs_sample.c | 191 float w0, float w1, float w2, float w3) { 196 float r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3; 204 float w0, float w1, float w2, float w3) { 209 float r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3; 217 float w0, float w1, float w2, float w3) { 222 float2 r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3; 230 float w0, float w1, float w2, float w3) { 235 float4 r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3; 243 float w0, float w1, float w2, float w3) { 248 float4 r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3 502 float w2 = oneMinusFracU * fracV; local [all...] |
/external/chromium/net/websockets/ |
websocket_throttle_unittest.cc | 106 scoped_refptr<WebSocketJob> w2(new WebSocketJob(&delegate)); 108 new SocketStream(GURL("ws://host2/"), w2.get())); 109 w2->InitSocketStream(s2.get()); 116 EXPECT_EQ(ERR_IO_PENDING, w2->OnStartOpenConnection(s2, &callback_s2)); 119 // 1.2.3.4 | w1 w2 137 // 1.2.3.4 | w1 w2 153 // Trying to open connection to host4 will wait for w1, w2. 156 // 1.2.3.4 | w1 w2 w4 174 // 1.2.3.4 | w1 w2 w4 192 // 1.2.3.4 | w1 w2 w [all...] |
/external/chromium_org/ash/wm/ |
window_manager_unittest.cc | 265 scoped_ptr<aura::Window> w2(CreateTestWindowInShellWithDelegate( 267 d2.SetWindow(w2.get()); 286 w2.get()); 290 EXPECT_TRUE(wm::IsActiveWindow(w2.get())); 291 EXPECT_EQ(w2.get(), focus_client->GetFocusedWindow()); 308 EXPECT_TRUE(wm::IsActiveWindow(w2.get())); 309 EXPECT_EQ(w2.get(), focus_client->GetFocusedWindow()); 320 w2.reset(); 357 // Move focus to |w2| first. 358 scoped_ptr<aura::Window> w2(CreateTestWindowInShellWithDelegate [all...] |
window_modality_controller_unittest.cc | 83 // Create two toplevel windows w1 and w2, and nest two modals w11 and w111 below 97 scoped_ptr<aura::Window> w2( 105 wm::ActivateWindow(w2.get()); 106 EXPECT_TRUE(wm::IsActiveWindow(w2.get())); 125 wm::ActivateWindow(w2.get()); 126 EXPECT_TRUE(wm::IsActiveWindow(w2.get())); 130 w2.reset(); 138 // Create two toplevel windows w1 and w2, and nest two modals w11 and w111 below 151 scoped_ptr<aura::Window> w2( 159 wm::ActivateWindow(w2.get()) [all...] |
/dalvik/dx/src/com/android/dx/command/dump/ |
BaseDumper.java | 275 int w2 = getWidth2(); local 281 IndentingWriter iw = new IndentingWriter(sw, w2, separator); 291 return TwoColumnOutput.toString(s1, w1, separator, s2, w2);
|
/external/openfst/src/include/fst/ |
tuple-weight.h | 247 const TupleWeight<W, n> &w2) { 250 equal = equal && (w1.Value(i) == w2.Value(i)); 256 const TupleWeight<W, n> &w2) { 259 not_equal = not_equal || (w1.Value(i) != w2.Value(i)); 265 const TupleWeight<W, n> &w2, 270 ApproxEqual(w1.Value(i), w2.Value(i), delta);
|
random-weight.h | 189 typedef typename G2::Weight W2; 197 W2 w2 = generator2_(); local 198 return Weight(w1, w2); 215 typedef typename G2::Weight W2; 216 typedef LexicographicWeight<W1, W2> Weight; 226 return Weight(W1::Zero(), W2::Zero()); 229 W2 w2 = generator2_(); local 230 return Weight(w1, w2); [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
random-weight.h | 128 typedef typename G2::Weight W2; 129 typedef ProductWeight<W1, W2> Weight; 136 W2 w2 = generator2_(); local 137 return Weight(w1, w2);
|
determinize.h | 51 W operator()(const W &w1, const W &w2) const { return Plus(w1, w2); } 64 Weight operator()(const Weight &w1, const Weight &w2) const { 66 StringWeightIterator<L, S> iter2(w2); 71 if (w1.Size() == 0 || w2.Size() == 0) 75 else if (w2 == Weight::Zero()) 93 Weight operator()(const Weight &w1, const Weight &w2) const { 94 return Weight(label_common_divisor_(w1.Value1(), w2.Value1()), 95 weight_common_divisor_(w1.Value2(), w2.Value2()));
|
/external/chromium_org/ui/aura/ |
window_unittest.cc | 625 scoped_ptr<Window> w2( 638 EXPECT_EQ(w2.get(), root->GetTopWindowContainingPoint(gfx::Point(5, 5))); 639 EXPECT_EQ(w2.get(), root->GetTopWindowContainingPoint(gfx::Point(10, 10))); 640 EXPECT_EQ(w2.get(), root->GetTopWindowContainingPoint(gfx::Point(59, 59))); 909 scoped_ptr<Window> w2(CreateTestWindowWithDelegate( 920 // Capturing to w2 should cause the touch to be canceled. 921 w2->SetCapture(); 927 // Events now go to w2. 1384 Window* w2 = CreateTestWindowWithDelegate(&d2, 2, gfx::Rect(10, 10, 50, 50), local 1408 Window* w2 = CreateTestWindowWithDelegate(&d2, 2, gfx::Rect(10, 10, 50, 50), local 1616 Window* w2 = CreateTestWindowWithId(2, parent.get()); local [all...] |
/external/chromium_org/ui/gfx/ |
rect_unittest.cc | 51 int w2; member in struct:gfx::__anon16734 68 Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2); 82 int w2; member in struct:gfx::__anon16735 110 Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2); 128 int w2; member in struct:gfx::Test 159 Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2); 186 int w2; member in struct:gfx::Test 211 Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2); 444 float w2; member in struct:gfx::Test 469 RectF r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2) 487 int w2; member in struct:gfx::Test 537 int w2; member in struct:gfx::Test 600 int w2; member in struct:gfx::Test [all...] |
/external/stlport/test/eh/ |
sunpro42.mak | 36 CXXFLAGS = $(ARCHF) +w2 -mt -features=rtti ${STL_INCL} 37 # CXXFLAGS = +w2 ${STL_INCL}
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDocumentImpl.java | 201 * @param w2 int As in ChunkedIntArray.append 206 private final int appendNode(int w0, int w1, int w2, int w3) 209 int slotnumber = nodes.appendSlot(w0, w1, w2, w3); 211 if (DEBUG) System.out.println(slotnumber+": "+w0+" "+w1+" "+w2+" "+w3); 694 // // W2: Next (initialized as 0) 695 // int w2 = 0; 698 // //int ourslot = nodes.appendSlot(w0, w1, w2, w3); 699 // int ourslot = appendNode(w0, w1, w2, w3); 851 // // W2: Next (not yet resolved) 852 // int w2 = 0 2099 int w2 = m_char_current_start; local 2122 int w2 = m_char_current_start; local 2158 int w2 = 0; local 2205 int w2 = 0; local 2242 int w2 = 0; local [all...] |
/external/llvm/test/MC/AArch64/ |
basic-a64-instructions.s | 36 add w2, w5, w7, uxtb 40 add w2, w5, w1, sxtb 42 add w0, w2, w3, sxtw 43 add w2, w3, w5, sxtx 44 // CHECK: add w2, w5, w7, uxtb // encoding: [0xa2,0x00,0x27,0x0b] 48 // CHECK: add w2, w5, w1, sxtb // encoding: [0xa2,0x80,0x21,0x0b] 50 // CHECK: add w0, w2, w3, sxtw // encoding: [0x40,0xc0,0x23,0x0b] 51 // CHECK: add w2, w3, w5, sxtx // encoding: [0x62,0xe0,0x25,0x0b] 81 sub w2, w5, w7, uxtb 85 sub w2, w5, w1, sxt [all...] |
/external/chromium_org/ui/views/corewm/ |
focus_controller_unittest.cc | 231 // +-- w2 244 aura::Window* w2 = aura::test::CreateTestWindowWithDelegate( variable 249 gfx::Rect(5, 5, 10, 10), w2); 591 aura::Window* w2 = root_window()->GetChildById(2); variable 592 aura::client::GetCaptureClient(root_window())->SetCapture(w2); variable 593 aura::test::EventGenerator generator(root_window(), w2); variable 598 aura::client::GetCaptureClient(root_window())->ReleaseCapture(w2); variable 712 aura::Window* w2 = root_window()->GetChildById(2); variable 713 ActivateWindow(w2); variable 716 ChangeWindowDisposition(w2); variable 736 aura::Window* w2 = root_window()->GetChildById(2); variable 737 ActivateWindow(w2); variable 746 ChangeWindowDisposition(w2); variable 817 aura::Window* w2 = root_window()->GetChildById(2); variable [all...] |
/external/opencv/cvaux/src/ |
cvmorphcontours.cpp | 384 double w1,w2; local 397 w2 = W[i-1][j].w_southeast + _cvBendingWork(&edges1[i-2], 403 if(w1<w2) 410 W[i][j].w_east = w2 + _cvStretchingWork( &edges1[i-1], &null_edge ); 422 double w1,w2,w3; local 435 w2 = W[i-1][j-1].w_southeast + _cvBendingWork( &edges1[i-2], 450 if( w1<w2 ) 465 if( w2<w3) 467 W[i][j].w_southeast = w2 + _cvStretchingWork( &edges1[i-1], &edges2[j-1] ); 482 double w1,w2; local [all...] |
/external/chromium/chrome/browser/history/ |
query_parser_unittest.cc | 143 const std::string w2; member in struct:TestData2 159 EXPECT_EQ(data[i].w2, UTF16ToUTF8(results[1]));
|
/external/chromium_org/chrome/browser/history/ |
query_parser_unittest.cc | 145 const std::string w2; member in struct:TestData2 161 EXPECT_EQ(data[i].w2, UTF16ToUTF8(results[1]));
|