Home
last modified time | relevance | path

Searched refs:compound (Results 1 – 25 of 45) sorted by relevance

12

/aosp12/system/tools/hidl/hidl2aidl/
H A DAidlTranslate.cpp459 const CompoundType* compound = static_cast<const CompoundType*>(type); in emitTranslateSource() local
461 if (compound->style() == CompoundType::STYLE_UNION) { in emitTranslateSource()
472 if (compound->style() == CompoundType::STYLE_SAFE_UNION) { in emitTranslateSource()
483 out << "case " << compound->fullJavaName() << ".hidl_discriminator." in emitTranslateSource()
486 out << "case " << compound->fullName() in emitTranslateSource()
490 h2aFieldTranslation(out, namedTypes, compound, field, backend); in emitTranslateSource()
514 h2aFieldTranslation(out, namedTypes, compound, field, backend); in emitTranslateSource()
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionPlan.cpp1165 bursts.reserve(compound()->mSteps.size()); in makeBursts()
1211 const auto* body = compound(); in makeController()
1536 auto compoundBody = compound(); in nextCompound()
1858 compound()->mSteps.push_back(step); in createNewExecutionStep()
1865 step->ifStep()->index = compound()->mSteps.size(); in createNewIfStep()
1866 compound()->mSteps.push_back(step); in createNewIfStep()
1874 compound()->mSteps.push_back(step); in createNewWhileStep()
1881 step->gotoStep()->index = compound()->mSteps.size(); in createNewGotoStep()
1882 compound()->mSteps.push_back(step); in createNewGotoStep()
1948 return compound()->mSteps; in forTest_compoundGetSteps()
[all …]
H A DExecutionPlan.h710 size_t getNextStepIndex() const { return compound()->mSteps.size(); } in getNextStepIndex()
774 compound()->forEachStepRoleOfSourceOperand(index, callback); in forTest_compoundForEachStepRoleOfSourceOperand()
981 CompoundBody* compound() { in compound() function
986 const CompoundBody* compound() const { in compound() function
/aosp12/system/tools/aidl/
H A Dast_cpp_unittest.cpp225 ArgList compound({"foo", "bar", "baz"}); in TEST_F() local
226 CompareGeneratedCode(compound, "(foo, bar, baz)"); in TEST_F()
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/
H A Darchitecture.dot2 compound=true
H A Dmove1.dot2 compound=true
H A Dutilityclass.dot3 compound=true
H A Dmove3.dot2 compound=true
H A Dtutorial.dot2 compound=true
H A Dmove2.dot2 compound=true
H A Dnormalparsing.dot2 compound=true
H A Dsimpledom.dot2 compound=true
H A Dinsituparsing.dot2 compound=true
/aosp12/hardware/interfaces/broadcastradio/1.1/
H A Dtypes.hal174 * 64bit compound primary identifier for HD Radio.
194 * 24bit compound primary identifier for DAB.
/aosp12/hardware/interfaces/broadcastradio/2.0/
H A Dtypes.hal482 * 64bit compound primary identifier for HD Radio.
520 * 28bit compound primary identifier for Digital Audio Broadcasting.
/aosp12/hardware/interfaces/identity/support/include/cppbor/
H A DREADME.md185 Full parsing means completely parsing a (possibly-compound) data
/aosp12/system/timezone/output_data/icu_overlay/
H A DLICENSE119 # listed below with further processing for compound word breaking. The
/aosp12/system/timezone/testing/data/test1/output_data/icu_overlay/
H A DLICENSE119 # listed below with further processing for compound word breaking. The
/aosp12/system/timezone/testing/data/test2/output_data/icu_overlay/
H A DLICENSE119 # listed below with further processing for compound word breaking. The
/aosp12/system/timezone/testing/data/test3/output_data/icu_overlay/
H A DLICENSE119 # listed below with further processing for compound word breaking. The
/aosp12/frameworks/av/media/codec2/docs/
H A Ddoxygen.config398 # useful for C code in case the coding convention dictates that all compound
529 # YES the compound reference will be hidden.
/aosp12/system/chre/chre_api/doc/
H A DDoxyfile388 # useful for C code in case the coding convention dictates that all compound
519 # YES the compound reference will be hidden.
/aosp12/frameworks/base/media/native/midi/include/
H A DDoxyfile407 # useful for C code in case the coding convention dictates that all compound
538 # YES the compound reference will be hidden.
/aosp12/system/chre/pal/doc/
H A DDoxyfile388 # useful for C code in case the coding convention dictates that all compound
519 # YES the compound reference will be hidden.
/aosp12/system/media/audio_utils/
H A DDoxyfile429 # useful for C code in case the coding convention dictates that all compound
566 # YES the compound reference will be hidden.

12