HomeSort by relevance Sort by last modified time
    Searched refs:right (Results 2176 - 2200 of 2429) sorted by null

<<81828384858687888990>>

  /external/opencv/ml/src/
mlboost.cpp 149 for( parent = node->parent; parent && parent->right == node;
156 node = parent->right;
579 // LR - ... primary split sends to the left and the surrogate split sends to the right
580 // RL - ... primary split sends to the right and the surrogate split sends to the left
581 // RR - ... both send to the right
601 // initially all the samples are sent to the right by the surrogate split,
602 // LR of them are sent to the left by primary split, and RR - to the right.
644 // LR - ... primary split sends to the left and the surrogate split sends to the right
645 // RL - ... primary split sends to the right and the surrogate split sends to the left
646 // RR - ... both send to the right
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/chromium_org/v8/test/cctest/
test-api.cc 872 Local<String> right = local
876 Local<String> source = String::Concat(left, right);
877 right = String::NewExternal(
880 source = String::Concat(source, right);
881 right = String::NewExternal(
884 source = String::Concat(source, right);
885 right = v8_str(one_byte_string_2);
886 source = String::Concat(source, right);
889 right = String::NewFromTwoByte(env->GetIsolate(), two_byte_source);
892 source = String::Concat(source, right);
14008 SymbolLocationMap::iterator right = it; local
19197 Handle<String> right = base; local
    [all...]
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsSerializer.java 99 rectObj.put("right", rect.right);
482 // Not sure if it's a bug in the library or I'm just not using it right.
561 obj.getInt("bottom"), obj.getInt("right")));
625 obj.getInt("right"), obj.getInt("bottom"));
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
CameraMetadataGetter.java 275 rectObj.put("right", rect.right);
665 // using it right.
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java     [all...]
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 518 seen on the right side of a rewrite rule
  /external/checkpolicy/
policy_parse.y 152 %right NOT
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
traverse_util.js 112 * start. On exit, the cursor will be immediately to the right of the
457 // right of the returned character on exit.
    [all...]
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 50 RTL: 'rtl', // Right-to-left language text.
247 * Minimum total padding to give to the left and right of the most visited
840 // Each tile has left and right margins that sum to NTP_DESIGN.tileMargin.
    [all...]
  /external/chromium_org/chrome/browser/thumbnails/
content_analysis.cc 42 // 'pre-load' the window with the slider with right-tail of the filter.
389 DCHECK_LE(area.right(), input_bitmap.width());
  /external/chromium_org/chrome/browser/ui/panels/
panel.cc 257 bounds.set_x(bounds.right() - full_size_.width());
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_passwords_bubble_view.cc 49 // bottom-right corner.
58 // Used when there is only one button which should next at the bottom-right
795 screen_bounds.right() - bubble_half_width - kFullscreenPaddingEnd;
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderConverter.cpp 100 convertLengthOrAuto(state, rect->right()),
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 137 // 2. Resize control areas, e.g. the small rect at the right bottom of div/textarea/iframe when
197 bool fixedToRight = !fixedPositionObject->style()->right().isAuto();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.h 207 // For horizontal-tb and vertical-lr they will match physical directions, but for horizontal-bt and vertical-rl, the top/bottom and left/right
209 // but it is on the right in vertical-rl.
286 virtual LayoutUnit marginRight() const OVERRIDE { return m_marginBox.right(); }
346 // Right now, these are different than contentHeight/contentWidth because they still
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
KURL.cpp 176 return string().left(511) + "..." + string().right(510);
434 // which is right).

Completed in 736 milliseconds

<<81828384858687888990>>