Home
last modified time | relevance | path

Searched refs:want (Results 126 - 150 of 208) sorted by relevance

123456789

/third_party/python/PCbuild/
H A Drt.bat24 rem Confusing: if you want to pass a comma-separated list, like
/third_party/gn/src/gn/
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/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
H A Dlibunwind-ptrace.tex55 will simply want to pass the address of \Var{\_UPT\_accessors} as the
/third_party/curl/lib/
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/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_
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
H A DTransliteratorInputMethod.java604 * events. If you want to allow the event to go through so swing handles
605 * it, you have to allow one or the other to go through. If you don't want
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Dplace-dep.js191 `want: ${cleanUrl(this.edge.spec || '*')}`
/third_party/libfuse/lib/
H A Dcuse_lowlevel.c212 se->conn.want = 0; in cuse_lowlevel_init()
/third_party/rust/crates/clap/src/parser/
H A Dvalidator.rs201 // Filter out the args we don't want to specify. in build_conflict_err_usage()
447 // Filter out the args we don't want to specify. in missing_required_error()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLibrary.cpp1066 advanceToken(); // \note [pyry] We don't want to check token type here (for instance to allow "uniform") group. in parseShaderGroup()
/third_party/skia/third_party/externals/icu/source/
H A DrunConfigureICU32 If you want to add custom CFLAGS or CXXFLAGS or similar, provide them _before_
/third_party/nghttp2/src/
H A Dhttp2_test.cc260 void check_rewrite_location_uri(const std::string &want, const std::string &uri, in check_rewrite_location_uri() argument
270 CU_ASSERT(want == got); in check_rewrite_location_uri()
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgm107.asm121 // We want to check whether the exponent is 0 or 0x7ff (i.e. NaN, inf,
212 // Suppose we want to calculate rcp(x), but we have rcp(cx), then
H A Dgk110.asm107 // We want to check whether the exponent is 0 or 0x7ff (i.e. NaN, inf,
185 // Suppose we want to calculate rcp(x), but we have rcp(cx), then
/third_party/lzma/Asm/x86/
H A DLzFindOpt.asm171 ; we want cur in (rcx). So we change the cur and lenLimit variables
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A Dconfig.pm629 want to build 64-bit library, do this:

Completed in 24 milliseconds

123456789