- Aug 26, 2018
-
-
Abdulla Kamar authored
This is the file generated by "fx compdb" and used by language servers. Test: N/A Change-Id: Ib083ad5cf25ca594332a605163f17afc6e8eb6d2
-
- Aug 25, 2018
-
-
zircon-roller authored
daec3be2 [display] Make edid presence check consistent a834e814 [build] USE_LINKER_GC -> USER_USE_LINKER_GC, KERNEL_USE_LINKER_GC fc9cc395 [kernel][vm] Make EnumerateChildren use iteration 4956d002 [utest] Remove empty-string "msg" args from EXPECT/ASSERT calls in C++ 59cc5745 [intel-i915] Clean up ddi configuration 21358569 [virtcon] Fix incorrect usage of display_id afa085e7 [intel-i915] Don't detach pipe when changing mode 12eabf34 [display] Don't try to populate timings with no edid 95082b71 [zx] Add Debug Register State Test: CQ Change-Id: I23ceefae0af742ded341951db836094986ceca85
-
Joshua Liebow-Feeser authored
- When encountering internal errors, abort rather than unwinding to avoid the possibility of memory unsafety induced by unwinding through unsafe code SEC-95 Test: Compiles with overridden macros that fail compilation if normal unwinding is used Change-Id: Icd93c0b4dc61a4fba5440ef5e29098595d38a0f7
-
Joshua Liebow-Feeser authored
Test: None Change-Id: Ic55f462eefd056a2e997650b4fd9ad77543874cb
-
garnet-roller authored
Test: CQ Change-Id: Iafb610bce88e5818b7205308037635bd67589046
-
Joshua Liebow-Feeser authored
- Use BoringSSL's constant-time CRYPTO_memcmp function to compare hashes for equality in their PartialEq implementations Test: Existing unit tests Change-Id: I5c10cbe62e6514e8b4dea5f21b6cc3a0677eb48c
-
Petr Hosek authored
There are both public and internal packages, we want public ones to be always installed. Test: CQ Change-Id: I01db6a57e18399f458d20e490672d1d6e73202a0
-
Arman Uguray authored
Bluetooth drivers now use the ZX_ASSERT, ZX_DEBUG_ASSERT, and ZX_PANIC macros instead of FXL_CHECK, FXL_DCHECK, and FXL_NOTREACHED, and no longer (functionally) depend on fxl_logging.so. All ostream-based based logging has been removed. NET-357 #done TEST=bt-host-unittests; pair and use LE keyboard Change-Id: Ibce47a93a1dd665178c9dd2072cd4aa1c1e45335
-
Tim Kilbourn authored
These were being used by dependencies that do not have access to the zircon ethernet fidl definition. DX-415 #done Test: CQ Change-Id: I073ac0306bf008468a0cd7617f2f2f294d2e83b2
-
third-party-roller authored
a00c6083 Allow binaries in test_package definition. Test: CQ Change-Id: I6e3402d94353b9ef945b64d1b5bc8b034afc9621
-
third-party-roller authored
1d1af17b [prebuilt] Update version of led Test: CQ Change-Id: I74608e05cb038db94291d0885883a96cb8b2af0b
-
Ankur Mittal authored
Delete garnet one and use from //build TEST=CQ Change-Id: Ib135d24a3d326efc4d363bf5bc18a8b5c6cb8dd5
-
garnet-roller authored
Test: CQ Change-Id: I32e2cc12cf9f4a31f149b64ad0bda3c85e536147
-
Christopher R. Johnson authored
This change defines a new inspection interface for components consisting of the following: |Object| - A class that describes some "Object" of interest to the component. Consists of low-level interfaces to set string "Properties" and numeric "Metrics" on the object. Also has interfaces to set Object children on a Object. Implments an custom FIDL interface as well as LazyDir to expose the values to interested parties. |ObjectDir| - A wrapper around |Object| that adds convenience getters/setters and hierarchy traversal functionality. ObjectDir is exposed as part of components' outgoing/ directory in the hub. |ExposedObject| - A base class for any class in a component that makes sense to expose as an |Object|. Automatically handles parent-child relationships and cleanup on object destruction. TEST=follow up CP-59: #progress Change-Id: I3223b3f5563bba05a45afe6e520506c72bf79954
-
James Tucker authored
Test: CQ Change-Id: I86245f3fb68640ae963305f73bfbb92a2e20f4e3
-
- Aug 24, 2018
-
-
John Bauman authored
Essentially always use plane 0, to match the current code. Test: builds Change-Id: I202992f35bcbd1de00c152dbca5eb3b32a3cef78
-
third-party-roller authored
bc2c0a9 Exclude a few more folders with large data from telemetry data set Test: CQ Change-Id: I64014022b7d88da4e3d22166b8a82e43b6666a91
-
Brett Wilson authored
Adds information about printing variables, doing less optimization, and debugging out-of-tree binaries. TEST=I kinda proofread it. Change-Id: Ide5a4d2c7aef72474ee4732afbcf24184bca6a52
-
Brett Wilson authored
The DwarfExprEval issues a callback which can destroy the object, but tried to clear the callback variable after doing this. This change moves the callback to the stack before calling. TEST=manual Change-Id: Id3dc8169968163cdb5dd0838db2469dbc9902927
-
Toshi Kikuchi authored
- loopSocket[Read|Write] are renamed to loopStream[Read|Write]. - ios.dgramLoopClosing is renamed to loopReadClosing. - loopReadClosing signals both loopStreamRead and loopDgramRead. - ???LoopDone are renamed to loop???Done. Test: CQ Change-Id: I551451d56a638f0ed3ba84c6ead97141720ef3d7
-
Ankur Mittal authored
TEST=cmx_unittests Change-Id: I693c55e5535dc8125c4c3ec4c07ca3c866325e8f
-
Michael Jurka authored
When calculating FPS, make the base time the time of the first presented frame rather than the start time of the trace. There may be a few seconds at beginning with no frames due to startup time and we want to skip that. TEST=fx shell "/pkgfs/packages/garnet_benchmarks/0/bin/benchmarks.sh /tmp --catapult-converter-args --bots fake_bot_name --masters fuchsia.try --execution-timestamp-ms 1534438419097 --log-url https://fake_url" Change-Id: Ia9712551f28114f2fbbd9fe01d3459a56bc79a3b
-
Taylor Cramer authored
Test: CQ (trivial change) Change-Id: Idd056b8576665a9b81ef3a13e45902ceb61bff97
-
Taylor Cramer authored
Test: CQ (trivial change) Change-Id: Iabee999815eb75280610241e8bc76093d776b8fa
-
zircon-roller authored
d55d9db7 [ddktl] Include driver header to ddkl protocol header files 009caf13 [fidl] Minor corrections. ceddf6ea [display] Remove ddk calls from on_displays_changed 8ba2bbe0 [sysmem] Add per-plane info to format 41e17576 [syscalls][bti] Add a flag for contiguous mappings 29ffd950 [trace-engine] Split up context.cpp, getting big Test: CQ Change-Id: I8e88214ce26ee8066c4bde5b2b2bbcf0afaf5733
-
third-party-roller authored
9ba17cf6 [build] Define template for test component. Test: CQ Change-Id: I2fd915a077cf9f95dc645f5109755bbb15b80784
-
Derek Gonyeo authored
TEST=log_listener unit tests, manual test Change-Id: I31b07c31af04a2fbc12883c679e20f0e0df04faf
-
Cristián Donoso authored
TEST=No functional change Change-Id: I33bc3e3b1b6ba6c676db691f4eea7911e9063589
-
Brett Wilson authored
Resolve . and -> when evaluating expressions. This separates out pointer resolution into its own file (moved from the SymbolVariableResolver), and adds a separate file for member resolution. This allows for better code sharing without a SymbolVariableResolver and seems easier to follow and test. Added some additional test support files for creating types. This doesn't currently have any smart wrapping and support for asynchronous struct members (like char* or arrays) is still coming. TEST=unit Change-Id: If75784f4e7c8b2606b0079472960d59469ca242b
-
Robert Hahn authored
Test=Included Change-Id: I56d158b1d3518e2888b161cf21ac3ef582ca3b14
-
David Moore authored
Modify existing calls to vmar routines in preparation for changing the parameter order. ZX-2264 Test: CQ Change-Id: I0486c253cbc0900e29ad3e0a9d58b78447e23436
-
Taylor Cramer authored
Change-Id: I7c2550da1c40b4e874f07afc36dd1d61877a328b Test: trivial
-
Tim Kilbourn authored
Test: CQ (no functional changes) Change-Id: Id2a5fc29c047abdf40528266cd0fbc6e4c6d8b17
-
Taylor Cramer authored
Change-Id: I0861ce958ad5b286e75e82c32967ab138f207cfd Test: trivial
-
Tim Kilbourn authored
Test: CQ (no functional changes) Change-Id: Id05a39b0964ff46c410986f67ec407ee19104dd5
-
third-party-roller authored
48a751d9 [sdk][dart] Add metadata to Dart libraries. Test: CQ Change-Id: Ifec8526a5679ff8e098ce572a6c20cb7dbeb3fb9
-
Tim Kilbourn authored
Test: CQ (no functional changes) Change-Id: I4f3be2080197d9d5a1cedb8a4c913ed2ebf4ac77
-
Tamir Duberstein authored
- replace `sliceHeader` with `reflect.SliceHeader` - replace pointer arithmetic with `reflect.SliceHeader` - use anonymous struct pattern to clarify locking semantics - reduce unnecessary locking Test: CQ Change-Id: I06d466912ed4d8b12cd8c87bd9d76c48ed535a5b
-
Benjamin Brittain authored
NET-1006 #done Test: Device shows up on atheros chipsets and surfaces in the bluetooth tooling Change-Id: I3c81e2d6bdd46bb0b1e267fe99c7c870429968e2
-
Taylor Cramer authored
Change-Id: Ie54adfd2a224615701838dda020e2092dad7f879 Test: trivial
-