Searched refs:updating (Results 1 – 25 of 173) sorted by relevance
1234567
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | effect-callback.js | 60 var updating = callbacks; 62 updating.sort(function(left, right) { 65 updating = updating.filter(function(callback) { 72 callbacks.push.apply(callbacks, updating);
|
/external/mesa3d/docs/ |
D | RELNOTES-4.0 | 142 GGI needs updating 143 DOS/DJGPP needs updating 144 BeOS needs updating 145 Allegro needs updating 146 D3D needs updating 147 DOS needs updating 149 Special thanks go to Karl Schultz for updating the Windows driver.
|
D | RELNOTES-4.0.2 | 43 GGI needs updating 44 BeOS needs updating 45 Allegro needs updating 46 D3D needs updating
|
D | RELNOTES-4.0.3 | 46 BeOS needs updating 47 Allegro needs updating 48 D3D needs updating
|
D | RELNOTES-5.0 | 76 BeOS needs updating (underway) 77 Allegro needs updating 78 D3D needs updating
|
D | RELNOTES-6.3.2 | 32 Allegro needs updating 33 D3D needs updating
|
D | RELNOTES-6.3.1 | 44 Allegro needs updating 45 D3D needs updating
|
D | RELNOTES-6.2.1 | 45 Allegro needs updating 46 D3D needs updating
|
D | RELNOTES-6.2 | 47 Allegro needs updating 48 D3D needs updating
|
D | RELNOTES-5.0.1 | 38 Allegro needs updating 39 D3D needs updating
|
D | RELNOTES-5.0.2 | 38 Allegro needs updating 39 D3D needs updating
|
D | RELNOTES-6.0.1 | 45 Allegro needs updating 46 D3D needs updating
|
D | RELNOTES-6.0 | 74 Allegro needs updating 75 D3D needs updating
|
D | RELNOTES-6.3 | 110 Allegro needs updating 111 D3D needs updating
|
D | RELNOTES-6.1 | 100 Allegro needs updating 101 D3D needs updating
|
/external/javassist/src/main/javassist/bytecode/stackmap/ |
D | Liveness.java | 62 if (tb.updating) { in computeLiveness1() 71 tb.updating = true; in computeLiveness1() 99 tb.updating = false; in computeLiveness1() 127 if (tb.updating || tb.status >= DONE) in computeLiveness2() 130 tb.updating = true; in computeLiveness2() 167 tb.updating = false; in computeLiveness2()
|
D | TypedBlock.java | 29 public boolean updating; field in TypedBlock 63 updating = false; in TypedBlock()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/ |
D | _README.txt | 1 UpdateBugStateTask is an ant task used for updating the status of 1 or 3 project. It can also be used for updating a specified list of bugs which
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/ |
D | message.py | 579 self.updating = False 590 if self.updating and qcount > 1: 605 if self.updating: 616 if self.updating or self.one_rr_per_rrset: 676 if self.updating and \ 713 self.updating = True 801 self.updating = False 819 self.updating = True 874 if self.updating: 927 deleting, True, self.updating)
|
/external/lzma/CPP/7zip/UI/Console/ |
D | UpdateCallbackConsole.cpp | 85 HRESULT CUpdateCallbackConsole::StartArchive(const wchar_t *name, bool updating) in StartArchive() argument 87 if(updating) in StartArchive()
|
/external/icu/icu4c/source/config/ |
D | windows-update.sed.in | 2 # sed script for updating windows .mak and .vcproj files
|
/external/expat/ |
D | README.android | 5 When updating to new versions, please remove any unnecessary build
|
/external/llvm/test/Transforms/LICM/ |
D | 2003-02-27-PreheaderExitNodeUpdate.ll | 1 ; This testcase fails because preheader insertion is not updating exit node
|
/external/clang/test/Modules/ |
D | rebuild.m | 23 // NOTE: if we change how the signature is created, this test may need updating. 37 // NOTE: if we change how the signature is created, this test may need updating.
|
/external/valgrind/docs/internals/ |
D | release-HOWTO.txt | 21 release date probably won't be known yet, updating it is in the list below 47 - Other files that might need updating: README, README_DEVELOPERS, 54 - Check whether copyright years need updating. 196 - Other pages that might need updating: downloads/repository.html.
|
1234567