Home
last modified time | relevance | path

Searched refs:get (Results 2101 - 2125 of 15595) sorted by relevance

1...<<81828384858687888990>>...624

/foundation/filemanagement/storage_service/test/fuzztest/storagedaemoncreatesharefile_fuzzer/
H A Dstoragedaemoncreatesharefile_fuzzer.cpp47 datas.WriteBuffer(data.get(), size); in StorageDaemonCreateShareFileFuzzTest()
71 (void)memset_s(str.get(), size + 1, 0x00, size + 1); in LLVMFuzzerTestOneInput()
72 if (memcpy_s(str.get(), size, data, size) != EOK) { in LLVMFuzzerTestOneInput()
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dkill_process.cpp42 pid_t pid = static_cast<int32_t>(atoi(payload["pid"].get<string>().c_str())); in KillProcessByPidWithClient()
44 payload["processName"].get<string>() : UNKNOWN_PROCESS; in KillProcessByPidWithClient()
46 std::string killReason = payload["killReason"].get<string>(); in KillProcessByPidWithClient()
/foundation/filemanagement/dfs_service/utils/ffrt/src/
H A Dffrt_timer.cpp57 ffrt::submit(task, {}, {isJoinable_.get()}, ffrt::task_attr().name(name_.c_str())); in Start()
75 if (isJoinable_.get() && *isJoinable_) { in Stop()
76 ffrt::wait({isJoinable_.get()}); in Stop()
/kernel/linux/linux-6.6/rust/kernel/sync/
H A Dlocked_by.rs101 owner: owner.data.get(), in new()
111 /// `U` cannot be a zero-sized type (ZST) because there are ways to get an `&U` that matches
128 unsafe { &*self.data.get() } in access()
134 /// `U` cannot be a zero-sized type (ZST) because there are ways to get an `&mut U` that
154 unsafe { &mut *self.data.get() } in access_mut()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUConfig.java49 public static String get(String name) { in get() method in ICUConfig
50 return get(name, null); in get()
60 public static String get(String name, String def) { in get() method in ICUConfig
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUConfig.java51 public static String get(String name) { in get() method in ICUConfig
52 return get(name, null); in get()
62 public static String get(String name, String def) { in get() method in ICUConfig
/third_party/node/test/parallel/
H A Dtest-async-local-storage-http-multiclients.js34 const req = http.get(options, common.mustCall((res) => {
53 let chunk = store.get('data');
62 const data = store.get('data');
H A Dtest-zlib-const.js16 `Expected to get 0, got ${zlib.constants.Z_OK}`,
25 `Expected to get 0, got ${zlib.codes.Z_OK}`,
31 `Expected to get 0, got ${zlib.codes.Z_OK}`,
/third_party/node/benchmark/
H A D_test-double-benchmarker.js41 if (http.get) { // HTTP or HTTPS
43 http.get(url, options, request);
45 http.get(url, request);
/third_party/ltp/tools/sparse/sparse-src/
H A Dstats.c11 static void show_stats(get_t get, struct allocator_stats * tot) in show_stats() argument
15 if (get) in show_stats()
16 get(&x); in show_stats()
/third_party/mesa3d/src/tool/pps/
H A Dpps_counter.h61 /// @param get New getter function for this counter
62 void set_getter(const std::function<Getter> &get);
91 /// @param get New getter function for this counter
92 inline void Counter::set_getter(const std::function<Getter> &get) in set_getter() argument
94 getter = get; in set_getter()
/third_party/musl/libc-test/src/functional/
H A Dsearch_hsearch.c17 #define get(k) hsearch((ENTRY){.key = k, .data = 0}, FIND) macro
39 if (!get("a")) in main()
41 if (get("c")) in main()
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/internal/
H A DRegexCache.java36 Pattern pattern = cache.get(regex); in getPatternForRegex()
66 public synchronized V get(K key) { in get() method in RegexCache.LRUCache
67 return map.get(key); in get()
/third_party/python/Doc/includes/
H A Dmp_workers.py11 for func, args in iter(input.get, 'STOP'):
60 print('\t', done_queue.get())
68 print('\t', done_queue.get())
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A DtestSpecVersion.py55 supported = elem.get('supported')
61 name = enum.get('name')
64 value = enum.get('value')
/third_party/skia/third_party/externals/spirv-tools/test/reduce/
H A Doperand_to_undef_test.cpp170 context.get(), 0); in TEST()
182 CheckEqual(env, expected, context.get()); in TEST()
224 context.get(), 0); in TEST()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DOES_sample_variables_test.cpp70 mCompiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, testing::get<0>(GetParam()), in InitializeCompiler()
77 const char *shaderStrings[] = {testing::get<1>(GetParam()), pragma, in TestShaderCompile()
78 testing::get<2>(GetParam())}; in TestShaderCompile()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDifferentStencilMasksTest.cpp84 glBindTexture(GL_TEXTURE_2D, texture.get()); in TEST_P()
88 glBindFramebuffer(GL_FRAMEBUFFER, framebuffer.get()); in TEST_P()
89 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, texture.get(), 0); in TEST_P()
/third_party/skia/src/gpu/gl/win/
H A DGrGLMakeNativeInterface_win.cpp52 (GrGLGetStringFn*)win_get_gl_proc((void*)module.get(), "glGetString"); in GrGLMakeNativeInterface()
60 return GrGLMakeAssembledGLESInterface((void*)module.get(), win_get_gl_proc); in GrGLMakeNativeInterface()
62 return GrGLMakeAssembledGLInterface((void*)module.get(), win_get_gl_proc); in GrGLMakeNativeInterface()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/
H A Doperand_to_undef_test.cpp170 context.get(), 0); in TEST()
182 CheckEqual(env, expected, context.get()); in TEST()
224 context.get(), 0); in TEST()
/third_party/skia/tests/
H A DSamplingTest.cpp32 canvas->drawImage(src.get(), 0, 0, sampling, nullptr); in DEF_TEST()
36 REPORTER_ASSERT(r, ToolUtils::equal_pixels(src.get(), dst.get()) == expect_same); in DEF_TEST()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DShaderExtensionTest.h49 mCompiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, testing::get<0>(GetParam()), in InitializeCompiler()
56 return TestShaderCompile(testing::get<1>(GetParam()), // Version. in TestShaderCompile()
58 testing::get<2>(GetParam()) // Shader. in TestShaderCompile()
/third_party/skia/third_party/externals/tint/src/transform/
H A Dmanager.cc55 TINT_IF_PRINT_PROGRAM(print_program("Input to", transform.get())); in Run()
63 print_program("Invalid output of", transform.get())); in Run()
68 TINT_IF_PRINT_PROGRAM(print_program("Output of", transform.get())); in Run()
/third_party/typescript/tests/baselines/reference/
H A DprivateNameNestedClassAccessorsShadowing.js3 get #x() { return 1; };
6 get #x() { return 1; };
22 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhashtable_debug_hooks.h33 // If it is a map, call get<0>().
34 using std::get;
36 auto GetKey(const typename T::value_type& pair, int) -> decltype(get<0>(pair)) { in get() function
37 return get<0>(pair); in get()

Completed in 12 milliseconds

1...<<81828384858687888990>>...624