HomeSort by relevance Sort by last modified time
    Searched full:repeatable (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /external/chromium_org/net/disk_cache/simple/
simple_entry_format.cc 12 // Make hashing repeatable: leave no padding bytes untouched.
17 // Make hashing repeatable: leave no padding bytes untouched.
22 // Make hashing repeatable: leave no padding bytes untouched.
  /external/apache-http/src/org/apache/http/
HttpEntity.java 51 * {@link #isRepeatable repeatable}.
55 * Self-contained entities are generally {@link #isRepeatable repeatable}.
64 * to consider non-repeatable entities as streamed, and those that are
65 * repeatable (without a huge effort) as self-contained.
82 * A repeatable entity's getContent() and writeTo(OutputStream) methods
83 * can be called more than once whereas a non-repeatable entity's can not.
84 * @return true if the entity is repeatable, false otherwise.
140 * Entities that are not {@link #isRepeatable repeatable}
147 * if this entity is not repeatable and the stream
  /external/apache-http/src/org/apache/http/entity/
BufferedHttpEntity.java 44 * The buffered entity is always repeatable.
45 * If the wrapped entity is repeatable itself, calls are passed through.
46 * If the wrapped entity is not repeatable, the content is read into a
99 * Tells that this entity is repeatable.
BasicHttpEntity.java 97 * Tells that this entity is not repeatable.
  /external/valgrind/main/helgrind/tests/
locked_vs_unlocked1.c 33 sleep(1); /* ensure repeatable results */
tc22_exit_w_lock.c 33 sleeps to enforce exit ordering, for repeatable regtesting. */
  /external/valgrind/main/none/tests/amd64/
bug156404-amd64.c 51 if (r > 1) r = 1; /* to make the output repeatable */
  /external/chromium_org/tools/telemetry/telemetry/web_perf/
timeline_interaction_record.py 17 REPEATABLE = 'repeatable'
24 FLAGS = METRICS + [REPEATABLE]
106 * repeatable: Allows other interactions to use the same label
143 def repeatable(self): member in class:TimelineInteractionRecord
144 return REPEATABLE in self._flags
timeline_based_measurement_unittest.py 161 marker='Interaction.LogicalName/is_smooth,repeatable')
163 marker='Interaction.LogicalName/is_smooth,repeatable')
171 responsive_marker = 'Interaction.LogicalName/is_responsive,repeatable'
173 smooth_marker = 'Interaction.LogicalName/is_smooth,repeatable'
  /external/chromium_org/ash/accelerators/
exit_warning_handler.h 26 // The corresponding accelerator must be non-repeatable (see
  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableRepeatable.h 40 // http://www.w3.org/TR/css3-transitions/#animtype-repeatable-list
AnimatableRepeatable.cpp 57 // Interpolation behaviour spec: http://www.w3.org/TR/css3-transitions/#animtype-repeatable-list
  /external/guava/guava-tests/test/com/google/common/base/
ObjectsTest.java 51 // repeatable
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
action_runner.py 34 is_responsive=False, repeatable=False):
51 repeatable: Whether other interactions may use the same logical name
62 if repeatable:
63 flags.append(timeline_interaction_record.REPEATABLE)
70 is_responsive=False, repeatable=False):
89 repeatable: Whether other interactions may use the same logical name
94 is_responsive, repeatable)
  /external/apache-http/src/org/apache/http/client/
NonRepeatableRequestException.java 36 * Signals failure to retry the request due to non-repeatable request
  /external/chromium_org/athena/input/
accelerator_manager_unittest.cc 107 // Non auto repeatable
  /external/chromium_org/components/rappor/
byte_vector_utils.h 70 // generate a repeatable sequence of bits from the same seed. Conservatively,
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
packet_manipulator.h 74 // To get a repeatable packet drop pattern, re-initialize the random seed
  /external/protobuf/gtest/test/
gtest-port_test.cc 509 "'?' can only follow a repeatable token");
511 "'*' can only follow a repeatable token");
513 "'+' can only follow a repeatable token");
657 }, "'?' can only follow a repeatable token");
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_keyboard.c 402 int posted, repeatable; local
414 repeatable = 0;
465 repeatable = 1;
557 if (repeatable && (SDL_KeyRepeat.delay != 0)) {
  /frameworks/base/docs/html/training/activity-testing/
index.jd 33 <em>test suites</em> and run programmatically, in a repeatable manner, with
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pwd.py 93 # it will be a more repeatable failure.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pwd.py 93 # it will be a more repeatable failure.
  /system/keymaster/include/keymaster/
keymaster_defs.h 36 KM_ENUM_REP = 2 << 28, /* Repeatable enumeration value. */
38 KM_INT_REP = 4 << 28, /* Repeatable integer value */
98 fingerprint, etc.). Repeatable to support
  /bionic/tests/
time_test.cpp 428 // Test to verify that disarming a repeatable timer disables the
449 // Test to verify that deleting a repeatable timer disables the

Completed in 1264 milliseconds

1 2 3 4 5 6