HomeSort by relevance Sort by last modified time
    Searched refs:matching (Results 126 - 150 of 511) sorted by null

1 2 3 4 56 7 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.
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmStateManager.java     [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
doc.go 63 In all forms, when matching symbols, lower-case letters in the argument match
105 Respect case when matching symbols.
  /prebuilts/go/darwin-x86/src/cmd/vet/
method.go 51 "Peek": {[]string{"=int"}, []string{"[]byte", "error"}}, // image.reader (matching bufio.Reader)
61 "WriteByte": {[]string{"byte"}, []string{"error"}}, // jpeg.writer (matching bufio.Writer)
  /prebuilts/go/linux-x86/src/cmd/go/
doc.go 63 In all forms, when matching symbols, lower-case letters in the argument match
105 Respect case when matching symbols.
  /prebuilts/go/linux-x86/src/cmd/vet/
method.go 51 "Peek": {[]string{"=int"}, []string{"[]byte", "error"}}, // image.reader (matching bufio.Reader)
61 "WriteByte": {[]string{"byte"}, []string{"error"}}, // jpeg.writer (matching bufio.Writer)
  /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 613 err: errors.New("expected matching types for dst and src, got *struct { A string } and *struct { B string }"),
1143 testType = "prepend matching"
1146 testType = "append matching"
1173 testType = "prepend matching"
1175 testType = "append matching"
  /prebuilts/go/darwin-x86/src/os/exec/
lp_windows_test.go 191 // the specified path for an executable file matching
201 // the specified path for an executable file matching the command
213 // matching the command name. If a match is found, the external
223 // executable file matching the command name. If a match
233 // executable file matching the command name. If no match
  /prebuilts/go/linux-x86/src/os/exec/
lp_windows_test.go 191 // the specified path for an executable file matching
201 // the specified path for an executable file matching the command
213 // matching the command name. If a match is found, the external
223 // executable file matching the command name. If a match
233 // executable file matching the command name. If no match
  /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 // that recursive glob (** matching zero or more complete path entries) is
40 // to rerun the primary builder when the list of matching files changes.
360 // to rerun the primary builder when the list of matching files changes.
  /build/soong/android/
prebuilt.go 32 // 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.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
rulegen.go 45 // variables declared in the matching sexpr. The variable "v" is predefined to be
63 // parse returns the matching part of the rule, additional conditions, and the result.
126 // Do fancier value op matching.
610 // precise op matching while retaining good error messages.
  /prebuilts/go/darwin-x86/src/go/types/
return.go 111 // with a single-pass label/break matching phase.
  /prebuilts/go/darwin-x86/src/html/
escape.go 124 // consumed characters matching one of the named references.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
rulegen.go 45 // variables declared in the matching sexpr. The variable "v" is predefined to be
63 // parse returns the matching part of the rule, additional conditions, and the result.
126 // Do fancier value op matching.
610 // precise op matching while retaining good error messages.
  /prebuilts/go/linux-x86/src/go/types/
return.go 111 // with a single-pass label/break matching phase.
  /prebuilts/go/linux-x86/src/html/
escape.go 124 // consumed characters matching one of the named references.
  /external/bison/
maint.mk 66 # matching files to ignore.
222 # the regexp is used to select matching files from the list of all
229 # Select the files (non) containing strings matching this regexp.
245 # Finally, you may exempt files based on an ERE matching file names.
252 # when filtering by name via in_files, we explicitly filter out matching
768 # A regexp matching function names like "error" that may be used
833 # Create a list of regular expressions matching the names
    [all...]

Completed in 836 milliseconds

1 2 3 4 56 7 8 91011>>