HomeSort by relevance Sort by last modified time
    Searched refs:assertMem (Results 1 - 5 of 5) sorted by null

  /device/google/contexthub/lib/include/nanohub/
nanoapp.h 24 void assertMem(size_t used, size_t total);
  /device/google/contexthub/lib/nanohub/
nanoapp.c 37 void assertMem(size_t used, size_t total)
  /prebuilts/go/darwin-x86/src/net/http/
request_test.go 627 assertMem := func(n string, fd multipart.File) {
634 assertMem("filea", fda)
638 assertMem("fileb", fdb)
  /prebuilts/go/linux-x86/src/net/http/
request_test.go 627 assertMem := func(n string, fd multipart.File) {
634 assertMem("filea", fda)
638 assertMem("fileb", fdb)
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess.c 253 assertMem(bufUsed + hdrDiff, bufSz);
499 assertMem(bufUsed, bufSz);
    [all...]

Completed in 546 milliseconds