/external/eigen/lapack/ |
slarf.f | 39 *> C, from either the left or the right. H is represented in the form
|
zlarf.f | 39 *> matrix C, from either the left or the right. H is represented in the
|
/external/icu/icu4c/source/common/ |
stringtriebuilder.cpp | 380 StringTrieBuilder::equalNodes(const void *left, const void *right) { 381 return *(const Node *)left==*(const Node *)right;
|
/external/icu/icu4c/source/i18n/ |
uspoof_conf.cpp | 108 static int8_t U_CALLCONV SPUStringCompare(UHashTok left, UHashTok right) { 112 static_cast<SPUString *>(right.pointer));
|
/external/icu/icu4c/source/tools/icuswap/ |
icuswap.cpp | 327 compareToCEntries(const void *context, const void *left, const void *right) { 330 chars+((const ToCEntry *)right)->nameOffset);
|
/external/libhevc/common/arm/ |
ihevc_inter_pred_chroma_vert.s | 153 vqrshrun.s16 d6,q3,#6 @shifts right 156 vqrshrun.s16 d4,q2,#6 @shifts right
|
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_loopfilter_mmx.asm | 179 psraw mm0, 11 ; sign extended shift right by 3 182 psraw mm1, 11 ; sign extended shift right by 3 492 psraw mm0, 11 ; sign extended shift right by 3 497 psraw mm1, 11 ; sign extended shift right by 3
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
parser.ml | 171 (* Verify right number of arguments for operator. *)
|
/external/mesa3d/docs/OLD/ |
MESA_packed_depth_stencil.spec | 41 1. Is this the right way to distinguish between 24/8 and 8/24
|
/external/opencv/cvaux/src/ |
cvsegment.cpp | 148 int right = data[k][2]; local 150 for( i = left; i <= right; i++ ) 425 /* check "right" bound */
|
/external/oprofile/pp/ |
opreport.cpp | 250 // gcc 2.95 doesn't know right io manipulator 251 cout.setf(ios::right, ios::adjustfield); 264 // gcc 2.95 doesn't know right io manipulator 265 cout.setf(ios::right, ios::adjustfield);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/ |
MockTvInputService.java | 219 public void onLayoutChange(View v, int left, int top, int right, int bottom,
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
RotateDrawableTest.java | 155 assertEquals(0, rect.right);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
LabelMaker.java | 200 int padWidth = padding.left + padding.right;
|
/development/samples/NotePad/src/com/example/android/notepad/ |
NoteEditor.java | 122 * Draws a line in the background from the left of the rectangle to the right, 126 canvas.drawLine(r.left, baseline + 1, r.right, baseline + 1, paint);
|
/external/chromium_org/ash/wm/overview/ |
window_selector_item.cc | 170 close_button_transform.Translate(target_bounds.right(), target_bounds.y());
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
braille_display_manager.js | 313 * Shifts the display position to the right by one full display size and 373 // This happens when the user clicks on the right part of the display
|
/external/chromium_org/chrome/browser/ui/ash/ |
window_positioner_unittest.cc | 217 // Leave space on the left and the right and see if we fill top to bottom. 254 // Block now enough to force the right side. 261 EXPECT_EQ(gfx::Rect(AlignToGridRoundDown(work_area.right() -
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
zoom_bubble_view.cc | 162 screen_bounds.right() - bubble_half_width - kFullscreenPaddingEnd; 354 // call this right away). Only set to NULL when it's this bubble.
|
/external/chromium_org/chrome/browser/ui/views/message_center/ |
web_notification_tray.cc | 100 rv.set_x(rect.right());
|
/external/chromium_org/chrome/browser/ui/views/ |
screen_capture_notification_ui_views.cc | 247 label_rect.set_x(grip_rect.right() + kHorizontalMargin);
|
/external/chromium_org/pdf/ |
out_of_process_instance.cc | 199 int right = static_cast<int>(ceilf((rect->x() + rect->width()) * scale)); local 201 rect->SetRect(left, top, right - left, bottom - top); 205 // needed right now to do a synchronous call to JavaScript, but we could easily 320 // then we get the right MIME type. When the in process plugin is removed we 716 int right_start = available_area_.right(); 717 int right_width = abs(plugin_size_.width() - available_area_.right()); 720 // Add the left, right, and bottom rectangles. Note: we assume only [all...] |
/external/chromium_org/remoting/codec/ |
video_decoder_vpx.cc | 231 source_rect.right(),
|
/external/chromium_org/remoting/host/ |
input_injector_mac.cc | 212 // In addition to the modifier keys pressed right now, we also need to set 258 std::min(desktop_config.pixel_bounds.right(), mouse_pos_.x())),
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
InlineBox.h | 207 float right() const { return left() + width(); } function in class:blink::InlineBox
|