| /src/external/apache2/llvm/dist/clang/utils/ |
| FuzzTest | 92 def revert(self): member in class:TestApplication 180 '--no-revert'. Generally this is used with '--test <index>' to run one failing 250 group.add_option("", "--no-revert", help="Don't revert changes", 251 action='store_false', dest="revert", default=True) 341 opts.revert = False 344 if opts.revert: 345 ta.revert()
|
| FuzzTest | 92 def revert(self): member in class:TestApplication 180 '--no-revert'. Generally this is used with '--test <index>' to run one failing 250 group.add_option("", "--no-revert", help="Don't revert changes", 251 action='store_false', dest="revert", default=True) 341 opts.revert = False 344 if opts.revert: 345 ta.revert()
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| wireutils.c | 641 uint8_t *revert = towire->p; local 719 towire->p = revert;
|
| wireutils.c | 641 uint8_t *revert = towire->p; local 719 towire->p = revert;
|
| dnssd-proxy.c | 1164 uint8_t *revert = query->towire.p; // Remember where we were in case there's no room. local 1297 query->towire.p = revert; 2390 uint8_t *revert = towire->p; local 2441 query->towire.p = revert; 2534 revert = towire->p; 2561 send_query->towire.p = revert; 2816 uint8_t *revert = query->towire.p; local 2821 query->towire.p = revert; 2866 uint8_t *revert = query->towire.p; local 2870 query->towire.p = revert; 3398 uint8_t *revert = query->towire.p; local [all...] |
| dnssd-proxy.c | 1164 uint8_t *revert = query->towire.p; // Remember where we were in case there's no room. local 1297 query->towire.p = revert; 2390 uint8_t *revert = towire->p; local 2441 query->towire.p = revert; 2534 revert = towire->p; 2561 send_query->towire.p = revert; 2816 uint8_t *revert = query->towire.p; local 2821 query->towire.p = revert; 2866 uint8_t *revert = query->towire.p; local 2870 query->towire.p = revert; 3398 uint8_t *revert = query->towire.p; local [all...] |
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| format.c | 1323 /* revert()-- Do reversion of the format. Control reverts to the left 1331 revert (st_parameter_dt *dtp) function 1515 revert (dtp);
|
| format.c | 1323 /* revert()-- Do reversion of the format. Control reverts to the left 1331 revert (st_parameter_dt *dtp) function 1515 revert (dtp);
|
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| format.c | 1322 /* revert()-- Do reversion of the format. Control reverts to the left 1330 revert (st_parameter_dt *dtp) function 1514 revert (dtp);
|
| format.c | 1322 /* revert()-- Do reversion of the format. Control reverts to the left 1330 revert (st_parameter_dt *dtp) function 1514 revert (dtp);
|
| /src/external/apache2/llvm/dist/clang/lib/Lex/ |
| Pragma.cpp | 146 void revert() { function in struct:__anon3071::TokenCollector 258 Toks.revert(); 376 Toks.revert();
|
| Pragma.cpp | 146 void revert() { function in struct:__anon3071::TokenCollector 258 Toks.revert(); 376 Toks.revert();
|