Home
last modified time | relevance | path

Searched refs:possible (Results 1 - 25 of 72) sorted by relevance

123

/third_party/libwebsockets/lib/jose/jwk/
H A Djose_key.c200 jps->possible = F_RSA | F_EC | F_OCT; in cb_jwk()
204 if (jps->per_key_cb && jps->possible) { in cb_jwk()
215 jps->possible = 0; in cb_jwk()
225 * The tracking of ->possible bits from even before we know the in cb_jwk()
235 if ((tok_map[n] & jps->possible) && ( in cb_jwk()
320 * seen. Once kty comes, we confirm it'jwk still possible (ie, it'jwk in cb_jwk()
327 if (!(jps->possible & F_OCT)) in cb_jwk()
330 jps->possible = F_OCT; in cb_jwk()
334 if (!(jps->possible & F_RSA)) in cb_jwk()
337 jps->possible in cb_jwk()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCanonicalIterator.java265 String possible = it2.next(); in getEquivalents()
268 String attempt = Normalizer.normalize(possible, Normalizer.DECOMP, 0); in getEquivalents()
271 if (Normalizer.compare(possible, segment,0)==0) { in getEquivalents()
273 if (PROGRESS) System.out.println("Adding Permutation: " + Utility.hex(possible)); in getEquivalents()
274 result.add(possible); in getEquivalents()
277 if (PROGRESS) System.out.println("-Skipping Permutation: " + Utility.hex(possible)); in getEquivalents()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCanonicalIterator.java261 String possible = it2.next(); in getEquivalents()
264 String attempt = Normalizer.normalize(possible, Normalizer.DECOMP, 0); in getEquivalents()
267 if (Normalizer.compare(possible, segment,0)==0) { in getEquivalents()
269 if (PROGRESS) System.out.println("Adding Permutation: " + Utility.hex(possible)); in getEquivalents()
270 result.add(possible); in getEquivalents()
273 if (PROGRESS) System.out.println("-Skipping Permutation: " + Utility.hex(possible)); in getEquivalents()
/third_party/python/Tools/c-analyzer/c_common/
H A Dscriptutil.py107 def __init__(self, values, possible):
109 self.possible = tuple(possible)
117 def normalize_selection(selected: str, *, possible=None):
134 if possible and value not in possible and value != 'all':
138 raise UnsupportedSelectionError(unsupported, tuple(possible))
347 fail = normalize_selection(fail, possible=pool)
/third_party/python/Lib/ctypes/test/
H A Dtest_macholib.py14 # possible = ['lib'+name+'.dylib', name+'.dylib',
16 # for dylib in possible:
39 possible = ['lib'+name+'.dylib', name+'.dylib', name+'.framework/'+name]
40 for dylib in possible:
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_debug.c484 unsigned possible = 0; in lp_debug_draw_bins_by_coverage() local
504 possible += 64*64; in lp_debug_draw_bins_by_coverage()
526 debug_printf("this tile total: %u possible %u: percentage: %f\n", in lp_debug_draw_bins_by_coverage()
528 possible, in lp_debug_draw_bins_by_coverage()
529 total * 100.0 / (float)possible); in lp_debug_draw_bins_by_coverage()
532 _possible += possible; in lp_debug_draw_bins_by_coverage()
536 " possible %" PRIu64 ": percentage: %f\n", in lp_debug_draw_bins_by_coverage()
/third_party/icu/icu4c/source/common/
H A Dcaniter.cpp380 //String possible = (String) it2.next(); in getEquivalents()
381 //UnicodeString *possible = new UnicodeString(*((UnicodeString *)(ne2->value.pointer))); in getEquivalents()
382 UnicodeString possible(*((UnicodeString *)(ne2->value.pointer))); in getEquivalents()
384 nfd.normalize(possible, attempt, status); in getEquivalents()
388 //if (PROGRESS) printf("Adding Permutation: %s\n", UToS(Tr(*possible))); in getEquivalents()
390 result.put(possible, new UnicodeString(possible), status); //add(possible); in getEquivalents()
392 //if (PROGRESS) printf("-Skipping Permutation: %s\n", UToS(Tr(*possible))); in getEquivalents()
/third_party/node/deps/icu-small/source/common/
H A Dcaniter.cpp380 //String possible = (String) it2.next(); in getEquivalents()
381 //UnicodeString *possible = new UnicodeString(*((UnicodeString *)(ne2->value.pointer))); in getEquivalents()
382 UnicodeString possible(*((UnicodeString *)(ne2->value.pointer))); in getEquivalents()
384 nfd.normalize(possible, attempt, status); in getEquivalents()
388 //if (PROGRESS) printf("Adding Permutation: %s\n", UToS(Tr(*possible))); in getEquivalents()
390 result.put(possible, new UnicodeString(possible), status); //add(possible); in getEquivalents()
392 //if (PROGRESS) printf("-Skipping Permutation: %s\n", UToS(Tr(*possible))); in getEquivalents()
/third_party/skia/third_party/externals/icu/source/common/
H A Dcaniter.cpp380 //String possible = (String) it2.next(); in getEquivalents()
381 //UnicodeString *possible = new UnicodeString(*((UnicodeString *)(ne2->value.pointer))); in getEquivalents()
382 UnicodeString possible(*((UnicodeString *)(ne2->value.pointer))); in getEquivalents()
384 nfd.normalize(possible, attempt, status); in getEquivalents()
388 //if (PROGRESS) printf("Adding Permutation: %s\n", UToS(Tr(*possible))); in getEquivalents()
390 result.put(possible, new UnicodeString(possible), status); //add(possible); in getEquivalents()
392 //if (PROGRESS) printf("-Skipping Permutation: %s\n", UToS(Tr(*possible))); in getEquivalents()
/third_party/libunwind/libunwind/doc/
H A Dunw_set_reg.tex27 frames, it is normally possible to access only the preserved
30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
H A Dunw_get_fpreg.tex27 frames, it is normally possible to access only the preserved
30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
H A Dunw_get_reg.tex27 frames, it is normally possible to access only the preserved
30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
H A Dunw_set_fpreg.tex27 frames, it is normally possible to access only the preserved
30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
H A Dunw_get_proc_info_by_ip.tex23 because it is possible to look up the info for an arbitrary procedure,
44 addresses. For this reason, it is alwas possible to describe the
H A Dlibunwind-ia64.tex18 and big-endian HP-UX. Furthermore, to make it possible for a single
27 possible for platform-dependent unwind code to use
55 frames. This makes it possible to pass arguments, e.g., to exception
198 that it is possible to initialize a value of this type not just with
H A Dlibunwind.tex85 While it is not possible to directly move the unwind cursor in the
99 Given an unwind cursor, it is possible to read and write the CPU
231 Note that, by definition, local unwinding is possible only for the
288 facilities: first, it is possible to flush the cached information
295 \Const{UNW\_CACHE\_NONE}, it is possible to turn off caching
H A Dlibunwind-ptrace.tex41 The \Func{ptrace}(2) system-call makes it possible for a process to
44 possible to hook up \Prog{libunwind} to another process via
/third_party/cups-filters/filter/pdftopdf/
H A Dnup.h30 static bool possible(int nup); // TODO? float in_ratio,float out_ratio
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-jwk.h69 unsigned short possible; member
/third_party/mesa3d/src/freedreno/computerator/examples/
H A Dtest-regfile.sh25 ; busy loop to make sure it actually uses all possible waves
/third_party/python/Lib/ctypes/
H A Dutil.py73 possible = ['lib%s.dylib' % name,
76 for name in possible:
/third_party/elfutils/tests/
H A Dtest-subr.sh96 echo >&2 installcheck not possible with --enable-tests-rpath
/third_party/rust/crates/is-terminal/src/
H A Dlib.rs100 // False positives aren't possible. If we got a console then
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Test/
H A DUtils.pm74 Return true if IPv4 / IPv6 is possible to use on the current system.
/third_party/openssl/util/perl/OpenSSL/Test/
H A DUtils.pm74 Return true if IPv4 / IPv6 is possible to use on the current system.

Completed in 12 milliseconds

123