/third_party/python/Lib/test/support/ |
H A D | os_helper.py | 34 # encoded by the filesystem encoding (in strict mode). It can be None if we 62 # File system encoding (eg. ISO-8859-* encodings) can encode 118 # decoded from the filesystem encoding (in strict mode). It can be None if we 119 # cannot generate such filename (ex: the latin1 encoding can decode any byte 120 # sequence). On UNIX, TESTFN_UNDECODABLE can be decoded by os.fsdecode() thanks 181 can = True 183 can = False 186 _can_symlink = can 187 return can 206 can [all...] |
/third_party/python/Modules/ |
H A D | socketmodule.h | 131 # include <linux/can.h> 133 # include <netcan/can.h> 140 #include <linux/can/raw.h> 144 #include <linux/can/bcm.h> 148 #include <linux/can/j1939.h> 274 struct sockaddr_can can; member 327 Other modules can now include the socketmodule.h file 331 After initialization, the importing module can then
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | TransliteratorDisorderedMarksTest.java | 67 CanonicalIterator can = new CanonicalIterator(""); in disorderedMarksAddAll() 77 can.setSource(s); in disorderedMarksAddAll() 78 for (String t = can.next(); t != null; t = can.next()) { in disorderedMarksAddAll() 113 can.setSource(source + trail); in disorderedMarksAddAll() 114 for (String t = can.next(); t != null; t = can.next()) { in disorderedMarksAddAll() 147 // can.setSource(s+"\u0334"); in disorderedMarksAddAll() 148 // for (String t = can.next(); t != null; t = can in disorderedMarksAddAll() [all...] |
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | TransliteratorDisorderedMarksTest.java | 64 CanonicalIterator can = new CanonicalIterator(""); in disorderedMarksAddAll() 74 can.setSource(s); in disorderedMarksAddAll() 75 for (String t = can.next(); t != null; t = can.next()) { in disorderedMarksAddAll() 110 can.setSource(source + trail); in disorderedMarksAddAll() 111 for (String t = can.next(); t != null; t = can.next()) { in disorderedMarksAddAll() 144 // can.setSource(s+"\u0334"); in disorderedMarksAddAll() 145 // for (String t = can.next(); t != null; t = can in disorderedMarksAddAll() [all...] |
/third_party/node/test/parallel/ |
H A D | test-webcrypto-webidl.js | 286 message: `${prefix}: ${context} can not be converted to 'Algorithm' because 'name' is required in 'Algorithm'.`, 311 message: `${prefix}: ${context} can not be converted to 'RsaHashedKeyGenParams' because '${required}' is required in 'RsaHashedKeyGenParams'.`, 327 message: `${prefix}: ${context} can not be converted to 'RsaHashedImportParams' because 'hash' is required in 'RsaHashedImportParams'.`, 340 message: `${prefix}: ${context} can not be converted to 'RsaPssParams' because 'saltLength' is required in 'RsaPssParams'.`, 362 message: `${prefix}: ${context} can not be converted to '${name}' because 'namedCurve' is required in '${name}'.`, 377 message: `${prefix}: ${context} can not be converted to 'EcdsaParams' because 'hash' is required in 'EcdsaParams'.`, 397 message: `${prefix}: ${context} can not be converted to '${name}' because 'hash' is required in '${name}'.`, 414 message: `${prefix}: ${context} can not be converted to '${name}' because 'length' is required in '${name}'.`, 430 message: `${prefix}: ${context} can not be converted to 'HkdfParams' because '${required}' is required in 'HkdfParams'.`, 447 message: `${prefix}: ${context} can no [all...] |
/third_party/skia/gm/ |
H A D | hugepath.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 42 // Test that we can draw into a huge surface ( > 64K ) and still retain paths and antialiasing. 48 auto can = surf->getCanvas(); in DEF_SIMPLE_GM() 56 can->drawPath(path, paint); in DEF_SIMPLE_GM() 63 can->clear(0); in DEF_SIMPLE_GM() 65 can->drawPath(path, paint); in DEF_SIMPLE_GM()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | canittst.cpp | 310 CanonicalIterator can(start, status); in TestAPI() 315 UnicodeString source = can.getSource(); in TestAPI() 321 UnicodeString next = can.next(); in TestAPI() 324 can.reset(); in TestAPI() 326 UnicodeString afterReset = can.next(); in TestAPI() 334 if(can.getDynamicClassID() != CanonicalIterator::getStaticClassID()){ in TestAPI()
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind.tex | 76 current activation of function \Func{F}(). The unwind cursor can then 78 \Func{unw\_step}(). By repeatedly calling this routine, you can 86 ``down'' direction (towards newer stack frames), this effect can be 106 by definition, only the \emph{preserved} machine state can be accessed 112 as well. The exact set of registers that can be accessed via the 114 registers that can be read on all platforms: the instruction pointer 132 special implementation can be selected which may run much faster than 139 (compilation-unit) can make on its own. Independent of the setting(s) 171 \Prog{Libunwind} can also be used to unwind a stack in a ``remote'' 177 Before you can unwin [all...] |
/third_party/musl/porting/linux/user/src/internal/ |
H A D | malloc_config.h | 35 #error MALLOC_FREELIST_QUARANTINE can be only applied when MALLOC_FREELIST_HARDENED is set. 39 #error MALLOC_RED_ZONE can be only applied when MALLOC_FREELIST_QUARANTINE is set.
|
/third_party/musl/src/internal/linux/ |
H A D | malloc_config.h | 35 #error MALLOC_FREELIST_QUARANTINE can be only applied when MALLOC_FREELIST_HARDENED is set. 39 #error MALLOC_RED_ZONE can be only applied when MALLOC_FREELIST_QUARANTINE is set.
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 149 # drastic `can't-happen' sort of failure 186 # drastic `can't-happen' sort of failure 687 You can store a template in a file outside your program. People can 688 modify the template without modifying the program. You can separate 764 Perl. If you need to make a loop, you can use any of the Perl loop 836 There is one special trick you can play in a template. Here is the 865 This means that you can write the template above like this: 875 you can't use a variable named C<$OUT> in your template without 892 C<undef> and sets C<$Text::Template::ERROR> if it can' [all...] |
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 149 # drastic `can't-happen' sort of failure 186 # drastic `can't-happen' sort of failure 687 You can store a template in a file outside your program. People can 688 modify the template without modifying the program. You can separate 764 Perl. If you need to make a loop, you can use any of the Perl loop 836 There is one special trick you can play in a template. Here is the 865 This means that you can write the template above like this: 875 you can't use a variable named C<$OUT> in your template without 892 C<undef> and sets C<$Text::Template::ERROR> if it can' [all...] |
/third_party/nghttp2/doc/ |
H A D | make.bat | 28 echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter 71 echo.Build finished; now you can process the pickle files. 79 echo.Build finished; now you can process the JSON files. 87 echo.Build finished; now you can run HTML Help Workshop with the ^ 96 echo.Build finished; now you can run "qcollectiongenerator" with the ^
|
/third_party/ltp/testcases/network/can/filter-tests/ |
H A D | can_common.h | 21 #include <linux/can.h> 22 #include <linux/can/raw.h>
|
/third_party/gn/src/gn/ |
H A D | command_check.cc | 2 // Use of this source code is governed by a BSD-style license that can be 24 problematic, but you want to specifically allow it. In this case, it can be 51 advice on fixing problems. Targets can also opt-out of checking, see 67 The <label_pattern> can take exact labels or patterns that match more than 76 can be found on disk are also checked. 96 Targets can opt-out from checking with "check_includes = false" (see 129 - There can be multiple targets with an included file: only one needs to be 133 and can be included by other targets with a valid public dependency path. 141 - A target can include headers from a target that depends on it if the 161 a few targets, you can conside [all...] |
H A D | function_rebase_path.cc | 2 // Use of this source code is governed by a BSD-style license that can be 22 // Through all the transformations, these can get added or removed in various 146 it can't also generate source-absolute paths without more special-cases. 152 can be relative paths ("foo/bar.txt"), system absolute paths 156 The directory to convert the paths to be relative to. This can be an 181 slash, you can add a dot ("//.").
|
H A D | functions_target.cc | 2 // Use of this source code is governed by a BSD-style license that can be 87 " downstream steps for incremental builds. Scripts can improve build\n" \ 102 " completed before any part of the action is run so it can depend on\n" \ 105 " action are started. This can give additional parallelism in the build\n" \ 108 // Common help paragraph on targets that can use different languages. 137 You can dynamically write input dependencies (for incremental rebuilds if an 141 If the command line length is very long, you can use response files to pass 148 Actions can take the configs and public_configs lists, as well as any of the 150 These behave exactly as they would on a binary target and can be accessed 229 If the command line length is very long, you can us [all...] |
H A D | function_set_default_toolchain.cc | 2 // Use of this source code is governed by a BSD-style license that can be 61 "set_default_toolchain can only be called from the build configuration "
|
/third_party/python/PCbuild/ |
H A D | find_msbuild.bat | 15 @rem case can cause us to break immediately.
32 @rem VS 2017 and later provide vswhere.exe, which can be used
42 @rem VS 2015 and earlier register MSBuild separately, so we can find it.
|
/third_party/astc-encoder/Test/ |
H A D | astc_trace_analysis.py | 443 for _, pas, can in foreach_candidate(data): 445 if can is None: 448 wx = can.weight_x 449 wy = can.weight_y 455 quant_count[wx][wy][can.weight_quant] += 1
|
/third_party/libuv/docs/ |
H A D | make.bat | 31 echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
92 echo.Build finished; now you can process the pickle files.
100 echo.Build finished; now you can process the JSON files.
108 echo.Build finished; now you can run HTML Help Workshop with the ^
117 echo.Build finished; now you can run "qcollectiongenerator" with the ^
|
/third_party/ltp/testcases/network/can/cve/ |
H A D | can_bcm01.c | 13 * can: bcm: delay release of struct bcm_op after synchronize_rcu() 25 #include <linux/can.h> 26 #include <linux/can/bcm.h> 148 "can-bcm", 160 TST_TEST_TCONF("The test was built without <linux/can.h>");
|
/third_party/skia/tests/ |
H A D | SurfaceTest.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 107 bool can = context->colorTypeSupportedAsSurface(colorType); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 109 REPORTER_ASSERT(reporter, can == SkToBool(surf), "ct: %d, can: %d, surf: %d", in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 110 colorType, can, SkToBool(surf)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 117 REPORTER_ASSERT(reporter, can == SkToBool(surf), "ct: %d, can: %d, surf: %d", in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 118 colorType, can, SkToBool(surf)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 125 bool can = context->maxSurfaceSampleCountForColorType(colorType) >= kSampleCnt; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 128 REPORTER_ASSERT(reporter, can in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 155 bool can = context->colorTypeSupportedAsSurface(colorType) && DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local [all...] |
H A D | PointTest.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 46 bool can = SkPointPriv::CanNormalize(p.fX, p.fY); in test_normalize_cannormalize_consistent() local 48 REPORTER_ASSERT(reporter, can == nor); in test_normalize_cannormalize_consistent() 70 // Ugh. Windows compiler can dive into other .cpp files, and sometimes 86 // it is) to force the value to be a float, so we can test whether it was 101 // test that we handle very large values correctly. i.e. that we can 116 // this should succeed, even though we can't represent length in test_overflow()
|
/third_party/tzdata/ |
H A D | tzselect.ksh | 16 # If your host lacks both Bash and the Korn shell, you can get their 31 # you can use any of the following free programs instead: 52 # Safer than 'echo', which can mishandle '\' or leading '-'. 387 'so that time zone rules can be set correctly.' 808 You can make this change permanent for yourself by appending the line 813 can use the $0 command in shell scripts:"
|