| /external/libchrome-gestures/src/ | 
| D | prop_registry.cc | 85 Json::Value BoolProperty::NewValue() const {  in NewValue()  function in gestures::BoolProperty 122 Json::Value BoolArrayProperty::NewValue() const {  in NewValue()  function in gestures::BoolArrayProperty 160 Json::Value DoubleProperty::NewValue() const {  in NewValue()  function in gestures::DoubleProperty 199 Json::Value DoubleArrayProperty::NewValue() const {  in NewValue()  function in gestures::DoubleArrayProperty 242 Json::Value IntProperty::NewValue() const {  in NewValue()  function in gestures::IntProperty 281 Json::Value IntArrayProperty::NewValue() const {  in NewValue()  function in gestures::IntArrayProperty 319 Json::Value StringProperty::NewValue() const {  in NewValue()  function in gestures::StringProperty
  | 
| /external/llvm/lib/Transforms/ObjCARC/ | 
| 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()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ | 
| 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()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ | 
| D | LowerConstantIntrinsics.cpp | 51                                                  Value *NewValue) {  in replaceConditionalBranchesOnConstant() 116     Value *NewValue;  in lowerConstantIntrinsics()  local
  | 
| /external/bazelbuild-rules_android/src/tools/ak/extractaar/ | 
| D | buildozer.go | 26 	NewValue string  member
  | 
| /external/clang/lib/ASTMatchers/Dynamic/ | 
| 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()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ | 
| D | NVPTXGenericToNVVM.cpp | 165   Value *NewValue = C;  in remapConstant()  local 218   Value *NewValue = UndefValue::get(C->getType());  in remapConstantVectorOrConstantAggregate()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ | 
| D | AggressiveInstCombineInternal.h | 70     Value *NewValue = nullptr;  member
  | 
| /external/llvm/lib/Target/NVPTX/ | 
| D | NVPTXGenericToNVVM.cpp | 216   Value *NewValue = C;  in remapConstant()  local 269   Value *NewValue = UndefValue::get(C->getType());  in remapConstantVectorOrConstantAggregate()  local
  | 
| /external/swiftshader/third_party/subzero/src/ | 
| D | IceUtils.h | 164   BoolFlagSaver(bool &F, bool NewValue) : OldValue(F), Flag(F) { F = NewValue; }  in BoolFlagSaver()
  | 
| D | IceLoopAnalyzer.cpp | 75     void setOnStack(bool NewValue = true) { OnStack = NewValue; }  in setOnStack()
  | 
| D | IceAssembler.h | 77   void setPosition(intptr_t NewValue) { Position = NewValue; }  in setPosition()
  | 
| D | IceGlobalInits.h | 380   void setIsConstant(bool NewValue) { IsConstant = NewValue; }  in setIsConstant()
  | 
| /external/golang-protobuf/internal/impl/ | 
| D | convert_map.go | 113 func (ms *mapReflect) NewValue() protoreflect.Value {  func
  | 
| /external/golang-protobuf/reflect/protoreflect/ | 
| D | value.go | 274 	NewValue() Value  methodSpec
  | 
| /external/clang/unittests/Tooling/ | 
| D | RecursiveASTVisitorTestExprVisitor.cpp | 116   void setShouldVisitImplicitCode(bool NewValue) {  in setShouldVisitImplicitCode()
  | 
| /external/golang-protobuf/testing/protocmp/ | 
| D | reflect.go | 253 func (ms reflectMap) NewValue() protoreflect.Value {  func
  | 
| /external/golang-protobuf/testing/prototest/ | 
| D | message.go | 432 func (m testMap) NewValue() protoreflect.Value                     { panic("unimplemented") }  func
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ | 
| D | FileCheckImpl.h | 109   void setValue(uint64_t NewValue) { Value = NewValue; }  in setValue()
  | 
| /external/clang/lib/Parse/ | 
| D | RAIIObjectsForParser.h | 350     PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue)  in PoisonSEHIdentifiersRAIIObject()
  | 
| /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ | 
| D | NaClBitcodeParser.h | 143   void SetStartBit(uint64_t NewValue) { StartBit = NewValue; }  in SetStartBit()
  | 
| /external/clang/lib/Analysis/ | 
| D | BodyFarm.cpp | 299   const ParmVarDecl *NewValue = D->getParamDecl(1);  in create_OSAtomicCompareAndSwap()  local
  | 
| /external/tensorflow/tensorflow/lite/delegates/gpu/common/ | 
| D | model.cc | 146 Value* GraphFloat32::NewValue() {  in NewValue()  function in tflite::gpu::GraphFloat32
  | 
| /external/golang-protobuf/types/known/structpb/ | 
| D | struct.pb.go | 315 func NewValue(v interface{}) (*Value, error) {  func
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ | 
| D | LoopUnrollAndJam.cpp | 396       Value *NewValue = OldValue;  in UnrollAndJamLoop()  local
  |