/external/lldb/source/Target/ |
D | ExecutionContext.cpp | 224 m_target_sp.reset(); in Clear() 225 m_process_sp.reset(); in Clear() 226 m_thread_sp.reset(); in Clear() 227 m_frame_sp.reset(); in Clear() 354 m_target_sp.reset(); in SetTargetPtr() 363 m_process_sp.reset(); in SetProcessPtr() 372 m_thread_sp.reset(); in SetThreadPtr() 381 m_frame_sp.reset(); in SetFramePtr() 391 m_process_sp.reset(); in SetContext() 392 m_thread_sp.reset(); in SetContext() [all …]
|
/external/lldb/source/Interpreter/ |
D | Property.cpp | 40 m_value_sp.reset (new OptionValueArch(definition.default_cstr_value)); in Property() 45 m_value_sp.reset (new OptionValueArgs()); in Property() 50 …m_value_sp.reset (new OptionValueArray(OptionValue::ConvertTypeToMask((OptionValue::Type)definitio… in Property() 59 …m_value_sp.reset (new OptionValueBoolean(Args::StringToBoolean (definition.default_cstr_value, fal… in Property() 61 m_value_sp.reset (new OptionValueBoolean(definition.default_uint_value != 0)); in Property() 66 …m_value_sp.reset (new OptionValueDictionary(OptionValue::ConvertTypeToMask((OptionValue::Type)defi… in Property() 76 m_value_sp.reset (enum_value); in Property() 95 …m_value_sp.reset (new OptionValueFileSpec(FileSpec(definition.default_cstr_value, definition.defau… in Property() 100 m_value_sp.reset (new OptionValueFileSpecList()); in Property() 114 m_value_sp.reset (new OptionValueFormat(new_format)); in Property() [all …]
|
/external/ceres-solver/internal/ceres/ |
D | numeric_diff_cost_function_test.cc | 50 cost_function.reset( in TEST() 63 cost_function.reset( in TEST() 76 cost_function.reset( in TEST() 89 cost_function.reset( in TEST() 102 cost_function.reset( in TEST() 115 cost_function.reset( in TEST() 128 cost_function.reset( in TEST() 141 cost_function.reset( in TEST() 170 cost_function.reset( in TEST() 174 cost_function.reset( in TEST() [all …]
|
D | numeric_diff_functor_test.cc | 55 cost_function.reset( in TEST() 61 cost_function.reset( in TEST() 74 cost_function.reset( in TEST() 80 cost_function.reset( in TEST() 93 cost_function.reset( in TEST() 99 cost_function.reset( in TEST() 112 cost_function.reset( in TEST() 118 cost_function.reset( in TEST()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | TestUScriptRun.java | 229 scriptRun.reset(0, 100); in TestReset() 236 scriptRun.reset(100, 0); in TestReset() 243 scriptRun.reset(0, -100); in TestReset() 250 scriptRun.reset(-100, 0); in TestReset() 257 scriptRun.reset(dummy, 0, 6); in TestReset() 264 scriptRun.reset(dummy, 6, 0); in TestReset() 271 scriptRun.reset(dummy, 0, -100); in TestReset() 278 scriptRun.reset(dummy, -100, 0); in TestReset() 285 scriptRun.reset(dummy, 0, dummy.length); in TestReset() 292 scriptRun.reset(0, 6); in TestReset() [all …]
|
/external/lldb/source/API/ |
D | SBListener.cpp | 219 event.reset (event_sp); in WaitForEvent() 238 event.reset (NULL); in WaitForEvent() 263 event.reset (event_sp); in WaitForEventForBroadcaster() 268 event.reset (NULL); in WaitForEventForBroadcaster() 295 event.reset (event_sp); in WaitForEventForBroadcasterWithType() 299 event.reset (NULL); in WaitForEventForBroadcasterWithType() 308 event.reset (m_opaque_ptr->PeekAtNextEvent ()); in PeekAtNextEvent() 311 event.reset (NULL); in PeekAtNextEvent() 320 event.reset (m_opaque_ptr->PeekAtNextEventForBroadcaster (broadcaster.get())); in PeekAtNextEventForBroadcaster() 323 event.reset (NULL); in PeekAtNextEventForBroadcaster() [all …]
|
D | SBStringList.cpp | 26 m_opaque_ap.reset (new lldb_private::StringList (*lldb_strings_ptr)); in SBStringList() 33 m_opaque_ap.reset (new lldb_private::StringList(*rhs)); in SBStringList() 43 m_opaque_ap.reset(new lldb_private::StringList(*rhs)); in operator =() 45 m_opaque_ap.reset(); in operator =() 80 m_opaque_ap.reset (new lldb_private::StringList (str)); in AppendString() 94 m_opaque_ap.reset (new lldb_private::StringList (strv, strc)); in AppendList() 104 m_opaque_ap.reset (new lldb_private::StringList()); in AppendList()
|
/external/icu/icu4c/source/extra/scrptrun/ |
D | scrptrun.h | 42 void reset(); 44 void reset(int32_t start, int32_t count); 46 void reset(const UChar chars[], int32_t start, int32_t length); 102 reset(NULL, 0, 0); in ScriptRun() 107 reset(chars, 0, length); in ScriptRun() 112 reset(chars, start, length); in ScriptRun() 130 inline void ScriptRun::reset() in reset() function 138 inline void ScriptRun::reset(int32_t start, int32_t length) in reset() function 143 reset(); in reset() 146 inline void ScriptRun::reset(const UChar chars[], int32_t start, int32_t length) in reset() function [all …]
|
/external/skia/tests/ |
D | UtilsTest.cpp | 59 tmp.reset(0); // test out reset(0) when already at 0 in test_autostarray() 60 tmp.reset(4); // this should force a new allocation in test_autostarray() 62 tmp[0].reset(SkRef(&obj0)); in test_autostarray() 63 tmp[1].reset(SkRef(&obj1)); in test_autostarray() 68 tmp.reset(0); in test_autostarray() 73 tmp.reset(2); // this should use the preexisting allocation in test_autostarray() 75 tmp[0].reset(SkRef(&obj0)); in test_autostarray() 76 tmp[1].reset(SkRef(&obj1)); in test_autostarray() 88 tmp[0].reset(SkRef(&obj0)); in test_autostarray() 89 tmp[1].reset(SkRef(&obj1)); in test_autostarray() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | UScriptRun.java | 67 reset(nullChars, 0, 0); in UScriptRun() 82 reset (text); in UScriptRun() 99 reset(text, start, count); in UScriptRun() 114 reset(chars); in UScriptRun() 131 reset(chars, start, count); in UScriptRun() 142 public final void reset() in reset() method in UScriptRun 174 public final void reset(int start, int count) in reset() method in UScriptRun 190 reset(); in reset() 206 public final void reset(char[] chars, int start, int count) in reset() method in UScriptRun 214 reset(start, count); in reset() [all …]
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/ |
D | remove_if.pass.cpp | 62 ia[0].reset(new int(0)); in test1() 63 ia[1].reset(new int(1)); in test1() 64 ia[2].reset(new int(2)); in test1() 65 ia[3].reset(new int(3)); in test1() 66 ia[4].reset(new int(4)); in test1() 67 ia[5].reset(new int(2)); in test1() 68 ia[6].reset(new int(3)); in test1() 69 ia[7].reset(new int(4)); in test1() 70 ia[8].reset(new int(2)); in test1()
|
D | remove.pass.cpp | 50 ia[0].reset(new int(0)); in test1() 51 ia[1].reset(new int(1)); in test1() 52 ia[3].reset(new int(3)); in test1() 53 ia[4].reset(new int(4)); in test1() 54 ia[6].reset(new int(3)); in test1() 55 ia[7].reset(new int(4)); in test1()
|
/external/skia/src/gpu/ |
D | GrTextureAccess.cpp | 20 this->reset(texture, params); in GrTextureAccess() 26 this->reset(texture, filterMode, tileXAndY); in GrTextureAccess() 32 this->reset(texture, swizzle, params); in GrTextureAccess() 39 this->reset(texture, swizzle, filterMode, tileXAndY); in GrTextureAccess() 42 void GrTextureAccess::reset(GrTexture* texture, in reset() function in GrTextureAccess 53 void GrTextureAccess::reset(GrTexture* texture, in reset() function in GrTextureAccess 60 fParams.reset(tileXAndY, filterMode); in reset() 65 void GrTextureAccess::reset(GrTexture* texture, in reset() function in GrTextureAccess 74 void GrTextureAccess::reset(GrTexture* texture, in reset() function in GrTextureAccess 79 fParams.reset(tileXAndY, filterMode); in reset()
|
D | GrContextFactory.cpp | 38 glCtx.reset(SkCreatePlatformGLContext(forcedGpuAPI)); in get() 42 glCtx.reset(SkANGLEGLContext::Create(forcedGpuAPI)); in get() 47 glCtx.reset(SkMesaGLContext::Create(forcedGpuAPI)); in get() 51 glCtx.reset(SkNullGLContext::Create(forcedGpuAPI)); in get() 54 glCtx.reset(SkDebugGLContext::Create(forcedGpuAPI)); in get() 70 glInterface.reset(GrGLInterfaceRemoveNVPR(glInterface)); in get() 78 grCtx.reset(GrContext::Create(kOpenGL_GrBackend, p3dctx, &fGlobalOptions)); in get()
|
/external/skia/include/gpu/ |
D | GrTextureAccess.h | 25 this->reset(); in GrTextureParams() 35 this->reset(tileXAndY, filterMode); in GrTextureParams() 39 this->reset(tileModes, filterMode); in GrTextureParams() 53 void reset() { in reset() function 54 this->reset(SkShader::kClamp_TileMode, kNone_FilterMode); in reset() 57 void reset(SkShader::TileMode tileXAndY, FilterMode filterMode) { in reset() function 62 void reset(const SkShader::TileMode tileModes[2], FilterMode filterMode) { in reset() function 142 void reset(GrTexture*, const GrTextureParams&); 143 void reset(GrTexture*, 146 void reset(GrTexture*, const char* swizzle, const GrTextureParams&); [all …]
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/ |
D | unique.pass.cpp | 109 ib[1].reset(&one); in test1() 123 id[2].reset(&one); in test1() 131 ie[2].reset(&one); in test1() 140 ig[2].reset(&one); in test1() 141 ig[3].reset(&one); in test1() 149 ih[1].reset(&one); in test1() 150 ih[2].reset(&one); in test1() 158 ii[1].reset(&one); in test1() 159 ii[2].reset(&one); in test1() 160 ii[3].reset(&one); in test1() [all …]
|
D | unique_pred.pass.cpp | 137 ib[1].reset(&one); in test1() 155 id[2].reset(&one); in test1() 165 ie[2].reset(&one); in test1() 176 ig[2].reset(&one); in test1() 177 ig[3].reset(&one); in test1() 187 ih[1].reset(&one); in test1() 188 ih[2].reset(&one); in test1() 198 ii[1].reset(&one); in test1() 199 ii[2].reset(&one); in test1() 200 ii[3].reset(&one); in test1() [all …]
|
/external/llvm/lib/Object/ |
D | ELFObjectFile.cpp | 35 R.reset(new ELFObjectFile<ELFType<support::little, 4, false>>(Obj, EC)); in createELFObjectFile() 39 R.reset(new ELFObjectFile<ELFType<support::little, 2, false>>(Obj, EC)); in createELFObjectFile() 45 R.reset(new ELFObjectFile<ELFType<support::big, 4, false>>(Obj, EC)); in createELFObjectFile() 49 R.reset(new ELFObjectFile<ELFType<support::big, 2, false>>(Obj, EC)); in createELFObjectFile() 55 R.reset(new ELFObjectFile<ELFType<support::big, 8, true>>(Obj, EC)); in createELFObjectFile() 59 R.reset(new ELFObjectFile<ELFType<support::big, 2, true>>(Obj, EC)); in createELFObjectFile() 65 R.reset(new ELFObjectFile<ELFType<support::little, 8, true>>(Obj, EC)); in createELFObjectFile() 69 R.reset(new ELFObjectFile<ELFType<support::little, 2, true>>(Obj, EC)); in createELFObjectFile()
|
/external/skia/debugger/QT/ |
D | SkGLWidget.cpp | 30 fCurIntf.reset(GrGLCreateNativeInterface()); in initializeGL() 41 fGpuDevice.reset(NULL); in initializeGL() 42 fCanvas.reset(NULL); in initializeGL() 44 fCurContext.reset(GrContext::Create(kOpenGL_GrBackend, (GrBackendContext) fCurIntf.get())); in initializeGL() 58 fGpuDevice.reset(NULL); in createRenderTarget() 59 fCanvas.reset(NULL); in createRenderTarget() 66 fGpuDevice.reset(SkGpuDevice::Create(curRenderTarget, &props)); in createRenderTarget() 67 fCanvas.reset(new SkCanvas(fGpuDevice)); in createRenderTarget()
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/ |
D | rjsmin.c | 89 const rchar *reset, *sentinel = source + length; in rjsmin() local 103 reset = source; in rjsmin() 127 target -= source - reset; in rjsmin() 128 source = reset; in rjsmin() 160 reset = source; in rjsmin() 203 target -= source - reset; in rjsmin() 204 source = reset; in rjsmin() 232 reset = source++; in rjsmin() 245 reset = NULL; in rjsmin() 249 if (!reset) in rjsmin() [all …]
|
/external/skia/src/pathops/ |
D | SkOpBuilder.cpp | 21 void SkOpBuilder::reset() { in reset() function in SkOpBuilder 22 fPathRefs.reset(); in reset() 23 fOps.reset(); in reset() 70 reset(); in resolve() 75 reset(); in resolve() 81 reset(); in resolve() 87 reset(); in resolve()
|
/external/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.h | 98 MAI.reset(mAI); in LLVMDisasmContext() 99 MRI.reset(mRI); in LLVMDisasmContext() 100 MSI.reset(mSI); in LLVMDisasmContext() 101 MII.reset(mII); in LLVMDisasmContext() 102 Ctx.reset(ctx); in LLVMDisasmContext() 103 DisAsm.reset(disAsm); in LLVMDisasmContext() 104 IP.reset(iP); in LLVMDisasmContext() 120 void setIP(MCInstPrinter *NewIP) { IP.reset(NewIP); } in setIP()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | DrawableFactory.java | 41 public void reset() { in reset() method in DrawableFactory 71 public void reset() { in reset() method in DrawableFactory.DrawableBitmapPool 86 ((DrawableBitmap)entry).reset(); in release() 108 public void reset() { in reset() method in DrawableFactory.ScrollableBitmapPool 123 ((ScrollableBitmap)entry).reset(); in release() 137 public void reset() { in reset() method in DrawableFactory.TiledBackgroundVertexGridPool 153 bg.reset(); in release()
|
/external/skia/src/gpu/gl/ |
D | GrGLContext.cpp | 13 fInterface.reset(SkSafeRef(that.fInterface.get())); in operator =() 25 this->reset(); in initialize() 67 fInterface.reset(SkRef(interface)); in initialize() 77 void GrGLContextInfo::reset() { in reset() function in GrGLContextInfo 78 fInterface.reset(NULL); in reset() 85 fGLCaps->reset(); in reset()
|
/external/lldb/source/Symbol/ |
D | FuncUnwinders.cpp | 89 m_unwind_plan_call_site_sp.reset (new UnwindPlan (lldb::eRegisterKindGeneric)); in GetUnwindPlanAtCallSite() 91 m_unwind_plan_call_site_sp.reset(); in GetUnwindPlanAtCallSite() 117 m_unwind_plan_non_call_site_sp.reset (new UnwindPlan (lldb::eRegisterKindGeneric)); in GetUnwindPlanAtNonCallSite() 119 m_unwind_plan_non_call_site_sp.reset(); in GetUnwindPlanAtNonCallSite() 143 m_unwind_plan_fast_sp.reset (new UnwindPlan (lldb::eRegisterKindGeneric)); in GetUnwindPlanFastUnwind() 145 m_unwind_plan_fast_sp.reset(); in GetUnwindPlanFastUnwind() 176 m_unwind_plan_arch_default_sp.reset (new UnwindPlan (lldb::eRegisterKindGeneric)); in GetUnwindPlanArchitectureDefault() 212 … m_unwind_plan_arch_default_at_func_entry_sp.reset (new UnwindPlan (lldb::eRegisterKindGeneric)); in GetUnwindPlanArchitectureDefaultAtFunctionEntry()
|