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

1 2 3 4 5 67 8 91011>>

  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/feature/gmaven-feature-api/1.5/
gmaven-feature-api-1.5.jar 
  /external/libvpx/libvpx/test/
tools_common.sh 207 # filter are excluded. When $3 is omitted, strings matching the filter are
254 # Remove tests not matching the user's filter.
292 --filter <filter>: User test filter. Only tests matching filter are run.
  /external/tensorflow/tensorflow/core/framework/
op_def_builder.cc 515 strings::StrCat("No matching input/output/attr for name '", name,
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmStateManager.java     [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/doc/
doc.go 68 In all forms, when matching symbols, lower-case letters in the argument match
110 Respect case when matching symbols.
  /prebuilts/go/darwin-x86/src/cmd/internal/test2json/
test2json_test.go 177 // At each step we're matching haveEvents[i] against wantEvents[j].
234 // Walk through wantEvents matching against haveEvents.
  /prebuilts/go/darwin-x86/src/cmd/trace/
pprof.go 52 // and returns the ids of goroutines of the matching type.
74 return nil, fmt.Errorf("failed to find matching goroutines for id: %s", id)
  /prebuilts/go/linux-x86/src/cmd/go/internal/doc/
doc.go 68 In all forms, when matching symbols, lower-case letters in the argument match
110 Respect case when matching symbols.
  /prebuilts/go/linux-x86/src/cmd/internal/test2json/
test2json_test.go 177 // At each step we're matching haveEvents[i] against wantEvents[j].
234 // Walk through wantEvents matching against haveEvents.
  /prebuilts/go/linux-x86/src/cmd/trace/
pprof.go 52 // and returns the ids of goroutines of the matching type.
74 return nil, fmt.Errorf("failed to find matching goroutines for id: %s", id)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java 1142 RuleAction matching = null; local
    [all...]
  /build/blueprint/proptools/
extend_test.go 707 err: errors.New("expected matching types for dst and src, got *struct { A string } and *struct { B string }"),
1268 testType = "prepend matching"
1271 testType = "append matching"
1298 testType = "prepend matching"
1300 testType = "append matching"
  /prebuilts/go/darwin-x86/src/cmd/doc/
doc_test.go 427 // Case matching off.
429 "case matching off",
438 // Case matching on.
440 "case matching on",
452 "case matching on, no dups",
  /prebuilts/go/darwin-x86/src/os/exec/
lp_windows_test.go 196 // the specified path for an executable file matching
206 // the specified path for an executable file matching the command
218 // matching the command name. If a match is found, the external
228 // executable file matching the command name. If a match
238 // executable file matching the command name. If no match
  /prebuilts/go/linux-x86/src/cmd/doc/
doc_test.go 427 // Case matching off.
429 "case matching off",
438 // Case matching on.
440 "case matching on",
452 "case matching on, no dups",
  /prebuilts/go/linux-x86/src/os/exec/
lp_windows_test.go 196 // the specified path for an executable file matching
206 // the specified path for an executable file matching the command
218 // matching the command name. If a match is found, the external
228 // executable file matching the command name. If a match
238 // executable file matching the command name. If no match
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
driver_test.go 997 "1 key with 1 matching value",
1003 "1 key with no matching values",
1009 "two keys, each with value matching different one value in list",
1014 {"two keys, all value matching different regex value in list",
1037 "key included for regex matching, list of values where all values in list matched",
1043 "key included for regex matching, list of values where not only second value matched",
1049 "key included for regex matching, list of values where not only first value matched",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
driver_test.go 997 "1 key with 1 matching value",
1003 "1 key with no matching values",
1009 "two keys, each with value matching different one value in list",
1014 {"two keys, all value matching different regex value in list",
1037 "key included for regex matching, list of values where all values in list matched",
1043 "key included for regex matching, list of values where not only second value matched",
1049 "key included for regex matching, list of values where not only first value matched",
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
SetterStore.java 471 ArrayList<MultiAttributeSetter> matching = getMatchingMultiAttributeSetters(attributes, local
473 Collections.sort(matching, COMPARE_MULTI_ATTRIBUTE_SETTERS);
474 while (!matching.isEmpty()) {
475 MultiAttributeSetter bestMatch = matching.get(0);
477 removeConsumedAttributes(matching, bestMatch.attributes);
549 private static void removeConsumedAttributes(ArrayList<MultiAttributeSetter> matching,
551 for (int i = matching.size() - 1; i >= 0; i--) {
552 final MultiAttributeSetter setter = matching.get(i);
561 matching.remove(i);
    [all...]
  /build/blueprint/pathtools/
glob.go 35 // filepath.Glob, with an extension that recursive glob (** matching zero or
41 // to rerun the primary builder when the list of matching files changes.
350 // to rerun the primary builder when the list of matching files changes.
  /build/soong/android/
prebuilt.go 34 // a matching name.
  /external/kmod/libkmod/python/kmod/
kmod.pyx 74 "iterate through modules matching `alias_name`"
  /external/llvm/test/MC/ARM/
ldr-pseudo-darwin.s 1 @ This test has a partner (ldr-pseudo.s) that contains matching
4 @ between darwin and linux. Any tests added here should have a matching
ldr-pseudo.s 1 @ This test has a partner (ldr-pseudo-darwin.s) that contains matching
4 @ between darwin and linux. Any tests added here should have a matching
  /external/protobuf/js/binary/
utils_test.js 495 * Tests counting matching varint fields.
527 * Tests counting matching fixed32 fields.
559 * Tests counting matching fixed64 fields.
591 * Tests counting matching delimited fields.

Completed in 763 milliseconds

1 2 3 4 5 67 8 91011>>