/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | basic_block.cpp | 118 bool is_first = true; in ForEachSuccessorLabel() local 119 br->ForEachInId([&is_first, &f](const uint32_t* idp) { in ForEachSuccessorLabel() 120 if (!is_first) f(*idp); in ForEachSuccessorLabel() 121 is_first = false; in ForEachSuccessorLabel() 140 bool is_first = true; in ForEachSuccessorLabel() local 141 br->ForEachInId([&is_first, &f](uint32_t* idp) { in ForEachSuccessorLabel() 142 if (!is_first) f(idp); in ForEachSuccessorLabel() 143 is_first = false; in ForEachSuccessorLabel()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | basic_block.cpp | 118 bool is_first = true; in ForEachSuccessorLabel() local 119 br->ForEachInId([&is_first, &f](const uint32_t* idp) { in ForEachSuccessorLabel() 120 if (!is_first) f(*idp); in ForEachSuccessorLabel() 121 is_first = false; in ForEachSuccessorLabel() 140 bool is_first = true; in ForEachSuccessorLabel() local 141 br->ForEachInId([&is_first, &f](uint32_t* idp) { in ForEachSuccessorLabel() 142 if (!is_first) f(idp); in ForEachSuccessorLabel() 143 is_first = false; in ForEachSuccessorLabel()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_cp_dma.c | 158 bool *is_first, unsigned *packet_flags) in si_cp_dma_prepare() argument 162 *is_first = false; in si_cp_dma_prepare() 193 if (!(user_flags & SI_CPDMA_SKIP_SYNC_BEFORE) && *is_first) in si_cp_dma_prepare() 196 *is_first = false; in si_cp_dma_prepare() 216 bool is_first = true; in si_clear_buffer() local 264 &is_first, &dma_flags); in si_clear_buffer() 360 unsigned user_flags, bool *is_first) in si_cp_dma_realign_engine() argument 387 is_first, &dma_flags); in si_cp_dma_realign_engine() 409 bool is_first = true; in si_copy_buffer() local 462 user_flags, &is_first, &dma_flags); in si_copy_buffer() [all …]
|
/external/grpc-grpc/src/core/lib/debug/ |
D | stats.cc | 146 bool is_first = true; in grpc_stats_data_as_json() local 150 gpr_asprintf(&tmp, "%s\"%s\": %" PRIdPTR, is_first ? "" : ", ", in grpc_stats_data_as_json() 153 is_first = false; in grpc_stats_data_as_json() 156 gpr_asprintf(&tmp, "%s\"%s\": [", is_first ? "" : ", ", in grpc_stats_data_as_json() 172 is_first = false; in grpc_stats_data_as_json()
|
/external/tensorflow/tensorflow/js/ops/ |
D | ts_op_gen.cc | 171 bool is_first = true; in AddMethodSignature() local 173 if (is_first) { in AddMethodSignature() 174 is_first = false; in AddMethodSignature() 199 bool is_first = true; in AddOpAttrs() local 201 if (is_first) { in AddOpAttrs() 202 is_first = false; in AddOpAttrs()
|
/external/skia/infra/bots/recipe_modules/flavor/resources/ |
D | symbolize_stack_trace.py | 56 is_first = True 62 if is_first: 66 is_first = False
|
/external/skqp/infra/bots/recipe_modules/flavor/resources/ |
D | symbolize_stack_trace.py | 56 is_first = True 62 if is_first: 66 is_first = False
|
/external/grpc-grpc/src/core/ext/filters/http/client/ |
D | http_client_filter.cc | 492 int is_first = 1; in user_agent_from_args() local 504 if (!is_first) gpr_strvec_add(&v, gpr_strdup(" ")); in user_agent_from_args() 505 is_first = 0; in user_agent_from_args() 511 gpr_asprintf(&tmp, "%sgrpc-c/%s (%s; %s; %s)", is_first ? "" : " ", in user_agent_from_args() 514 is_first = 0; in user_agent_from_args() 523 if (!is_first) gpr_strvec_add(&v, gpr_strdup(" ")); in user_agent_from_args() 524 is_first = 0; in user_agent_from_args()
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | hash_map.hpp | 174 bool is_first = (it == buckets_[bucket].first); in erase() local 176 if (is_first && is_last) in erase() 178 else if (is_first) in erase()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | hlo_to_ir_bindings.cc | 267 bool is_first = true; in ToString() local 274 if (is_first) { in ToString() 277 is_first = false; in ToString()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | json_objectwriter.h | 126 bool is_first() { in is_first() function 174 bool needs_newline = !element_->is_first(); in Pop()
|
D | json_objectwriter.cc | 168 bool not_first = !element()->is_first(); in WritePrefix()
|
/external/adhd/cras/src/server/ |
D | cras_alsa_io.c | 138 int is_first; member 872 return aio->is_first && aio->card_type == ALSA_CARD_TYPE_INTERNAL; in first_internal_device() 1938 int is_first, in alsa_iodev_create() argument 1962 aio->is_first = is_first; in alsa_iodev_create() 2062 is_first, in alsa_iodev_create() 2099 int is_first; in alsa_iodev_legacy_complete_init() local 2107 is_first = aio->is_first; in alsa_iodev_legacy_complete_init() 2112 if (direction == CRAS_STREAM_OUTPUT && is_first) in alsa_iodev_legacy_complete_init() 2115 else if (direction == CRAS_STREAM_INPUT && is_first) in alsa_iodev_legacy_complete_init() 2169 if (aio->card_type == ALSA_CARD_TYPE_USB && is_first && in alsa_iodev_legacy_complete_init() [all …]
|
D | cras_alsa_io.h | 45 int is_first,
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | summarize_graph_main.cc | 270 bool is_first = true; in SummarizeGraph() local 272 if (!is_first) { in SummarizeGraph() 275 is_first = false; in SummarizeGraph()
|
D | quantize_nodes.cc | 645 bool is_first = true; in QuantizeNodes() local 649 strings::StrAppend(&op_pattern, (is_first ? "" : "|"), in QuantizeNodes() 652 is_first = false; in QuantizeNodes()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wnm_sta.h | 48 unsigned int is_first:1; member
|
/external/grpc-grpc/test/core/channel/ |
D | channel_stack_test.cc | 36 GPR_ASSERT(args->is_first); in channel_init_func()
|
/external/webp/src/enc/ |
D | frame_enc.c | 35 int is_first; member 48 s->is_first = 1; in InitPassStats() 65 if (s->is_first) { in ComputeNextQ() 67 s->is_first = 0; in ComputeNextQ()
|
/external/grpc-grpc/src/core/lib/surface/ |
D | lame_client.cc | 135 GPR_ASSERT(args->is_first); in init_channel_elem()
|
/external/grpc-grpc/src/core/lib/channel/ |
D | channel_stack.h | 61 int is_first; member
|
D | channel_stack.cc | 116 args.is_first = i == 0; in grpc_channel_stack_init()
|
/external/libxaac/decoder/ |
D | ixheaacd_channelinfo.h | 143 WORD16 is_first; member
|
/external/v8/src/compiler/ |
D | types.cc | 977 bool is_first = true; in Print() local 982 if (!is_first) os << " | "; in Print() 983 is_first = false; in Print()
|
/external/libchrome/ipc/ |
D | ipc_sync_channel_unittest.cc | 1678 if (is_first()) in OnDone() 1687 if (is_first()) in Run() 1695 if (!is_first()) { in Run() 1712 bool is_first() { return !!success_; } in is_first() function in IPC::__anonbab8626c0111::RestrictedDispatchPipeWorker
|