Home
last modified time | relevance | path

Searched refs:Side (Results 1 – 25 of 215) sorted by relevance

123456789

/third_party/grpc/doc/python/sphinx/
Dgrpc.rst131 Client-Side Context
137 Client-Side Interceptor
147 Service-Side Context
153 Service-Side Handler
162 Service-Side Interceptor
Dgrpc_asyncio.rst86 Client-Side Context
96 Server-Side Context
102 Client-Side Interceptor
109 .. Service-Side Context
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse/
DREADME.md1 # lws minimal http Server Side Events
4 content over Server Side Events.
18 [2018/04/20 06:09:56:9974] USER: LWS minimal http Server-Side Events | visit http://localhost:7681
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse-ring/
DREADME.md1 # lws minimal http Server Side Events + ringbuffer
4 content over Server Side Events, where all clients
20 [2018/04/20 06:09:56:9974] USER: LWS minimal http Server-Side Events + ring | visit http://localhos…
/third_party/skia/src/core/
DSkPointPriv.h16 enum Side { enum
33 const SkPoint& b, Side* side = nullptr);
36 const SkPoint& b, Side* side = nullptr) {
96 static SkPoint MakeOrthog(const SkPoint& vec, Side side = kLeft_Side) {
DSkPoint.cpp99 Side* side) { in DistanceToLineBetweenSqd()
110 *side = (Side) SkScalarSignAsInt(det); in DistanceToLineBetweenSqd()
/third_party/flutter/skia/src/core/
DSkPointPriv.h16 enum Side { enum
33 const SkPoint& b, Side* side = nullptr);
36 const SkPoint& b, Side* side = nullptr) {
96 static SkPoint MakeOrthog(const SkPoint& vec, Side side = kLeft_Side) {
DSkPoint.cpp99 Side* side) { in DistanceToLineBetweenSqd()
110 *side = (Side) SkScalarSignAsInt(det); in DistanceToLineBetweenSqd()
/third_party/grpc/examples/python/cancellation/
DREADME.md14 #### Cancellation on the Client Side
20 ##### Cancelling a Server-Side Unary RPC from the Client argument
55 ##### Cancelling a Server-Side Streaming RPC from the Client argument
77 #### Cancellation on the Server Side
109 ##### Initiating a Cancellation on the Server Side argument
/third_party/grpc/tools/doxygen/
DDoxyfile.c++227 # "sideeffect=@par Side Effects:\n"
230 # "Side Effects:". You can put \n's in the value part of an alias to insert
/third_party/alsa-utils/alsactl/init/
Dca010612 CTL{name}="Analog Side Playback Volume", CTL{values}="0dB"
13 CTL{name}="Analog Side Playback Switch", CTL{values}="on"
/third_party/grpc/examples/python/compression/
DREADME.md15 ### Client Side Compression
38 ### Server Side Compression
/third_party/pulseaudio/src/modules/alsa/mixer/paths/
Danalog-output-lineout.conf72 [Jack Line Out Side]
77 [Jack Line Out Side Phantom]
Danalog-output-headphones.conf142 [Element Side]
166 [Element Speaker Side]
Danalog-output.conf58 [Element Side]
/third_party/libwebsockets/minimal-examples/http-server/
DREADME.md18 minimal-http-server-sse-ring|Server Side Events with ringbuffer and threaded event sources
19 minimal-http-server-sse|Simple Server Side Events
/third_party/skia/src/gpu/geometry/
DGrTriangulator.h43 typedef enum { kLeft_Side, kRight_Side } Side; typedef
458 MonotonePoly(Edge* edge, Side side, int winding) in MonotonePoly()
467 Side fSide;
479 Poly* addEdge(Edge* e, Side side, SkArenaAlloc* alloc);
DGrAAConvexTessellator.h46 SkPointPriv::Side side() const { return fSide; } in side()
266 SkPointPriv::Side fSide; // winding of the original polygon
/third_party/curl/tests/data/
Dtest56722 # Client-Side
Dtest57724 # Client-Side
Dtest57040 # Client-Side
/third_party/flutter/skia/src/gpu/ops/
DGrAAConvexTessellator.h46 SkPointPriv::Side side() const { return fSide; } in side()
266 SkPointPriv::Side fSide; // winding of the original polygon
/third_party/boost/boost/polygon/detail/
Dpolygon_formation.hpp34 typedef bool Side; typedef
39 const Side LEFT = false;
44 const Side RIGHT = true;
96 PolyLine(orientation_2d orient, Unit coord, Side side);
166 Side solidSide() const;
459 ActiveTail(orientation_2d orient, Unit coord, Side solidToRight, ActiveTail* otherTailp);
586 PolyLine<Unit>* createPolyLine(orientation_2d orient, Unit coord, Side side);
836 inline PolyLine<Unit>::PolyLine(orientation_2d orient, Unit coord, Side side) : in PolyLine()
939 inline Side PolyLine<Unit>::solidSide() const { in solidSide()
1095 …inline ActiveTail<Unit>::ActiveTail(orientation_2d orient, Unit coord, Side solidToRight, ActiveTa… in ActiveTail()
[all …]
/third_party/boost/tools/quickbook/test/
Dlink-1_1.quickbook32 [section Side-by-side links]
Dlink-1_6.quickbook36 [section Side-by-side links]

123456789