HomeSort by relevance Sort by last modified time
    Searched full:keep (Results 1626 - 1650 of 11137) sorted by null

<<61626364656667686970>>

  /external/chromium_org/webkit/browser/appcache/
appcache_host.h 136 // Used by the update job to keep track of which hosts are associated
221 // not the newest) to keep the newest cache in existence while the app cache
226 // Keep a reference to the group being updated until the update completes.
229 // Similarly, keep a reference to the newest cache of the group until the
234 // Keep a reference to the cache of the main resource so it survives frame
  /external/proguard/src/proguard/classfile/
LibraryClass.java 378 // This class doesn't keep references to its constant pool entries.
384 // This class doesn't keep references to its constant pool entries.
390 // This class doesn't keep references to its constant pool entries.
396 // This class doesn't keep references to its constant pool entries.
402 // This class doesn't keep references to its constant pool entries.
  /external/proguard/src/proguard/obfuscate/
Obfuscator.java 61 // Check if we have at least some keep commands.
62 if (configuration.keep == null &&
66 throw new IOException("You have to specify '-keep' options for the obfuscation step.");
87 ClassSpecificationVisitorFactory.createClassPoolVisitor(configuration.keep,
97 // All library classes and library class members keep their names.
  /external/qemu/slirp/
tcp_timer.c 170 * keep retransmitting it, it'll keep eating the zeroes, so we keep
209 * move the current srtt into rttvar to keep the current
270 * Keep-alive timer went off; send something
  /external/qemu/slirp-android/
tcp_timer.c 170 * keep retransmitting it, it'll keep eating the zeroes, so we keep
209 * move the current srtt into rttvar to keep the current
270 * Keep-alive timer went off; send something
  /frameworks/base/core/java/android/os/
FileUtils.java 244 } else if (max < 0) { // "tail" mode: keep the last N
329 * @param minCount Always keep at least this many files.
330 * @param minAge Always keep files younger than this age.
348 // Keep at least minCount files
352 // Keep files newer than minAge
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pdb.py 178 1 breakpoint keep no at <doctest test.test_pdb.test_pdb_breakpoint_commands[0]>:3
181 2 breakpoint keep yes at <doctest test.test_pdb.test_pdb_breakpoint_commands[0]>:4
182 3 breakpoint keep yes at <doctest test.test_pdb.test_pdb_breakpoint_commands[0]>:4
187 1 breakpoint keep no at <doctest test.test_pdb.test_pdb_breakpoint_commands[0]>:3
190 2 breakpoint keep yes at <doctest test.test_pdb.test_pdb_breakpoint_commands[0]>:4
test_runpy.py 170 del d1 # Ensure __loader__ entry doesn't keep file open
178 del d2 # Ensure __loader__ entry doesn't keep file open
193 del d1 # Ensure __loader__ entry doesn't keep file open
201 del d2 # Ensure __loader__ entry doesn't keep file open
248 del d1 # Ensure __loader__ entry doesn't keep file open
258 del d2 # Ensure __loader__ entry doesn't keep file open
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pdb.py 178 1 breakpoint keep no at <doctest test.test_pdb.test_pdb_breakpoint_commands[0]>:3
181 2 breakpoint keep yes at <doctest test.test_pdb.test_pdb_breakpoint_commands[0]>:4
182 3 breakpoint keep yes at <doctest test.test_pdb.test_pdb_breakpoint_commands[0]>:4
187 1 breakpoint keep no at <doctest test.test_pdb.test_pdb_breakpoint_commands[0]>:3
190 2 breakpoint keep yes at <doctest test.test_pdb.test_pdb_breakpoint_commands[0]>:4
test_runpy.py 170 del d1 # Ensure __loader__ entry doesn't keep file open
178 del d2 # Ensure __loader__ entry doesn't keep file open
193 del d1 # Ensure __loader__ entry doesn't keep file open
201 del d2 # Ensure __loader__ entry doesn't keep file open
248 del d1 # Ensure __loader__ entry doesn't keep file open
258 del d2 # Ensure __loader__ entry doesn't keep file open
  /external/chromium/chrome/browser/renderer_host/
web_cache_manager.cc 196 // We need enough space to keep our current objects.
199 // We need enough space to keep out live resources, plus some headroom.
202 // We need enough space to keep our live resources.
290 // prefer to keep live objects around. There is probably some performance
359 // keep all our current objects.
366 // Next, we try to keep the live objects in the active renders (with some
372 // to at least keep around the live objects for the active renderers.
  /external/chromium_org/chrome/browser/renderer_host/
web_cache_manager.cc 228 // We need enough space to keep our current objects.
231 // We need enough space to keep out live resources, plus some headroom.
234 // We need enough space to keep our live resources.
323 // prefer to keep live objects around. There is probably some performance
397 // keep all our current objects.
404 // Next, we try to keep the live objects in the active renders (with some
410 // to at least keep around the live objects for the active renderers.
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
valparam.h 117 yasm_valparam *yasm_vp_create_id(/*@keep@*/ char *v, /*@keep@*/ char *p,
126 yasm_valparam *yasm_vp_create_string(/*@keep@*/ char *v, /*@keep@*/ char *p);
134 yasm_valparam *yasm_vp_create_expr(/*@keep@*/ char *v,
135 /*@keep@*/ yasm_expr *p);
198 void yasm_vps_append(yasm_valparamhead *headp, /*@keep@*/ yasm_valparam *vp);
  /external/proguard/src/proguard/gui/
ClassSpecificationDialog.java 54 private final JRadioButton keepClassesAndMembersRadioButton = new JRadioButton(msg("keep"));
165 // Create the keep option panel.
359 // Figure out the proper keep radio button and set it.
406 // Set the keep class member option list.
460 // Get the keep class member option lists.
490 * flags of the given keep option.
504 * Updates the access flag of the given keep option, based on the given radio
  /external/proguard/docs/manual/
ant.html 39 The simplest way to use the ProGuard task in an Ant build file is to keep your
55 XML, if you want to keep your build file small, or if you have to share your
150 <dd>List classes and class members matched by the various <code>keep</code>
320 <dd>Keep the specified directories in the output jars (or wars, ears, zips, or
323 <dt><a href="usage.html#keep"><code><b>&lt;keep</b></code></a>
328 <code><b>&lt;/keep&gt;</b></code></dt>
401 <dd>Keep the specified package names from being obfuscated. If no name is
503 <h2>Keep Modifier Attributes</h2>
505 The keep tags can have the following <i>modifier</i> attributes
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoadapter.cc 417 // the load is low, DOWNGRADE if the load is high, and KEEP otherwise.
429 return CoordinatedVideoAdapter::KEEP;
461 if (KEEP != request) {
475 // Ignore up or keep if no change.
483 (UPGRADE == request ? "up" : "keep"))
522 case KEEP:
526 if (KEEP != request) {
537 (UPGRADE == request ? "up" : "keep"))
566 if (request != KEEP) {
571 request = KEEP;
    [all...]
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 36 KeepMain("keep-main",
37 cl::desc("Force function reduction to keep main"),
103 /// does, then we keep that program and try again.
158 BD.setNewProgram(M); // It crashed, keep the trimmed version...
172 /// seeing if the program still crashes. If it does, then keep the newer,
230 BD.setNewProgram(M); // It crashed, keep the trimmed version...
334 BD.setNewProgram(M); // It crashed, keep the trimmed version...
417 BD.setNewProgram(M); // It crashed, keep the trimmed version...
555 // still triggers failure, keep deleting until we cannot trigger failure
613 BD.setNewProgram(M); // Yup, it does, keep the reduced version..
    [all...]
  /external/arduino/hardware/arduino/cores/arduino/
Tone.cpp 498 *timer0_pin_port &= ~(timer0_pin_mask); // keep pin low after stop
517 *timer1_pin_port &= ~(timer1_pin_mask); // keep pin low after stop
541 // *timer2_pin_port &= ~(timer2_pin_mask); // keep pin low after stop
563 *timer3_pin_port &= ~(timer3_pin_mask); // keep pin low after stop
580 *timer4_pin_port &= ~(timer4_pin_mask); // keep pin low after stop
597 *timer5_pin_port &= ~(timer5_pin_mask); // keep pin low after stop
  /external/chromium_org/chrome/browser/
file_select_helper.cc 305 // FileSelectHelper will keep itself alive until it sends the result message.
316 // FileSelectHelper will keep itself alive until it sends the result message.
343 // difficult for callers to know how long to keep a reference to this
344 // instance. We AddRef() here to keep the instance alive after we return
437 // difficult for callers to know how long to keep a reference to this
438 // instance. We AddRef() here to keep the instance alive after we return
  /external/srec/srec/include/
srec.h 38 /*in order to keep data sizes as small as possible, most of the the structure
146 wtokenID word_token_list; /* index of head token in queue - keep worst at end
197 priority_q *word_priority_q; /*used to keep track of new word in frame*/
198 srec_word_lattice *word_lattice; /*used to keep track of word lattice in utterance*/
208 the search to keep track of new states for new frame. This
275 /*the following elements are to keep track of how big various arrays are*/
  /external/chromium_org/net/http/
http_network_transaction_unittest.cc 352 EXPECT_EQ("keep-alive", value);
356 EXPECT_EQ("['Host: www.google.com','Connection: keep-alive']",
    [all...]
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
usage.html 60 <li><a href="#keepoptions">Keep Options</a></li>
70 <li><a href="#keepoverview">Overview of <code>Keep</code> Options</a></li>
71 <li><a href="#keepoptionmodifiers">Keep Option Modifiers</a></li>
205 <h2><a name="keepoptions">Keep Options</a></h2>
208 <dt><a name="keep"><code><b>-keep</b></code></a>
214 href="examples.html#application">keep an application</a>, you can specify
225 href="examples.html#serializable">keep all serialization fields and
235 to <a href="examples.html#applications">keep all applications</a> that
241 <dd>Short for <a href="#keep"><code>-keep</code></a>,<a href="#allowshrinking"><code>allowshrinking</code></a
    [all...]
  /external/bluetooth/bluedroid/gki/common/
gki_common.h 265 INT16 OSDisableNesting; /* counter to keep track of interrupt disable nesting */
266 INT16 OSLockNesting; /* counter to keep track of sched lock nesting */
267 INT16 OSIntNesting; /* counter to keep track of interrupt nesting */
  /external/chromium_org/chrome/browser/extensions/
extension_function_histogram_value.h 46 // There are 2 options, depending if you want to keep accruing data in the
49 // a) If you want keep recording usages of the extension function in the
52 // mentioned in 1). The enum entry will keep the same underlying integer
  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.h 63 // This is used for example by ExtensionUpdater to keep track of when
71 // This is used for example by ExtensionUpdater to keep track of when
117 // We need to keep track of some information associated with a url

Completed in 1091 milliseconds

<<61626364656667686970>>