Searched refs:updating (Results 1 – 25 of 608) sorted by relevance
12345678910>>...25
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | effect-callback.js | 71 var updating = callbacks; 73 updating.sort(function(left, right) { 76 updating = updating.filter(function(callback) { 83 callbacks.push.apply(callbacks, updating);
|
/external/mesa3d/docs/relnotes/ |
D | 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 | 4.0.2 | 43 GGI needs updating 44 BeOS needs updating 45 Allegro needs updating 46 D3D needs updating
|
D | 4.0.3 | 46 BeOS needs updating 47 Allegro needs updating 48 D3D needs updating
|
D | 5.0 | 76 BeOS needs updating (underway) 77 Allegro needs updating 78 D3D needs updating
|
D | 6.3.2 | 32 Allegro needs updating 33 D3D needs updating
|
D | 6.3.1 | 44 Allegro needs updating 45 D3D needs updating
|
D | 6.2.1 | 45 Allegro needs updating 46 D3D needs updating
|
D | 6.2 | 47 Allegro needs updating 48 D3D needs updating
|
D | 5.0.2 | 38 Allegro needs updating 39 D3D needs updating
|
D | 5.0.1 | 38 Allegro needs updating 39 D3D needs updating
|
D | 6.0.1 | 45 Allegro needs updating 46 D3D needs updating
|
D | 6.0 | 74 Allegro needs updating 75 D3D needs updating
|
/external/cronet/net/data/cache_tests/list_loop2/ |
D | contents.txt | 39 updating: 0 58 updating: 0 77 updating: 0 96 updating: 0
|
/external/cronet/net/disk_cache/blockfile/ |
D | block_files_unittest.cc | 138 ASSERT_EQ(0, header->updating); in TEST_F() 149 header->updating = -1; in TEST_F() 162 ASSERT_EQ(0, header->updating); in TEST_F() 232 ASSERT_EQ(0, header->updating); in TEST_F() 249 header->updating = 1; in TEST_F() 263 header->updating = 1; in TEST_F()
|
/external/cronet/net/data/cache_tests/dirty_entry5/ |
D | contents.txt | 39 updating: 0 58 updating: 0 77 updating: 0 96 updating: 0
|
/external/cronet/net/data/cache_tests/dirty_entry4/ |
D | contents.txt | 39 updating: 0 58 updating: 0 77 updating: 0 96 updating: 0
|
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/external/ |
D | EuCode.txt | 2 #See https://cldr.unicode.org/development/updating-codes/updating-un-codes
|
/external/cronet/net/data/cache_tests/dirty_entry3/ |
D | contents.txt | 39 updating: 0 58 updating: 0 77 updating: 0 96 updating: 0
|
/external/cronet/net/data/cache_tests/list_loop3/ |
D | contents.txt | 39 updating: 0 58 updating: 0 77 updating: 0 96 updating: 0
|
/external/cronet/third_party/protobuf/ |
D | WORKSPACE | 42 # For updating instructions, see: 43 # https://github.com/bazelbuild/rules_jvm_external#updating-maven_installjson
|
/external/protobuf/ |
D | WORKSPACE | 42 # For updating instructions, see: 43 # https://github.com/bazelbuild/rules_jvm_external#updating-maven_installjson
|
/external/python/cpython3/Modules/_io/ |
D | _iomodule.c | 240 int creating = 0, reading = 0, writing = 0, appending = 0, updating = 0; in _io_open_impl() local 291 updating = 1; in _io_open_impl() 321 if (updating) *(m++) = '+'; in _io_open_impl() 326 if (creating || writing || appending || updating) { in _io_open_impl() 453 if (updating) in _io_open_impl()
|
/external/python/cpython2/Modules/_io/ |
D | _iomodule.c | 299 int reading = 0, writing = 0, appending = 0, updating = 0; in io_open() local 342 updating = 1; in io_open() 371 if (updating) *(m++) = '+'; in io_open() 485 if (updating) in io_open()
|
/external/rust/crates/grpcio-sys/grpc/third_party/ |
D | README.md | 6 ## Guidelines on updating submodules 12 - bazel BUILD uses a different dependency model - whenever updating a submodule, also update the re… 33 …ncy (see section above) and that you understand the complexities of updating the build files. … 39 ## Instructions for updating dependencies 75 …- Update `http_archive(name = "boringssl",` section by updating the sha in `strip_prefix` and `url…
|
12345678910>>...25