HomeSort by relevance Sort by last modified time
    Searched full:remember (Results 851 - 875 of 3625) sorted by null

<<31323334353637383940>>

  /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/frontend/client/src/autotest/moblab/
SuiteRunnerView.java 305 // remember the board that goes with this model
  /external/autotest/site_utils/lxc/
zygote.py 77 # Remember mounts so they can be cleaned up in destroy.
  /external/autotest/utils/
pylintrc 226 # List of additional names supposed to be defined in builtins. Remember that
  /external/boringssl/src/crypto/fipsmodule/des/
internal.h 163 different words. The main trick is to 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/clang/lib/StaticAnalyzer/Checkers/
ObjCSuperDeallocChecker.cpp 60 // Remember whether [super dealloc] has previously been called on the
  /external/curl/docs/
SSLCERTS.md 103 certificate store or use it stand-alone as described. Just remember that
  /external/curl/docs/libcurl/
libcurl-multi.3 78 Remember that one of the main ideas with this interface is to let your
  /external/deqp/modules/gles3/functional/
es3fTextureUnitTests.cpp 858 m_ndxTexType.push_back((int)m_textures2d.size()); // Remember the index this texture has in the 2d texture vector.
863 m_ndxTexType.push_back((int)m_texturesCube.size()); // Remember the index this texture has in the cube texture vector.
869 m_ndxTexType.push_back((int)m_textures2dArray.size()); // Remember the index this texture has in the 2d array texture vector.
874 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/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
IntObjectMap.java 258 final Entry next = entry.m_next; // remember next pointer because we are going to reuse this entry
IntSet.java 230 final Entry next = entry.m_next; // remember next pointer because we are going to reuse this entry
ObjectIntMap.java 296 final Entry next = entry.m_next; // remember next pointer because we are going to reuse this entry
  /external/freetype/builds/unix/
pkg.m4 55 # Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
  /external/freetype/src/psnames/
psmodule.c 441 result = mid; /* remember match but continue search for base glyph */
  /external/golang-protobuf/proto/
equal.go 52 If the fields are of a floating-point type, remember that

Completed in 1065 milliseconds

<<31323334353637383940>>