Home
last modified time | relevance | path

Searched refs:behaviors (Results 1 – 25 of 194) sorted by relevance

12345678

/third_party/grpc/src/python/grpcio_testing/grpc_testing/
D_time.py28 def _call(behaviors): argument
29 for behavior in behaviors:
36 def _call_in_thread(behaviors): argument
37 calling = threading.Thread(target=_call, args=(behaviors,))
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.cc810 sem::Behaviors behaviors{sem::Behavior::kNext}; in Statements() local
822 behaviors = (behaviors - sem::Behavior::kNext) + sem->Behaviors(); in Statements()
827 current_statement_->Behaviors() = behaviors; in Statements()
1009 auto& behaviors = sem->Behaviors(); in LoopStatement() local
1010 behaviors = body->Behaviors(); in LoopStatement()
1024 behaviors.Add(continuing->Behaviors()); in LoopStatement()
1028 if (behaviors.Contains(sem::Behavior::kBreak)) { // Does the loop exit? in LoopStatement()
1029 behaviors.Add(sem::Behavior::kNext); in LoopStatement()
1031 behaviors.Remove(sem::Behavior::kNext); in LoopStatement()
1033 behaviors.Remove(sem::Behavior::kBreak, sem::Behavior::kContinue); in LoopStatement()
[all …]
/third_party/flutter/flutter/examples/flutter_gallery/android/fastlane/metadata/android/en-US/
Dfull_description.txt3 A gallery of widgets and behaviors, plus demos and vignettes, all built with Flutter.
/third_party/python/Doc/library/
Ddebug.rst9 provide visibility into runtime behaviors that would otherwise require
/third_party/grpc/src/objective-c/
DNetworkTransitionBehavior.md8 The expected gRPC iOS channel and network transition behaviors are:
60 which changes the network transition behaviors a bit.
88 behaviors. With CFStream implementation, an event is always received when the
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/doc/
DPackedDepthStencilSupport.md3 Metal has different runtime behaviors when it comes to packed depth stencil format usage.
/third_party/libinput/doc/user/
Ddevelopment.rst29 Topics below explain some behaviors of libinput.
/third_party/boost/libs/iterator/doc/
Diterator_facade_body.rst13 identified the following core behaviors for iterators:
22 In addition to the behaviors listed above, the core interface elements
65 the iterator's core behaviors. The following table describes
Diterator_adaptor_body.rst13 and implement the core behaviors in terms of the ``Base`` type. In
/third_party/skia/modules/canvaskit/tests/
Dparagraph.spec.js859 const behaviors = ["All", "DisableFirstAscent", "DisableLastDescent", "DisableAll"];
861 for (let i = 0; i < behaviors.length; i++) {
869 textHeightBehavior: CanvasKit.TextHeightBehavior[behaviors[i]],
872 builder.addText('Text height behavior\nof '+behaviors[i]);
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/
Dabout.dart57 "and showcase of Flutter's many widgets, behaviors, "
/third_party/cJSON/tests/json-patch-tests/
DREADME.md38 behavior. If you want to test interacting behaviors, create tests for
/third_party/boost/libs/beast/doc/qbk/03_core/
D2_streams.qbk111 behaviors. This example shows how a template function which writes to a
/third_party/flutter/flutter/.github/
DPULL_REQUEST_TEMPLATE.md14 …y sooner or later. PRs must include tests for all changed/updated/fixed behaviors. See [Test Cover…
/third_party/mesa3d/docs/drivers/
Dvenus.rst24 and also relies on implementation-defined behaviors in others. It is not
188 on the current behaviors of the host drivers. It should be possible to remove
/third_party/json/
DCODE_OF_CONDUCT.md29 …Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem i…
/third_party/typescript_eslint/
DCODE_OF_CONDUCT.md43 permanently any contributor for other behaviors that they deem inappropriate,
/third_party/json/doc/mkdocs/docs/home/
Dcode_of_conduct.md29 …Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem i…
/third_party/pulseaudio/
DCODE_OF_CONDUCT.md43 permanently any contributor for other behaviors that they deem inappropriate,
/third_party/mbedtls/programs/
DREADME.md89behaviors in the server. For example, there are options to select ciphersuites, or to force a rene…
/third_party/boost/libs/proto/doc/
Dhello_world.qbk79 ['not] purely abstract, and that have meaning and behaviors independent of any
Dpreface.qbk20 * A mechanism for giving expressions additional behaviors and members.
/third_party/boost/libs/iterator/doc/quickbook/
Dadaptor.qbk6 and implement the core behaviors in terms of the `Base` type. In
244 behaviors other than `increment`. The implementation of
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DGLX_ARB_create_context_robustness.txt175 with different reset notification behaviors. Rename extension, since
/third_party/boost/libs/test/doc/adv_scenarios/
Dlink_reference.qbk9 [section:link_references Build scenarios and behaviors]

12345678