Home
last modified time | relevance | path

Searched refs:get (Results 5026 - 5050 of 13858) sorted by relevance

1...<<201202203204205206207208209210>>...555

/third_party/skia/src/gpu/gl/iOS/
H A DGrGLMakeNativeInterface_iOS.cpp22 return GrGLMakeAssembledGLESInterface(lib.get(), [](void* ctx, const char* name) { in GrGLMakeNativeInterface()
/third_party/skia/src/gpu/gl/mac/
H A DGrGLMakeNativeInterface_mac.cpp22 return GrGLMakeAssembledGLInterface(lib.get(), [](void* ctx, const char* name) { in GrGLMakeNativeInterface()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dsharedbreakiterator.h36 BreakIterator *get() const { return ptr; } in get() function in SharedBreakIterator
H A Dsharedcalendar.h25 const Calendar *get() const { return ptr; } in get() function in SharedCalendar
H A Dshareddateformatsymbols.h30 const DateFormatSymbols &get() const { return dfs; } in get() function in SharedDateFormatSymbols
H A Dsharednumberformat.h25 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 DSaveAndRestore.h27 T get() { return OldValue; } in get() function
/third_party/skia/tools/skiaserve/urlhandlers/
H A DDownloadHandler.cpp31 return SendData(connection, data.get(), "application/octet-stream", true, in handle()
/third_party/vixl/tools/
H A Dthread_pool.py50 # 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 DnodeModulesImportHelpersCollisions3(module=node16).js35 Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(fs_1).default; } });
H A DnodeModulesImportHelpersCollisions3(module=nodenext).js35 Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(fs_1).default; } });
/third_party/skia/fuzz/oss_fuzz/
H A DFuzzImage.cpp16 if (nullptr == img.get()) { in FuzzImageDecode()
/third_party/skia/docs/examples/
H A Dskpaint_blur_mask_filter.cpp10 canvas->drawTextBlob(blob.get(), 0, 160, paint); in REG_FIDDLE()
H A DImageInfo_computeByteSize.cpp10 SkPMColor* pixels = storage.get(); in REG_FIDDLE()
H A DCanvas_drawAtlas_2.cpp14 canvas->drawAtlas(image.get(), xforms, tex, colors, 2, SkBlendMode::kPlus, in REG_FIDDLE()
H A DCanvas_drawAtlas.cpp11 const SkImage* imagePtr = image.get(); in REG_FIDDLE()
H A DCanvas_drawVertices.cpp12 canvas->drawVertices(vertices.get(), SkBlendMode::kSrc, paint); in REG_FIDDLE()
H A DCanvas_drawTextBlob_2.cpp16 canvas->drawTextBlob(blob.get(), 0, 0, paint); in REG_FIDDLE()
H A DCanvas_drawAnnotation_2.cpp15 canvas->drawAnnotation(bounds, "url_key", urlData.get()); in REG_FIDDLE()
H A DCanvas_129.cpp15 canvas->drawAnnotation(bounds, "url_key", urlData.get()); in REG_FIDDLE()
H A DImageInfo_computeMinByteSize.cpp10 SkPMColor* pixels = storage.get(); in REG_FIDDLE()
/third_party/rust/crates/syn/codegen/src/
H A Djson.rs13 let json_path = workspace_path::get("syn.json"); in generate()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_private_member_test.cpp141 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 Dicc_file_controller.cpp79 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 Doh_jsunit_parser.py275 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))

Completed in 17 milliseconds

1...<<201202203204205206207208209210>>...555