Home
last modified time | relevance | path

Searched refs:capacityNumBytes (Results 1 – 4 of 4) sorted by relevance

/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
DDataPipe.java98 public void setCapacityNumBytes(int capacityNumBytes) { in setCapacityNumBytes() argument
99 mCapacityNumBytes = capacityNumBytes; in setCapacityNumBytes()
/external/libmojo/mojo/edk/js/tests/
Djs_to_cpp_tests.js21 capacityNumBytes: 64 property
215 sampleData = new Uint8Array(DATA_PIPE_PARAMS.capacityNumBytes);
219 sampleMessage = new Uint8Array(DATA_PIPE_PARAMS.capacityNumBytes);
/external/libmojo/mojo/public/js/
Dcore.js93 int32 capacityNumBytes; // The capacity of the data pipe, in bytes.
Dcore_unittests.js66 capacityNumBytes: 64 property