Searched refs:got (Results 1 – 11 of 11) sorted by relevance
/hardware/interfaces/automotive/can/1.0/tools/configurator/ |
D | canprototools.cpp | 40 auto got = s.read(buff, n).gcount(); in readString() local 42 return std::string(buff, 0, std::min(n, got)); in readString()
|
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/test/ |
D | TestWakeupClientServiceImplUnitTest.cpp | 111 size_t got = 0; in waitForRemoteTasks() local 113 got++; in waitForRemoteTasks() 115 if (got == count) { in waitForRemoteTasks() 123 return got; in waitForRemoteTasks()
|
/hardware/interfaces/automotive/can/aidl/default/tools/configurator/ |
D | canprototools.cpp | 49 auto got = s.read(buff, n).gcount(); in readString() local 51 return std::string(buff, got); in readString()
|
/hardware/google/gfxstream/host/ |
D | meson.build | 33 ## have not yet got pkgconfig to work with cross-compile,
|
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.cpp | 3194 int64_t got; in update_delay() local 3371 got = mCompassSensor->getDelay(ID_M); in update_delay() 3372 inv_set_compass_sample_rate(got / 1000); in update_delay() 3488 got = mCompassSensor->getDelay(ID_M); in update_delay() 3489 inv_set_compass_sample_rate(got / 1000); in update_delay() 3491 int(got/1000LL)); in update_delay()
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.cpp | 3548 int64_t got; local 3717 got = mCompassSensor->getDelay(ID_M); 3718 inv_set_compass_sample_rate(got / 1000); 3795 got = mCompassSensor->getDelay(ID_M); 3796 inv_set_compass_sample_rate(got / 1000); 3798 int(got/1000LL));
|
/hardware/interfaces/security/secretkeeper/aidl/vts/ |
D | secretkeeper_test_client.rs | 305 Err(got) => panic!("unexpected error {got:?}, expected {want:?}"), in assert_result_matches()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_acceleration_structure.adoc | 432 ** Add some alignment VUs that got lost in refactoring (!3592)
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/ |
D | katex.mjs | 234 throw new Error('Expected non-null, but got ' + String(value)); 1583 throw new Error(`Expected symbolNode but got ${String(group)}.`); 1590 throw new Error(`Expected span<HtmlDomNode> but got ${String(group)}.`); 6106 …throw new Error(`Expected node of type ${type}, but got ` + (node ? `node of type ${node.type}` : … 6137 …throw new Error(`Expected node of type "atom" and family "${family}", but got ` + (node ? node.typ… 6159 …throw new Error(`Expected node of symbol group type, but got ` + (node ? `node of type ${node.type… 9977 …throw new ParseError("Too many math in a row: " + `expected ${numMaths}, but got ${curMaths}`, row… 15790 throw new ParseError(`Expected '${text}', got '${this.fetch().text}'`, this.fetch()); 16029 // We got a limit control 16049 // We got a superscript start [all …]
|
/hardware/google/pixel/pixelstats/ |
D | pixelatoms.proto | 1203 // The maximum size the event queue got to (i.e. num pending events). 1206 // The average size the event queue got to (i.e. num pending events).
|
/hardware/interfaces/radio/1.0/ |
D | types.hal | 92 MODEM_ERR = 40, // Vendor RIL got unexpected or incorrect response
|