Home
last modified time | relevance | path

Searched full:untracked (Results 1 – 25 of 40) sorted by relevance

12

/third_party/python/Include/internal/
Dpycore_gc.h79 which objects may be untracked is not free, and the costs must be
95 can be untracked. A tuple can be untracked if all of its contents are
100 tracked. Dictionaries are untracked when created. If a tracked item is
/third_party/protobuf/csharp/
D.gitignore18 # Untracked files
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp61 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator
101 /// is empty for lattice values in the undefined, overdefined, and untracked
121 CVPLatticeVal(CVPLatticeVal::Untracked)) {} in CVPLatticeFunc()
199 OS << "Untracked "; in PrintLatticeVal()
/third_party/fsverity-utils/scripts/
Drun-tests.sh96 log "Check that build doesn't produce untracked files"
100 fail "Build produced untracked files (check 'git status'). Missing gitignore entry?"
/third_party/python/Lib/test/
Dtest_enumerate.py153 # assumptions about what can be untracked. Make sure we re-track result
157 # That GC collection probably untracked the recycled internal result
Dtest_ordered_dict.py722 # assumptions about what can be untracked. Make sure we re-track result
726 # That GC collection probably untracked the recycled internal result
Dtest_dict.py1448 # assumptions about what can be untracked. Make sure we re-track result
1452 # That GC collection probably untracked the recycled internal result
Dtest_builtin.py1860 # about what can be untracked. Make sure we re-track result tuples
1864 # That GC collection probably untracked the recycled internal result
/third_party/vixl/tools/
Dgit.py47 # Get untracked files in src/, test/, and tools/.
/third_party/python/Objects/
Denumobject.c203 // bpo-42536: The GC may have untracked this result tuple. Since we're in enum_next_long()
253 // bpo-42536: The GC may have untracked this result tuple. Since we're in enum_next()
/third_party/skia/third_party/externals/icu/scripts/
Dupdate.sh66 git status source | sed -n '/^Untracked/,$ p' | grep source | xargs git add
/third_party/node/deps/v8/src/compiler/
Descape-analysis.h149 // Escaped might mean that the object escaped to untracked memory or that it
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DSparsePropagation.h211 OS << "untracked"; in PrintLatticeVal()
237 // If this value is untracked, don't add it to the map. in getValueState()
/third_party/mesa3d/
D.gitlab-ci.yml211 untracked: false
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_info.h153 // deleted or untracked.
/third_party/rust/crates/linux-raw-sys/gen/src/
Dmain.rs243 // Delete any untracked generated files from previous versions. in git_checkout()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_lds.cpp317 * might have been an (untracked) indirect access, so don't replace in replace_source()
/third_party/ffmpeg/doc/
Dgit-howto.texi184 to make sure you don't have untracked files or deletions.
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_encoder_references_manager_h264.cpp240 …// Verify that resource was untracked since this class is using the pool completely for allocations in update_fifo_dpb_push_front_cur_recon_pic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp487 assert(EHFrameRange.Addr && "Untracked eh-frame range must not be null"); in notifyRemovingAllModules()
/third_party/skia/third_party/externals/harfbuzz/
Dgit.mk38 # by this script (that is, if "git status" shows untracked files still), send
/third_party/python/Modules/
Ditertoolsmodule.c2382 // bpo-42536: The GC may have untracked this result tuple. Since we're in product_next()
2710 // bpo-42536: The GC may have untracked this result tuple. Since we're in combinations_next()
3049 // bpo-42536: The GC may have untracked this result tuple. Since we're in cwr_next()
3398 // bpo-42536: The GC may have untracked this result tuple. Since we're in permutations_next()
4672 // bpo-42536: The GC may have untracked this result tuple. Since we're in zip_longest_next()
Dgcmodule.c503 // an untracked object. in visit_reachable()
2352 … "gc", NULL, "Object of type %s is not untracked before destruction", in PyObject_GC_Del()
D_functoolsmodule.c703 // bpo-42536: The GC may have untracked this args tuple. Since we're in functools_reduce()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp440 // outline region. If there are not other untracked uses of the address, return
464 // Find untracked uses of the address, bail. in getLifetimeMarkers()

12