HomeSort by relevance Sort by last modified time
    Searched defs:Last (Results 26 - 40 of 40) sorted by null

12

  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 154 // element and a pointer to the next node. The last node in the list
230 // Gets the last element of the list, or NULL if the list is empty.
231 ListNode<E> * Last() { return last_; }
232 const ListNode<E> * Last() const { return last_; }
371 ListNode<E>* last_; // The last node of the list.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DataGrid.js     [all...]
NetworkPanel.js 89 WebInspector.NetworkLogView._responseHeaderColumns = ["Cache-Control", "Connection", "Content-Encoding", "Content-Length", "ETag", "Keep-Alive", "Last-Modified", "Server", "Vary"];
92 "Cache-Control": false, "Connection": false, "Content-Encoding": false, "Content-Length": false, "ETag": false, "Keep-Alive": false, "Last-Modified": false, "Server": false, "Vary": false
261 this._dataGrid.resizeMethod = WebInspector.DataGrid.ResizeMethod.Last;
    [all...]
  /external/llvm/include/llvm/ADT/
ilist.h 119 ilist_iterator<NodeTy> /*last*/) {}
308 /// of the first node in the list always points to the last node in the list,
482 // [first, last) into position.
484 void transfer(iterator position, iplist &L2, iterator first, iterator last) {
485 assert(first != last && "Should be checked by callers");
491 if (position != last) {
499 // Remove [first, last) from its old position.
501 NodeTy *Next = last.getNodePtrUnchecked(), *Last = this->getPrev(Next);
508 // Splice [first, last) into its new position
573 iterator last = first; ++last; local
    [all...]
  /external/chromium_org/chrome/browser/policy/
policy_browsertest.cc     [all...]
  /external/clang/lib/Format/
Format.cpp 355 if (Line.Last->TotalLength <= ColumnLimit - FirstIndent) {
392 /// \brief The position of the last space on each level.
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 308 /// \returns the index of the last instrucion in the BB from \p VL.
336 /// The index in the basic block of the last scalar.
347 TreeEntry *Last = &VectorizableTree[idx];
348 Last->Scalars.insert(Last->Scalars.begin(), VL.begin(), VL.end());
349 Last->NeedToGather = !Vectorized;
351 Last->LastScalarIndex = getLastIndex(VL);
357 Last->LastScalarIndex = 0;
360 return Last;
620 Instruction *Last = getLastInstruction(VL)
    [all...]
LoopVectorize.cpp 442 // The last instruction in a min/max pattern (select of the select(icmp())
524 /// when the last index of the GEP is the induction variable, or that the
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 307 a pointer just past the last character of the name,
531 const TiXmlNode* LastChild() const { return lastChild; } /// The last child of this node. Will be null if there are no children.
534 const TiXmlNode* LastChild( const char * value ) const; /// The last child of this node matching 'value'. Will be null if there are no children.
    [all...]
  /external/tinyxml/
tinyxml.h 260 a pointer just past the last character of the name,
491 const TiXmlNode* LastChild() const { return lastChild; } /// The last child of this node. Will be null if there are no children.
493 const TiXmlNode* LastChild( const char * value ) const; /// The last child of this node matching 'value'. Will be null if there are no children.
824 const TiXmlAttribute* Last() const { return ( sentinel.prev == &sentinel ) ? 0 : sentinel.prev; }
825 TiXmlAttribute* Last() { return ( sentinel.prev == &sentinel ) ? 0 : sentinel.prev; }
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_shader_tokens.h 130 unsigned Last : 16; /**< UINT */
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 130 unsigned Last : 16; /**< UINT */
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 1697 milliseconds

12