HomeSort by relevance Sort by last modified time
    Searched full:occurrences (Results 151 - 175 of 685) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/javassist/src/main/javassist/bytecode/
ClassFile.java 332 * occurrences of the old class name in the class file.
384 * Replaces all occurrences of a class name in the class file.
432 * Replaces all occurrences of several class names in the class file.
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceProcessor.java 46 * or -1 if the event repeats forever. If there are no occurrences
47 * (because the exrule or exdates cancel all the occurrences) and the
67 * or -1 if the event repeats forever. If there are no occurrences
68 * (because the exrule or exdates cancel all the occurrences) and the
714 * strings containing the start date/times of the occurrences; the output
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Multimaps.java     [all...]
  /art/compiler/optimizing/
graph_checker.cc 64 "Block %d lists %zu occurrences of block %d in its predecessors, whereas "
65 "block %d lists %zu occurrences of block %d in its successors.",
87 "Block %d lists %zu occurrences of block %d in its successors, whereas "
88 "block %d lists %zu occurrences of block %d in its predecessors.",
    [all...]
  /art/runtime/interpreter/mterp/
README.txt 125 occurrences of "$result" with "r1".
  /build/blueprint/
ninja_strings.go 80 // occurrences are expected to be variables or $$) and returns a list of the
  /dalvik/dx/src/com/android/dx/cf/code/
ExecutionStack.java 93 * Replaces all the occurrences of the given uninitialized type in
  /external/bison/tests/
c++.at 179 # contains single occurrences of `:'.
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
webrtc_rendering_stats_unittest.py 160 expected_frozen_reports = [{'frozen_frames': 5, 'occurrences': 1}]
  /external/chromium-trace/catapult/third_party/webapp2/docs/guide/
request.rst 23 returns the first occurrence. To get all occurrences of an argument that might
  /external/google-breakpad/src/common/
simple_string_dictionary_unittest.cc 179 // used to keep track of number of occurrences found for key/value pairs
  /external/guava/guava/src/com/google/common/base/
Optional.java 210 * skipping over occurrences of {@link Optional#absent}. Iterators are unmodifiable and are
  /external/llvm/include/llvm/Support/
CommandLine.h 94 enum NumOccurrencesFlag { // Flags for the number of occurrences allowed
96 ZeroOrMore = 0x01, // Zero or more occurrences allowed
98 OneOrMore = 0x03, // One or more occurrences required
195 // Occurrences, HiddenFlag, and Formatting are all enum types but to avoid
197 unsigned Occurrences : 3; // enum NumOccurrencesFlag
215 return (enum NumOccurrencesFlag)Occurrences;
239 void setNumOccurrencesFlag(enum NumOccurrencesFlag Val) { Occurrences = Val; }
250 : NumOccurrences(0), Occurrences(OccurrencesFlag), Value(0),
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64A53Fix835769.cpp 220 << " occurrences of pattern found.\n");
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerKernelArgs.cpp 141 // Then replace all occurrences of %d by %temp.
  /external/v8/tools/testrunner/
README 166 Note that the three occurrences of "BACKEND" are the same code
  /frameworks/base/docs/html/guide/topics/manifest/
data-element.jd 127 <li>An asterisk ('{@code *}') matches a sequence of 0 to many occurrences of
  /frameworks/ml/bordeaux/learning/predictor_histogram/java/android/bordeaux/learning/
HistogramPredictor.java 38 * A histogram based predictor which records co-occurrences of applations with a speficic
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_constants.h 260 * operations all non-overlapping occurrences of the regular expression
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex_constants.h 260 * operations all non-overlapping occurrences of the regular expression
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_constants.h 260 * operations all non-overlapping occurrences of the regular expression
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ast.py 265 Here is an example transformer that rewrites all occurrences of name lookups
  /prebuilts/gdb/linux-x86/lib/python2.7/
ast.py 265 Here is an example transformer that rewrites all occurrences of name lookups
  /prebuilts/go/darwin-x86/src/index/suffixarray/
suffixarray.go 185 // occurs in the indexed data. If n < 0, all occurrences are returned.
  /prebuilts/go/linux-x86/src/index/suffixarray/
suffixarray.go 185 // occurs in the indexed data. If n < 0, all occurrences are returned.

Completed in 3055 milliseconds

1 2 3 4 5 67 8 91011>>