Home
last modified time | relevance | path

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

12345678910>>...24

/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...]
/base/notification/common_event_service/frameworks/core/include/
H A Devent_log_wrapper.h73 bool can = true; \
74 EVENT_PRINT_LIMIT(LOG_CORE, LOG_FATAL, EVENT_LOG_LIMIT_INTERVALS, can); \
75 if (can) { \
82 bool can = true; \
83 EVENT_PRINT_LIMIT(LOG_CORE, LOG_ERROR, EVENT_LOG_LIMIT_INTERVALS, can); \
84 if (can) { \
92 bool can = true; \
93 EVENT_PRINT_LIMIT(LOG_CORE, LOG_WARN, EVENT_LOG_LIMIT_INTERVALS, can); \
94 if (can) { \
102 bool can
[all...]
/base/notification/eventhandler/interfaces/inner_api/
H A Devent_logger.h99 bool can = true; \
100 EH_PRINT_LIMIT(LOG_CORE, LOG_FATAL, EH_LOG_LIMIT_INTERVALS, can); \
101 if (can) { \
108 bool can = true; \
109 EH_PRINT_LIMIT(LOG_CORE, LOG_ERROR, EH_LOG_LIMIT_INTERVALS, can); \
110 if (can) { \
117 bool can = true; \
118 EH_PRINT_LIMIT(LOG_CORE, LOG_WARN, EH_LOG_LIMIT_INTERVALS, can); \
119 if (can) { \
126 bool can
[all...]
/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_log_wrapper.h99 bool can = true; \
100 ANS_PRINT_LIMIT(LOG_CORE, LOG_FATAL, ANS_LOG_LIMIT_INTERVALS, can); \
101 if (can) { \
108 bool can = true; \
109 ANS_PRINT_LIMIT(LOG_CORE, LOG_ERROR, ANS_LOG_LIMIT_INTERVALS, can); \
110 if (can) { \
118 bool can = true; \
119 ANS_PRINT_LIMIT(LOG_CORE, LOG_WARN, ANS_LOG_LIMIT_INTERVALS, can); \
120 if (can) { \
128 bool 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/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/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/ltp/testcases/network/can/filter-tests/
H A Dcan_common.h21 #include <linux/can.h>
22 #include <linux/can/raw.h>
/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/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 ("//.").
/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/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>");
/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 ^

Completed in 10 milliseconds

12345678910>>...24