/external/llvm/include/llvm/Support/ |
H A D | ToolOutputFile.h | 25 /// object is destroyed unless the client calls keep(). 58 void keep() { Installer.Keep = true; } function in class:llvm::tool_output_file
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
H A D | JarJarTask.java | 41 public void addConfiguredKeep(Keep keep) { argument 42 if (keep.getPattern() == null) 43 throw new IllegalArgumentException("The <keep> element requires a \"pattern\" attribute."); 44 patterns.add(keep);
|
/external/tcpdump/ |
H A D | print-chdlc.c | 138 } keep; member in union:cisco_slarp::__anon14647 177 EXTRACT_32BITS(&slarp->un.keep.myseq), 178 EXTRACT_32BITS(&slarp->un.keep.yourseq), 179 EXTRACT_16BITS(&slarp->un.keep.rel));
|
/external/v8/src/ |
H A D | zone.cc | 112 // Find a segment with a suitable size to keep around. 113 Segment* keep = NULL; local 115 // and freeing every segment except the one we wish to keep. 118 if (keep == NULL && current->size() <= kMaximumKeptSegmentSize) { 119 // Unlink the segment we wish to keep from the list. 120 keep = current; 121 keep->clear_next(); 135 // If we have found a segment we want to keep, we must recompute the 139 if (keep != NULL) { 140 Address start = keep [all...] |
/external/proguard/src/proguard/ |
H A D | Configuration.java | 97 public List keep; field in class:Configuration
|
/external/libpng/ |
H A D | pngpread.c | 189 int keep; /* unknown handling method */ local 276 else if ((keep = png_chunk_unknown_handling(png_ptr, chunk_name)) != 0) 284 png_handle_unknown(png_ptr, info_ptr, png_ptr->push_length, keep);
|
H A D | pngset.c | 1249 add_one_chunk(png_bytep list, unsigned int count, png_const_bytep add, int keep) argument 1253 /* Utility function: update the 'keep' state of a chunk if it is already in 1258 list[4] = (png_byte)keep; 1262 if (keep != PNG_HANDLE_CHUNK_AS_DEFAULT) 1266 list[4] = (png_byte)keep; 1273 png_set_keep_unknown_chunks(png_structrp png_ptr, int keep, argument 1282 if (keep < 0 || keep >= PNG_HANDLE_CHUNK_LAST) 1284 png_app_error(png_ptr, "png_set_keep_unknown_chunks: invalid keep"); 1290 png_ptr->unknown_default = keep; [all...] |
H A D | pngwrite.c | 42 int keep = png_handle_as_unknown(png_ptr, up->name); local 56 if (keep != PNG_HANDLE_CHUNK_NEVER && 58 keep == PNG_HANDLE_CHUNK_ALWAYS || 59 (keep == PNG_HANDLE_CHUNK_AS_DEFAULT && 79 * the chunk, as that will keep the code from breaking if you want to just 1115 * question as to whether it can be improved upon by trying to keep the
|
H A D | pngread.c | 99 int keep; local 146 else if ((keep = png_chunk_unknown_handling(png_ptr, chunk_name)) != 0) 148 png_handle_unknown(png_ptr, info_ptr, length, keep); 908 int keep; local 946 else if ((keep = png_chunk_unknown_handling(png_ptr, chunk_name)) != 0) 953 png_handle_unknown(png_ptr, info_ptr, length, keep); 4029 * be set above and then libpng will keep the alpha channel for this
|
H A D | pngrutil.c | 1488 * keep going. 2798 png_uint_32 length, int keep) 2810 * 'keep' is the value from the png_chunk_unknown_handling, the setting for 2818 keep = png_chunk_unknown_handling(png_ptr, png_ptr->chunk_name); 2827 /* The user callback takes precedence over the chunk keep value, but the 2828 * keep value is still required to validate a save of a critical chunk. 2842 * a 'keep' behavior for this particular chunk, in which 2852 /* If the keep value is 'default' or 'never' override it, but 2853 * still error out on critical chunks unless the keep value is 2863 if (keep < PNG_HANDLE_CHUNK_IF_SAF 2797 png_handle_unknown(png_structrp png_ptr, png_inforp info_ptr, png_uint_32 length, int keep) argument [all...] |
/external/pdfium/samples/fx_lpng/lpng_v163/ |
H A D | fx_pngpread.c | 188 int keep; /* unknown handling method */
local 274 else if ((keep = png_chunk_unknown_handling(png_ptr, chunk_name)) != 0)
282 png_handle_unknown(png_ptr, info_ptr, png_ptr->push_length, keep);
|
H A D | fx_pngset.c | 1248 add_one_chunk(png_bytep list, unsigned int count, png_const_bytep add, int keep)
argument 1252 /* Utility function: update the 'keep' state of a chunk if it is already in
1257 list[4] = (png_byte)keep;
1261 if (keep != PNG_HANDLE_CHUNK_AS_DEFAULT)
1265 list[4] = (png_byte)keep;
1272 png_set_keep_unknown_chunks(png_structrp png_ptr, int keep,
argument 1281 if (keep < 0 || keep >= PNG_HANDLE_CHUNK_LAST)
1283 png_app_error(png_ptr, "png_set_keep_unknown_chunks: invalid keep");
1289 png_ptr->unknown_default = keep;
[all...] |
H A D | fx_pngwrite.c | 41 int keep = png_handle_as_unknown(png_ptr, up->name);
local 55 if (keep != PNG_HANDLE_CHUNK_NEVER &&
57 keep == PNG_HANDLE_CHUNK_ALWAYS ||
58 (keep == PNG_HANDLE_CHUNK_AS_DEFAULT &&
78 * the chunk, as that will keep the code from breaking if you want to just
1049 * question as to whether it can be improved upon by trying to keep the
|
H A D | fx_pngread.c | 94 int keep;
local 141 else if ((keep = png_chunk_unknown_handling(png_ptr, chunk_name)) != 0)
143 png_handle_unknown(png_ptr, info_ptr, length, keep);
690 int keep;
local 725 else if ((keep = png_chunk_unknown_handling(png_ptr, chunk_name)) != 0)
732 png_handle_unknown(png_ptr, info_ptr, length, keep);
3759 * be set above and then libpng will keep the alpha channel for this
|
H A D | fx_pngrutil.c | 1450 * keep going.
2760 png_uint_32 length, int keep)
2772 * 'keep' is the value from the png_chunk_unknown_handling, the setting for
2780 keep = png_chunk_unknown_handling(png_ptr, png_ptr->chunk_name);
2789 /* The user callback takes precedence over the chunk keep value, but the
2790 * keep value is still required to validate a save of a critical chunk.
2804 * a 'keep' behavior for this particular chunk, in which
2814 /* If the keep value is 'default' or 'never' override it, but
2815 * still error out on critical chunks unless the keep value is
2825 if (keep < PNG_HANDLE_CHUNK_IF_SAF 2759 png_handle_unknown(png_structrp png_ptr, png_inforp info_ptr, png_uint_32 length, int keep) argument [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
H A D | ant-netrexx.jar | ... boolean diag private boolean explicit private boolean format private boolean keep private boolean logo private boolean replace private boolean savelog private ... |
/external/libpng/contrib/libtests/ |
H A D | pngunknown.c | 178 int keep; /* unknown handling setting */ member in struct:__anon9079 320 chunk_info[i].keep = 0; 384 int keep; /* the default value */ member in struct:__anon9080 497 * returning '0' to keep the chunk and '1' to discard it. 501 int keep, discard; local 504 keep = d->keep; 508 keep = chunk_info[chunk].keep; 509 if (keep 865 int keep = chunk_info[i].keep; local [all...] |
/external/proguard/src/proguard/gradle/ |
H A D | ProGuardTask.java | 281 public void keep(String classSpecificationString) method in class:ProGuardTask 284 keep(null, classSpecificationString); 287 public void keep(Map keepArgs, method in class:ProGuardTask 291 configuration.keep = 292 extendClassSpecifications(configuration.keep, 300 public void keep(Map keepClassSpecificationArgs) method in class:ProGuardTask 303 keep(keepClassSpecificationArgs, (Closure)null); 306 public void keep(Map keepClassSpecificationArgs, method in class:ProGuardTask 310 configuration.keep = 311 extendClassSpecifications(configuration.keep, [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
H A D | nv50_ir_peephole.cpp | 1715 bool keep = true; local 1752 keep = !replaceLdFromSt(ldst, rec); 1756 rec = keep ? findRecord(ldst, true, isAdjacent) : NULL; 1759 keep = !replaceLdFromLd(ldst, rec); 1762 keep = !combineLd(rec, ldst); 1764 if (keep) 1770 keep = !replaceStFromSt(ldst, rec); 1772 keep = !combineSt(rec, ldst); 1774 if (keep) 1777 if (keep) [all...] |
/external/skia/src/pathops/ |
H A D | SkPathOpsTSect.h | 281 void removeAllBut(const SkTSpan<OppCurve, TCurve>* keep, SkTSpan<TCurve, OppCurve>* span, 321 // only keep closest 904 // OPTIMIZE ? keep a sorted list of sizes in the form of a doubly-linked list in quad span 1489 void SkTSect<TCurve, OppCurve>::removeAllBut(const SkTSpan<OppCurve, TCurve>* keep, argument 1496 if (bounded != keep && !bounded->fDeleted) { 1505 SkASSERT(span->findOppSpan(keep)); 1506 SkASSERT(keep->findOppSpan(span));
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/expat/lib/ |
H A D | xmlparse.c | 1695 int keep = (int)(bufferPtr - buffer); local 1697 if (keep > XML_CONTEXT_BYTES) 1698 keep = XML_CONTEXT_BYTES; 1699 neededSize += keep; 1703 if (keep < bufferPtr - buffer) { 1704 int offset = (int)(bufferPtr - buffer) - keep; 1705 memmove(buffer, &buffer[offset], bufferEnd - bufferPtr + keep); 1731 int keep = (int)(bufferPtr - buffer); local 1732 if (keep > XML_CONTEXT_BYTES) 1733 keep [all...] |
/external/libvncserver/x11vnc/ |
H A D | userinput.c | 81 void eat_viewonly_input(int max_eat, int keep); 118 static int eat_pointer(int max_ptr_eat, int keep); 2343 void eat_viewonly_input(int max_eat, int keep) { argument 2363 if (i >= keep - 1 && ! cont) { 2369 static int eat_pointer(int max_ptr_eat, int keep) { argument 2378 } else if (i > keep) {
|
/external/valgrind/VEX/priv/ |
H A D | guest_x86_toIR.c | 1827 Bool keep, 1845 vassert(keep); 1875 if (keep) 1904 if (keep) 1940 Bool keep, 1958 vassert(keep); 1988 if (keep) 2027 if (keep) { 2144 Bool keep, 2179 if (keep) 1824 dis_op2_E_G( UChar sorb, Bool addSubCarry, IROp op8, Bool keep, Int size, Int delta0, const HChar* t_x86opc ) argument 1936 dis_op2_G_E( UChar sorb, Bool locked, Bool addSubCarry, IROp op8, Bool keep, Int size, Int delta0, const HChar* t_x86opc ) argument 2141 dis_op_imm_A( Int size, Bool carrying, IROp op8, Bool keep, Int delta, const HChar* t_x86opc ) argument [all...] |
H A D | guest_amd64_toIR.c | 2912 Bool keep, 2930 vassert(keep); 2963 if (keep) 2992 if (keep) 3028 Bool keep, 3046 vassert(keep); 3077 if (keep) 3116 if (keep) { 3244 Bool keep, 3280 if (keep) 2908 dis_op2_E_G( const VexAbiInfo* vbi, Prefix pfx, Bool addSubCarry, IROp op8, Bool keep, Int size, Long delta0, const HChar* t_amd64opc ) argument 3024 dis_op2_G_E( const VexAbiInfo* vbi, Prefix pfx, Bool addSubCarry, IROp op8, Bool keep, Int size, Long delta0, const HChar* t_amd64opc ) argument 3241 dis_op_imm_A( Int size, Bool carrying, IROp op8, Bool keep, Long delta, const HChar* t_amd64opc ) argument [all...] |