| /external/perfetto/src/base/threading/ |
| D | util_unittest.cc | 38 base::FlatSet<base::PlatformHandle>& interested, in WaitForFutureReady() argument 42 PERFETTO_CHECK(interested.size() == 1); in WaitForFutureReady() 43 base::BlockUntilReadableFd(*interested.begin()); in WaitForFutureReady() 44 interested = {}; in WaitForFutureReady() 51 base::FlatSet<base::PlatformHandle>& interested, in WaitForStreamReady() argument 55 PERFETTO_CHECK(interested.size() == 1); in WaitForStreamReady() 56 base::BlockUntilReadableFd(*interested.begin()); in WaitForStreamReady() 57 interested = {}; in WaitForStreamReady() 79 base::FlatSet<base::PlatformHandle> interested; in TEST() local 81 PollContext ctx(&interested, &ready); in TEST() [all …]
|
| /external/apache-commons-lang/src/main/java/org/apache/commons/lang3/ |
| D | BitField.java | 100 * @param holder the int data containing the bits we're interested 119 * interested in 130 * interested in 141 * interested in 156 * @param holder the int data containing the bits we're interested 173 * interested in 186 * interested in 200 * interested in 213 * interested in 225 * interested in [all …]
|
| /external/libnetfilter_conntrack/src/ |
| D | main.c | 83 * - NFNL_SUBSYS_CTNETLINK: if you are only interested in conntrack operations 85 * - NFNL_SUBSYS_CTNETLINK_EXP: if you are only interested in expectation 87 * - NFNL_SUBSYS_NONE: if you are interested in both conntrack and expectation 115 * - NFNL_SUBSYS_CTNETLINK: if you are only interested in conntrack operations 117 * - NFNL_SUBSYS_CTNETLINK_EXP: if you are only interested in expectation 119 * - NFNL_SUBSYS_NONE: if you are interested in both conntrack and expectation
|
| /external/googleapis/google/ads/googleads/v14/enums/ |
| D | lead_form_field_user_input_type.proto | 105 // Question: "Which model are you interested in?" 111 // Question: "Which type of vehicle are you interested in?" 135 // Question: "What vehicle ownership option are you interested in?" 141 // Question: "What type of vehicle condition are you interested in?" 465 // Question: "Which program are you interested in?" 471 // Question: "Which course are you interested in?" 477 // Question: "Which product are you interested in?" 483 // Question: "Which service are you interested in?" 489 // Question: "Which offer are you interested in?" 495 // Question: "Which category are you interested in?" [all …]
|
| /external/googleapis/google/ads/googleads/v15/enums/ |
| D | lead_form_field_user_input_type.proto | 105 // Question: "Which model are you interested in?" 111 // Question: "Which type of vehicle are you interested in?" 135 // Question: "What vehicle ownership option are you interested in?" 141 // Question: "What type of vehicle condition are you interested in?" 465 // Question: "Which program are you interested in?" 471 // Question: "Which course are you interested in?" 477 // Question: "Which product are you interested in?" 483 // Question: "Which service are you interested in?" 489 // Question: "Which offer are you interested in?" 495 // Question: "Which category are you interested in?" [all …]
|
| /external/googleapis/google/ads/googleads/v16/enums/ |
| D | lead_form_field_user_input_type.proto | 105 // Question: "Which model are you interested in?" 111 // Question: "Which type of vehicle are you interested in?" 135 // Question: "What vehicle ownership option are you interested in?" 141 // Question: "What type of vehicle condition are you interested in?" 465 // Question: "Which program are you interested in?" 471 // Question: "Which course are you interested in?" 477 // Question: "Which product are you interested in?" 483 // Question: "Which service are you interested in?" 489 // Question: "Which offer are you interested in?" 495 // Question: "Which category are you interested in?" [all …]
|
| /external/grpc-grpc/tools/distrib/python/xds_protos/envoy/service/load_stats/v3/ |
| D | lrs_pb2_grpc.py | 14 interested in getting the load reports for. Envoy in this node will start sending 40 interested in getting the load reports for. Envoy in this node will start sending 59 LoadStatsResponse for all clusters it is interested in learning load 102 interested in getting the load reports for. Envoy in this node will start sending
|
| /external/autotest/client/cros/cellular/ |
| D | base_station_interface.py | 86 interested=None, argument 88 """When UE status changes (to a value in interested), return the value. 91 interested: if non-None, only transitions to these states will
|
| D | base_station_8960.py | 205 interested=None, argument 207 """When UE status changes (to a value in interested), return the value. 210 interested: if non-None, only transitions to these states will 219 if state in interested: 224 if state in interested: 229 (interested, state))
|
| D | base_station_pxt.py | 176 interested=None, argument 178 """When UE status changes (to a value in |interested|), 182 interested: if non-None, only transitions to these states will 192 if state in interested: 197 if state in interested: 202 (interested, state))
|
| /external/rust/crates/tracing-core/src/ |
| D | subscriber.rs | 108 /// the subscriber is interested in being notified about the callsite. 123 /// whether it is interested in being notified about that callsite in the 159 /// interested. 192 /// is always [interested] or never interested in that callsite. This is intended 203 /// [interested]: Interest 602 /// Returns an `Interest` indicating that the subscriber is never interested 605 /// If all active subscribers are `never()` interested in a callsite, it will 612 /// Returns an `Interest` indicating the subscriber is sometimes interested 615 /// If all active subscribers are `sometimes` or `never` interested in a 618 /// subscriber expresses that it is `always` interested in the callsite. [all …]
|
| /external/libwebsockets/lib/system/smd/ |
| D | smd.c | 125 int interested = 0; in _lws_smd_msg_assess_peers_interested() local 134 interested++; in _lws_smd_msg_assess_peers_interested() 138 return interested; in _lws_smd_msg_assess_peers_interested() 295 * There's nobody interested in messages of this class atm. in lws_smd_msg_printf() 365 * that are interested in that class (except ones with callback skip_cb, so 393 * There's nobody interested in messages of this class atm. in _lws_smd_ss_rx_forward() 455 * have been interested in, but didn't take delivery of yet 471 * delivered message we were interested in in _lws_smd_peer_destroy() 641 * to deliver to this guy too, if he's interested in that class. So we in lws_smd_register() 643 * interested-in accordingly. in lws_smd_register() [all …]
|
| /external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
| D | sockopt_sk.c | 45 /* Not interested in SOL_IP:IP_TOS; in _getsockopt() 54 /* Not interested in SOL_SOCKET:SO_SNDBUF; in _getsockopt() 62 /* Not interested in SOL_TCP:TCP_CONGESTION; in _getsockopt() 144 /* Not interested in SOL_IP:IP_TOS; in _setsockopt()
|
| /external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
| D | RegionInstanceGroupsListInstancesRequestOrBuilder.java | 70 …* Name of port user is interested in. It is optional. If it is set, only information about this po… 82 …* Name of port user is interested in. It is optional. If it is set, only information about this po… 94 …* Name of port user is interested in. It is optional. If it is set, only information about this po…
|
| /external/google-cloud-java/java-retail/proto-google-cloud-retail-v2/src/main/java/com/google/cloud/retail/v2/ |
| D | CompleteQueryResponseOrBuilder.java | 133 * team if you are interested in enabling it. 160 * team if you are interested in enabling it. 187 * team if you are interested in enabling it. 213 * team if you are interested in enabling it. 241 * team if you are interested in enabling it.
|
| /external/google-cloud-java/java-retail/proto-google-cloud-retail-v2beta/src/main/java/com/google/cloud/retail/v2beta/ |
| D | CompleteQueryResponseOrBuilder.java | 134 * team if you are interested in enabling it. 161 * team if you are interested in enabling it. 188 * team if you are interested in enabling it. 214 * team if you are interested in enabling it. 243 * team if you are interested in enabling it.
|
| /external/emma/core/java12/com/vladium/emma/rt/ |
| D | IClassLoadHook.java | 31 // boolean interested (String className); 41 * <em>immediately</em> so) call to {@link #interested} will be passed to 44 * It is possible that the hook will determine that it is not interested in
|
| /external/angle/doc/ |
| D | Update20140325.md | 14 left to implement there, but interested developers can explore the work in 30 merge should provide insight to those interested in what we've been working on!
|
| /external/clang/www/demo/ |
| D | what is this directory.txt | 9 …to post a request on a friendly Perl forum and see if anybody might be interested in taking on the… 11 …uby, or Lisp mailing list and see if there are any takers who would be interested (and willing to …
|
| /external/google-cloud-java/java-retail/proto-google-cloud-retail-v2alpha/src/main/java/com/google/cloud/retail/v2alpha/ |
| D | CompleteQueryResponseOrBuilder.java | 134 * team if you are interested in enabling it. 161 * team if you are interested in enabling it. 188 * team if you are interested in enabling it. 214 * team if you are interested in enabling it. 243 * team if you are interested in enabling it.
|
| /external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/service/load_stats/v3/ |
| D | lrs.proto | 24 // interested in getting the load reports for. Envoy in this node will start sending 41 // LoadStatsResponse for all clusters it is interested in learning load 75 // is interested in learning load stats about.
|
| /external/rust/crates/tracing-subscriber/tests/ |
| D | option_filter_interest_caching.rs | 11 /// A `None` filter should always be interested in events, and it should not 46 // be cacheable and always be interested in events. The filter fn is a in none_interest_cache()
|
| /external/grpc-grpc/doc/core/ |
| D | epoll-polling-engine.md | 26 …mpletion queue and "kicks" (i.e wakes ups) the thread that is actually interested in that event (w… 28 …read P* was calling a `grpc_completion_queue_pluck()` and was actually interested in the event on … 93 …ally interested in the event. So the thread that woke up executes the callbacks and finally has t…
|
| /external/ow2-asm/asm/src/main/java/org/objectweb/asm/ |
| D | ClassVisitor.java | 149 * interested in visiting this module. 208 * interested in visiting this annotation. 230 * interested in visiting this annotation. 318 * if this class visitor is not interested in visiting these annotations and attributes. 347 * visitor is not interested in visiting these annotations and attributes. 375 * visitor is not interested in visiting the code of this method.
|
| /external/autotest/utils/ |
| D | site_check_dut_usage.py | 36 @start_time: start date of time period we are interested in. 37 @end_time: end date of time period we are interested in. Note the 40 interested in.
|