/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/ |
H A D | array_mutator.js | 42 function annotate(message, replace) { function 44 thisMutator.annotate(path.node, message); 59 annotate('Duplicate an element', replace); 64 annotate('Insert a random value', replace); 69 annotate('Insert a hole', replace); 74 annotate('Remove elements'); 79 annotate('Shuffle array');
|
H A D | object_mutator.js | 65 function annotate(message) { function 66 thisMutator.annotate(path.node, message); 80 annotate('Swap properties'); 92 annotate('Duplicate a property value'); 98 annotate('Insert a random value'); 104 annotate('Stringify a property key'); 110 annotate('Remove a property');
|
H A D | differential_fuzz_mutator.js | 61 thisMutator.annotate(path.node, 'Replaced magic string'); 68 thisMutator.annotate(path.node, 'Replaced **'); 78 thisMutator.annotate(replacement, 'Replaced .arguments'); 129 this.annotate(statement, 'Print variables and exceptions from section'); 145 this.annotate(statements[0], 'Extra variable printing'); 160 thisMutator.annotate(path.node, 'Pretty printing');
|
H A D | function_call_mutator.js | 55 thisMutator.annotate( 78 thisMutator.annotate( 99 thisMutator.annotate( 121 thisMutator.annotate( 129 thisMutator.annotate(
|
H A D | expression_mutator.js | 35 thisMutator.annotate(repeated, 'Repeated'); 49 thisMutator.annotate(cloned, 'Cloned sibling');
|
H A D | crossover_mutator.js | 66 thisMutator.annotate(
|
H A D | mutator.js | 90 annotate(node, message) {
|
H A D | variable_mutator.js | 62 thisMutator.annotate(
|
H A D | number_mutator.js | 59 this.annotate(
|
H A D | try_catch.js | 112 thisMutator.annotate(
|
H A D | variable_or_object_mutation.js | 138 thisMutator.annotate(mutations[0], 'Random mutation');
|
/third_party/libabigail/include/ |
H A D | abg-writer.h | 79 /// It must contain data members named: annotate, and show_locs, at 85 set_annotate(ctxt, opts.annotate); in set_common_options() 109 const bool annotate = false); 113 const bool annotate = false); 117 const bool annotate = false);
|
/third_party/libabigail/src/ |
H A D | abg-writer.cc | 995 annotate(const T& decl, in annotate() function 1028 annotate(const elf_symbol_sptr& sym, in annotate() function 1050 /// @param typedef_decl the typedef to annotate. 1059 annotate(const typedef_decl_sptr& typedef_decl, in annotate() function 1084 /// @param function_type the function type to annotate. 1095 annotate(const function_type_sptr& function_type, in annotate() function 1129 /// @param fn the function decl to annotate. 1140 annotate(const function_decl_sptr& fn, in annotate() function 1181 /// @param parm the function parameter to annotate. 1190 annotate(cons function 4664 dump(const decl_base_sptr d, std::ostream& o, const bool annotate) dump() argument 4677 dump(const decl_base_sptr d, const bool annotate) dump() argument 4688 dump(const type_base_sptr t, std::ostream& o, const bool annotate) dump() argument 4689 {dump(get_type_declaration(t), o, annotate);} dump() local 4697 dump(const type_base_sptr t, const bool annotate) dump() argument 4708 dump(const var_decl_sptr v, std::ostream& o, const bool annotate) dump() argument 4721 dump(const var_decl_sptr v, const bool annotate) dump() argument 4732 dump(const translation_unit& t, std::ostream& o, const bool annotate) dump() argument 4743 dump(const translation_unit& t, const bool annotate) dump() argument 4754 dump(const translation_unit_sptr t, std::ostream& o, const bool annotate) dump() argument 4766 dump(const translation_unit_sptr t, const bool annotate) dump() argument [all...] |
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | mock_code_generator.cc | 186 bool annotate = false; in Generate() local 216 annotate = true; in Generate() 271 annotate ? &annotation_collector : NULL); in Generate() 274 if (annotate) { in Generate() 279 if (annotate) { in Generate() 284 if (annotate) { in Generate() 293 if (annotate) { in Generate()
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | view-options.hh | 46 hb_bool_t annotate = false; member 108 {"annotate", 0, 0, G_OPTION_ARG_NONE, &this->annotate, "Annotate output rendering", nullptr}, in add_options()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_visitor.cpp | 165 fs_builder abld = bld.annotate("compute pixel centers"); in emit_interpolation_setup_gfx4() 177 abld = bld.annotate("compute pixel deltas from v0"); in emit_interpolation_setup_gfx4() 206 abld = bld.annotate("compute pos.w and 1/pos.w"); in emit_interpolation_setup_gfx4() 272 fs_builder abld = bld.annotate("shader floats control execution mode"); in emit_shader_float_controls_execution_mode() 286 fs_builder abld = bld.annotate("compute pixel centers"); in emit_interpolation_setup_gfx6() 464 abld = bld.annotate("compute pos.z"); in emit_interpolation_setup_gfx6() 514 abld = bld.annotate("compute pos.w"); in emit_interpolation_setup_gfx6() 592 const fs_builder abld = bld.annotate("Alpha test"); in emit_alpha_test() 703 const fs_builder abld = bld.annotate( in emit_fb_writes() 928 const fs_builder abld = bld.annotate("UR in emit_urb_writes() [all...] |
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/ |
H A D | dump-macros-only.c | 14 #define unlocks(...) annotate(unlock_func(__VA_ARGS__)) 32 check-output-contains: #define unlocks(...) annotate(unlock_func(__VA_ARGS__))
|
H A D | dump-macros.c | 13 #define unlocks(...) annotate(unlock_func(__VA_ARGS__)) 31 check-output-contains: #define unlocks(...) annotate(unlock_func(__VA_ARGS__))
|
/third_party/node/deps/v8/include/v8-include/cppgc/ |
H A D | macros.h | 27 __attribute__((annotate("stack_allocated_ignore")))
|
/third_party/littlefs/scripts/ |
H A D | cov.py | 506 def annotate(Result, results, *, function 507 annotate=False, 512 if annotate and not lines and not branches: 521 if not annotate: 546 if not annotate and not any(i+1 in s for s, _ in spans): 675 if (args.get('annotate') 678 # annotate sources 679 annotate(CovResult, results, **args) 786 '-A', '--annotate',
|
H A D | perf.py | 921 def annotate(Result, results, *, function 922 annotate=None, 952 if not annotate: 976 if not annotate and not any(i+1 in s for s, _ in spans): 1112 if args.get('annotate') or args.get('threshold'): 1113 # annotate sources 1114 annotate(PerfResult, results, 1252 '-A', '--annotate',
|
H A D | perfbd.py | 887 def annotate(Result, results, *, function 888 annotate=None, 935 if not annotate: 961 if not annotate and not any(i+1 in s for s, _ in spans): 1093 if (args.get('annotate') 1098 # annotate sources 1099 annotate(PerfBdResult, results, **args) 1216 '-A', '--annotate',
|
/third_party/python/Lib/ |
H A D | pickletools.py | 2395 def dis(pickle, out=None, memo=None, indentlevel=4, annotate=0): 2414 Optional arg 'annotate' if nonzero instructs dis() to add short 2416 The value given to 'annotate' must be an integer and is used as a 2447 annocol = annotate # column hint for annotations 2519 if annotate: 2524 annocol = annotate 2794 >>> dis(pickle.dumps(T, 3), annotate=1) 2863 '-a', '--annotate', action='store_true', 2864 help='annotate each line with a short opcode description') 2879 annotate [all...] |
/third_party/rust/crates/minimal-lexical/scripts/ |
H A D | timings.py | 123 ax.annotate(
|
/third_party/libabigail/tools/ |
H A D | abidw.cc | 116 bool annotate; member 157 annotate(), in options() 237 << " --annotate annotate the ABI artifacts emitted in the output\n" in display_usage() 413 else if (!strcmp(argv[i], "--annotate")) in parse_command_line() 414 opts.annotate = true; in parse_command_line()
|