HomeSort by relevance Sort by last modified time
    Searched full:sides (Results 26 - 50 of 940) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libmojo/mojo/public/cpp/bindings/
interface_id.h 15 // IDs of associated interface can be generated at both sides of the message
  /external/libmojo/mojo/public/interfaces/bindings/
interface_control_messages.mojom 9 // interface endpoints at both sides.
  /external/skia/src/pathops/
SkOpCubicHull.cpp 85 int sides = side(rotPath[side1].fY - rotPath[yMin].fY); local
86 sides ^= side(rotPath[side2].fY - rotPath[yMin].fY);
87 if (sides == 2) { // '2' means one remaining point <0, one >0
113 } else if (sides == 0) { // '0' means both to one side or the other
  /external/skqp/src/pathops/
SkOpCubicHull.cpp 85 int sides = side(rotPath[side1].fY - rotPath[yMin].fY); local
86 sides ^= side(rotPath[side2].fY - rotPath[yMin].fY);
87 if (sides == 2) { // '2' means one remaining point <0, one >0
113 } else if (sides == 0) { // '0' means both to one side or the other
  /external/walt/pywalt/pywalt/
minimization.py 72 # Use average of the two sides
121 sides = (((numpy.arange(len(tl)) + 1) / 2) % 2)
125 xls = xl[sides == side]
126 yls = yl[sides == side]
  /frameworks/base/core/res/res/values-sw720dp-w1280dp/
dimens.xml 26 <!-- Preference fragment padding, sides -->
  /frameworks/native/services/vr/performanced/
string_trim.h 30 // Trims whitespace from the both sides of |subject| and returns the result as a
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion8-expected-completion44.txt 6 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this view. [dimension]
  /external/libmojo/mojo/public/cpp/bindings/tests/
router_unittest.cc 229 // sending a response, then we trigger connection error at both sides. Moreover,
230 // both sides still appear to have a valid message pipe handle bound.
270 // Connection error handler is called at both sides.
274 // The error flag is set at both sides.
278 // The message pipe handle is valid at both sides.
multiplex_router_unittest.cc 256 // sending a response, then we trigger connection error at both sides. Moreover,
257 // both sides still appear to have a valid message pipe handle bound.
296 // Connection error handler is called at both sides.
300 // The error flag is set at both sides.
304 // The message pipe handle is valid at both sides.
  /external/clang/test/Analysis/
identical-expressions.cpp 1027 a = a > 5 ? b : b; // expected-warning {{identical expressions on both sides of ':' in conditional expression}}
1033 a = a > 5 ? a : a; // expected-warning {{identical expressions on both sides of ':' in conditional expression}}
1037 a = a > 0 ? a : a; // expected-warning {{identical expressions on both sides of ':' in conditional expression}}
1043 a = a > 5 ? a : a; // expected-warning {{identical expressions on both sides of ':' in conditional expression}}
1048 return a > 5 ? "abc" : "abc"; // expected-warning {{identical expressions on both sides of ':' in conditional expression}}
1054 a = a > 5 ? a+b : a+b; // expected-warning {{identical expressions on both sides of ':' in conditional expression}}
1060 a = a > 5 ? a+b : a+b; // expected-warning {{identical expressions on both sides of ':' in conditional expression}}
1065 a = a > 0 ? a&&b : a&&b; // expected-warning {{identical expressions on both sides of ':' in conditional expression}}
1088 a = a > 5 ? a+b : a+b; // expected-warning {{identical expressions on both sides of ':' in conditional expression}}
1094 a = a > 5 ? a+func() : a+func(); // expected-warning {{identical expressions on both sides of ':' in conditional expression}
    [all...]
  /external/skia/tests/
DashPathEffectTest.cpp 47 { { { 0.5f, -5.0f }, { 0.5f, 5.0f } }, true }, // straddles both sides vertically
48 { { { -5.0f, 0.5f }, { 5.0f, 0.5f } }, true }, // straddles both sides horizontally
  /external/skqp/tests/
DashPathEffectTest.cpp 47 { { { 0.5f, -5.0f }, { 0.5f, 5.0f } }, true }, // straddles both sides vertically
48 { { { -5.0f, 0.5f }, { 5.0f, 0.5f } }, true }, // straddles both sides horizontally
  /device/google/cuttlefish_common/common/vsoc/lib/
circqueue_impl.h 127 r->SendSignal(layout::Sides::Both, &this->r_released_);
147 r->SendSignal(layout::Sides::Both, &this->w_pub_);
174 r->SendSignal(layout::Sides::Both, &this->r_released_);
229 r->SendSignal(layout::Sides::Both, &this->w_pub_);
region_signaling_interface.h 39 virtual void SendSignal(layout::Sides sides_to_signal,
  /device/google/cuttlefish_common/common/vsoc/shm/
gralloc_layout.h 43 // compiled in host and guest sides
lock.h 62 if (lock_.compare_exchange_strong(expected, Sides::OurSide)) {
78 uint32_t expected = Sides::OurSide;
114 // Returns sides that should be signalled or 0
115 Sides UnlockCommon(uint32_t tid);
  /external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
T.g 47 stat: ID '=' expr ';' { $body::decls->add($ID.text); } // track left-hand-sides
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
ThemePreviewNavigationBar.java 34 * and have no padding on the sides. That way, they have a similar look as the true ones,
  /external/libcups/cups/
ppd-mark.c 46 * "print-quality", "printer-resolution", and "sides" attributes to their
66 *sides; /* sides option */ local
90 sides = cupsGetOption("sides", num_options, options);
96 if ((media || output_bin || print_color_mode || print_quality || sides) &&
233 if (sides && cache->sides_option &&
237 * Map sides to duplex option...
240 if (!strcmp(sides, "one-sided") && cache->sides_1sided)
242 else if (!strcmp(sides, "two-sided-long-edge") &
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_bufio.py 48 # stdio buffer sizes, and "off by one" errors on both sides.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/
dot.stg 72 node [fontsize=11, shape = <if(useBox)>polygon,sides=4,peripheries=2<else>doublecircle, fixedsize=true, width=.6<endif>]; <name>
  /external/curl/docs/libcurl/opts/
CURLOPT_PROXY_TLSAUTH_TYPE.3 38 defined in RFC5054 and provides mutual authentication if both sides have a
CURLOPT_TLSAUTH_TYPE.3 37 defined in RFC5054 and provides mutual authentication if both sides have a
  /external/libmojo/base/android/java/src/org/chromium/base/
PowerMonitor.java 26 // Applications will create this once the JNI side has been fully wired up both sides. For

Completed in 1524 milliseconds

12 3 4 5 6 7 8 91011>>