Home
last modified time | relevance | path

Searched refs:get (Results 13101 - 13125 of 13129) sorted by relevance

1...<<521522523524525526

/third_party/skia/third_party/externals/microhttpd/
H A Dconfigure3064 You can download and install GNU coreutils to get an 'rm' implementation
4063 as 'x'. The following induces an error, until -std is added to get
4065 array size at least. It's necessary to write '\x00'==0 to get something
4172 # But if we don't then we get into trouble of one sort or another.
6699 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
8716 # Just because we use GCC doesn't mean we suddenly get shared libraries
9243 # platforms (ab)use it in PIC code, but their linkers get confused if
9930 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.c418 .get = vmentry_l1d_flush_get,
1838 * to the newly set TSC to get L2's TSC. in vmx_write_l1_tsc_offset()
4025 * again. They will automatically get filtered through the MSR filter, in vmx_msr_filter_changed()
5090 * We get here when L2 changed cr0 in a way that did not change in handle_set_cr0()
5630 * exiting, so only get here on cpu with PAUSE-Loop-Exiting.
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace.c600 * trace_pid_next - Used for seq_file to get to the next pid of a pid_list
1184 * tracing_snapshot_cond_data - get the user data associated with a snapshot
1335 * something other than NULL when we get here, which we can in tracing_snapshot_cond_enable()
2416 * It's not the end of the world if we don't get in trace_save_cmdline()
2808 /* We should never get here if iter is NULL */ in output_printk()
2900 * Note, we can still get here via blktrace, wakeup tracer in trace_buffer_unlock_commit_regs()
4418 * It's not critical if it fails to get allocated here. in __tracing_open()
7865 .get = buffer_pipe_buf_get,
8440 * Then to get the trace_array descriptor, by subtracting that index
8441 * from the ptr, we get t
[all...]
/kernel/linux/linux-5.10/net/ceph/
H A Dosd_client.c2440 * twice, it's possible to get a reply and end up here while the in finish_request()
3790 * Since we only ever request ONDISK, we should only ever get in handle_reply()
5609 .get = get_osd_con,
/kernel/linux/linux-5.10/drivers/pinctrl/sirf/
H A Dpinctrl-atlas7.c6038 chip->get = atlas7_gpio_get_value; in atlas7_gpio_probe()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmx.c419 .get = vmentry_l1d_flush_get,
5401 * We get here when L2 changed cr0 in a way that did not change in handle_set_cr0()
5926 * exiting, so only get here on cpu with PAUSE-Loop-Exiting.
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace.c645 * trace_pid_next - Used for seq_file to get to the next pid of a pid_list
1230 * tracing_cond_snapshot_data - get the user data associated with a snapshot
1381 * something other than NULL when we get here, which we can in tracing_snapshot_cond_enable()
2488 * It's not the end of the world if we don't get in trace_save_cmdline()
2865 * requires several atomic operations to get right. in trace_event_buffer_lock_reserve()
2932 /* We should never get here if iter is NULL */ in output_printk()
3036 * Note, we can still get here via blktrace, wakeup tracer in trace_buffer_unlock_commit_regs()
3749 * this get called where it is not safe to call krealloc(). in trace_iter_expand_format()
4842 * It's not critical if it fails to get allocated here. in __tracing_open()
8428 .get
[all...]
/kernel/linux/linux-6.6/net/ceph/
H A Dosd_client.c2527 * twice, it's possible to get a reply and end up here while the in finish_request()
3877 * Since we only ever request ONDISK, we should only ever get in handle_reply()
5964 .get = osd_get_con,
/third_party/backends/backend/genesys/
H A Dgenesys.cpp1680 /* With offset and coarse calibration we only want to get our input range into
2213 * scans a white area with motor and lamp off to get the per CCD pixel offset
2291 // wait some time to let lamp to get dark in genesys_shading_calibration_impl()
2490 // wait some time to let lamp to get dark in genesys_host_shading_calibration_impl()
3621 sensor_update.get().exposure = calib_exposure; in genesys_flatbed_calibration()
4326 * @param scanner pointer to scanner session to get options
5806 DBG(DBG_warn, "%s: can't get unknown option %d\n", __func__, option);
6109 auto action_str = (action == SANE_ACTION_GET_VALUE) ? "get" :
/third_party/icu/icu4c/source/
H A Dconfigure3456 as 'x'. The following induces an error, until -std is added to get
3458 array size at least. It's necessary to write '\x00'==0 to get something
4873 # we get 64 bits by default.
/third_party/python/Lib/test/
H A Ddatetimetester.py163 # In order to allow subclasses to get pickled, the C implementation
164 # wasn't able to get away with having __init__ raise
1175 a = self.theclass(a.year, a.month, a.day) # get rid of time parts
1187 a = self.theclass(a.year, a.month, a.day) # get rid of time parts
1344 # never get the same value twice.
1802 # will get treated like a pickle, and bypass the normal sanity
4064 # Ensure we can get rid of a tzinfo.
4861 # Ensure we can get rid of a tzinfo.
5226 # 2", we should get the 3 spelling.
5231 # get th
[all...]
H A Dtest_os.py1033 self.assertEqual(os.environ.get(key), value)
1113 code = f'import os; print(repr(os.environ.get({name!r})))'
3041 support.is_emscripten, "Cannot get encoding of stdin on Emscripten"
/third_party/skia/third_party/externals/icu/source/
H A Dconfigure3444 as 'x'. The following induces an error, until -std is added to get
3446 array size at least. It's necessary to write '\x00'==0 to get something
4859 # we get 64 bits by default.
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessageSchema.java5633 N nested = list.get(i); in isListInitialized()
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c11014 // so that clang-format doesn't get confused by the unusual "case"s.
[all...]
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dpatch_realtek.c641 /* get a primary headphone pin if available */
3022 .get = snd_hda_mixer_amp_switch_get,
10571 /* surround speakers at 0x1b already get muted automatically when in alc662_aspire_ethos_mute_speakers()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_tables_api.c5252 priv = set->ops->get(ctx->net, set, &elem, flags); in nft_get_set_elem()
7822 * cause all packets to get dropped until the full transaction has been
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_tables_api.c5956 priv = set->ops->get(ctx->net, set, elem, flags); in nft_setelem_get()
9177 * cause all packets to get dropped until the full transaction has been
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp276 // *** If we get here, we're going to apply some conversion to an l-value. in handleLvalue()
2108 // For clip and cull distance, multiple output variables potentially get merged in transformEntryPoint()
2309 // and output parameters. These need to get remapped to the AST I/O.
2496 // If we get here, we should reciprocate W. in assignFromFragCoord()
2554 // If we get here, we should invert Y. in assignPosition()
3079 // If we get here, we are assigning to or from a whole array or struct that must be in handleAssign()
3154 // Since all clip/cull semantics boil down to the same built-in type, we need to get the in handleAssign()
3359 newId = textureShadowEntry->second->get(shadowMode); in handleSamplerTextureCombine()
5497 TType type(EbtVoid); // use this to get the type back in handleFunctionCall()
5566 // get th in handleFunctionCall()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dmeasfmttest.cpp5013 totalCount = MeasureUnit::getAvailable(units.get(), totalCount, status);
5187 // Don't allow get/set power or SI or binary prefix on compound units
/third_party/node/deps/ada/
H A Dada.cpp39 least one number parsed when we get to parse_ipv4. */
10083 // We are unlikely the get beyond this point.
10089 // We almost never get here.
10932 // performance: view.find might get translated to a memchr, which
10953 // performance: view.find might get translated to a memchr, which
15466 auto found = r->get(std::string_view(key, key_length));
/third_party/libevdev/
H A Dconfigure2126 as an "x". The following induces an error, until -std is added to get
2128 array size at least. It is necessary to write \x00 == 0 to get something
3632 # But if we don't then we get into trouble of one sort or another.
4609 You can download and install GNU coreutils to get an 'rm' implementation
7533 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
9135 # Just because we use GCC doesn't mean we suddenly get shared libraries
9692 # platforms (ab)use it in PIC code, but their linkers get confused if
10333 # used by -dlpreopen to get the symbols
10464 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cCopyTexImageConversionsTests.cpp564 * get if glCopyTexImage2D() call was used for a single pixel, read
721 * @param luminance Luminance value. Will get cloned to blue/green/red channels.
6509 m_conversion_database.get()->initializeDatabase();
6989 // We will get a NULL pointer here if src and dst data type are different
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2027 // Warn on division by zero. We're checking here as all instructions get in processInstruction()
6678 /// handle it before we iterate so we don't get tripped up by the lack of
6705 /// handle it before we iterate so we don't get tripped up by the lack of
7181 std::make_unique<MipsAssemblerOptions>(AssemblerOptions.back().get())); in parseSetPushDirective()
7979 // TODO : get a better message. in parseDirectiveModule()
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c10121 // so that clang-format doesn't get confused by the unusual "case"s.
[all...]

Completed in 323 milliseconds

1...<<521522523524525526