Searched defs:keep (Results 1 - 25 of 32) 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/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.cc94 // Find a segment with a suitable size to keep around.
95 Segment* keep = NULL; local
97 // and freeing every segment except the one we wish to keep.
100 if (keep == NULL && current->size() <= kMaximumKeptSegmentSize) {
101 // Unlink the segment we wish to keep from the list.
102 keep = current;
103 keep->clear_next();
115 // If we have found a segment we want to keep, we must recompute the
119 if (keep != NULL) {
120 Address start = keep
[all...]
/external/tcpdump/
H A Dprint-chdlc.c138 } keep; member in union:cisco_slarp::__anon27186
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 Dzone.cc113 // Find a segment with a suitable size to keep around.
114 Segment* keep = segment_head_; local
115 while (keep != NULL && keep->size() > kMaximumKeptSegmentSize) {
116 keep = keep->next();
120 // and freeing every segment except the one we wish to keep.
124 if (current == keep) {
125 // Unlink the segment we wish to keep from the list.
138 // If we have found a segment we want to keep, w
[all...]
/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.java94 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 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/qemu/distrib/libpng-1.2.19/
H A Dpngwrite.c21 * the chunk, as that will keep the code from breaking if you want to just
108 int keep=png_handle_as_unknown(png_ptr, up->name); local
109 if (keep != PNG_HANDLE_CHUNK_NEVER &&
112 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS ||
275 int keep=png_handle_as_unknown(png_ptr, up->name); local
276 if (keep != PNG_HANDLE_CHUNK_NEVER &&
279 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS ||
377 int keep=png_handle_as_unknown(png_ptr, up->name); local
378 if (keep != PNG_HANDLE_CHUNK_NEVER &&
380 ((up->name[3] & 0x20) || keep
[all...]
H A Dpngset.c1106 png_set_keep_unknown_chunks(png_structp png_ptr, int keep, png_bytep argument
1115 if(keep == PNG_HANDLE_CHUNK_ALWAYS || keep == PNG_HANDLE_CHUNK_IF_SAFE)
1120 if(keep == PNG_HANDLE_CHUNK_ALWAYS)
1141 *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/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/libppp/src/
H A Dcommand.c2740 ident_cmd(const char *cmd, unsigned *keep, unsigned *add) argument
2748 *keep = NEG_MYMASK;
2757 *keep = NEG_MYMASK;
2763 *keep = NEG_HISMASK;
2773 *keep = NEG_HISMASK;
2787 unsigned keep; /* Keep this opt */ local
2790 if (ident_cmd(arg->argv[arg->argn - 2], &keep, &add) == NULL)
2839 unsigned keep; /* Keep these bits */ local
2842 if ((cmd = ident_cmd(arg->argv[arg->argn-2], &keep, &add)) == NULL)
2857 cx->physical->link.lcp.cfg.acfcomp &= keep;
3070 unsigned keep, add; local
[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 ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/expat/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/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c1825 Bool keep,
1843 vassert(keep);
1873 if (keep)
1902 if (keep)
1938 Bool keep,
1956 vassert(keep);
1986 if (keep)
2025 if (keep) {
2142 Bool keep,
2177 if (keep)
1822 dis_op2_E_G( UChar sorb, Bool addSubCarry, IROp op8, Bool keep, Int size, Int delta0, HChar* t_x86opc ) argument
1934 dis_op2_G_E( UChar sorb, Bool locked, Bool addSubCarry, IROp op8, Bool keep, Int size, Int delta0, HChar* t_x86opc ) argument
2139 dis_op_imm_A( Int size, Bool carrying, IROp op8, Bool keep, Int delta, HChar* t_x86opc ) argument
[all...]
H A Dguest_amd64_toIR.c2792 Bool keep,
2810 vassert(keep);
2843 if (keep)
2872 if (keep)
2908 Bool keep,
2926 vassert(keep);
2957 if (keep)
2996 if (keep) {
3117 Bool keep,
3153 if (keep)
2788 dis_op2_E_G( VexAbiInfo* vbi, Prefix pfx, Bool addSubCarry, IROp op8, Bool keep, Int size, Long delta0, HChar* t_amd64opc ) argument
2904 dis_op2_G_E( VexAbiInfo* vbi, Prefix pfx, Bool addSubCarry, IROp op8, Bool keep, Int size, Long delta0, HChar* t_amd64opc ) argument
3114 dis_op_imm_A( Int size, Bool carrying, IROp op8, Bool keep, Long delta, HChar* t_amd64opc ) argument
[all...]
/external/dexmaker/lib/
H A Djarjar.jar ... zap public void addConfiguredKeep (com.tonicsystems.jarjar.Keep) com.tonicsystems.jarjar.Keep keep public void ...

Completed in 835 milliseconds

12