/third_party/python/Lib/distutils/tests/ |
D | Setup.sample | 16 #DEBUG = -C-W -C-Wall 17 DEBUG = 23 imageext src/imageext.c $(SDL) $(IMAGE) $(PNG) $(JPEG) $(DEBUG) 24 font src/font.c $(SDL) $(FONT) $(DEBUG) 25 mixer src/mixer.c $(SDL) $(MIXER) $(DEBUG) 26 mixer_music src/music.c $(SDL) $(MIXER) $(DEBUG) 27 _numericsurfarray src/_numericsurfarray.c $(SDL) $(DEBUG) 28 _numericsndarray src/_numericsndarray.c $(SDL) $(MIXER) $(DEBUG) 29 movie src/movie.c $(SDL) $(SMPEG) $(DEBUG) 30 scrap src/scrap.c $(SDL) $(SCRAP) $(DEBUG) [all …]
|
/third_party/mindspore/mindspore/ccsrc/vm/ |
D | vm.cc | 70 MS_LOG(DEBUG) << "InstSet size:" << insts_.size(); in FinalVM() 76 MS_LOG(DEBUG) << "Push " << v.ToString() << " sp_:" << sp_; in Push() 104 MS_LOG(DEBUG) << "Ref i:" << i << " sp_:" << sp_; in Ref() 109 MS_LOG(DEBUG) << "VM ref python:" << py::str(value); in Ref() 112 MS_LOG(DEBUG) << "Ref not python :" << insts_stack_[sp_next].ToString(); in Ref() 126 MS_LOG(DEBUG) << "Pop pc:" << pc_ << ", sp:" << sp_; in Popp() 134 MS_LOG(DEBUG) << "Current sp:" << sp_ << ", before sp:" << sp << ", " << sp_ - sp; in Popsp() 144 MS_LOG(DEBUG) << "Start"; in DoJmp() 148 MS_LOG(DEBUG) << "Start jump StructPartial"; in DoJmp() 164 MS_LOG(DEBUG) << "End do jump pc_:" << pc_; in DoJmp() [all …]
|
D | transform.cc | 77 MS_LOG(DEBUG) << "Push node: " << node->DebugString(true) << " height_: " << height_ in Push() 103 MS_LOG(DEBUG) << "Start Ref node " << node->DebugString(true) << " height_: " << height_; in Ref() 106 MS_LOG(DEBUG) << "Push graph."; in Ref() 109 MS_LOG(DEBUG) << "Push."; in Ref() 118 MS_LOG(DEBUG) << "End Ref node end height_: " << height_ << ", slots: " << slots_[node] in Ref() 127 MS_LOG(DEBUG) << "Input node is null " << node->DebugString(true); in AddInput() 144 MS_LOG(DEBUG) << "Push parameter " << (i - 1) << ": " << parameters[i - 1]->DebugString(true); in PushParameters() 150 MS_LOG(DEBUG) << "LinConvert start"; in LinConvert() 179 MS_LOG(DEBUG) << "Interpret node: " << node->DebugString(true); in InterpretNode() 187 MS_LOG(DEBUG) << "The fn is primitive " << (*value).name(); in InterpretNode() [all …]
|
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
D | nftw64.c | 263 #ifdef DEBUG in main() 279 #ifdef DEBUG in main() 292 #ifdef DEBUG in main() 308 #ifdef DEBUG in main() 323 #ifdef DEBUG in main() 337 #ifdef DEBUG in main() 353 #ifdef DEBUG in main() 367 #ifdef DEBUG in main() 381 #ifdef DEBUG in main() 395 #ifdef DEBUG in main() [all …]
|
D | nftw.c | 266 #ifdef DEBUG in main() 281 #ifdef DEBUG in main() 293 #ifdef DEBUG in main() 308 #ifdef DEBUG in main() 322 #ifdef DEBUG in main() 335 #ifdef DEBUG in main() 350 #ifdef DEBUG in main() 363 #ifdef DEBUG in main() 376 #ifdef DEBUG in main() 389 #ifdef DEBUG in main() [all …]
|
D | test.c | 52 #ifdef DEBUG in test1A() 67 #ifdef DEBUG in test1A() 112 #ifdef DEBUG in test2A() 156 #ifdef DEBUG in test3A() 194 #ifdef DEBUG in test4A() 230 #ifdef DEBUG in test5A() 273 #ifdef DEBUG in test6A() 302 #ifdef DEBUG in test7A() 330 #ifdef DEBUG in test8A() 359 #ifdef DEBUG in test9A() [all …]
|
D | test64.c | 50 #ifdef DEBUG in test1A() 65 #ifdef DEBUG in test1A() 110 #ifdef DEBUG in test2A() 155 #ifdef DEBUG in test3A() 194 #ifdef DEBUG in test4A() 231 #ifdef DEBUG in test5A() 275 #ifdef DEBUG in test6A() 305 #ifdef DEBUG in test7A() 335 #ifdef DEBUG in test8A() 365 #ifdef DEBUG in test9A() [all …]
|
/third_party/libxml2/python/ |
D | types.c | 216 #ifdef DEBUG in libxml_intWrap() 228 #ifdef DEBUG in libxml_longWrap() 240 #ifdef DEBUG in libxml_doubleWrap() 252 #ifdef DEBUG in libxml_charPtrWrap() 269 #ifdef DEBUG in libxml_charPtrConstWrap() 285 #ifdef DEBUG in libxml_xmlCharPtrWrap() 302 #ifdef DEBUG in libxml_xmlCharPtrConstWrap() 318 #ifdef DEBUG in libxml_constcharPtrWrap() 334 #ifdef DEBUG in libxml_constxmlCharPtrWrap() 350 #ifdef DEBUG in libxml_xmlDocPtrWrap() [all …]
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/ |
D | pattern_engine.cc | 103 MS_LOG(DEBUG) << "getVar start :%s" + x.ToString(); in GetVar() 106 MS_LOG(DEBUG) << "TypeString [" + node->type_name() + "]"; in GetVar() 108 MS_LOG(DEBUG) << "IsVarNode " + node->cast<VarNodePtr>()->var_->ToString(); in GetVar() 112 MS_LOG(DEBUG) << "value " + GetValueNode(node)->ToString() + " addr: " + node->ToString(); in GetVar() 114 MS_LOG(DEBUG) << "type " + node->type_name(); in GetVar() 117 MS_LOG(DEBUG) << "Named " + x.ToString(); in GetVar() 119 MS_LOG(DEBUG) << "VectorRef"; in GetVar() 121 MS_LOG(DEBUG) << "TypeString[Var] " + x.ToString(); in GetVar() 123 MS_LOG(DEBUG) << "GetVar end: " + x.ToString(); in GetVar() 128 MS_LOG(DEBUG) << "MatchOnVar pattern " + pattern.ToString() + " expr: " + expr.ToString(); in MatchOnVar() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/ |
D | build.sh | 47 …make DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROOT_DIR/w… 50 …make DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROOT_DIR/h… 53 …make DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROOT_DIR/b… 62 …make DEPDIR=DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROO… 65 …make DEPDIR=DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROO… 75 DEBUG=$4 80 DEBUG=1 82 DEBUG=0 85 do_build $OUT_DIR 0 $COMPILER_TYPE $DEBUG $COMPILER_DIR $KERNEL_TYPE 86 do_build $OUT_DIR 1 $COMPILER_TYPE $DEBUG $COMPILER_DIR $KERNEL_TYPE
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/ |
D | build.sh | 47 …make DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROOT_DIR/w… 50 …make DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROOT_DIR/h… 53 …make DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROOT_DIR/b… 62 …make DEPDIR=DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROO… 65 …make DEPDIR=DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROO… 75 DEBUG=$4 80 DEBUG=1 82 DEBUG=0 85 do_build $OUT_DIR 0 $COMPILER_TYPE $DEBUG $COMPILER_DIR $KERNEL_TYPE 86 do_build $OUT_DIR 1 $COMPILER_TYPE $DEBUG $COMPILER_DIR $KERNEL_TYPE
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/opt/pre/ |
D | cache_validation_pass.cc | 38 MS_LOG(DEBUG) << "CacheValidationPass::Visit(<BatchNode>): visiting " << node->Name() << "."; in Visit() 50 MS_LOG(DEBUG) << "CacheValidationPass::Visit(<ConcatNode>): visiting " << node->Name() << "."; in Visit() 62 MS_LOG(DEBUG) << "CacheValidationPass::Visit(<FilterNode>): visiting " << node->Name() << "."; in Visit() 74 MS_LOG(DEBUG) << "CacheValidationPass::Visit(<SkipNode>): visiting " << node->Name() << "."; in Visit() 86 MS_LOG(DEBUG) << "CacheValidationPass::Visit(<TakeNode>): visiting " << node->Name() << "."; in Visit() 98 MS_LOG(DEBUG) << "CacheValidationPass::Visit(<ZipNode>): visiting " << node->Name() << "."; in Visit() 110 MS_LOG(DEBUG) << "CacheValidationPass::Visit(<MapNode>): visiting " << node->Name() << "."; in Visit() 137 MS_LOG(DEBUG) << "CacheValidationPass::Visit(<DatasetNode>): visiting " << node->Name() << "."; in Visit() 154 …MS_LOG(DEBUG) << "CacheValidationPass::VisitAfter(<RepeatNode>): visiting " << node->Name() << "."; in VisitAfter() 162 …MS_LOG(DEBUG) << "CacheValidationPass::VisitAfter(<TFRecordNode>): visiting " << node->Name() << "… in VisitAfter() [all …]
|
/third_party/ltp/testcases/kernel/syscalls/syslog/ |
D | syslogtst.c | 160 #ifdef DEBUG in main() 191 #ifdef DEBUG in main() 201 #ifdef DEBUG in main() 205 #ifdef DEBUG in main() 222 #ifdef DEBUG in main() 233 #ifdef DEBUG in main() 309 #ifdef DEBUG in sig_handler() 314 #ifdef DEBUG in sig_handler() 319 #ifdef DEBUG in sig_handler() 324 #ifdef DEBUG in sig_handler() [all …]
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/pass/ |
D | const_to_attr_strided_slice_grad.cc | 37 MS_LOG(DEBUG) << "Op strided_slice_grad's inputs size less than 6, graph not changed"; in GetStridesValues() 44 MS_LOG(DEBUG) << "strides is not a value node."; in GetStridesValues() 49 MS_LOG(DEBUG) << "strides has no value."; in GetStridesValues() 54 MS_LOG(DEBUG) << "strides is not a value tuple."; in GetStridesValues() 63 MS_LOG(DEBUG) << "strides_values is empty"; in CheckValues() 73 MS_LOG(DEBUG) << "StridedSliceGrad has no 1 value"; in CheckValues() 78 MS_LOG(DEBUG) << "StridedSliceGrad has no 1 value"; in CheckValues() 82 MS_LOG(DEBUG) << "strides value is not a Integer"; in CheckValues() 86 MS_LOG(DEBUG) << "The value " << value << "of tuple is not a scalar"; in CheckValues()
|
/third_party/protobuf/objectivec/ |
D | GPBWrappers.pbobjc.m | 85 #if defined(DEBUG) && DEBUG 87 #endif // DEBUG 130 #if defined(DEBUG) && DEBUG 132 #endif // DEBUG 175 #if defined(DEBUG) && DEBUG 177 #endif // DEBUG 220 #if defined(DEBUG) && DEBUG 222 #endif // DEBUG 265 #if defined(DEBUG) && DEBUG 267 #endif // DEBUG [all …]
|
/third_party/mindspore/mindspore/core/mindrt/src/ |
D | mindrt.cc | 58 MindrtExit() { MS_LOG(DEBUG) << "trace: enter MindrtExit()."; } in MindrtExit() 60 MS_LOG(DEBUG) << "trace: enter ~MindrtExit()."; in ~MindrtExit() 67 MS_LOG(DEBUG) << "mindrt starts."; in InitializeImp() 69 MS_LOG(DEBUG) << "mindrt has started."; in InitializeImp() 109 MS_LOG(DEBUG) << "mindrt has been Finalized."; in Finalize() 113 MS_LOG(DEBUG) << "mindrt starts to finalize."; in Finalize() 116 MS_LOG(DEBUG) << "mindrt has been finalized."; in Finalize() 125 MS_LOG(DEBUG) << "Set Mindrt log PID:" << pid; in SetLogPID() 132 MS_LOG(DEBUG) << "Set Mindrt http message format:" << flag; in SetHttpKmsgFlag()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/ |
D | repeat_op.cc | 85 MS_LOG(DEBUG) << "Repeat operator (" << operator_id_ in EoeReceived() 98 MS_LOG(DEBUG) << "Repeat operator sending reset to operator: " << eoe_op->id(); in EoeReceived() 114 MS_LOG(DEBUG) << "Repeat operator EOF received, do nothing now."; in EofReceived() 120 MS_LOG(DEBUG) << "Repeat operator, no parent node, assuming it's root and returning 1."; in NumConsumers() 123 MS_LOG(DEBUG) << "Repeat operator, pointer to the first parent is null. Returning 0."; in NumConsumers() 134 MS_LOG(DEBUG) << "Repeat operator " << operator_id_ << " got reset."; in Reset() 136 MS_LOG(DEBUG) << "Nested repeat operator bouncing a reset to operator: " << eoe_op->id(); in Reset() 145 MS_LOG(DEBUG) << "Repeat operator, pointer to child node is null. Returning 0."; in NumProducers()
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/ |
D | Log.java | 16 private static int logLevel = android.util.Log.DEBUG; 29 if (BuildConfig.DEBUG && logLevel <= android.util.Log.VERBOSE) { in v() 35 if (BuildConfig.DEBUG && logLevel <= android.util.Log.VERBOSE) { in v() 41 if (BuildConfig.DEBUG && logLevel <= android.util.Log.INFO) { in i() 47 if (BuildConfig.DEBUG && logLevel <= android.util.Log.INFO) { in i() 53 if (BuildConfig.DEBUG && logLevel <= android.util.Log.DEBUG) { in d() 59 if (BuildConfig.DEBUG && logLevel <= android.util.Log.DEBUG) { in d()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/ |
D | tensor_redistribution.cc | 45 MS_LOG(DEBUG) << "reshape from_repeat " << from_repeat.ToString(); in InferTensorRedistributionOperatorListUnExpand() 46 MS_LOG(DEBUG) << "reshape to_repeat " << to_repeat.ToString(); in InferTensorRedistributionOperatorListUnExpand() 47 MS_LOG(DEBUG) << "reshape from_origin_ " << from_origin_.ToString(); in InferTensorRedistributionOperatorListUnExpand() 48 MS_LOG(DEBUG) << "reshape to_origin_ " << to_origin_.ToString(); in InferTensorRedistributionOperatorListUnExpand() 49 MS_LOG(DEBUG) << "reshape from_ " << from_.ToString(); in InferTensorRedistributionOperatorListUnExpand() 50 MS_LOG(DEBUG) << "reshape to_ " << to_.ToString(); in InferTensorRedistributionOperatorListUnExpand() 62 MS_LOG(DEBUG) << "reshape " << shape.ToString(); in InferTensorRedistributionOperatorListUnExpand() 103 MS_LOG(DEBUG) << "reshape from_layout " << from_layout.ToString(); in InferTensorRedistributionOperatorList() 104 MS_LOG(DEBUG) << "reshape to_layout " << to_layout.ToString(); in InferTensorRedistributionOperatorList() 105 MS_LOG(DEBUG) << "reshape from_origin_ " << from_origin_.ToString(); in InferTensorRedistributionOperatorList() [all …]
|
/third_party/mindspore/mindspore/ccsrc/fl/server/ |
D | collective_ops_impl.cc | 59 …MS_LOG(DEBUG) << "AllReduce count:" << count << ", rank_size:" << rank_size << ", local_rank_:" <<… in RingAllReduce() 65 MS_LOG(DEBUG) << "Start Ring ReduceScatter."; in RingAllReduce() 77 …MS_LOG(DEBUG) << "Ring ReduceScatter send_to_rank:" << send_to_rank << ", recv_from_rank:" << recv… in RingAllReduce() 103 MS_LOG(DEBUG) << "End Ring ReduceScatter."; in RingAllReduce() 106 MS_LOG(DEBUG) << "Start Ring AllGather."; in RingAllReduce() 114 …MS_LOG(DEBUG) << "Ring AllGather send_to_rank:" << send_to_rank << ", recv_from_rank:" << recv_fro… in RingAllReduce() 134 MS_LOG(DEBUG) << "End Ring AllGather."; in RingAllReduce() 143 …MS_LOG(DEBUG) << "Reduce Broadcast AllReduce rank_size:" << rank_size << ", local_rank_:" << local… in ReduceBroadcastAllReduce() 152 MS_LOG(DEBUG) << "Start Reduce to rank 0 process."; in ReduceBroadcastAllReduce() 158 MS_LOG(DEBUG) << "Reduce rank 0 receive from rank " << i; in ReduceBroadcastAllReduce() [all …]
|
/third_party/python/Lib/idlelib/ |
D | colorizer.py | 9 DEBUG = False variable 179 if DEBUG: print('tagdefs', self.tagdefs) 197 if DEBUG: print("colorizing already scheduled") 201 if DEBUG: print("stop colorizing") 203 if DEBUG: print("schedule colorizing") 211 if DEBUG: print("cancel scheduled recolorizer") 227 if DEBUG: print("cancel scheduled recolorizer") 230 if DEBUG: print("stop colorizing") 235 if DEBUG: 252 if DEBUG: print("no delegate") [all …]
|
/third_party/mesa3d/src/util/ |
D | u_debug.h | 93 #ifdef DEBUG in debug_printf() 121 #ifdef DEBUG 128 #ifdef DEBUG 151 #ifdef DEBUG 171 #if defined(__GNUC__) && !defined(DEBUG) 203 #ifdef DEBUG 215 #ifdef DEBUG 227 #ifdef DEBUG 239 #ifdef DEBUG 258 #ifdef DEBUG [all …]
|
/third_party/mindspore/mindspore/ccsrc/utils/ |
D | convert_utils_py.cc | 62 MS_LOG(DEBUG) << "uint8"; in ScalarPtrToPyData() 66 MS_LOG(DEBUG) << "uint16"; in ScalarPtrToPyData() 70 MS_LOG(DEBUG) << "uint32"; in ScalarPtrToPyData() 74 MS_LOG(DEBUG) << "uint64"; in ScalarPtrToPyData() 78 MS_LOG(DEBUG) << "int8"; in ScalarPtrToPyData() 82 MS_LOG(DEBUG) << "int16"; in ScalarPtrToPyData() 86 MS_LOG(DEBUG) << "int32"; in ScalarPtrToPyData() 90 MS_LOG(DEBUG) << "int64"; in ScalarPtrToPyData() 94 MS_LOG(DEBUG) << "float"; in ScalarPtrToPyData() 98 MS_LOG(DEBUG) << "double"; in ScalarPtrToPyData() [all …]
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | slice_op_test.cc | 50 MS_LOG(DEBUG) << *output << std::endl; in TEST_F() 51 MS_LOG(DEBUG) << *expected << std::endl; in TEST_F() 76 MS_LOG(DEBUG) << *output << std::endl; in TEST_F() 77 MS_LOG(DEBUG) << *expected << std::endl; in TEST_F() 105 MS_LOG(DEBUG) << *output << std::endl; in TEST_F() 106 MS_LOG(DEBUG) << *expected << std::endl; in TEST_F() 134 MS_LOG(DEBUG) << *output << std::endl; in TEST_F() 135 MS_LOG(DEBUG) << *expected << std::endl; in TEST_F() 163 MS_LOG(DEBUG) << *output << std::endl; in TEST_F() 164 MS_LOG(DEBUG) << *expected << std::endl; in TEST_F() [all …]
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/ |
D | function_block.cc | 73 …MS_LOG(DEBUG) << (func_graph_ ? func_graph_->ToString() : "FG(Null)") << " write var `" << var_nam… in WriteVariable() 100 MS_LOG(DEBUG) << "Read begin, var: " << var << ", block: " << ToString(); in ReadVariable() 132 MS_LOG(DEBUG) << "var: " << var; in ReadVariable() 143 MS_LOG(DEBUG) << (func_graph_ ? func_graph_->ToString() : "FG(Null)") << " generate phi node " in ReadVariable() 165 MS_LOG(DEBUG) << "name_space: " << name_space->ToString() << ", symbol: " << symbol->ToString(); in MakeResolveAstOp() 176 MS_LOG(DEBUG) << "name_space: " << name_space->ToString() << ", symbol: " << symbol->ToString(); in MakeResolveClassMember() 198 MS_LOG(DEBUG) << "[" << func_graph()->ToString() << "] name_space: " << name_space->ToString() in HandleNamespaceInfo() 212 MS_LOG(DEBUG) << "value: " << value; in MakeResolveSymbol() 247 MS_LOG(DEBUG) << "name_space: " << name_space->ToString() << ", symbol: " << symbol->ToString(); in MakeResolveOperation() 252 …MS_LOG(DEBUG) << "MakeResolve for " << (name_space ? (std::string)py::str(name_space->obj()) : "nu… in MakeResolve() [all …]
|