Home
last modified time | relevance | path

Searched refs:want (Results 201 - 225 of 298) sorted by relevance

12345678910>>...12

/third_party/skia/third_party/externals/zlib/
H A Dgzlib.c115 state->want = GZBUFSIZE; /* requested buffer size */
338 state->want = size;
/third_party/zlib/
H A Dgzlib.c109 state->want = GZBUFSIZE; /* requested buffer size */ in gz_open()
321 state->want = size; in gzbuffer()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex71 % We never want plain's \outer definition of \+ in Texinfo.
242 % we did was a \nobreak, we don't want to insert more space.
331 % Have to do this stuff outside the \shipout because we want it to
338 % We don't want .vr (or whatever) entries like this:
660 % end-of-line in the output. We don't want the end-of-line after
724 % page breaks. On the other hand, we don't want to actually break the
828 % We want to insert a rule with the height and depth of the current
852 \makevalueexpandable % we want to expand any @value in FILE.
1038 \newif\iflinks \linkstrue % by default we want the aux files.
1399 % do we want t
[all...]
/third_party/ffmpeg/libavfilter/
H A Dformats.c499 AVFilterFormats *ff_formats_pixdesc_filter(unsigned want, unsigned rej) in ff_formats_pixdesc_filter() argument
515 if ((flags & (want | rej)) != want) in ff_formats_pixdesc_filter()
/test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/
H A Dimage_source_test.cpp156 static bool checkArgs(const napi_value* argValue, size_t argCount, size_t want) in checkArgs() argument
158 if (argCount < want) { in checkArgs()
159 DEBUG_LOG("argCount %{public}zu < want %{public}zu", argCount, want); in checkArgs()
162 for (size_t i = SIZE_ZERO; i < want; i++) { in checkArgs()
/third_party/curl/lib/
H A Dtransfer.c444 /* want nothing - continue as if read nothing. */ in Curl_xfer_recv_resp()
851 * do not want to go there. in select_bits_paused()
1090 /* Init the SSL session ID cache here. We do it here since we want to do it in Curl_pretransfer()
1104 data->state.authhost.want = data->set.httpauth; in Curl_pretransfer()
1105 data->state.authproxy.want = data->set.proxyauth; in Curl_pretransfer()
1151 data->state.authhost.picked &= data->state.authhost.want; in Curl_pretransfer()
1152 data->state.authproxy.picked &= data->state.authproxy.want; in Curl_pretransfer()
1641 /* we want header and/or body, if neither then don't do this! */ in Curl_setup_transfer()
H A Dhttp.c360 * ones available and the ones we want.
367 /* only deal with authentication we want */ in pickoneauth()
368 unsigned long avail = pick->avail & pick->want & mask; in pickoneauth()
810 authhost->want & CURLAUTH_NEGOTIATE || in Curl_http_output_auth()
811 authproxy->want & CURLAUTH_NEGOTIATE || in Curl_http_output_auth()
821 if(authhost->want && !authhost->picked) in Curl_http_output_auth()
824 want one, and if this is one single bit it'll be used instantly. */ in Curl_http_output_auth()
825 authhost->picked = authhost->want; in Curl_http_output_auth()
827 if(authproxy->want && !authproxy->picked) in Curl_http_output_auth()
829 far by a proxy round-trip. Then we set the picked one to the want on in Curl_http_output_auth()
[all...]
/third_party/ninja/src/
H A Dbuild.cc120 // maps to kWantNothing, indicating that we do not want to build this entry itself. in AddSubTarget()
123 Want& want = want_ins.first->second; in AddSubTarget() local
125 if (dyndep_walk && want == kWantToFinish) in AddSubTarget()
130 if (node->dirty() && want == kWantNothing) { in AddSubTarget()
131 want = kWantToStart; in AddSubTarget()
230 // See if we we want any edges from this node. in NodeFinished()
264 // Don't process edges that we don't actually want. in CleanNode()
421 // information an output is now known to be dirty, so we want the edge. in RefreshDyndepDependents()
458 printf("want "); in Dump()
570 // important for things like the generator where we don't want t in Cleanup()
[all...]
/third_party/libinput/tools/
H A Dlibinput-record.c203 /* Special case: if we're printing a new list item, we want less in iprintf()
206 * This is only needed because I don't want to deal with open/close in iprintf()
269 enum { DELTA, SLOT_DELTA, NO_DELTA } want = DELTA; in print_evdev_event() local
272 /* We want to print deltas for abs axes but there are a few in print_evdev_event()
284 want = NO_DELTA; in print_evdev_event()
288 want = NO_DELTA; in print_evdev_event()
293 want = SLOT_DELTA; in print_evdev_event()
299 switch (want) { in print_evdev_event()
327 switch (want) { in print_evdev_event()
/third_party/gn/src/gn/
H A Dfunction_get_path_info.cc183 If you want to make the path relative to another directory, or to be
H A Dfunction_rebase_path.cc21 // We want the output to match the input in terms of ending in a slash or not.
142 If you want to convert a file path to be source-absolute (that is, beginning
180 strings. This means if you want a root path ("//" or "/") not ending in a
H A Dlabel.cc232 If you want to refer to something in the same buildfile, you can omit
H A Dfunctions_target.cc124 more output files. If you want to run a script once for each of a set of
130 input dependencies on script execution with no special handling. If you want
134 want to use rebase_path() to convert paths to be relative to the
186 # Our script imports this Python file so we want to rebuild if it changes.
214 sources. If you want to run a script once that takes many files as input, see
543 files as you want, but there can only be one item in the outputs list (plural
551 If you want to copy the output of a previous build step, the target that
686 the loadable module in its "deps". If you don't want this (if you don't need
779 shared library in its "deps". If you don't want this (say you dynamically
/third_party/libfuse/test/
H A Dtest_write_cache.c65 conn->want |= FUSE_CAP_WRITEBACK_CACHE; in tfs_init()
/third_party/python/PCbuild/
H A Drt.bat24 rem Confusing: if you want to pass a comma-separated list, like
/third_party/ffmpeg/ffbuild/
H A Dlibrary.mak22 # that a user might want to link e.g. libavformat statically, but
/third_party/lame/libmp3lame/
H A Dutil.h154 int want; /* how many frames we want to collect into one chunk */ member
/third_party/icu/icu4c/source/data/
H A Dmakedata.mak170 # Generally the tools want to run on the same architecture as is being built.
214 # if you want a static data library.
257 # Note: we really want the common data dll to go to $(DLL_OUTPUT), not $(ICUBLD_PKG). But specifying
/third_party/libabigail/tools/
H A Dfedabipkgdiff541 associated to 'rpm' and users want to get the one which name
542 matches exactly 'rpm', then they might want to use the member
715 happening. I want to raise fedabipkgdiff specific error rather than
900 # Fedora 27. So we want this function to pick up that
901 # foo-1.fc26, even though we want the builds of foo that
/third_party/libfuse/example/
H A Dpassthrough_ll.c174 conn->want |= FUSE_CAP_EXPORT_SUPPORT; in lo_init()
180 conn->want |= FUSE_CAP_WRITEBACK_CACHE; in lo_init()
185 conn->want |= FUSE_CAP_FLOCK_LOCKS; in lo_init()
819 we just accept that. A more rigorous filesystem may want in lo_open()
/third_party/skia/third_party/externals/icu/source/data/
H A Dmakedata.mak163 # Generally the tools want to run on the same architecture as is being built.
195 # if you want a static data library.
238 # Note: we really want the common data dll to go to $(DLL_OUTPUT), not $(ICUBLD_PKG). But specifying
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ia64.tex171 explicitly. This is rarely what you want. Normally, you'll want to
/third_party/python/Lib/idlelib/
H A Deditor.py1360 want = ((have - 1) // self.indentwidth) * self.indentwidth
1367 if have <= want or chars[-1] not in " \t":
1371 if have < want:
1372 text.insert("insert", ' ' * (want - have),
1726 # We want Motif style everywhere. See #21474, msg218992 and followup.
/third_party/skia/tests/
H A DSkVMTest.cpp111 // Make sure we cover all the exact N we want. in DEF_TEST()
561 float want[] = { -2.0f, -2.0f, -1.0f, 0.0f, 1.0f, 1.0f, 2.0f };
564 REPORTER_ASSERT(r, buf[i] == want[i]);
581 int want[] = { -2 , 0 , 0 , 0 , 0 , 1 , 1 , 1 , 2 , 2 };
586 REPORTER_ASSERT(r, dst[i] == want[i]);
604 float want[] = { 0.0f, 1.0f, 3.0f, -1.0f, -2.0f};
608 REPORTER_ASSERT(r, d[i] == want[i]);
626 float want[] = { 0.0f, 2.0f, 4.0f, 1.0f, -1.0f};
630 REPORTER_ASSERT(r, d[i] == want[i]);
972 want
[all...]
/third_party/icu/icu4c/source/
H A DrunConfigureICU32 If you want to add custom CFLAGS or CXXFLAGS or similar, provide them _before_

Completed in 33 milliseconds

12345678910>>...12