/aosp12/frameworks/compile/slang/ |
H A D | slang_rs_reflection_cpp.cpp | 921 slangAssert(!Val.isUninit() && "Not a valid initializer"); in genInitExportVariable() 928 genInitBoolExportVariable(VarName, Val); in genInitExportVariable() 930 genInitPrimitiveExportVariable(VarName, Val); in genInitExportVariable() 935 if (!Val.isInt() || Val.getInt().getSExtValue() != 0) in genInitExportVariable() 942 switch (Val.getKind()) { in genInitExportVariable() 947 genInitPrimitiveExportVariable(Name, Val); in genInitExportVariable() 1010 genInitValue(Val); in genInitPrimitiveExportVariable() 1015 switch (Val.getKind()) { in genInitValue() 1017 const llvm::APInt &api = Val.getInt(); in genInitValue() 1031 const llvm::APFloat &apf = Val.getFloat(); in genInitValue() [all …]
|
H A D | slang_rs_reflection_cpp.h | 82 void genInitValue(const clang::APValue &Val, bool asBool = false); 119 const clang::APValue &Val); 122 const clang::APValue &Val); 124 const clang::APValue &Val);
|
H A D | slang_rs_reflection.h | 215 const clang::APValue &Val); 217 const clang::APValue &Val); 219 const clang::APValue &Val); 220 void genInitValue(const clang::APValue &Val, bool asBool); 304 size_t Val, ReflectionState::Val32 Val32);
|
H A D | slang_rs_reflection.cpp | 408 if (!Val32.first || (Val == Val32.second)) { in genConditionalVal() 411 mOut << Val; in genConditionalVal() 753 genInitValue(Val, false); in genInitPrimitiveExportVariable() 767 genInitBoolExportVariable(VarName, Val); in genInitExportVariable() 774 if (!Val.isInt() || Val.getInt().getSExtValue() != 0) in genInitExportVariable() 781 switch (Val.getKind()) { in genInitExportVariable() 845 if (InitIndex > Val.getVectorLength()) in genInitExportVariable() 1870 const clang::APValue &Val = EV->getInit(); in genPrimitiveTypeExportVariable() local 1919 switch (Val.getKind()) { in genInitValue() 1921 const llvm::APInt &api = Val.getInt(); in genInitValue() [all …]
|
H A D | slang_rs_export_var.h | 58 inline const clang::APValue &getInit() const { return mInit.Val; } in getInit() 64 return mInitArray[i].Val; in getInitArray()
|
H A D | slang_rs_reflection_state.cpp | 152 const auto &Val = Record->getValue(); in dump() local 154 << " allocSize=" << Val.mAllocSize in dump() 155 << " postPadding=" << Val.mPostPadding in dump() 156 << " ordinary=" << Val.mOrdinary in dump() 157 << " matchedByName=" << Val.mMatchedByName in dump() 159 const size_t NumFields = Val.mFieldCount; in dump() 161 const auto &field = Val.mFields[fieldIdx]; in dump()
|
H A D | slang_rs_pragma_handler.cpp | 542 llvm::APInt Val(32, 0); in handleIntegerParamPragma() local 543 NumericLiteral.GetIntegerValue(Val); in handleIntegerParamPragma() 544 this->handleInt(PP, PragmaToken, static_cast<int>(Val.getSExtValue())); in handleIntegerParamPragma()
|
H A D | slang_rs_export_var.cpp | 51 mInit.Val = clang::APValue(llvm::APSInt(1)); in RSExportVar()
|
/aosp12/art/libartbase/base/ |
H A D | stl_util.h | 290 template <typename Val> 293 static_assert(std::is_pointer<Val>::value, "Must be pointer type!"); 294 constexpr bool operator()(Val v) const { in operator() 307 template <typename Val> 309 const Val* val_; 312 template<typename Val> 313 std::ostream& operator<<(std::ostream& os, const SafePrinter<Val>& v) { 321 template<typename Val> 322 SafePrinter<Val> SafePrint(const Val* v) { in SafePrint() 323 return SafePrinter<Val>{v}; in SafePrint()
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A D | BitcodeReader.cpp | 669 switch (Val) { in getDecodedLinkage() 708 switch (Val) { in GetDecodedVisibility() 717 switch (Val) { in GetDecodedThreadLocalMode() 728 switch (Val) { in getDecodedUnnamedAddrType() 737 switch (Val) { in GetDecodedCastOpcode() 754 switch (Val) { in GetDecodedBinaryOpcode() 778 switch (Val) { in GetDecodedRMWOperation() 795 switch (Val) { in GetDecodedOrdering() 808 switch (Val) { in GetDecodedSynchScope() 3039 Value *Val; in ParseFunctionBody() local [all …]
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A D | BitcodeReader.cpp | 432 switch (Val) { in getDecodedLinkage() 471 switch (Val) { in GetDecodedVisibility() 480 switch (Val) { in GetDecodedThreadLocalMode() 491 switch (Val) { in getDecodedUnnamedAddrType() 499 static int GetDecodedCastOpcode(unsigned Val) { in GetDecodedCastOpcode() argument 500 switch (Val) { in GetDecodedCastOpcode() 516 static int GetDecodedBinaryOpcode(unsigned Val, Type *Ty) { in GetDecodedBinaryOpcode() argument 517 switch (Val) { in GetDecodedBinaryOpcode() 2778 Value *Val; in ParseFunctionBody() local 3154 Value *Val, *Ptr; in ParseFunctionBody() local [all …]
|
/aosp12/system/bt/embdrv/sbc/decoder/include/ |
H A D | oi_string.h | 84 void OI_MemSet(void* Block, uint8_t Val, uint32_t Size);
|
/aosp12/art/test/530-checker-lse3/smali/ |
H A D | StoreLoad.smali | 23 ## CHECK-DAG: <<Val:b\d+>> StaticFieldGet [{{l\d+}}] field_name:StoreLoad.byteField 25 ## CHECK-DAG: <<Val3:i\d+>> Add [<<Val>>,<<Val2>>]
|
/aosp12/system/update_engine/payload_generator/ |
H A D | generate_delta_main.cc | 273 template <typename Key, typename Val> 274 string ToString(const map<Key, Val>& map) { in ToString()
|
/aosp12/hardware/invensense/65xx/libsensors_iio/ |
H A D | MPLSensor.h | 276 void calcOrientationSensor(float *Rx, float *Val);
|
/aosp12/hardware/invensense/6515/libsensors_iio/ |
H A D | MPLSensor.h | 256 void calcOrientationSensor(float *Rx, float *Val);
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
H A D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ... |
H A D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
H A D | lt_wordlist.combined.gz | 1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ... |
H A D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
H A D | pt_PT_wordlist.combined.gz | 1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ... |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |