HomeSort by relevance Sort by last modified time
    Searched full:immediately (Results 76 - 100 of 5448) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/java/android/hardware/camera2/utils/
CloseableLock.java 31 * while a lock is already held will immediately succeed.</p>
36 * <p>If the lock is closed, all future and current acquires will immediately return {@code null}.
103 * it will also immediately unblock all other threads currently trying to acquire a lock.</p>
138 // Notify all threads that are waiting to unblock and return immediately
153 * the call will immediately return {@code false}.</p>
156 * this operation will return immediately. If another thread holds an exclusive lock,
194 // Did another thread #close while we were waiting? Unblock immediately.
221 * the call will immediately return {@code false}.</p>
267 // Did another thread #close while we were waiting? Unblock immediately.
  /external/eigen/doc/
TopicLazyEvaluation.dox 13 Eigen determines automatically, for each sub-expression, whether to evaluate it into a temporary variable. Indeed, in certain cases it is better to evaluate immediately a sub-expression into a temporary variable, while in other cases it is better to avoid that.
21 Expression-templates-based libraries can avoid evaluating sub-expressions into temporaries, which in many cases results in large speed improvements. This is called <i>lazy evaluation</i> as an expression is getting evaluated as late as possible, instead of immediately. However, most other expression-templates-based libraries <i>always</i> choose lazy evaluation. There are two problems with that: first, lazy evaluation is not always a good choice for performance; second, lazy evaluation can be very dangerous, for example with matrix products: doing <tt>matrix = matrix*matrix</tt> gives a wrong result if the matrix product is lazy-evaluated, because of the way matrix product works.
23 For these reasons, Eigen has intelligent compile-time mechanisms to determine automatically when to use lazy evaluation, and when on the contrary it should evaluate immediately into a temporary variable.
55 the product <tt>matrix3 * matrix4</tt> gets evaluated immediately into a temporary matrix. Indeed, experiments showed that it is often beneficial for performance to evaluate immediately matrix products when they are nested into bigger expressions.
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
task_io_service.hpp 86 // Return whether a handler can be dispatched immediately.
96 // Request invocation of the given handler and return immediately.
100 // Request invocation of the given operation and return immediately. Assumes
105 // Request invocation of the given operation and return immediately. Assumes
109 // Request invocation of the given operations and return immediately. Assumes
  /system/core/libziparchive/
zip_archive_common.h 97 // will appear immediately after this record.
100 // will appear immediately after the entry file name.
103 // appear immediately after the extra field.
147 // will appear immediately after this record.
150 // will appear immediately after the entry file name.
  /external/icu/icu4c/source/common/unicode/
normalizer2.h 92 * immediately. Check for U_FAILURE() on output or use with
106 * immediately. Check for U_FAILURE() on output or use with
120 * immediately. Check for U_FAILURE() on output or use with
134 * immediately. Check for U_FAILURE() on output or use with
148 * immediately. Check for U_FAILURE() on output or use with
172 * immediately. Check for U_FAILURE() on output or use with
188 * immediately. Check for U_FAILURE() on output or use with
207 * immediately. Check for U_FAILURE() on output or use with
225 * immediately. Check for U_FAILURE() on output or use with
243 * immediately. Check for U_FAILURE() on output or use wit
    [all...]
  /external/autotest/server/site_tests/network_WiFi_CSADisconnect/
network_WiFi_CSADisconnect.py 13 disconnecting immediately after receiving a CSA (Channel Switch
36 """Perform channel switch, and initiate disconnect immediately, then
48 # immediately to the same AP on the same channel after CSA to a
  /external/avahi/avahi-core/
iface.h 172 int avahi_interface_post_query(AvahiInterface *i, AvahiKey *k, int immediately, unsigned *ret_id);
174 int avahi_interface_post_response(AvahiInterface *i, AvahiRecord *record, int flush_cache, const AvahiAddress *querier, int immediately);
175 int avahi_interface_post_probe(AvahiInterface *i, AvahiRecord *p, int immediately);
  /frameworks/base/core/java/android/os/
ConditionVariable.java 26 * block() will not block, and instead return immediately.
90 * If the condition is already opened, return immediately.
110 * If the condition is already opened, return immediately.
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/imagedistributor/
ImageStream.java 37 * arrives. Others may close new images immediately if no capacity is available.
78 * Immediately returns the next available image without removing it from the
89 * Immediately discards the next available image, if one exists.
  /cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
SimpleActivityChainExit.java 33 // The action which will be called from here and then immediately exit again.
49 // Start our second activity which will quit itself immediately giving back control.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result/
Test_move_result.java 70 * @title move-result instruction must be immediately preceded
79 * @title move-result instruction must be immediately preceded
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result_wide/
Test_move_result_wide.java 70 * @title move-result-wide instruction must be immediately preceded
79 * @title move-result-wide instruction must be immediately preceded
  /development/samples/training/AnimationsDemo/res/animator/
card_flip_left_in.xml 24 1. The back is immediately set to transparent.
38 <!-- Before rotating, immediately set the alpha to 0. -->
card_flip_right_in.xml 24 1. The front is immediately set to transparent.
38 <!-- Before rotating, immediately set the alpha to 0. -->
  /external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
RandomAccessFileOutputStream.java 34 * Constructs a new instance that will immediately open the specified file for writing and set
37 * @param expectedSize if greater than or equal to zero, the size to set the file to immediately;
  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
Worker.java 58 * Called immediately before {@link #measure()}.
65 /** Called immediately after {@link #measure()}. */
  /external/chromium-trace/catapult/third_party/polymer/components/iron-collapse/test/
horizontal.html 73 // Size should be immediately set.
79 // Size should be immediately set.
  /external/dbus/test/name-test/
test-pending-call-dispatch.c 44 /* block on the second message (should return immediately) */
48 /* if it does not return immediately chances
  /external/llvm/lib/CodeGen/
PHIEliminationUtils.cpp 47 // Insert the copy immediately after the def/use.
51 // Insert the copy immediately after the last def/use.
  /external/webrtc/webrtc/modules/bitrate_controller/
send_side_bandwidth_estimation_unittest.cc 30 // Initial REMB applies immediately.
39 // Second REMB doesn't apply immediately.
  /external/webrtc/webrtc/system_wrappers/include/
event_wrapper.h 33 // note that a thread calling Wait() will not start waiting immediately.
37 // either immediately or some time in the future.
  /frameworks/base/media/java/android/media/
MediaTimeProvider.java 32 * the value specified. This happens immediately if the current media time
43 * is stopped, the listener will immediately receive a stop notification.
  /frameworks/compile/mclinker/templates/
implTest.cpp 26 // SetUp() will be called immediately before each test.
31 // TearDown() will be called immediately after each test.
  /frameworks/compile/mclinker/unittests/
DirIteratorTest.cpp 33 // SetUp() will be called immediately before each test.
37 // TearDown() will be called immediately after each test.
ELFReaderTest.h 36 // SetUp() will be called immediately before each test.
39 // TearDown() will be called immediately after each test.

Completed in 1537 milliseconds

1 2 34 5 6 7 8 91011>>