HomeSort by relevance Sort by last modified time
    Searched refs:stale (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/compiler-rt/test/asan/TestCases/Windows/
use_after_realloc.cc 8 *stale = buffer; local
10 // The 'stale' may now point to a free'd memory.
11 stale[0] = 42;
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
load_failures.js 27 var stale = loadfailures._loader.staleBuilders();
28 if (stale.length)
29 loadfailures._failureData[group].staleBuilders[testType] = stale;
31 if ((failures.length || stale.length) && !Object.keys(g_resultsByBuilder).length)
107 '<table><tr><th>Test type</th><th>>1 week stale</th><th>>1 day stale, <1 week stale</th></tr>';
116 var stale = staleBuildersByTestType[testType] || [];
118 stale.sort().forEach(function(builder) {
loader.js 227 this._errors.addError('ERROR: Data from ' + this._staleBuilders.toString() + ' is more than 1 day stale.');
  /external/nist-sip/java/javax/sip/header/
AuthorizationHeader.java 37 void setStale(boolean stale);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
print-stale-test-expectations-entries 87 print '%s%s is not accessible. Not able to tell if it\'s stale.' % (crbug_prefix, bug_number)
97 option_parser.add_option('--days', type='int', default=90, help='Number of days to consider a bug stale.'),
  /external/chromium_org/v8/src/
optimizing-compiler-thread.cc 335 // Find the next slot that is empty or has a stale job.
336 OptimizedCompileJob* stale = NULL; local
338 stale = osr_buffer_[osr_buffer_cursor_];
339 if (stale == NULL || stale->IsWaitingForInstall()) break;
344 if (stale != NULL) {
345 ASSERT(stale->IsWaitingForInstall());
346 CompilationInfo* info = stale->info();
352 DisposeOptimizedCompileJob(stale, false);
  /frameworks/av/media/libstagefright/wifi-display/source/
RepeaterSource.cpp 139 bool stale = false; local
152 stale = true;
163 if (!stale) {
  /external/chromium_org/android_webview/tools/
webview_licenses.py 106 and the whitelist contains no stale entries;
107 ScanResult.Warnings if there are stale entries;
178 stale = set(whitelisted_files) - set(offending_files)
179 if stale:
182 '\n'.join(sorted(stale))
190 elif stale or missing:
246 ScanResult.Warnings if there are non-fatal problems (e.g. stale whitelist
  /external/chromium_org/content/browser/loader/
buffered_resource_handler.cc 328 bool stale; local
329 bool has_plugin = HasSupportingPlugin(&stale);
330 if (stale) {
458 bool BufferedResourceHandler::HasSupportingPlugin(bool* stale) {
467 stale, &plugin, NULL);
469 if (stale)
470 *stale = false;
  /external/opencv/cvaux/src/
cvbgfg_codebook.cpp 184 e->stale = MAX( e->stale, negRun );
190 e->stale = MAX( e->stale, negRun );
213 e->stale = 0;
338 if( e->stale > staleThresh )
346 e->stale = 0;
  /external/chromium_org/chrome/browser/resources/print_preview/search/
destination_list_item.css 18 .destination-list-item.stale {
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
destination_settings.css 23 .destination-settings-box.stale {
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationHeader.java 62 public static final String STALE = ParameterNames.STALE;
395 * Sets the value of the stale parameter of the WWWAuthenicateHeader to the
396 * <var>stale</var> parameter value.
398 * @param stale -
399 * the Boolean.valueOf value of the stale parameter.
402 public void setStale(boolean stale) {
403 setParameter(new NameValue(ParameterNames.STALE, Boolean.valueOf(stale)));
410 * @return the boolean representing if the challenge is stale
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
grammar.rb 33 def stale?
168 if options[ :force ] or stale?
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_speaker.js 30 * cancel a chain of callbacks that is stale.
  /external/chromium_org/chrome/renderer/resources/
neterror.js 109 var staleLoadButton = document.getElementById('stale-load-button');
  /external/chromium_org/chrome/test/chromedriver/js/
call_function.js 84 * Clears stale items from the cache.
190 * automatically be pruned each call to remove stale references.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
  /ndk/build/core/
setup-app.mk 106 # you're not going to leave a stale shared library for the old one.
  /external/libunwind/doc/
libunwind.tex 281 stale data. For example, this would happen if \Prog{libunwind} were
285 To prevent the risk of using stale data, \Prog{libunwind} provides two
294 completely, therefore eliminating the risk of stale data alltogether
  /external/chromium_org/content/browser/
plugin_service_impl.cc 534 bool stale = GetPluginInfoArray( local
537 *is_stale = stale;
  /external/chromium_org/net/tools/testserver/
testserver.py     [all...]
  /external/chromium_org/ui/keyboard/resources/
main.js 228 keyboard.stale = true;
535 keyboard.stale = false;
  /external/libnl/lib/route/
neigh.c 661 __ADD(NUD_STALE, stale)

Completed in 867 milliseconds

1 2 3 4