HomeSort by relevance Sort by last modified time
    Searched full:remember (Results 626 - 650 of 2581) sorted by null

<<21222324252627282930>>

  /external/apache-http/src/org/apache/http/impl/io/
ChunkedInputStream.java 56 * requests, while not requiring the client to remember to read the entire
ContentLengthInputStream.java 44 * requests, while not requiring the client to remember to read the entire
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMTreeWalker.java 110 int top = pos; // Remember the root of this subtree
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerTraceWriter.java 182 * Remember the buffer can hold a few more characters than buf_length
ToSAXHandler.java 350 // remember the current node
  /external/autotest/client/cros/cellular/wardmodem/
global_state.py 214 # Here we try to remember which one is the selected operator currently.
  /external/autotest/client/virt/
virt_step_editor.py     [all...]
  /external/autotest/utils/
pylintrc 226 # List of additional names supposed to be defined in builtins. Remember that
  /external/boringssl/src/crypto/des/
internal.h 141 different words. The main trick is to remember that
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/
pylintrc 104 # List of additional names supposed to be defined in builtins. Remember that
  /external/chromium-trace/catapult/third_party/typ/
pylintrc 98 # List of additional names supposed to be defined in builtins. Remember that
  /external/clang/lib/AST/
RawCommentList.cpp 241 // Look for non-whitespace characters and remember any newlines seen.
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 154 /// Unregister this object from Sema, but remember all the
  /external/compiler-rt/lib/asan/
asan_globals.cc 51 // We want to remember where a certain range of globals was registered.
  /external/curl/docs/
SSLCERTS 93 cert bundle or use it stand-alone as described. Just remember that the
  /external/curl/docs/libcurl/
libcurl-multi.3 78 Remember that one of the main ideas with this interface is to let your
  /external/curl/src/
tool_formparse.c 58 /* remember the first escape position */
  /external/deqp/modules/gles3/functional/
es3fTextureUnitTests.cpp 857 m_ndxTexType.push_back((int)m_textures2d.size()); // Remember the index this texture has in the 2d texture vector.
862 m_ndxTexType.push_back((int)m_texturesCube.size()); // Remember the index this texture has in the cube texture vector.
868 m_ndxTexType.push_back((int)m_textures2dArray.size()); // Remember the index this texture has in the 2d array texture vector.
873 m_ndxTexType.push_back((int)m_textures3d.size()); // Remember the index this texture has in the 3d vector.
    [all...]
  /external/e2fsprogs/ext2ed/
ext2ed.h 263 extern void remember (char *command_line);
  /external/eigen/Eigen/src/Core/
CwiseBinaryOp.h 93 // It is tempting to always allow mixing different types but remember that this is often impossible in the vectorized paths.
  /external/eigen/doc/
InsideEigenExample.dox 156 In short, MatrixBase takes a template parameter \a Derived. Whenever we define a subclass Subclass, we actually make Subclass inherit MatrixBase\<Subclass\>. The point is that different subclasses inherit different MatrixBase types. Thanks to this, whenever we have an object of a subclass, and we call on it some MatrixBase method, we still remember even from inside the MatrixBase method which particular subclass we're talking about.
363 \li first, vectorization works much better if the packets are 128-bit-aligned. This is especially important for write access. So when writing to the coefficients of \a dst, we want to group these coefficients by packets of 4 such that each of these packets is 128-bit-aligned. In general, this requires to skip a few coefficients at the beginning of \a dst. This is the purpose of \a alignedStart. We then copy these first few coefficients one by one, not by packets. However, in our case, the \a dst expression is a VectorXf and remember that in the construction of the vectors we allocated aligned arrays. Thanks to \a DstIsAligned, Eigen remembers that without having to do any runtime check, so \a alignedStart is zero and this part is avoided altogether.
422 OK, that explains how writePacket() works. Now let's look into the packet() call. Remember that we are analyzing this line of code inside copyPacket():
454 Let's go back to CwiseBinaryOp::packet(). Once the packets from the vectors \a v and \a w have been returned, what does this function do? It calls m_functor.packetOp() on them. What is m_functor? Here we must remember what particular template specialization of CwiseBinaryOp we're dealing with:
TutorialMatrixArithmetic.dox 161 Remember that cross product is only for vectors of size 3. Dot product is for vectors of any sizes.
  /external/elfutils/libdwfl/
linux-pid-attach.c 266 3.11.7-200.fc19.x86_64 remember the T (stopped) state
  /external/elfutils/libelf/
elf_getarsym.c 104 /* In case we find no index remember this for the next call. */
  /external/emma/core/java12/com/vladium/util/
IntIntMap.java 300 final Entry next = entry.m_next; // remember next pointer because we are going to reuse this entry

Completed in 1594 milliseconds

<<21222324252627282930>>