Home
last modified time | relevance | path

Searched refs:separated (Results 1 - 25 of 40) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_ldso_namespace.c416 * @tc.desc : ns_set_separated test arg ns is NULL and separated is false
534 ns.separated = true; in namespace_test_0370()
541 * @tc.desc : is_accessible test args is (&ns, NULL, true, false) and ns.separated is false
547 ns.separated = false; in namespace_test_0380()
554 * @tc.desc : is_accessible test args is (&ns, "/data/test.so", true, false) and ns.separated is false
560 ns.separated = false; in namespace_test_0390()
620 ns.separated = false; in namespace_test_0450()
634 ns.separated = false; in namespace_test_0460()
655 ns.separated = false; in namespace_test_0470()
674 ns.separated in namespace_test_0480()
[all...]
/third_party/musl/porting/linux/user/ldso/
H A Dnamespace.h43 strlist *permitted_paths; /* when separated, permitted search paths splited by ':', including sub dirs. */
44 strlist *asan_permitted_paths; /* when asan is enable and separated,the same as above. */
46 bool separated; /* if separated */ member
47 strlist *allowed_libs; /* when separated, allowed library names splited by ':'. */
82 void ns_set_separated(ns_t *ns, bool separated);
H A Dnamespace.c328 void ns_set_separated(ns_t *ns, bool separated) in ns_set_separated() argument
333 ns->separated = separated; in ns_set_separated()
334 LD_LOGD("ns_set_separated ns[%{public}s] separated:%{public}d.", ns->ns_name, ns->separated); in ns_set_separated()
470 if (check_inherited && !ns->separated) { in is_accessible()
471 LD_LOGD("is_accessible ns [%{public}s] is not separated, return true.", ns->ns_name); in is_accessible()
/third_party/musl/ldso/linux/
H A Dnamespace.h43 strlist *permitted_paths; /* when separated, permitted search paths splited by ':', including sub dirs. */
44 strlist *asan_permitted_paths; /* when asan is enable and separated,the same as above. */
46 bool separated; /* if separated */ member
47 strlist *allowed_libs; /* when separated, allowed library names splited by ':'. */
82 void ns_set_separated(ns_t *ns, bool separated);
H A Dnamespace.c328 void ns_set_separated(ns_t *ns, bool separated) in ns_set_separated() argument
333 ns->separated = separated; in ns_set_separated()
334 LD_LOGD("ns_set_separated ns[%{public}s] separated:%{public}d.", ns->ns_name, ns->separated); in ns_set_separated()
470 if (check_inherited && !ns->separated) { in is_accessible()
471 LD_LOGD("is_accessible ns [%{public}s] is not separated, return true.", ns->ns_name); in is_accessible()
/third_party/node/lib/internal/main/
H A Dprint_help.js39 ['NODE_DEBUG', { helpText: "','-separated list of core modules that " +
41 ['NODE_DEBUG_NATIVE', { helpText: "','-separated list of C++ core debug " +
48 ['NODE_PATH', { helpText: `'${require('path').delimiter}'-separated list ` +
76 'space-separated list' }],
/third_party/musl/porting/linux/user/include/
H A Ddlfcn.h134 * @brief Set namespace separated.
136 * @param separated separated.
142 int dlns_set_namespace_separated(const char *name, const bool separated);
/third_party/musl/include/
H A Ddlfcn.h134 * @brief Set namespace separated.
136 * @param separated separated.
142 int dlns_set_namespace_separated(const char *name, const bool separated);
/third_party/python/Lib/
H A Dlocale.py283 separated = conv[val<0 and 'n_sep_by_space' or 'p_sep_by_space']
286 s = smb + (separated and ' ' or '') + s
290 s = s + (separated and ' ' or '') + smb
780 # (case-sensitive). Encodings are always separated from the locale
/third_party/ltp/testcases/realtime/
H A Drun.sh41 -t test-arguments Where test-argument can be a space separated
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dalphaindex.h686 static UnicodeString separated(const UnicodeString &item);
/third_party/icu/icu4c/source/i18n/unicode/
H A Dalphaindex.h686 static UnicodeString separated(const UnicodeString &item);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dalphaindex.h686 static UnicodeString separated(const UnicodeString &item);
/third_party/python/PCbuild/
H A Drt.bat24 rem Confusing: if you want to pass a comma-separated list, like
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DAlphabeticIndex.java472 } else if (checkDistinct && collatorPrimaryOnly.compare(item, separated(item)) == 0) { in initLabels()
592 private String separated(String item) { in separated() method in AlphabeticIndex
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DAlphabeticIndex.java453 } else if (checkDistinct && collatorPrimaryOnly.compare(item, separated(item)) == 0) { in initLabels()
573 private String separated(String item) { in separated() method in AlphabeticIndex
/third_party/ltp/
H A Drunltp125 Run LTP under additional background Load on Secondary Storage (separated by comma)
141 Run LTP under additional background Load on Main memory (separated by comma)
/third_party/icu/icu4c/source/i18n/
H A Dalphaindex.cpp335 collatorPrimaryOnly_->compare(*item, separated(*item), errorCode) == 0) { in initLabels()
778 UnicodeString AlphabeticIndex::separated(const UnicodeString &item) { in separated() function in AlphabeticIndex
/third_party/node/deps/icu-small/source/i18n/
H A Dalphaindex.cpp335 collatorPrimaryOnly_->compare(*item, separated(*item), errorCode) == 0) { in initLabels()
778 UnicodeString AlphabeticIndex::separated(const UnicodeString &item) { in separated() function in AlphabeticIndex
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dalphaindex.cpp334 collatorPrimaryOnly_->compare(*item, separated(*item), errorCode) == 0) { in initLabels()
783 UnicodeString AlphabeticIndex::separated(const UnicodeString &item) { in separated() function in AlphabeticIndex
/third_party/ffmpeg/libavcodec/x86/
H A Dvideodsp.asm329 ; just left/right separated because number of pixels to extend is
/third_party/openGLES/xml/
H A Dreadme.tex187 One parameter can be of multiple kinds, separated by commas.
304 \attr{kind} attribute defined, and and the comma separated elemenst
570 \item \attr{kind} - kind list, a comma separated list of names of
603 \item \attr{kind} - kind list, a comma separated list of names of
/third_party/mksh/
H A Dcheck.pl129 # category m Specify a comma separated list of
189 -C c Specify the comma separated list of categories the program
/third_party/gn/src/gn/
H A Dfunction_toolchain.cc710 take a "-filelist" flag which expects newline separated files, and some
/third_party/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/
H A Dmain.go126 if file extension is 'tsv' the output format will be a tab separated file

Completed in 27 milliseconds

12