Home
last modified time | relevance | path

Searched defs:history (Results 1 – 25 of 57) sorted by relevance

123

/external/webrtc/modules/video_coding/utility/
Ddecoded_frames_history_unittest.cc22 DecodedFramesHistory history(kHistorySize); in TEST() local
27 DecodedFramesHistory history(kHistorySize); in TEST() local
33 DecodedFramesHistory history(kHistorySize); in TEST() local
40 DecodedFramesHistory history(kHistorySize); in TEST() local
47 DecodedFramesHistory history(kHistorySize); in TEST() local
56 DecodedFramesHistory history(kHistorySize); in TEST() local
67 DecodedFramesHistory history(kHistorySize); in TEST() local
78 DecodedFramesHistory history(kHistorySize); in TEST() local
88 DecodedFramesHistory history(kHistorySize); in TEST() local
98 DecodedFramesHistory history(kHistorySize); in TEST() local
[all …]
Ddecoded_frames_history.cc47 LayerHistory& history = layers_[frameid.spatial_layer]; in InsertDecoded() local
78 LayerHistory& history = layers_[frameid.spatial_layer]; in WasDecoded() local
/external/musl/src/misc/
Dnftw.c11 struct history struct
13 struct history *chain; argument
23 …(const char *, const struct stat *, int, struct FTW *), int fd_limit, int flags, struct history *h) in do_nftw() argument
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/iterator/
DTestUCharacterIterator.java377 String history = moves.substring(0,movesIndex); in previousNext() local
386 String history = moves.substring(0,movesIndex); in previousNext() local
423 String history = moves.substring(0,movesIndex); in TestUCharacterIteratorWrapper() local
432 String history = moves.substring(0,movesIndex); in TestUCharacterIteratorWrapper() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/
DTestUCharacterIterator.java374 String history = moves.substring(0,movesIndex); in previousNext() local
383 String history = moves.substring(0,movesIndex); in previousNext() local
420 String history = moves.substring(0,movesIndex); in TestUCharacterIteratorWrapper() local
429 String history = moves.substring(0,movesIndex); in TestUCharacterIteratorWrapper() local
/external/autotest/site_utils/
Dlab_inventory.py140 def _get_diagnosis(history): argument
158 def _host_is_working(history): argument
162 def _host_is_broken(history): argument
166 def _host_is_idle(history): argument
1026 def _dut_in_repair_loop(history): argument
1072 def _report_untestable_dut(history, state): argument
/external/marisa-trie/lib/marisa/grimoire/trie/
Dstate.h59 const Vector<History> &history() const { in history() function
66 Vector<History> &history() { in history() function
/external/flac/src/libFLAC/
Dlpc.c273 const FLAC__int32 *history; in FLAC__lpc_compute_residual_from_qlp_coefficients() local
533 const FLAC__int32 *history; in FLAC__lpc_compute_residual_from_qlp_coefficients_wide() local
790 const FLAC__int32 *r = residual, *history; in FLAC__lpc_restore_signal() local
1050 const FLAC__int32 *r = residual, *history; in FLAC__lpc_restore_signal_wide() local
/external/python/uritemplates/
Dsetup.py15 history = file.read() variable
/external/xz-java/src/org/tukaani/xz/delta/
DDeltaCoder.java18 final byte[] history = new byte[DISTANCE_MAX]; field in DeltaCoder
/external/gfxstream-protocols/registry/vulkan/xml/
DREADME.adoc116 [[history]] anchor
/external/doclava/res/assets/templates/assets/
Djquery-history.js62 $.fn.history = function(fn) { function
/external/gfxstream-protocols/registry/vulkan/
DBUILD.adoc424 [[history]] anchor in .Note
/external/junit/src/main/java/org/junit/experimental/max/
DMaxCore.java52 private final MaxHistory history; field in MaxCore
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowWebView.java59 private ArrayList<String> history = new ArrayList<>(); field in ShadowWebView
436 private final ArrayList<String> history; field in ShadowWebView.BackForwardList
438 public BackForwardList(ArrayList<String> history) { in BackForwardList()
/external/pigweed/pw_console/py/pw_console/widgets/
Devent_count_history.py60 history: collections.deque = collections.deque() variable in EventCountHistory
/external/libchrome/base/memory/
Dlinked_ptr_unittest.cc15 std::string history; variable
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DMicrobenchmarkAllocationWorker.java88 List<AllocationStats> history = new ArrayList<AllocationStats>(); in verifyBenchmarkIsDeterministic() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowWebViewTest.java320 WebBackForwardList history = webView.copyBackForwardList(); in shouldNotPushEntryFromLoadUrlToHistoryUntilRequested() local
335 WebBackForwardList history = webView.copyBackForwardList(); in shouldNotPushEntryFromLoadDataWithBaseUrlToHistoryUntilRequested() local
/external/jline/src/src/test/java/jline/
DConsoleReaderTest.java156 History history = new History(); in createSeededHistory() local
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowWebView.java77 private ArrayList<String> history = new ArrayList<>(); field in ShadowWebView
732 private final ArrayList<String> history; field in ShadowWebView.BackForwardList
735 public BackForwardList(ArrayList<String> history, int index) { in BackForwardList()
/external/jline/src/src/main/java/jline/
DHistory.java19 private List history = new ArrayList(); field in History
/external/perfetto/src/trace_processor/sqlite/
Ddb_sqlite_table.cc377 FilterHistory history) { in TryCacheCreateSortedTable()
429 FilterHistory history) { in Filter()
Dsqlite_table.h271 auto history = is_cached ? Cursor::FilterHistory::kSame variable
/external/marisa-trie/tests/
Dtrie-test.cc425 marisa::grimoire::trie::History history; in TestHistory() local

123