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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
assembly_grammar.cpp 147 CASE(LogicalNot),
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVOpCodeEnum.h 157 _SPIRV_OP(LogicalNot, 168)
SPIRVInstruction.h     [all...]
  /external/v8/src/interpreter/
bytecode-array-builder.h 245 BytecodeArrayBuilder& LogicalNot();
bytecode-array-builder.cc 311 BytecodeArrayBuilder& BytecodeArrayBuilder::LogicalNot() {
    [all...]
bytecodes.h 138 V(LogicalNot, AccumulatorUse::kReadWrite) \
    [all...]
bytecode-generator.cc     [all...]
  /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...]

Completed in 336 milliseconds