Searched refs:coalesced (Results 1 – 25 of 34) sorted by relevance
12
/third_party/gn/src/gn/ |
D | trace.cc | 88 std::map<std::string, Coalesced> coalesced; in SummarizeCoalesced() local 90 Coalesced& c = coalesced[item->name()]; in SummarizeCoalesced() 98 for (const auto& pair : coalesced) in SummarizeCoalesced()
|
/third_party/grpc/src/objective-c/tests/CronetTests/ |
D | CronetUnitTests.mm | 320 BOOL coalesced = NO; 338 coalesced = YES; 343 if (coalesced) { 348 XCTAssert(coalesced == useCoalescing);
|
/third_party/ltp/testcases/kernel/syscalls/inotify/ |
D | README | 38 IN_MOVE_SELF events will be coalesced into a single one.
|
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-binance/ |
D | README.md | 29 the packet size before tls by applying compression, making even coalesced packets
|
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/ |
D | ppc-darwin_closure.S | 239 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
|
D | ppc64-darwin_closure.S | 309 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
|
D | ppc-darwin.S | 285 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | inherited_notifier.dart | 18 /// Multiple notifications are coalesced, so that dependents only rebuild once
|
/third_party/skia/third_party/externals/brotli/c/tools/ |
D | brotli.md | 25 could be coalesced:
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.0.7.rst | 111 - intel/fs: Don't delete coalesced MOVs if they have a cmod
|
/third_party/python/Modules/_ctypes/libffi_osx/x86/ |
D | darwin64.S | 319 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
|
D | x86-darwin.S | 314 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
|
/third_party/grpc/test/cpp/ios/CronetTests/ |
D | TestHelper.mm | 160 // write the last message and send status (coalesced using WriteLast)
|
/third_party/libuv/include/uv/ |
D | win.h | 384 int coalesced; \
|
/third_party/libffi/src/x86/ |
D | sysv_intel.S | 734 .section __TEXT,__text,coalesced,pure_instructions; \ 765 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
|
D | sysv.S | 795 .section __TEXT,__text,coalesced,pure_instructions; \ 825 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
|
D | unix64.S | 412 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
|
/third_party/libffi/src/powerpc/ |
D | darwin.S | 321 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
|
/third_party/libuv/src/win/ |
D | pipe.c | 1488 coalesced_write_req->req.coalesced = 1; in uv__build_coalesced_write_req() 1527 req->coalesced = 0; in uv__pipe_write_data() 2079 if (req->coalesced) { in uv__process_pipe_write_req()
|
/third_party/boost/libs/spirit/doc/qi/ |
D | char.qbk | 73 ranges such that adjacent or overlapping ranges are coalesced.
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_texture_non_power_of_two.txt | 591 - coalesced the equations that used 3 2-term max equations into 616 - updated revision history and coalesced revision notes from
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_texture_non_power_of_two.txt | 581 - coalesced the equations that used 3 2-term max equations into 606 - updated revision history and coalesced revision notes from
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | notes.markdown | 379 clauses. Eliminates all coalesced copies (if src and dst of the copy
|
/third_party/boost/libs/spirit/doc/karma/ |
D | char.qbk | 77 ranges such that adjacent or overlapping ranges are coalesced.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | README.txt | 259 .section __TEXT,__const_coal,coalesced instead of 260 .section __DATA,__const_coal,coalesced.
|
12