HomeSort by relevance Sort by last modified time
    Searched defs:LogicalNot (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/binder/tests/
binderSafeInterfaceTest.cpp 218 LogicalNot,
244 virtual status_t logicalNot(bool a, bool* notA) const = 0;
281 status_t logicalNot(bool a, bool* notA) const override {
283 return callRemote<decltype(&ISafeInterfaceTest::logicalNot)>(Tag::LogicalNot, a, notA);
390 status_t logicalNot(bool a, bool* notA) const override {
497 case ISafeInterfaceTest::Tag::LogicalNot: {
498 return callLocal(data, reply, &ISafeInterfaceTest::logicalNot);
633 status_t result = mSafeInterfaceTest->logicalNot(a, &notA);
639 result = mSafeInterfaceTest->logicalNot(b, &notB)
    [all...]
  /external/v8/src/interpreter/
bytecode-array-builder.cc 311 BytecodeArrayBuilder& BytecodeArrayBuilder::LogicalNot() {
    [all...]

Completed in 370 milliseconds