/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/ |
perf.js | 64 // FIXME: Add next/previous buttons for easy navigation through all the graphs. 76 this._titleBar.appendChild(new ui.actions.List([new ui.actions.Previous(), new ui.actions.Next()])); 79 $(this).bind('previous', this._previousGraph.bind(this));
|
results.js | 176 new ui.actions.Previous(),
|
/external/webrtc/src/system_wrappers/source/ |
list_unittest.cc | 62 ListItem* Previous(ListItem* item) const { 63 return list_.Previous(item); 355 // Reverse the list using PushBack and Previous. 357 item = ascending_list->Previous(item)) {
|
list_no_stl.cc | 140 ListItem* ListWrapper::Previous(ListItem* item) const
|
list_stl.cc | 163 ListItem* ListWrapper::Previous(ListItem* item) const
|
map_unittest.cc | 120 item = print_map.Previous(item);
|
/external/clang/lib/Sema/ |
SemaTemplate.cpp | [all...] |
SemaTemplateInstantiateDecl.cpp | 795 // Look for a previous declaration of the template in the owning [all...] |
SemaDeclCXX.cpp | 436 // arguments supplied in this or previous declarations. A 669 // have default arguments supplied in this or previous [all...] |
SemaDeclObjC.cpp | 466 // A previous decl with a different name is because of 537 // The previous declaration was not a class decl. Check if we have a 604 // Look for previous declaration of alias name 691 // Create a new protocol that is completely distinct from previous 721 // Merge attributes from previous declarations. 787 return; // Possibly due to previous error [all...] |
/external/clang/include/clang/AST/ |
DeclContextInternals.h | 223 llvm::PointerIntPair<StoredDeclsMap*, 1> Previous;
|
/external/nist-pkits/ |
extract-pkits-tests.pl | 158 if ($_ =~ /^\s*5 Relationship to Previous Test Suite\s*[^.]/) {
|
/external/tinyxml/ |
tinyxml.cpp | 368 const TiXmlNode* TiXmlNode::IterateChildren( const TiXmlNode* previous ) const 370 if ( !previous ) 376 assert( previous->parent == this ); 377 return previous->NextSibling(); 381 TiXmlNode* TiXmlNode::IterateChildren( TiXmlNode* previous ) 383 if ( !previous ) 389 assert( previous->parent == this ); 390 return previous->NextSibling(); 394 const TiXmlNode* TiXmlNode::IterateChildren( const char * val, const TiXmlNode* previous ) const 396 if ( !previous ) [all...] |
tinyxml.h | 515 IterateChildren takes the previous child as input and finds 516 the next one. If the previous child is null, it returns the 519 const TiXmlNode* IterateChildren( const TiXmlNode* previous ) const; 520 TiXmlNode* IterateChildren( TiXmlNode* previous ); 523 const TiXmlNode* IterateChildren( const char * value, const TiXmlNode* previous ) const; 524 TiXmlNode* IterateChildren( const char * value, TiXmlNode* previous ); 527 const TiXmlNode* IterateChildren( const std::string& _value, const TiXmlNode* previous ) const { return IterateChildren (_value.c_str (), previous); } ///< STL std::string form. 528 TiXmlNode* IterateChildren( const std::string& _value, TiXmlNode* previous ) { return IterateChildren (_value.c_str (), previous); } ///< STL std::string form [all...] |
/external/sfntly/cpp/src/test/tinyxml/ |
tinyxml.h | 558 IterateChildren takes the previous child as input and finds 559 the next one. If the previous child is null, it returns the 562 const TiXmlNode* IterateChildren( const TiXmlNode* previous ) const; 563 TiXmlNode* IterateChildren( const TiXmlNode* previous ) { 564 return const_cast< TiXmlNode* >( (const_cast< const TiXmlNode* >(this))->IterateChildren( previous ) ); 568 const TiXmlNode* IterateChildren( const char * value, const TiXmlNode* previous ) const; 569 TiXmlNode* IterateChildren( const char * _value, const TiXmlNode* previous ) { 570 return const_cast< TiXmlNode* >( (const_cast< const TiXmlNode* >(this))->IterateChildren( _value, previous ) ); 574 const TiXmlNode* IterateChildren( const std::string& _value, const TiXmlNode* previous ) const { return IterateChildren (_value.c_str (), previous); } ///< STL std::string form [all...] |
tinyxml.cpp | 385 const TiXmlNode* TiXmlNode::IterateChildren( const TiXmlNode* previous ) const 387 if ( !previous ) 393 assert( previous->parent == this ); 394 return previous->NextSibling(); 399 const TiXmlNode* TiXmlNode::IterateChildren( const char * val, const TiXmlNode* previous ) const 401 if ( !previous ) 407 assert( previous->parent == this ); 408 return previous->NextSibling( val ); 1190 const TiXmlAttribute* TiXmlAttribute::Previous() const 1200 TiXmlAttribute* TiXmlAttribute::Previous() [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/js/ |
folder_shortcuts_data_model.js | 218 * @param {array} oldArray Previous array before changing.
|
/external/clang/lib/AST/ |
DeclBase.cpp | [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfException.cpp | 144 PrevAction = Actions[PrevAction].Previous; 166 } // else identical - re-use previous FirstAction 230 // The end label of the previous invoke or nounwind try-range. 234 // an ordinary call) between the end of the previous try-range and now. 251 // End of the previous try-range? 268 // instruction between the previous try-range and this one may throw, 292 // Try to merge with the previous call-site. SJLJ doesn't do this 296 // Extend the range of the previous entry. 318 // If some instruction between the previous try-range and the end of the 593 // Offset of the call site relative to the previous call site, counted i [all...] |
/external/clang/include/clang/Sema/ |
Sema.h | 223 // will not link it. Since it has no previous decls, it will remain 339 /// the name "foo", we can find "foo" as a previous declaration, 462 /// Undo a previous pushUndelayed(). [all...] |
/external/chromium_org/chrome/browser/resources/google_now/ |
utility.js | 429 * @param {number=} opt_previousDelaySeconds Previous delay in a sequence of
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
timeline_explorer.js | 287 html += '<button>Previous build</button> <button>Next build</button>';
|
/build/tools/droiddoc/templates-ds/assets/js/ |
docs.js | 164 // jump to last topic of previous section 167 // jump to previous topic in this section 244 // Don't show Previous when it leads to the homepage 352 var prevScrollLeft = 0; // used to compare current position to previous position of horiz scroll 847 REMEMBER THE PREVIOUS PAGE FOR EACH TAB [all...] |
/build/tools/droiddoc/templates-sac/assets/js/ |
docs.js | 221 // jump to last topic of previous section 224 // jump to previous topic in this section 301 // Don't show Previous when it leads to the homepage 318 var previous = $(this); //needs to be not null first time through loop 322 if(current.is("h3") && previous.is("h2")){ //need nested ols for h3s 325 else if(current.is("h2") && previous.is("h3")){ //close up the nested ol 331 previous = current; //keep track of previous element next time through loop 426 var prevScrollLeft = 0; // used to compare current position to previous position of horiz scroll 912 REMEMBER THE PREVIOUS PAGE FOR EACH TA [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
docs.js | 219 // jump to last topic of previous section 222 // jump to previous topic in this section 299 // Don't show Previous when it leads to the homepage 383 var prevScrollLeft = 0; // used to compare current position to previous position of horiz scroll [all...] |