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

/external/llvm/include/llvm/Support/
H A DToolOutputFile.h25 /// object is destroyed unless the client calls keep().
55 /// keep - Indicate that the tool's job wrt this output file has been
57 void keep() { Installer.Keep = true; } function in class:llvm::tool_output_file
/external/tcpdump/
H A Dprint-chdlc.c138 } keep; member in union:cisco_slarp::__anon12783
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/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 ...
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/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/valgrind/main/memcheck/
H A Dmc_main.c151 Valgrind's address space manager tries very hard to keep things below
923 Bool keep = False; local
927 keep = True;
934 keep = True; // Found a non-stale byte, so keep
940 if ( keep ) {
3602 a++; /* keep going */
6200 // sbrk(PAGE_SIZE) yields ((PAGE_SIZE -1) & -x) bytes which keep their
/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 ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.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_amd64_toIR.c2665 Bool keep,
2683 vassert(keep);
2716 if (keep)
2745 if (keep)
2781 Bool keep,
2799 vassert(keep);
2830 if (keep)
2869 if (keep) {
2990 Bool keep,
3026 if (keep)
2661 dis_op2_E_G( VexAbiInfo* vbi, Prefix pfx, Bool addSubCarry, IROp op8, Bool keep, Int size, Long delta0, HChar* t_amd64opc ) argument
2777 dis_op2_G_E( VexAbiInfo* vbi, Prefix pfx, Bool addSubCarry, IROp op8, Bool keep, Int size, Long delta0, HChar* t_amd64opc ) argument
2987 dis_op_imm_A( Int size, Bool carrying, IROp op8, Bool keep, Long delta, HChar* t_amd64opc ) argument
[all...]
H A Dguest_x86_toIR.c1804 Bool keep,
1822 vassert(keep);
1852 if (keep)
1881 if (keep)
1917 Bool keep,
1935 vassert(keep);
1965 if (keep)
2004 if (keep) {
2121 Bool keep,
2156 if (keep)
1801 dis_op2_E_G( UChar sorb, Bool addSubCarry, IROp op8, Bool keep, Int size, Int delta0, HChar* t_x86opc ) argument
1913 dis_op2_G_E( UChar sorb, Bool locked, Bool addSubCarry, IROp op8, Bool keep, Int size, Int delta0, HChar* t_x86opc ) argument
2118 dis_op_imm_A( Int size, Bool carrying, IROp op8, Bool keep, Int delta, HChar* t_x86opc ) argument
[all...]
/external/dexmaker/lib/
H A Djarjar.jar ... zap public void addConfiguredKeep (com.tonicsystems.jarjar.Keep) com.tonicsystems.jarjar.Keep keep public void ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 9476 milliseconds