/third_party/python/Tools/c-analyzer/c_analyzer/ |
H A D | datafiles.py | 12 # "known" decls 19 def get_known(known, extracolumns=None, *, 24 if isinstance(known, str): 25 known = read_known(known, extracolumns, relroot) 27 known, 37 known = {} 39 known[decl] = extra 40 return known 43 def analyze_known(known, *, [all...] |
H A D | __main__.py | 182 known = 'yes' if data.is_known else '*** NO ***' 188 print(f' type unknown: {known}') 406 def _cli_data(parser, filenames=None, known=None): 416 if known is None: 417 sub.add_argument('--known', required=True) 422 if known is None: 423 sub.add_argument('--known') 428 if known is None: 429 sub.add_argument('--known', required=True) 437 def cmd_data(datacmd, filenames, known [all...] |
H A D | __init__.py | 26 known=None, 30 yield from analyze_decls(decls, known) 47 def analyze_decls(decls, known, *, 53 known,
|
/third_party/elfutils/lib/ |
H A D | color.c | 162 } known[] = in parse_opt() local 182 const size_t nknown = (sizeof (known) in parse_opt() 183 / sizeof (known[0])); in parse_opt() 186 if (name_len == known[i].len in parse_opt() 187 && memcmp (start, known[i].name, name_len) == 0) in parse_opt() 189 *known[i].varp = in parse_opt()
|
/third_party/elfutils/tests/ |
H A D | allregs.c | 31 #include "../libdw/known-dwarf.h" 36 static const char *const known[] = in dwarf_encoding_string() local 43 if (likely (code < sizeof (known) / sizeof (known[0]))) in dwarf_encoding_string() 44 return known[code]; in dwarf_encoding_string() 168 result ? dwfl_errmsg (-1) : "no backend registers known"); in main() 197 result ? dwfl_errmsg (-1) : "no backend registers known"); in main()
|
H A D | dwarfcfi.c | 33 #include "../libdw/known-dwarf.h" 38 static const char *const known[] = in op_name() local 45 if (likely (code < sizeof (known) / sizeof (known[0]))) in op_name() 46 return known[code]; in op_name()
|
H A D | addrcfi.c | 30 #include "../libdw/known-dwarf.h" 35 static const char *const known[] = in op_name() local 42 if (likely (code < sizeof (known) / sizeof (known[0]))) in op_name() 43 return known[code]; in op_name()
|
H A D | varlocs.c | 35 #include "../libdw/known-dwarf.h" 69 static const char *const known[] = in dwarf_encoding_string() local 76 if (likely (code < sizeof (known) / sizeof (known[0]))) in dwarf_encoding_string() 77 return known[code]; in dwarf_encoding_string() 153 static const char *const known[] = in dwarf_opcode_string() local 160 if (likely (code < sizeof (known) / sizeof (known[0]))) in dwarf_opcode_string() 161 return known[code]; in dwarf_opcode_string()
|
/third_party/python/Tools/c-analyzer/cpython/ |
H A D | __main__.py | 153 known = True 154 return c_analyzer._cli_data(parser, filenames, known) 177 known = _analyzer.Analysis.from_results(results) 180 known = _analyzer.KNOWN_FILE 192 known={}, 197 known = _analyzer.read_known() 204 known, 348 'check/manage local data (e.g. known types, ignored vars, caches)',
|
H A D | _analyzer.py | 33 KNOWN_FILE = os.path.join(_DATA_DIR, 'known.tsv') 71 known = _datafiles.read_known(KNOWN_FILE, extracols, REPO_ROOT) 72 # For now we ignore known.values() (i.e. "extra"). 74 known, 106 known = read_known() 111 known, 253 # Fall back to default known types.
|
/third_party/toybox/toys/pending/ |
H A D | man.c | 125 // Open file, decompressing if suffix known. 129 char **known = TT.sufs, *suf = strrchr(s, '.'); in zopen() local 132 while (suf && *known && strcmp(suf, *known++)); in zopen() 133 if (!suf || !*known) return *fds; in zopen()
|
/third_party/gn/tools/ |
H A D | find_unreachable.py | 25 def find_reachable_targets(known, graph): 27 to_visit = known
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Config/ |
H A D | Query.pm | 33 The unified info structure, commonly known as the %unified_info table, has 51 A reference to a unified information hash table, most commonly known as 56 A reference to a config information hash table, most commonly known as
|
/third_party/openssl/util/perl/OpenSSL/Config/ |
H A D | Query.pm | 33 The unified info structure, commonly known as the %unified_info table, has 51 A reference to a unified information hash table, most commonly known as 56 A reference to a config information hash table, most commonly known as
|
/third_party/mesa3d/.gitlab-ci/ |
H A D | report-flakes.py | 80 parser.add_argument('--known-flakes', type=str, 137 for known in known_flakes: 138 if known.match(flake):
|
/third_party/skia/infra/bots/task_drivers/fm_driver/ |
H A D | fm_driver.go | 41 gold = flag.Bool("gold", false, "Fetch known hashes, upload to Gold, etc.?") 160 // Query Gold for all known hashes when running as a bot. 161 known := map[string]bool{ 174 known[scanner.Text()] = true 180 fmt.Fprintf(os.Stdout, "Gold knew %v unique hashes.\n", len(known)) 225 // We'll rerun any source individually that didn't produce a known hash, i.e. 236 // and exempt those sources from reruns if they were skipped or their hash is known. 241 if *gold && outcome != "skipped" && !known[outcome] { 379 // Expand "gm" or "gms" to all known GMs, or same for tests, images, skps, svgs.
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
H A D | module.mk | 20 $(ECHO_DRIVER)cid $(ECHO_DRIVER_DESC)Postscript CID-keyed fonts, no known extension$(ECHO_DRIVER_DONE)
|
/third_party/skia/third_party/externals/freetype/src/type42/ |
H A D | module.mk | 20 $(ECHO_DRIVER)type42 $(ECHO_DRIVER_DESC)Type 42 font files with no known extension$(ECHO_DRIVER_DONE)
|
/third_party/libunwind/libunwind/tests/ |
H A D | x64-test-dwarf-expressions.S | 19 # Main calls DW_CFA_expression_testcase, which sets up known state in a 46 # Move our sentinel (known) value into non-volatile (Callee-saved) r12
|
/third_party/elfutils/src/ |
H A D | readelf.c | 57 #include "../libdw/known-dwarf.h" 3967 static const char *const known[] = in dwarf_inline_string() local 3974 if (likely (code < sizeof (known) / sizeof (known[0]))) in dwarf_inline_string() 3975 return known[code]; in dwarf_inline_string() 3984 static const char *const known[] = in dwarf_encoding_string() local 3991 if (likely (code < sizeof (known) / sizeof (known[0]))) in dwarf_encoding_string() 3992 return known[code]; in dwarf_encoding_string() 4001 static const char *const known[] in dwarf_access_string() local 4018 static const char *const known[] = dwarf_defaulted_string() local 4035 static const char *const known[] = dwarf_visibility_string() local 4052 static const char *const known[] = dwarf_virtuality_string() local 4069 static const char *const known[] = dwarf_identifier_case_string() local 4086 static const char *const known[] = dwarf_calling_convention_string() local 4103 static const char *const known[] = dwarf_ordering_string() local 4120 static const char *const known[] = dwarf_discr_list_string() local 4137 static const char *const known[] = dwarf_locexpr_opcode_string() local 4214 string_or_unknown(const char *known, unsigned int code, unsigned int lo_user, unsigned int hi_user, bool print_unknown_num) string_or_unknown() argument [all...] |
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/no-circular-import/ |
H A D | export-with-incremental.js | 343 Object literal may only specify known properties, but 'title' does not exist in type 'ITest'. Did you mean to write 'title2'? 413 {"program":{"fileNames":["../../../../a/lib/lib.d.ts","./lib1/tools/tools.interface.ts","./lib1/tools/public.ts","./lib1/public.ts","./lib2/data.ts","./lib2/public.ts","./app.ts"],"fileInfos":[{"version":"-7698705165-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }","affectsGlobalScope":true},{"version":"-3501597171-export interface ITest {\n title2: string;\n}","signature":"-3883556937-export interface ITest {\n title2: string;\n}\n"},{"version":"-13301115055-export * from \"./tools.interface\";","signature":"-13735034501-export * from \"./tools.interface\";\n"},{"version":"-5078933600-export * from \"./tools/public\";","signature":"-4396051542-export * from \"./tools/public\";\n"},{"version":"-30573389178-import { ITest } from \"lib1/public\";\nexport class Data {\n public test() {\n const result: ITest = {\n title: \"title\"\n }\n return result;\n }\n}","signature":"-15758516261-import { ITest } from \"lib1/public\";\nexport declare class Data {\n test(): ITest;\n}\n"},{"version":"-9530042629-export * from \"./data\";","signature":"-9548728731-export * from \"./data\";\n"},{"version":"-14937286564-import { Data } from \"lib2/public\";\nexport class App {\n public constructor() {\n new Data().test();\n }\n}","signature":"-18990360330-export declare class App {\n constructor();\n}\n"}],"options":{"assumeChangesOnlyAffectDirectDependencies":true},"fileIdsList":[[6],[3],[2],[4],[5]],"referencedMap":[[7,1],[4,2],[3,3],[5,4],[6,5]],"exportedModulesMap":[[4,2],[3,3],[5,4],[6,5]],"semanticDiagnosticsPerFile":[1,7,4,3,2,[5,[{"file":"./lib2/data.ts","start":121,"length":14,"code":2322,"category":1,"messageText":{"messageText":"Type '{ title: string; }' is not assignable to type 'ITest'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, but 'title' does not exist in type 'ITest'. Did you mean to write 'title2'?","category":1,"code":2561}]}}]],6]},"version":"FakeTSVersion"}
530 "messageText": "Object literal may only specify known properties, but 'title' does not exist in type 'ITest'. Did you mean to write 'title2'?", 561 Object literal may only specify known properties, but 'title' does not exist in type 'ITest'. Did you mean to write 'title2'? 619 {"program":{"fileNames":["../../../../a/lib/lib.d.ts","./lib1/tools/tools.interface.ts","./lib1/tools/public.ts","./lib1/public.ts","./lib2/data.ts","./lib2/public.ts","./app.ts"],"fileInfos":[{"version":"-7698705165-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }","affectsGlobalScope":true},{"version":"-4369626085-export interface ITest {\n title: string;\n}","signature":"-2463740027-export interface ITest {\n title: string;\n}\n"},{"version":"-13301115055-export * from \"./tools.interface\";","signature":"-13735034501-export * from \"./tools.interface\";\n"},{"version":"-5078933600-export * from \"./tools/public\";","signature":"-4396051542-export * from \"./tools/public\";\n"},{"version":"-30573389178-import { ITest } from \"lib1/public\";\nexport class Data {\n public test() {\n const result: ITest = {\n title: \"title\"\n }\n return result;\n }\n}","signature":"-15758516261-import { ITest } from \"lib1/public\";\nexport declare class Data {\n test(): ITest;\n}\n"},{"version":"-9530042629-export * from \"./data\";","signature":"-9548728731-export * from \"./data\";\n"},{"version":"-14937286564-import { Data } from \"lib2/public\";\nexport class App {\n public constructor() {\n new Data().test();\n }\n}","signature":"-18990360330-export declare class App {\n constructor();\n}\n"}],"options":{"assumeChangesOnlyAffectDirectDependencies":true},"fileIdsList":[[6],[3],[2],[4],[5]],"referencedMap":[[7,1],[4,2],[3,3],[5,4],[6,5]],"exportedModulesMap":[[4,2],[3,3],[5,4],[6,5]],"semanticDiagnosticsPerFile":[1,7,4,3,2,[5,[{"file":"./lib2/data.ts","start":121,"length":14,"code":2322,"category":1,"messageText":{"messageText":"Type '{ title: string; }' is not assignable to type 'ITest'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, but 'title' does not exist in type 'ITest'. Did you mean to write 'title2'?","category":1,"code":2561}]}}]],6]},"version":"FakeTSVersion"}
736 "messageText": "Object literal may only specify known properties, but 'title' does not exist in type 'ITest'. Did you mean to write 'title2'?", 767 Object literal may only specify known properties, but 'title' does not exist in type 'ITest'. Did you mean to write 'title2'? 825 {"program":{"fileNames":["../../../../a/lib/lib.d.ts","./lib1/tools/tools.interface.ts","./lib1/tools/public.ts","./lib1/public.ts","./lib2/data.ts","./lib2/public.ts","./app.ts"],"fileInfos":[{"version":"-7698705165-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }","affectsGlobalScope":true},{"version":"-3501597171-export interface ITest {\n title2: string;\n}","signature":"-3883556937-export interface ITest {\n title2: string;\n}\n"},{"version":"-13301115055-export * from \"./tools.interface\";","signature":"-13735034501-export * from \"./tools.interface\";\n"},{"version":"-5078933600-export * from \"./tools/public\";","signature":"-4396051542-export * from \"./tools/public\";\n"},{"version":"-30573389178-import { ITest } from \"lib1/public\";\nexport class Data {\n public test() {\n const result: ITest = {\n title: \"title\"\n }\n return result;\n }\n}","signature":"-15758516261-import { ITest } from \"lib1/public\";\nexport declare class Data {\n test(): ITest;\n}\n"},{"version":"-9530042629-export * from \"./data\";","signature":"-9548728731-export * from \"./data\";\n"},{"version":"-14937286564-import { Data } from \"lib2/public\";\nexport class App {\n public constructor() {\n new Data().test();\n }\n}","signature":"-18990360330-export declare class App {\n constructor();\n}\n"}],"options":{"assumeChangesOnlyAffectDirectDependencies":true},"fileIdsList":[[6],[3],[2],[4],[5]],"referencedMap":[[7,1],[4,2],[3,3],[5,4],[6,5]],"exportedModulesMap":[[4,2],[3,3],[5,4],[6,5]],"semanticDiagnosticsPerFile":[1,7,4,3,2,[5,[{"file":"./lib2/data.ts","start":121,"length":14,"code":2322,"category":1,"messageText":{"messageText":"Type '{ title: string; }' is not assignable to type 'ITest'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, but 'title' does not exist in type 'ITest'. Did you mean to write 'title2'?","category":1,"code":2561}]}}]],6]},"version":"FakeTSVersion"}
942 "messageText": "Object literal may only specify known properties, but 'title' does not exist in type 'ITest'. Did you mean to write 'title2'?",
|
H A D | export.js | 229 Object literal may only specify known properties, but 'title' does not exist in type 'ITest'. Did you mean to write 'title2'? 313 Object literal may only specify known properties, but 'title' does not exist in type 'ITest'. Did you mean to write 'title2'? 385 Object literal may only specify known properties, but 'title' does not exist in type 'ITest'. Did you mean to write 'title2'?
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfssecaudit.c | 216 * - decoded more "well-known" and generic SIDs 961 BOOL known; in showsid() local 974 known = FALSE; in showsid() 987 known = TRUE; in showsid() 993 known = TRUE; in showsid() 1000 known = TRUE; in showsid() 1004 known = TRUE; in showsid() 1012 known = TRUE; in showsid() 1016 known = TRUE; in showsid() 1020 known in showsid() [all...] |
/third_party/rust/crates/bindgen/bindgen/ir/analysis/ |
H A D | sizedness.rs | 58 /// Has some size that is known to be greater than zero. That doesn't mean 94 /// * For types with known sizes -- for example pointers, scalars, etc... -- 260 trace!(" {:?} is known not to be zero-sized", ty.kind()); in constrain()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
H A D | clock_test.cc | 22 #error all known Linux and Apple targets have alarm
|