Home
last modified time | relevance | path

Searched defs:FAQ (Results 1 – 25 of 68) sorted by relevance

123

/aosp_15_r20/external/libchrome/mojo/
H A DREADME.md142 ## FAQ section in Mojo
144 ### Why not protobuf? Why a new thing?
151 ### Are message pipes expensive?
156 ### So really, can I create like, thousands of them?
159 ### What are the performance characteristics of Mojo?
163 ### Can I use in-process message pipes?
176 ### What about ____?
/aosp_15_r20/external/aws-sdk-java-v2/docs/design/core/presigners/
H A DREADME.md399 ## FAQ section in Request Presigners
401 ### For which Services will we generate URL presigners?
405 ### For which operations will we generate a URL presigner?
414 ### Why a different input shape per operation?
461 ### Why a different output shape per operation?
497 ### What about execution of presigned requests?
519 ### What about non-blocking request presigning?
/aosp_15_r20/external/aws-sdk-java-v2/docs/design/core/batch-manager/
H A DDesign.md246 ## FAQ section in Design Document (Automatic Request Batching)
248 ### **Which Services will we generate a Batch Manager?**
254 ### **Why don’t we just implement batching features directly on the low level client?**
306 ### Why do we only support sending one message at a time instead of a list of messages or streams?
312 ### **Why support Sync and Async?**
317 ### **Why does `sendMessage` return a CompletableFuture for both the sync and async client?**
/aosp_15_r20/external/libwebsockets/minimal-examples/
H A DREADME.md13 ## FAQ section
15 ### Getting started
23 ### Why are most of the sources split into a main C file file and a protocol file?
40 ### Why would we want the protocol as a plugin?
64 ### I get why there is a pss, but why is there a vhd?
/aosp_15_r20/external/autotest/docs/
H A Duser-doc.md566 ### Q1: What autotest ebuilds are out there?
582 …e ‘greattests_TestsEverything’ in build output/logs/whatever! How do I find which ebuild builds it?
604 ### Q3: I have an ebuild ‘foo’, where are its sources?
617 ### Q4: I have an ebuild, what tests does it build?
651 …some test sources, how do I know which ebuilds to cros_workon start in order to properly propagate?
675 …est, added it into ebuild, emerged it, and I’m getting access denied failures. What did I do wrong?
/aosp_15_r20/external/aws-sdk-java-v2/docs/design/core/waiters/
H A DREADME.md541 ## FAQ section in Waiters
543 ### For which services will we generate waiters?
547 ### Why not create waiter operations directly on the client?
577 ### Why returning `WaiterResponse`?
586 ### Why making response and exception optional in `WaiterResponse`?
/aosp_15_r20/external/rust/android-crates-io/crates/base64/
DREADME.md19 ## FAQ section in [base64](https://crates.io/crates/base64)
21 … decode base64 with whitespace/null bytes/other random things interspersed in it. What should I do?
33 ### I need to line-wrap base64, e.g. for MIME/PEM.
37 ### I want canonical base64 encoding/decoding.
/aosp_15_r20/external/opencensus-java/exporters/stats/stackdriver/
H A DREADME.md144 ## FAQ section in OpenCensus Stackdriver Stats Exporter
145 ### Why did I get a PERMISSION_DENIED error from Stackdriver when using this exporter?
152 ### What is "opencensus_task" metric label ?
168 …common...", like "java.lang.NoSuchMethodError:com.google.common.base.Throwables.throwIfInstanceOf"?
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A DREADME.md356 ## FAQ section in TensorFlow Graph IR
358 ### Why not just use the TensorFlow Executor Dialect?
372 ### What happens to the existing TensorFlow Dialects?
378 ### What happens to the existing TensorFlow Executor Dialect?
/aosp_15_r20/development/vndk/tools/header-checker/
H A DREADME.md184 ## FAQ section in Header ABI Checker
186 ### How to Resolve ABI Difference
295 ### How to Ignore Weak Symbol Difference
326 ### How to Disable the ABI Check
/aosp_15_r20/external/zxing/.github/
H A DCONTRIBUTING.md26 ## FAQ section
31 ### I get a compilation error
38 ### This barcode doesn't decode
/aosp_15_r20/external/rust/android-crates-io/crates/combine/
DREADME.md64 ## FAQ section in combine
66 ### Why does my errors contain inscrutable positions?
70 ### How does it compare to nom?
/aosp_15_r20/external/opencensus-java/exporters/trace/stackdriver/
H A DREADME.md107 ## FAQ section in OpenCensus Stackdriver Trace Exporter
108 ### Why do I not see some trace events in Stackdriver?
113 ### Why do I get a "StatusRuntimeException: NOT_FOUND: Requested entity was not found"?
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.11.rst1529 FAQ section in Faster CPython
1532 .. _faster-cpython-faq-my-code:
1534 How should I write my code to utilize these speedups?
1544 Will CPython 3.11 use more memory?
1554 I don't see any speedups in my workload. Why?
1569 Is there a JIT compiler?
/aosp_15_r20/external/rust/android-crates-io/crates/displaydoc/
DREADME.md93 ### FAQ subsection in derive(Display) /// `From<docs>`
102 #### License
/aosp_15_r20/external/opencensus-java/exporters/metrics/ocagent/
H A DREADME.md59 ## FAQ section in OpenCensus Java OC-Agent Metrics Exporter
61 ### Why is `netty-tcnative-boringssl-static` needed? Which version should I use?
/aosp_15_r20/external/opencensus-java/exporters/trace/ocagent/
H A DREADME.md57 ## FAQ section in OpenCensus Java OC-Agent Trace Exporter
59 ### Why is `netty-tcnative-boringssl-static` needed? Which version should I use?
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/
H A DDEVELOPMENT.md201 ## FAQ section in Development Workflow
203 ### Error in workspace: workspace() got unexpected keyword argument 'managed_directories'
/aosp_15_r20/external/opencensus-java/contrib/zpages/
H A DREADME.md85 ### FAQ subsection
87 #### Why do I not see sampled spans based on latency and error codes for a given span name?
/aosp_15_r20/external/bazelbuild-rules_python/
H A DCONTRIBUTING.md251 ## FAQ section in How to contribute
253 ### Installation errors when during `git commit`
/aosp_15_r20/external/grpc-grpc/doc/
H A Dkeepalive.md41 ### FAQ subsection in Keepalive User Guide for gRPC Core (and dependents)
/aosp_15_r20/external/aws-sdk-java-v2/docs/design/services/dynamodb/high-level-library/archive/20200103/
H A Dfeatures.md47 # FAQ chapter
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/static_assertions-1.1.0/
H A DREADME.md69 ## FAQ section
/aosp_15_r20/external/aws-sdk-java-v2/
H A DVERSIONING.md29 ## FAQ section in Versioning Policy
/aosp_15_r20/external/rust/android-crates-io/crates/h2/
DREADME.md54 ## FAQ section in H2

123