HomeSort by relevance Sort by last modified time
    Searched refs:matching (Results 26 - 50 of 607) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/profile/
prune.go 14 // Prune removes all nodes beneath a node matching dropRx, and not
15 // matching keepRx. If the root node of a Sample matches, the sample
39 // Found matching entry to prune.
42 // Remove the matching location.
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/profile/
prune.go 14 // Prune removes all nodes beneath a node matching dropRx, and not
15 // matching keepRx. If the root node of a Sample matches, the sample
39 // Found matching entry to prune.
42 // Remove the matching location.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mt/
relocs.exp 45 # regexp_test {relocs.dump} "$srcdir/$subdir/relocs.d" {matching disassembly}
50 regexp_test {relocs.dump} "$srcdir/$subdir/relocs.d" {matching disassembly}
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlPolicyBuilder.java 320 .matching(AttributePolicy.REJECT_ALL_ATTRIBUTE_POLICY);
645 * Multiple calls to {@code matching} are combined so that the policies
649 public AttributeBuilder matching(AttributePolicy policy) { method in class:HtmlPolicyBuilder.AttributeBuilder
656 * matching the pattern.
657 * Multiple calls to {@code matching} are combined to restrict to the
660 public AttributeBuilder matching(final Pattern pattern) { method in class:HtmlPolicyBuilder.AttributeBuilder
661 return matching(new AttributePolicy() {
671 * matching the given predicate.
672 * Multiple calls to {@code matching} are combined to restrict to the
675 public AttributeBuilder matching( method
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
prune.go 58 // Prune removes all nodes beneath a node matching dropRx, and not
59 // matching keepRx. If the root node of a Sample matches, the sample
79 // Found matching entry to prune.
82 // Remove the matching location.
139 // PruneFrom removes all nodes beneath the lowest node matching dropRx, not including itself.
150 // Prune(B, nil) returns [D] because a matching node is found by scanning from the root.
159 // Found matching entry to prune.
  /prebuilts/go/darwin-x86/src/strings/
search.go 21 // shift the matching frame at least badCharSkip[b] until the next time
22 // the matching char could be in alignment.
25 // goodSuffixSkip[i] defines how far we can shift the matching frame given
31 // shift the matching frame to align with the next suffix chunk. For
37 // matching frame may share part of its prefix with the end of the
38 // matching suffix. In this case, goodSuffixSkip[i] will contain how far
41 // mismatch from the back is found to be in position 3, the matching
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
prune.go 58 // Prune removes all nodes beneath a node matching dropRx, and not
59 // matching keepRx. If the root node of a Sample matches, the sample
79 // Found matching entry to prune.
82 // Remove the matching location.
139 // PruneFrom removes all nodes beneath the lowest node matching dropRx, not including itself.
150 // Prune(B, nil) returns [D] because a matching node is found by scanning from the root.
159 // Found matching entry to prune.
  /prebuilts/go/linux-x86/src/strings/
search.go 21 // shift the matching frame at least badCharSkip[b] until the next time
22 // the matching char could be in alignment.
25 // goodSuffixSkip[i] defines how far we can shift the matching frame given
31 // shift the matching frame to align with the next suffix chunk. For
37 // matching frame may share part of its prefix with the end of the
38 // matching suffix. In this case, goodSuffixSkip[i] will contain how far
41 // mismatch from the back is found to be in position 3, the matching
  /toolchain/binutils/binutils-2.27/binutils/
size.c 300 char **matching;
306 if (bfd_check_format_matches (abfd, bfd_object, &matching))
316 list_matching_formats (matching);
317 free (matching);
322 if (bfd_check_format_matches (abfd, bfd_core, &matching))
341 list_matching_formats (matching);
342 free (matching);
297 char **matching; local
  /external/tensorflow/tensorflow/core/util/
command_line_flags_test.cc 249 bool matching = true; local
251 for (int str_i = 0; str_i != str.size() && matching; str_i++) {
253 matching = (pat_i != pat.size() && isspace(pat[pat_i]));
258 matching = (pat_i != pat.size() && str[str_i] == pat[pat_i++]);
264 return (matching && pat_i == pat.size());
  /toolchain/binutils/binutils-2.27/bfd/
format.c 188 (bfd *abfd, bfd_format format, char ***matching);
193 case, if @var{matching} is not NULL, it will be filled in with
198 When done with the list that @var{matching} points to, the caller
203 bfd_check_format_matches (bfd *abfd, bfd_format format, char ***matching)
216 if (matching != NULL)
217 *matching = NULL;
229 if (matching != NULL || *bfd_associated_vector != NULL)
488 if (matching)
490 *matching = (char **) matching_vector;
  /external/selinux/libsepol/cil/src/
cil_find.c 41 struct cil_list *matching; member in struct:cil_args_find
294 int cil_find_matching_avrule(struct cil_tree_node *node, struct cil_avrule *avrule, struct cil_avrule *target, struct cil_list *matching, int match_self)
336 cil_list_append(matching, CIL_NODE, node);
340 cil_list_append(matching, CIL_NODE, node);
366 rc = cil_find_matching_avrule(node, node->data, args->target, args->matching, args->match_self);
374 int cil_find_matching_avrule_in_ast(struct cil_tree_node *current, enum cil_flavor flavor, void *target, struct cil_list *matching, int match_self)
381 args.matching = matching;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/microblaze/
reloc_sym.exp 42 regexp_test {reloc_sym.dump} "$srcdir/$subdir/reloc_sym.d" {matching disassembly}
  /build/blueprint/bootstrap/bpglob/
bpglob.go 15 // bpglob is the command line tool that checks if the list of files matching a glob has
17 // out build.ninja regenerations when non-matching files are added. See
  /build/soong/cmd/soong_env/
soong_env.go 15 // soong_glob is the command line tool that checks if the list of files matching a glob has
17 // out build.ninja regenerations when non-matching files are added. See
  /external/llvm/utils/vim/indent/
llvm.vim 7 " - On '}' align the same as the line containing the matching '{'
34 " On '}' align the same as the line containing the matching '{'
  /frameworks/base/services/core/java/com/android/server/
IntentResolver.java 149 private ArrayList<F> collectFilters(F[] array, IntentFilter matching) {
157 if (filterEquals(cur, matching)) {
168 public ArrayList<F> findFilters(IntentFilter matching) {
169 if (matching.countDataSchemes() == 1) {
171 return collectFilters(mSchemeToFilter.get(matching.getDataScheme(0)), matching);
172 } else if (matching.countDataTypes() != 0 && matching.countActions() == 1) {
174 return collectFilters(mTypedActionToFilter.get(matching.getAction(0)), matching);
    [all...]
  /platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
HelperManager.java 168 * @param prefix a prefix for matching the helper implementation, if multiple exist
174 List<T> matching = new ArrayList<>(); local
177 Log.i(LOG_TAG, "Found matching implementation: "
179 matching.add(implementation);
183 if (!matching.isEmpty()) {
184 T result = matching.get(0);
223 Log.w(LOG_TAG, String.format("Failed to find a matching constructor for %s",
  /prebuilts/sdk/tools/
jack-diagnose 92 JAVA_VERSION=$("$JAVA_COMMAND" -version 2>&1 | head -1 | grep --only-matching -e \"1\\.[0-9]* | cut -c 4-)
  /toolchain/binutils/binutils-2.27/gold/testsuite/
arm_bl_out_of_range.s 37 # Align stub table for address matching
  /external/autotest/client/cros/chameleon/
audio_test_utils.py 632 matching = [[0] * (length2 + 1)] * (length1 + 1)
633 # matching[i][j] is the maximum number of matched pairs for first i items
639 matching[i + 1][j + 1] = max(matching[i + 1][j],
640 matching[i][j + 1])
645 matching[i + 1][j + 1] = matching[i][j] + 1
652 # Maximum number is obtained by matching i-th item in list1
654 if matching[i][j] == matching[i - 1][j - 1] + 1
    [all...]
  /build/blueprint/bootstrap/
glob.go 29 // The build.ninja file needs to be regenerated any time a file matching the glob is added
32 // non-matching file is added to a traversed directory, including backup files created by
37 // is only updated when a file matching the glob is added or removed. The intermediate file
68 // matching files has changed.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
trie.go 36 // is a list of ranges with an accompanying value. Given a matching range r,
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue21317.go 8 // column matching so instead match the output manually
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
trie.go 36 // is a list of ranges with an accompanying value. Given a matching range r,

Completed in 1190 milliseconds

12 3 4 5 6 7 8 91011>>