Home
last modified time | relevance | path

Searched refs:newObj (Results 1 – 9 of 9) sorted by relevance

/external/skia/modules/particles/include/
DSkReflected.h198 sk_sp<SkReflected> newObj = obj; in visit() local
199 this->visit(newObj, T::GetType()); in visit()
200 if (newObj != obj) { in visit()
201 if (!newObj || newObj->isOfType(T::GetType())) { in visit()
202 obj.reset(static_cast<T*>(newObj.release())); in visit()
/external/icu/icu4c/source/i18n/
Dcurrpinf.cpp169 CurrencyPluralInfo* newObj = new CurrencyPluralInfo(*this); in clone() local
172 if (newObj != nullptr && U_FAILURE(newObj->fInternalStatus)) { in clone()
173 delete newObj; in clone()
174 newObj = nullptr; in clone()
176 return newObj; in clone()
Dplurrule.cpp91 PluralRules* newObj = new PluralRules(*this); in clone() local
94 if (newObj != nullptr && U_FAILURE(newObj->mInternalStatus)) { in clone()
95 delete newObj; in clone()
96 newObj = nullptr; in clone()
98 return newObj; in clone()
230 LocalPointer<PluralRules> newObj(new PluralRules(status), status); in internalForLocale() local
234 UnicodeString locRule = newObj->getRuleFromResource(locale, type, status); in internalForLocale()
248 parser.parse(locRule, newObj.getAlias(), status); in internalForLocale()
254 return newObj.orphan(); in internalForLocale()
/external/mesa3d/src/mesa/main/
Darrayobj.c408 struct gl_vertex_array_object *newObj = NULL; in bind_vertex_array() local
422 newObj = ctx->Array.DefaultVAO; in bind_vertex_array()
426 newObj = _mesa_lookup_vao(ctx, id); in bind_vertex_array()
427 if (!no_error && !newObj) { in bind_vertex_array()
433 newObj->EverBound = GL_TRUE; in bind_vertex_array()
452 _mesa_reference_vao(ctx, &ctx->Array.VAO, newObj); in bind_vertex_array()
Dpipelineobj.c436 struct gl_pipeline_object *newObj = NULL; in bind_program_pipeline() local
466 newObj = _mesa_lookup_pipeline_object(ctx, pipeline); in bind_program_pipeline()
467 if (!no_error && !newObj) { in bind_program_pipeline()
476 newObj->EverBound = GL_TRUE; in bind_program_pipeline()
479 _mesa_bind_pipeline(ctx, newObj); in bind_program_pipeline()
/external/apache-harmony/support/src/test/java/tests/util/
DSerializationTester.java156 Object newObj = oinput.readObject(); in readObject() local
157 return newObj; in readObject()
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DAggregateAllocationsRecorder.java36 @Override public void sampleAllocation(int arrayCount, String desc, Object newObj,
DAllAllocationsRecorder.java39 @Override public void sampleAllocation(int arrayCount, String desc, Object newObj,
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js3272 var newObj = FS.analyzePath(Pointer_stringify(new_));
3273 if (newObj.path == oldObj.path) {
3281 } else if (newObj.parentPath &&
3282 newObj.parentPath.indexOf(oldObj.path) == 0) {
3285 } else if (newObj.exists && newObj.object.isFolder) {
3290 newObj.parentObject.contents[newObj.name] = oldObj.object;