Searched defs:window (Results 1 – 9 of 9) sorted by relevance
| /tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/ |
| D | StreamingLineReader.kt | 43 val window = stream.windowFor(index) in <lambda>() constant 62 val window = stream.windowFor(lineStartIndex) in <lambda>() constant
|
| D | StreamingReader.kt | 38 val window = windows[wi] in get() constant 107 val window = windowFor(srcIndex) in get() constant
|
| /tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/ |
| D | StringSearch.kt | 98 val window = reader.windowFor(index) in find() constant 124 val window = reader.windowFor(index) in findInLoadedRegion() constant
|
| /tools/test/graphicsbenchmark/functional_tests/java/src/cpp/ |
| D | surface_flinger_test_activity.cpp | 66 ANativeWindow* window = ANativeWindow_fromSurface(env, surface); in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_initDisplay() local
|
| /tools/test/graphicsbenchmark/apps/sample_app/src/cpp/ |
| D | renderer.h | 33 NativeWindowType window; member
|
| D | renderer.cpp | 47 int Renderer::initDisplay(NativeWindowType window) { in initDisplay()
|
| /tools/trebuchet/core/common/src/main/kotlin/trebuchet/extractors/ |
| D | SystraceExtractor.kt | 40 stream.onWindowReleased = { window -> processWindow(window, pipe) } in <lambda>() method
|
| /tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/ |
| D | cellular_traffic_power_test.py | 346 window=None): argument
|
| /tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/ |
| D | shannon_log_parser.py | 254 def _feed_nr_power(self, timestamp, tx_pwr, option, lte_nr, window, argument 278 def _feed_lte_power(self, timestamp, tx_pwr, log_data, lte_nr, window, argument
|