/external/chromium-trace/catapult/telemetry/docs/pydoc/ |
telemetry.web_perf.timeline_interaction_record.html | 217 * repeatable: Allows other interactions to use the same label<br> </tt></td></tr> 281 <dl><dt><strong>repeatable</strong></dt> 315 <td width="100%"><strong>FLAGS</strong> = ['repeatable']<br> 316 <strong>REPEATABLE</strong> = 'repeatable'</td></tr></table>
|
/bionic/tests/ |
time_test.cpp | 422 // Test to verify that disarming a repeatable timer disables the callbacks. 442 // Test to verify that deleting a repeatable timer disables the callbacks.
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
AnnotationsTest.java | 22 import java.lang.annotation.Repeatable; 341 @Repeatable(RepeatableAnnotations.class)
|
/bionic/libc/bionic/ |
posix_timers.cpp | 212 // When using timer_settime to disarm a repeatable SIGEV_THREAD timer with a very small
|
/external/apache-http/android/src/com/android/internal/http/multipart/ |
MultipartEntity.java | 176 * Returns <code>true</code> if all parts are repeatable, <code>false</code> otherwise.
|
/external/chromium-trace/catapult/telemetry/ |
README.md | 25 * Use Web Page Replay to get repeatable test results.
|
/external/fio/ |
libfio.c | 118 * Set the same seed to get repeatable runs
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest-port_test.cc | 715 "'?' can only follow a repeatable token"); 717 "'*' can only follow a repeatable token"); 719 "'+' can only follow a repeatable token"); 863 }, "'?' can only follow a repeatable token"); [all...] |
/external/gtest/test/ |
gtest-port_test.cc | 745 "'?' can only follow a repeatable token"); 747 "'*' can only follow a repeatable token"); 749 "'+' can only follow a repeatable token"); 893 }, "'?' can only follow a repeatable token"); [all...] |
/external/iproute2/man/man8/ |
tc-netem.8 | 132 probability. To cause a repeatable pattern where every 5th packet is reordered
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest-port_test.cc | 752 "'?' can only follow a repeatable token"); 754 "'*' can only follow a repeatable token"); 756 "'+' can only follow a repeatable token"); 900 }, "'?' can only follow a repeatable token"); [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-port_test.cc | 752 "'?' can only follow a repeatable token"); 754 "'*' can only follow a repeatable token"); 756 "'+' can only follow a repeatable token"); 900 }, "'?' can only follow a repeatable token"); [all...] |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0/ |
kotlin-runtime-1.0.0-sources.jar | |
/hardware/libhardware/include/hardware/ |
keymaster_defs.h | 36 KM_ENUM_REP = 2 << 28, /* Repeatable enumeration value. */ 38 KM_UINT_REP = 4 << 28, /* Repeatable integer value */ 44 KM_ULONG_REP = 10 << 28, /* Repeatable long value */
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/ |
DefaultRequestDirector.java | 447 this.log.debug("Cannot retry non-repeatable request"); 450 "with a non-repeatable request entity. The cause lists the " + 454 "with a non-repeatable request entity."); [all...] |
/docs/source.android.com/src/devices/tech/power/ |
device.jd | 106 systematic and repeatable, enabling you to test a device in multiple modes and get clean relative
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/ |
action_runner_unittest.py | 56 self.VerifyIssuingInteractionRecords(repeatable=True)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
inspector_backend.py | 223 """Runs an inspector command that causes a repeatable browser driven scroll.
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
web_contents.py | 257 """Runs an inspector command that causes a repeatable browser driven scroll.
|
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/ |
timeline_based_measurement.py | 139 are_repeatable = [i.repeatable for i in interactions]
|
/external/oauth/core/src/main/java/net/oauth/ |
OAuthMessage.java | 182 * This method isn't repeatable, since it consumes and closes getBodyAsStream.
|
/frameworks/base/docs/html-intl/intl/vi/guide/platform/ |
j8-jack.jd | 81 <li>{@code java.lang.annotation.Repeatable}
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
Keyboard.java | 274 public boolean repeatable; field in class:Keyboard.Key 364 repeatable = a.getBoolean(
|
/libcore/ojluni/src/main/java/java/sql/ |
Connection.java | 385 * dirty reads, non-repeatable reads and phantom reads can occur. 395 * dirty reads are prevented; non-repeatable reads and phantom 403 * dirty reads and non-repeatable reads are prevented; phantom 409 * (a "non-repeatable read"). 415 * dirty reads, non-repeatable reads and phantom reads are prevented. [all...] |
/dalvik/docs/ |
embedded-vm-control.html | 232 can occur. This usually manifests itself as a repeatable virtual machine
|