Searched defs:keep (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/chrome/browser/spellchecker/
H A Dword_trimmer.cc15 size_t keep) {
21 // A circular buffer of the last |keep + 1| words seen before position |start|
23 std::vector<size_t> word_offset(keep + 1, 0);
28 word_offset[keep] = iter.prev();
40 if (iter.prev() > end && keep) {
42 keep--;
12 TrimWords(size_t* start, size_t end, const base::string16& text, size_t keep) argument
/external/llvm/include/llvm/Support/
H A DToolOutputFile.h25 /// object is destroyed unless the client calls keep().
57 /// keep - Indicate that the tool's job wrt this output file has been
59 void keep() { Installer.Keep = true; } function in class:llvm::tool_output_file
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DJarJarTask.java41 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/chromium_org/components/policy/core/common/cloud/
H A Dresource_cache_unittest.cc73 std::set<std::string> keep; local
74 keep.insert(kSubB);
75 keep.insert(kSubD);
76 cache.PurgeOtherSubkeys(kKey1, keep);
101 keep.clear();
102 keep.insert(kKey3);
103 cache.PurgeOtherKeys(keep);
/external/chromium_org/v8/src/
H A Dzone.cc112 // 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/tcpdump/
H A Dprint-chdlc.c138 } keep; member in union:cisco_slarp::__anon31504
177 EXTRACT_32BITS(&slarp->un.keep.myseq),
178 EXTRACT_32BITS(&slarp->un.keep.yourseq),
179 EXTRACT_16BITS(&slarp->un.keep.rel));
/external/oprofile/opjitconv/
H A Djitsymbol.c228 * We decided to keep one entry in favor of the other. Instead of dropping
234 * keep: |---|
239 * keep: |---|
243 static void split_entry(struct jitentry * split, struct jitentry const * keep) argument
245 unsigned long long start_addr_keep = keep->vma;
246 unsigned long long end_addr_keep = keep->vma + keep->code_size;
319 struct jitentry const * keep = entries_address_ascending[keep_idx]; local
321 unsigned long long start_addr_keep = keep->vma;
322 unsigned long long end_addr_keep = keep
[all...]
/external/proguard/src/proguard/
H A DConfiguration.java97 public List keep; field in class:Configuration
/external/chromium_org/third_party/libpng/
H A Dpngwrite.c25 * the chunk, as that will keep the code from breaking if you want to just
116 int keep = png_handle_as_unknown(png_ptr, up->name); local
117 if (keep != PNG_HANDLE_CHUNK_NEVER &&
120 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS ||
294 int keep = png_handle_as_unknown(png_ptr, up->name); local
295 if (keep != PNG_HANDLE_CHUNK_NEVER &&
299 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS ||
398 int keep = png_handle_as_unknown(png_ptr, up->name); local
399 if (keep != PNG_HANDLE_CHUNK_NEVER &&
401 ((up->name[3] & 0x20) || keep
[all...]
H A Dpngset.c1070 png_set_keep_unknown_chunks(png_structp png_ptr, int keep, png_bytep argument
1079 if (keep == PNG_HANDLE_CHUNK_ALWAYS || keep == PNG_HANDLE_CHUNK_IF_SAFE)
1084 if (keep == PNG_HANDLE_CHUNK_ALWAYS)
1106 *p=(png_byte)keep;
/external/libpng/
H A Dpngpread.c189 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 Dpngset.c1249 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 Dpngwrite.c42 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 Dpngread.c99 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);
907 int keep; local
945 else if ((keep = png_chunk_unknown_handling(png_ptr, chunk_name)) != 0)
952 png_handle_unknown(png_ptr, info_ptr, length, keep);
4028 * be set above and then libpng will keep the alpha channel for this
H A Dpngrutil.c1481 * keep going.
2791 png_uint_32 length, int keep)
2803 * 'keep' is the value from the png_chunk_unknown_handling, the setting for
2811 keep = png_chunk_unknown_handling(png_ptr, png_ptr->chunk_name);
2820 /* The user callback takes precedence over the chunk keep value, but the
2821 * keep value is still required to validate a save of a critical chunk.
2835 * a 'keep' behavior for this particular chunk, in which
2845 /* If the keep value is 'default' or 'never' override it, but
2846 * still error out on critical chunks unless the keep value is
2856 if (keep < PNG_HANDLE_CHUNK_IF_SAF
2790 png_handle_unknown(png_structrp png_ptr, png_inforp info_ptr, png_uint_32 length, int keep) argument
[all...]
/external/qemu/distrib/libpng-1.2.46/
H A Dpngwrite.c25 * the chunk, as that will keep the code from breaking if you want to just
116 int keep = png_handle_as_unknown(png_ptr, up->name); local
117 if (keep != PNG_HANDLE_CHUNK_NEVER &&
120 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS ||
294 int keep = png_handle_as_unknown(png_ptr, up->name); local
295 if (keep != PNG_HANDLE_CHUNK_NEVER &&
299 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS ||
398 int keep = png_handle_as_unknown(png_ptr, up->name); local
399 if (keep != PNG_HANDLE_CHUNK_NEVER &&
401 ((up->name[3] & 0x20) || keep
[all...]
H A Dpngset.c1080 png_set_keep_unknown_chunks(png_structp png_ptr, int keep, png_bytep argument
1089 if (keep == PNG_HANDLE_CHUNK_ALWAYS || keep == PNG_HANDLE_CHUNK_IF_SAFE)
1094 if (keep == PNG_HANDLE_CHUNK_ALWAYS)
1116 *p=(png_byte)keep;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-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 Dpngunknown.c178 int keep; /* unknown handling setting */ member in struct:__anon24617
320 chunk_info[i].keep = 0;
384 int keep; /* the default value */ member in struct:__anon24618
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 DProGuardTask.java202 public void keep(String classSpecificationString) method in class:ProGuardTask
205 keep(null, classSpecificationString);
208 public void keep(Map keepArgs, method in class:ProGuardTask
212 configuration.keep =
213 extendClassSpecifications(configuration.keep,
221 public void keep(Map keepClassSpecificationArgs) method in class:ProGuardTask
224 keep(keepClassSpecificationArgs, (Closure)null);
227 public void keep(Map keepClassSpecificationArgs, method in class:ProGuardTask
231 configuration.keep =
232 extendClassSpecifications(configuration.keep,
[all...]
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_impl.cc235 bool keep = true; local
238 keep = ((number >= versions_->LogNumber()) ||
244 keep = (number >= versions_->ManifestFileNumber());
247 keep = (live.find(number) != live.end());
252 keep = (live.find(number) != live.end());
257 keep = true;
261 if (!keep) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp1715 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/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp1715 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/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c1695 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 723 milliseconds

12