Home
last modified time | relevance | path

Searched refs:routed (Results 1 – 25 of 42) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DUsagePrefsHandler.java61 final UnitsRouter.RouteResult routed = fUnitsRouter.route(quantity.toBigDecimal(), micros); in processQuantity() local
62 micros.outputUnit = routed.outputUnit.build(); in processQuantity()
63 UsagePrefsHandler.mixedMeasuresToMicros(routed.complexConverterResult, quantity, micros); in processQuantity()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_usageprefs.cpp168 …const units::RouteResult routed = fUnitsRouter.route(quantity.toDouble(), &micros.rounder, status); in processQuantity() local
172 const MaybeStackVector<Measure>& routedMeasures = routed.measures; in processQuantity()
173 micros.outputUnit = routed.outputUnit.copy(status).build(status); in processQuantity()
/third_party/icu/icu4c/source/i18n/
Dnumber_usageprefs.cpp168 …const units::RouteResult routed = fUnitsRouter.route(quantity.toDouble(), &micros.rounder, status); in processQuantity() local
172 const MaybeStackVector<Measure>& routedMeasures = routed.measures; in processQuantity()
173 micros.outputUnit = routed.outputUnit.copy(status).build(status); in processQuantity()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_usageprefs.cpp168 …const units::RouteResult routed = fUnitsRouter.route(quantity.toDouble(), &micros.rounder, status); in processQuantity() local
172 const MaybeStackVector<Measure>& routedMeasures = routed.measures; in processQuantity()
173 micros.outputUnit = routed.outputUnit.copy(status).build(status); in processQuantity()
/third_party/flutter/flutter/packages/flutter/test/gestures/
Dtap_test.dart371 log.add('routed 1 down');
373 log.add('routed 1 up');
383 log.add('routed 2 down');
385 log.add('routed 2 up');
398 'routed 1 down',
399 'routed 1 up',
407 'routed 2 down',
408 'routed 2 up',
/third_party/iptables/extensions/
Dlibxt_physdev.man33 Matches if the packet is being bridged and therefore is not being routed.
/third_party/grpc/src/proto/grpc/testing/xds/
Dlds_rds_for_test.proto102 // Indicates the upstream cluster to which the request should be routed
117 // request is routed to one of the upstream clusters based on weights
/third_party/node/deps/npm/node_modules/color-convert/
DREADME.md59 …eans of sub-conversions (e.g. XYZ -> **RGB** -> CMYK), are automatically routed together. This all…
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/
Dbinding.dart56 /// Then, the events are routed to any still-registered entrants in the
258 /// The pointer event that was being routed when the exception was raised.
Dpointer_router.dart151 /// The pointer event that was being routed when the exception was raised.
Drecognizer.dart230 /// Called when a pointer event is routed to this recognizer.
295 /// Causes events related to the given pointer ID to be routed to this recognizer.
312 /// Stops events related to the given pointer ID from being routed to this recognizer.
/third_party/grpc/doc/
Dxds-test-descriptions.md108 This test verifies that RPCs are evenly routed according to an unweighted round
272 This test verifies that the backend service can be replaced and traffic routed
/third_party/grpc/src/proto/grpc/testing/xds/v3/
Droute.proto34 // a logical name as well as a set of domains that get routed to it based on the incoming request's
205 // Indicates the upstream cluster to which the request should be routed
221 // request is routed to one of the upstream clusters based on weights
/third_party/node/doc/api/
Ddomain.md195 Any time an `Error` object is routed through a domain, a few extra fields
300 will be routed to the domain's `'error'` event, just like with implicit
317 thrown will be routed to the domain's `'error'` event.
/third_party/skia/third_party/externals/opengl-registry/extensions/ATI/
DATI_vertex_streams.txt33 coordinates are termed streams, and can be routed selectively
/third_party/openGLES/extensions/ATI/
DATI_vertex_streams.txt33 coordinates are termed streams, and can be routed selectively
/third_party/mesa3d/docs/
Ddispatch.rst28 function calls are routed directly to a driver loaded within the
/third_party/libwebsockets/lib/system/smd/
DREADME.md207 connections are reassessed to see if their peer can still be routed to, if not
/third_party/gstreamer/gstplugins_good/gst/rtsp/
DREADME92 The RTCP pad of the rtpdec is routed to a new udpsink that sends data to the RTCP
/third_party/python/Doc/library/
Dtypes.rst464 normal, but access to an attribute through a class will be routed to the
/third_party/boost/libs/beast/doc/qbk/08_design/
D2_http_comparison.qbk273 are routed to the internal implementation. This is the first implementation
/third_party/pulseaudio/
DNEWS42 * Moving a stream to the default sink removes the "manually routed" status of the stream
/third_party/cJSON/tests/unity/docs/
DUnityConfigurationGuide.md240 routed back to the command line. There are times, however, where the simulator
/third_party/unity/docs/
DUnityConfigurationGuide.md325 routed back to the command line. There are times, however, where the simulator
/third_party/flutter/flutter/packages/flutter_test/lib/src/
Dbinding.dart1294 /// An object to which real device events should be routed.
1297 /// set to a non-null value, then the events will be routed to its

12