Home
last modified time | relevance | path

Searched refs:can (Results 1 - 25 of 568) sorted by relevance

12345678910>>...23

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dtext_log.h76 bool can = true; \
78 TEXT_PRINT_LIMIT(LOG_CORE, LOG_INFO, TEXT_LOG_LIMIT_HOURS, can, TEXT_LOG_LIMIT_PRINT_FREQUENCY); \
79 if (can) { \
86 bool can = true; \
88 TEXT_PRINT_LIMIT(LOG_CORE, LOG_WARN, TEXT_LOG_LIMIT_HOURS, can, TEXT_LOG_LIMIT_PRINT_FREQUENCY); \
89 if (can) { \
96 bool can = true; \
98 TEXT_PRINT_LIMIT(LOG_CORE, LOG_ERROR, TEXT_LOG_LIMIT_HOURS, can, TEXT_LOG_LIMIT_PRINT_FREQUENCY); \
99 if (can) { \
106 bool can
[all...]
/third_party/python/Lib/test/support/
H A Dos_helper.py34 # 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 Dsocketmodule.h131 # 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 DTransliteratorDisorderedMarksTest.java67 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 DTransliteratorDisorderedMarksTest.java64 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/skia/gm/
H A Dhugepath.cpp4 * 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/node/test/parallel/
H A Dtest-webcrypto-webidl.js286 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...]
/foundation/arkui/ace_engine_lite/frameworks/common/log/
H A Dace_log.h24 #error Only one marco can be defined
27 #error Only one marco can be defined
30 #error Only one macro can be defined
/third_party/musl/porting/linux/user/src/internal/
H A Dmalloc_config.h35 #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 Dmalloc_config.h35 #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/icu/icu4c/source/test/intltest/
H A Dcanittst.cpp310 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 Dlibunwind.tex76 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/ltp/testcases/network/can/filter-tests/
H A Dcan_common.h21 #include <linux/can.h>
22 #include <linux/can/raw.h>
/third_party/nghttp2/doc/
H A Dmake.bat28 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/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm149 # 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 DTemplate.pm149 # 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/gn/src/gn/
H A Dcommand_check.cc2 // 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 Dfunction_rebase_path.cc2 // 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 Dfunctions_target.cc2 // 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 Dfunction_set_default_toolchain.cc2 // 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 "
H A Dfunction_set_defaults.cc2 // Use of this source code is governed by a BSD-style license that can be
28 set_defaults can be used for built-in target types ("executable",
30 It can be called more than once and the most recent call in any scope will
42 # The configs will be auto-populated as above. You can remove it if
/third_party/python/PCbuild/
H A Dfind_msbuild.bat15 @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 Dastc_trace_analysis.py443 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 Dmake.bat31 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 Dcan_bcm01.c13 * 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>");

Completed in 10 milliseconds

12345678910>>...23