/aosp_15_r20/external/libchrome-gestures/src/ |
H A D | prop_registry.cc | 85 Json::Value BoolProperty::NewValue() const { in NewValue() function in gestures::BoolProperty 123 Json::Value BoolArrayProperty::NewValue() const { in NewValue() function in gestures::BoolArrayProperty 161 Json::Value DoubleProperty::NewValue() const { in NewValue() function in gestures::DoubleProperty 200 Json::Value DoubleArrayProperty::NewValue() const { in NewValue() function in gestures::DoubleArrayProperty 243 Json::Value IntProperty::NewValue() const { in NewValue() function in gestures::IntProperty 282 Json::Value IntArrayProperty::NewValue() const { in NewValue() function in gestures::IntArrayProperty 320 Json::Value StringProperty::NewValue() const { in NewValue() function in gestures::StringProperty
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/ObjCARC/ |
H A D | PtrState.h | 121 void SetKnownSafe(const bool NewValue) { RRI.KnownSafe = NewValue; } in SetKnownSafe() 125 void SetTailCallRelease(const bool NewValue) { in SetTailCallRelease() 135 void SetReleaseMetadata(MDNode *NewValue) { RRI.ReleaseMetadata = NewValue; } in SetReleaseMetadata() 139 void SetCFGHazardAfflicted(const bool NewValue) { in SetCFGHazardAfflicted()
|
/aosp_15_r20/external/llvm/lib/Transforms/ObjCARC/ |
H A D | PtrState.h | 120 void SetKnownSafe(const bool NewValue) { RRI.KnownSafe = NewValue; } in SetKnownSafe() 124 void SetTailCallRelease(const bool NewValue) { in SetTailCallRelease() 134 void SetReleaseMetadata(MDNode *NewValue) { RRI.ReleaseMetadata = NewValue; } in SetReleaseMetadata() 138 void SetCFGHazardAfflicted(const bool NewValue) { in SetCFGHazardAfflicted()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
H A D | PtrState.h | 121 void SetKnownSafe(const bool NewValue) { RRI.KnownSafe = NewValue; } in SetKnownSafe() 125 void SetTailCallRelease(const bool NewValue) { in SetTailCallRelease() 135 void SetReleaseMetadata(MDNode *NewValue) { RRI.ReleaseMetadata = NewValue; } in SetReleaseMetadata() 139 void SetCFGHazardAfflicted(const bool NewValue) { in SetCFGHazardAfflicted()
|
/aosp_15_r20/external/clang/lib/ASTMatchers/Dynamic/ |
H A D | VariantValue.cpp | 307 void VariantValue::setUnsigned(unsigned NewValue) { in setUnsigned() 322 void VariantValue::setString(StringRef NewValue) { in setString() 337 void VariantValue::setMatcher(const VariantMatcher &NewValue) { in setMatcher()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | LazyAtomicPointer.h | 65 bool compare_exchange_weak(T *&ExistingValue, T *NewValue) { in compare_exchange_weak() 80 bool compare_exchange_strong(T *&ExistingValue, T *NewValue) { in compare_exchange_strong()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | LazyAtomicPointer.h | 65 bool compare_exchange_weak(T *&ExistingValue, T *NewValue) { in compare_exchange_weak() 80 bool compare_exchange_strong(T *&ExistingValue, T *NewValue) { in compare_exchange_strong()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | LazyAtomicPointer.h | 65 bool compare_exchange_weak(T *&ExistingValue, T *NewValue) { in compare_exchange_weak() 80 bool compare_exchange_strong(T *&ExistingValue, T *NewValue) { in compare_exchange_strong()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | LazyAtomicPointer.h | 65 bool compare_exchange_weak(T *&ExistingValue, T *NewValue) { in compare_exchange_weak() 80 bool compare_exchange_strong(T *&ExistingValue, T *NewValue) { in compare_exchange_strong()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LowerConstantIntrinsics.cpp | 51 Value *NewValue) { in replaceConditionalBranchesOnConstant() 116 Value *NewValue; in lowerConstantIntrinsics() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | LowerConstantIntrinsics.cpp | 54 Value *NewValue, in replaceConditionalBranchesOnConstant() 133 Value *NewValue; in lowerConstantIntrinsics() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXGenericToNVVM.cpp | 161 Value *NewValue = C; in remapConstant() local 214 Value *NewValue = PoisonValue::get(C->getType()); in remapConstantVectorOrConstantAggregate() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXGenericToNVVM.cpp | 165 Value *NewValue = C; in remapConstant() local 218 Value *NewValue = UndefValue::get(C->getType()); in remapConstantVectorOrConstantAggregate() local
|
/aosp_15_r20/external/llvm/lib/Target/NVPTX/ |
H A D | NVPTXGenericToNVVM.cpp | 216 Value *NewValue = C; in remapConstant() local 269 Value *NewValue = UndefValue::get(C->getType()); in remapConstantVectorOrConstantAggregate() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | DIE.h | 754 T &&NewValue) { in replaceValue() 768 dwarf::Form Form, T &&NewValue) { in replaceValue() 780 dwarf::Form Form, DIEValue &NewValue) { in replaceValue()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | DIE.h | 754 T &&NewValue) { in replaceValue() 768 dwarf::Form Form, T &&NewValue) { in replaceValue() 780 dwarf::Form Form, DIEValue &NewValue) { in replaceValue()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | DIE.h | 754 T &&NewValue) { in replaceValue() 768 dwarf::Form Form, T &&NewValue) { in replaceValue() 780 dwarf::Form Form, DIEValue &NewValue) { in replaceValue()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | DIE.h | 754 T &&NewValue) { in replaceValue() 768 dwarf::Form Form, T &&NewValue) { in replaceValue() 780 dwarf::Form Form, DIEValue &NewValue) { in replaceValue()
|
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/ak/extractaar/ |
H A D | buildozer.go | 26 NewValue string member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | AggressiveInstCombineInternal.h | 70 Value *NewValue = nullptr; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | AggressiveInstCombineInternal.h | 73 Value *NewValue = nullptr; member
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceUtils.h | 164 BoolFlagSaver(bool &F, bool NewValue) : OldValue(F), Flag(F) { F = NewValue; } in BoolFlagSaver()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | IntrinsicInst.cpp | 115 Value *NewValue) { in replaceVariableLocationOp() 153 Value *NewValue) { in replaceVariableLocationOp()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | PlistSupport.h | 32 unsigned NewValue = V.size(); in AddFID() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/ |
D | PlistSupport.h | 32 unsigned NewValue = V.size(); in AddFID() local
|