Home
last modified time | relevance | path

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/
Deffect-callback.js71 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/
D4.0142 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.
D4.0.243 GGI needs updating
44 BeOS needs updating
45 Allegro needs updating
46 D3D needs updating
D4.0.346 BeOS needs updating
47 Allegro needs updating
48 D3D needs updating
D5.076 BeOS needs updating (underway)
77 Allegro needs updating
78 D3D needs updating
D6.3.232 Allegro needs updating
33 D3D needs updating
D6.3.144 Allegro needs updating
45 D3D needs updating
D6.2.145 Allegro needs updating
46 D3D needs updating
D6.247 Allegro needs updating
48 D3D needs updating
D5.0.238 Allegro needs updating
39 D3D needs updating
D5.0.138 Allegro needs updating
39 D3D needs updating
D6.0.145 Allegro needs updating
46 D3D needs updating
D6.074 Allegro needs updating
75 D3D needs updating
/external/cronet/net/data/cache_tests/list_loop2/
Dcontents.txt39 updating: 0
58 updating: 0
77 updating: 0
96 updating: 0
/external/cronet/net/disk_cache/blockfile/
Dblock_files_unittest.cc138 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/
Dcontents.txt39 updating: 0
58 updating: 0
77 updating: 0
96 updating: 0
/external/cronet/net/data/cache_tests/dirty_entry4/
Dcontents.txt39 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/
DEuCode.txt2 #See https://cldr.unicode.org/development/updating-codes/updating-un-codes
/external/cronet/net/data/cache_tests/dirty_entry3/
Dcontents.txt39 updating: 0
58 updating: 0
77 updating: 0
96 updating: 0
/external/cronet/net/data/cache_tests/list_loop3/
Dcontents.txt39 updating: 0
58 updating: 0
77 updating: 0
96 updating: 0
/external/cronet/third_party/protobuf/
DWORKSPACE42 # For updating instructions, see:
43 # https://github.com/bazelbuild/rules_jvm_external#updating-maven_installjson
/external/protobuf/
DWORKSPACE42 # For updating instructions, see:
43 # https://github.com/bazelbuild/rules_jvm_external#updating-maven_installjson
/external/python/cpython3/Modules/_io/
D_iomodule.c240 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.c299 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/
DREADME.md6 ## 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