HomeSort by relevance Sort by last modified time
    Searched full:immediately (Results 101 - 125 of 8341) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/compile/mclinker/unittests/
DirIteratorTest.h 38 // SetUp() will be called immediately before each test.
41 // TearDown() will be called immediately after each test.
FactoriesTest.h 30 // SetUp() will be called immediately before each test.
33 // TearDown() will be called immediately after each test.
FileHandleTest.h 34 // SetUp() will be called immediately before each test.
37 // TearDown() will be called immediately after each test.
FragmentTest.h 34 // SetUp() will be called immediately before each test.
37 // TearDown() will be called immediately after each test.
InputTreeTest.h 38 // SetUp() will be called immediately before each test.
41 // TearDown() will be called immediately after each test.
LDSymbolTest.cpp 24 // SetUp() will be called immediately before each test.
28 // TearDown() will be called immediately after each test.
NamePoolTest.h 34 // SetUp() will be called immediately before each test.
37 // TearDown() will be called immediately after each test.
PathSetTest.cpp 26 // SetUp() will be called immediately before each test.
30 // TearDown() will be called immediately after each test.
PathSetTest.h 34 // SetUp() will be called immediately before each test.
37 // TearDown() will be called immediately after each test.
PathTest.h 30 // SetUp() will be called immediately before each test.
33 // TearDown() will be called immediately after each test.
RTLinearAllocatorTest.h 30 // SetUp() will be called immediately before each test.
33 // TearDown() will be called immediately after each test.
StaticResolverTest.h 38 // SetUp() will be called immediately before each test.
41 // TearDown() will be called immediately after each test.
StringTableTest.h 34 // SetUp() will be called immediately before each test.
37 // TearDown() will be called immediately after each test.
SymbolCategoryTest.h 34 // SetUp() will be called immediately before each test.
37 // TearDown() will be called immediately after each test.
SymbolTableTest.h 34 // SetUp() will be called immediately before each test.
37 // TearDown() will be called immediately after each test.
TargetMachineTest.cpp 22 // SetUp() will be called immediately before each test.
26 // TearDown() will be called immediately after each test.
UniqueGCFactoryBaseTest.h 32 // SetUp() will be called immediately before each test.
35 // TearDown() will be called immediately after each test.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/async/
AsyncResultHelper.java 31 * immediately.
53 * called immediately.
  /packages/apps/TV/src/com/android/tv/data/epg/
EpgFetcher.java 36 * Fetches EPG immediately if current EPG data are out-dated, i.e., not successfully updated by
42 /** Fetches EPG immediately. */
  /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 98 // will appear immediately after this record.
101 // will appear immediately after the entry file name.
104 // appear immediately after the extra field.
149 // will appear immediately after this record.
152 // will appear immediately after the entry file name.
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiServicesTablePointerLibIdt/
PeiServicesTablePointer.c 58 The function set the pointer of PEI services immediately preceding the IDT table
83 immediately preceding the Interrupt Descriptor Table (IDT) in memory.
85 immediately preceding the Interrupt Descriptor Table (IDT) in memory.
  /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

Completed in 292 milliseconds

1 2 3 45 6 7 8 91011>>