| /third_party/python/PCbuild/ |
| H A D | rt.bat | 24 rem Confusing: if you want to pass a comma-separated list, like
|
| /third_party/gn/src/gn/ |
| H A D | functions_target.cc | 124 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 D | library.mak | 22 # that a user might want to link e.g. libavformat statically, but
|
| /third_party/lame/libmp3lame/ |
| H A D | util.h | 154 int want; /* how many frames we want to collect into one chunk */ member
|
| /third_party/icu/icu4c/source/data/ |
| H A D | makedata.mak | 170 # 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 D | fedabipkgdiff | 541 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 D | passthrough_ll.c | 174 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 D | makedata.mak | 163 # 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 D | libunwind-ia64.tex | 171 explicitly. This is rarely what you want. Normally, you'll want to
|
| H A D | libunwind-ptrace.tex | 55 will simply want to pass the address of \Var{\_UPT\_accessors} as the
|
| /third_party/curl/lib/ |
| H A D | http.c | 360 * 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 D | editor.py | 1360 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 D | SkVMTest.cpp | 111 // 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 D | runConfigureICU | 32 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 D | TransliteratorInputMethod.java | 604 * 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 D | place-dep.js | 191 `want: ${cleanUrl(this.edge.spec || '*')}`
|
| /third_party/libfuse/lib/ |
| H A D | cuse_lowlevel.c | 212 se->conn.want = 0; in cuse_lowlevel_init()
|
| /third_party/rust/crates/clap/src/parser/ |
| H A D | validator.rs | 201 // 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 D | glcShaderLibrary.cpp | 1066 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 D | runConfigureICU | 32 If you want to add custom CFLAGS or CXXFLAGS or similar, provide them _before_
|
| /third_party/nghttp2/src/ |
| H A D | http2_test.cc | 260 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 D | gm107.asm | 121 // 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 D | gk110.asm | 107 // 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 D | LzFindOpt.asm | 171 ; we want cur in (rcx). So we change the cur and lenLimit variables
|
| /third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
| H A D | config.pm | 629 want to build 64-bit library, do this:
|