/third_party/skia/src/gpu/gl/iOS/ |
H A D | GrGLMakeNativeInterface_iOS.cpp | 22 return GrGLMakeAssembledGLESInterface(lib.get(), [](void* ctx, const char* name) { in GrGLMakeNativeInterface()
|
/third_party/skia/src/gpu/gl/mac/ |
H A D | GrGLMakeNativeInterface_mac.cpp | 22 return GrGLMakeAssembledGLInterface(lib.get(), [](void* ctx, const char* name) { in GrGLMakeNativeInterface()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | sharedbreakiterator.h | 36 BreakIterator *get() const { return ptr; } in get() function in SharedBreakIterator
|
H A D | sharedcalendar.h | 25 const Calendar *get() const { return ptr; } in get() function in SharedCalendar
|
H A D | shareddateformatsymbols.h | 30 const DateFormatSymbols &get() const { return dfs; } in get() function in SharedDateFormatSymbols
|
H A D | sharednumberformat.h | 25 const NumberFormat *get() const { return ptr; } in get() function in SharedNumberFormat
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | SaveAndRestore.h | 27 T get() { return OldValue; } in get() function
|
/third_party/skia/tools/skiaserve/urlhandlers/ |
H A D | DownloadHandler.cpp | 31 return SendData(connection, data.get(), "application/octet-stream", true, in handle()
|
/third_party/vixl/tools/ |
H A D | thread_pool.py | 50 # The '.get(9999999)' is a workaround to allow killing the test script with 53 pool.map_async(function, list_of_args).get(9999999)
|
/third_party/typescript/tests/baselines/reference/ |
H A D | nodeModulesImportHelpersCollisions3(module=node16).js | 35 Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(fs_1).default; } });
|
H A D | nodeModulesImportHelpersCollisions3(module=nodenext).js | 35 Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(fs_1).default; } });
|
/third_party/skia/fuzz/oss_fuzz/ |
H A D | FuzzImage.cpp | 16 if (nullptr == img.get()) { in FuzzImageDecode()
|
/third_party/skia/docs/examples/ |
H A D | skpaint_blur_mask_filter.cpp | 10 canvas->drawTextBlob(blob.get(), 0, 160, paint); in REG_FIDDLE()
|
H A D | ImageInfo_computeByteSize.cpp | 10 SkPMColor* pixels = storage.get(); in REG_FIDDLE()
|
H A D | Canvas_drawAtlas_2.cpp | 14 canvas->drawAtlas(image.get(), xforms, tex, colors, 2, SkBlendMode::kPlus, in REG_FIDDLE()
|
H A D | Canvas_drawAtlas.cpp | 11 const SkImage* imagePtr = image.get(); in REG_FIDDLE()
|
H A D | Canvas_drawVertices.cpp | 12 canvas->drawVertices(vertices.get(), SkBlendMode::kSrc, paint); in REG_FIDDLE()
|
H A D | Canvas_drawTextBlob_2.cpp | 16 canvas->drawTextBlob(blob.get(), 0, 0, paint); in REG_FIDDLE()
|
H A D | Canvas_drawAnnotation_2.cpp | 15 canvas->drawAnnotation(bounds, "url_key", urlData.get()); in REG_FIDDLE()
|
H A D | Canvas_129.cpp | 15 canvas->drawAnnotation(bounds, "url_key", urlData.get()); in REG_FIDDLE()
|
H A D | ImageInfo_computeMinByteSize.cpp | 10 SkPMColor* pixels = storage.get(); in REG_FIDDLE()
|
/third_party/rust/crates/syn/codegen/src/ |
H A D | json.rs | 13 let json_path = workspace_path::get("syn.json"); in generate()
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_private_member_test.cpp | 141 auto ret = service_->OnUserStarted(msg.get()); in HWTEST_F() 146 ret = service_->OnUserStarted(msg.get()); in HWTEST_F() 154 ret = service_->OnUserStarted(msg1.get()); in HWTEST_F() 166 ret = service_->OnUserStarted(msg2.get()); in HWTEST_F() 175 ret = service_->OnUserStarted(msg3.get()); in HWTEST_F() 197 auto ret1 = service_->OnUserRemoved(msg1.get()); in HWTEST_F() 542 // get correct subProp in HWTEST_F() 567 // get correct prop in HWTEST_F() 820 auto ret1 = service_->HandlePackageEvent(msg1.get()); in HWTEST_F() 830 auto ret2 = service_->HandlePackageEvent(msg2.get()); in HWTEST_F() [all...] |
/base/telephony/core_service/services/sim/src/ |
H A D | icc_file_controller.cpp | 79 unsigned char *fileData = rawData.get(); in ProcessLinearRecordSize() 107 unsigned char *fileData = rawData.get(); in ProcessRecordSize() 111 TELEPHONY_LOGE("ProcessRecordSize get error filetype"); in ProcessRecordSize() 157 unsigned char *fileData = rawData.get(); in ProcessBinarySize() 161 TELEPHONY_LOGE("ProcessBinarySize get error filetype"); in ProcessBinarySize() 469 objectShare = std::make_shared<ControllerToFileMsg>(cmdData.get(), fd); in SendResponse() 471 objectUnique = std::make_unique<ControllerToFileMsg>(cmdData.get(), fd); in SendResponse() 497 std::shared_ptr<EfLinearResult> object = std::make_shared<EfLinearResult>(cmdData.get()); in SendEfLinearResult() 524 std::shared_ptr<MultiRecordResult> object = std::make_shared<MultiRecordResult>(cmdData.get()); in SendMultiRecordResult() 712 objectShare = std::make_shared<ControllerToFileMsg>(cmdData.get(), nullpt in ProcessErrorResponse() [all...] |
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
H A D | oh_jsunit_parser.py | 275 cur_suite = report_listener.suites.get(diff_id) 276 pos = report_listener.suite_distributions.get(cur_suite.index) 284 test_des_list = self.runner.expect_tests_dict.get( 286 pos = report_listener.suite_distributions.get(suite.index) 331 test_des_list = self.runner.expect_tests_dict.get( 409 suite_dict_list = json.loads(self.json_str).get("suites", []) 417 self.tests_dict.get( 663 name_list = self.runner.expect_tests_dict.get(suite_name, []) 712 self.all_result_dict.get(self.temp_class).append((self.temp_test, code))
|