Home
last modified time | relevance | path

Searched refs:occurrence (Results 1 – 25 of 212) sorted by relevance

123456789

/external/autotest/client/site_tests/platform_InitLoginPerf/
Dplatform_InitLoginPerf.py30 def get_bootstat_timestamp(name, occurrence): argument
45 stats = float(output[occurrence].split()[0])
51 def uptime_from_timestamp(name, occurrence=-1): argument
65 lambda: get_bootstat_timestamp(name, occurrence),
71 % (name, occurrence))
/external/e2fsprogs/po/
Dinsert-header.sin3 # At each occurrence of a line starting with "msgid ", we execute the following
4 # commands. At the first occurrence, insert the file. At the following
12 # Yes it was empty. First occurrence. Read the file.
Dremove-potcdate.sin11 # Yes it was empty. First occurrence. Remove the line.
/external/libexif/po/
Dinsert-header.sin3 # At each occurrence of a line starting with "msgid ", we execute the following
4 # commands. At the first occurrence, insert the file. At the following
12 # Yes it was empty. First occurrence. Read the file.
Dremove-potcdate.sin11 # Yes it was empty. First occurrence. Remove the line.
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-08-02.data1 First occurrence: &anchor Value
2 Second occurrence: *anchor
Dspec-08-11.data1 First occurrence: &anchor Value
2 Second occurrence: *anchor
Dspec-08-02.canonical4 ? !!str "First occurrence"
6 ? !!str "Second occurrence"
Dspec-08-11.canonical4 ? !!str "First occurrence"
6 ? !!str "Second occurrence"
Dspec-02-10.data7 - *SS # Subsequent occurrence
/external/llvm-project/llvm/test/YAMLParser/
Dspec-08-02.test3 First occurrence: &anchor Value
4 Second occurrence: *anchor
Dspec-08-11.test3 First occurrence: &anchor Value
4 Second occurrence: *anchor
Dspec-02-10.test9 - *SS # Subsequent occurrence
/external/llvm/test/YAMLParser/
Dspec-08-11.test3 First occurrence: &anchor Value
4 Second occurrence: *anchor
Dspec-08-02.test3 First occurrence: &anchor Value
4 Second occurrence: *anchor
Dspec-02-10.test9 - *SS # Subsequent occurrence
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/
DImageProcessor.java185 public synchronized void updateNumberOfRotations(int k, int occurrence) { in updateNumberOfRotations() argument
191 SupportPreconditions.checkElementIndex(occurrence, indexes.size(), "occurrence"); in updateNumberOfRotations()
194 int index = indexes.get(occurrence); in updateNumberOfRotations()
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/stub/element/
DSmaliClassElementType.java88 sink.occurrence(SmaliClassNameIndex.KEY, qualifiedName); in indexStub()
93 sink.occurrence(JavaStubIndexKeys.CLASS_SHORT_NAMES, shortName); in indexStub()
/external/dokka/core/testdata/format/website/
DreturnTag.md12 Returns the index within this string of the first occurrence of the specified character, starting f…
19 An index of the first occurrence of <a href="test/index-of#$indexOf(Foo, kotlin.Char, kotlin.Int, k…
/external/tensorflow/tensorflow/core/profiler/utils/
Devent_span.cc353 device_memory_transfers_[i].occurrence() + in AggregateDeviceMemoryTransfers()
354 device_memory_transfers[i].occurrence()); in AggregateDeviceMemoryTransfers()
386 device_memory_transfers_[index].occurrence() + 1); in AddDeviceMemoryTransferEvent()
/external/abseil-cpp/absl/random/internal/
Dnanobenchmark.cc633 uint32_t occurrence = ~0u; // 0 after preincrement in FillSubset() local
638 ++occurrence; in FillSubset()
642 if (occurrence == omit[idx_omit]) { in FillSubset()
654 ABSL_RAW_CHECK(occurrence == count - 1, "occurrence not at end"); in FillSubset()
/external/webrtc/third_party/abseil-cpp/absl/random/internal/
Dnanobenchmark.cc633 uint32_t occurrence = ~0u; // 0 after preincrement in FillSubset() local
638 ++occurrence; in FillSubset()
642 if (occurrence == omit[idx_omit]) { in FillSubset()
654 ABSL_RAW_CHECK(occurrence == count - 1, "occurrence not at end"); in FillSubset()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dnanobenchmark.cc633 uint32_t occurrence = ~0u; // 0 after preincrement in FillSubset() local
638 ++occurrence; in FillSubset()
642 if (occurrence == omit[idx_omit]) { in FillSubset()
654 ABSL_RAW_CHECK(occurrence == count - 1, "occurrence not at end"); in FillSubset()
/external/openscreen/third_party/abseil/src/absl/random/internal/
Dnanobenchmark.cc633 uint32_t occurrence = ~0u; // 0 after preincrement in FillSubset() local
638 ++occurrence; in FillSubset()
642 if (occurrence == omit[idx_omit]) { in FillSubset()
654 ABSL_RAW_CHECK(occurrence == count - 1, "occurrence not at end"); in FillSubset()
/external/libtextclassifier/abseil-cpp/absl/random/internal/
Dnanobenchmark.cc633 uint32_t occurrence = ~0u; // 0 after preincrement in FillSubset() local
638 ++occurrence; in FillSubset()
642 if (occurrence == omit[idx_omit]) { in FillSubset()
654 ABSL_RAW_CHECK(occurrence == count - 1, "occurrence not at end"); in FillSubset()

123456789