/external/toolchain-utils/cros_utils/ |
pstat.py | 696 dups = [] 699 dups.append(inlist[i]) 700 return dups [all...] |
/external/syzkaller/dashboard/app/ |
main.go | 74 Dups *uiBugGroup 240 dups, err := loadDupsForBug(c, r, bug, state, managers) 253 Dups: dups, 378 var dups []*Bug 390 dups = append(dups, bug) 403 for _, dup := range dups { 459 var dups []*Bug 463 GetAll(c, &dups) [all...] |
reporting_test.go | 317 // Test that marking dups across reporting levels is not permitted.
|
/external/syzkaller/pkg/compiler/ |
check.go | 1043 dups := make(map[string]map[string]dupConstArg) 1047 comp.checkDupConstsCall(n, dups) 1057 func (comp *compiler) checkDupConstsCall(n *ast.Call, dups map[string]map[string]dupConstArg) { 1061 for dups[n.CallName] == nil { 1062 dups[n.CallName] = make(map[string]dupConstArg) 1081 dup, ok := dups[n.CallName][constArgID] 1083 dups[n.CallName][constArgID] = dupConstArg{
|
/external/fonttools/Lib/fontTools/ |
merge.py | 640 for i,(table,dups) in enumerate(zip(tables, m.duplicateGlyphsPerFont)): 641 if not dups: continue 642 assert (table is not None and table is not NotImplemented), "Have duplicates to resolve for font %d but no GSUB: %s" % (i + 1, dups) 669 subtable.mapping = dups
|
/build/make/tools/fs_config/ |
fs_config_generator.py | 903 dups = '"' + seen[section_name] + '" and ' 904 dups += file_name 906 (name, section_name, dups)) [all...] |
/external/python/cpython3/Tools/stringbench/ |
stringbench.py | 56 dups = {} variable 59 if f.__name__ in dups: 62 dups[f.__name__] = 1 [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
SplitKit.cpp | 1089 SmallVector<LiveInterval*, 8> dups; local [all...] |
/external/syzkaller/pkg/csource/ |
csource.go | 411 // hoistIncludes moves all includes to the top, removes dups and sorts.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ |
pycodegen.py | 959 dups = len(node.nodes) - 1
962 if i < dups:
[all...] |
/external/python/cpython2/Lib/compiler/ |
pycodegen.py | 959 dups = len(node.nodes) - 1 962 if i < dups: [all...] |