HomeSort by relevance Sort by last modified time
    Searched refs:Previous (Results 1 - 25 of 41) sorted by null

1 2

  /external/llvm/include/llvm/ADT/
edit_distance.h 61 unsigned *Previous = SmallBuffer;
63 Previous = new unsigned [2*(n+1)];
64 Allocated.reset(Previous);
66 unsigned *Current = Previous + (n + 1);
69 Previous[i] = i;
78 Previous[x-1] + (FromArray[y-1] == ToArray[x-1] ? 0u : 1u),
79 std::min(Current[x-1], Previous[x])+1);
82 if (FromArray[y-1] == ToArray[x-1]) Current[x] = Previous[x-1];
83 else Current[x] = std::min(Current[x-1], Previous[x]) + 1;
92 Current = Previous;
    [all...]
  /external/clang/lib/Frontend/
FrontendAction.cpp 38 ASTDeserializationListener *Previous;
42 ASTDeserializationListener *Previous)
43 : Previous(Previous) { }
46 if (Previous)
47 Previous->ReaderInitialized(Reader);
51 if (Previous)
52 Previous->IdentifierRead(ID, II);
55 if (Previous)
56 Previous->TypeRead(Idx, T)
    [all...]
  /external/webrtc/src/system_wrappers/interface/
map_wrapper.h 65 MapItem* Previous(MapItem* item) const;
list_wrapper.h 77 ListItem* Previous(ListItem* item) const;
  /external/libnfc-nxp/src/
phFriNfc_NdefReg.c 133 NdefCb->Previous =NULL;
142 NdefCb->Previous = NULL;
143 NdefReg->NdefTypeList->Previous = NdefCb;
144 NdefReg->NdefTypeList = NdefReg->NdefTypeList->Previous;
191 if(tempNode->Previous==NULL && tempNode->Next!=NULL)
194 NdefReg->NdefTypeList->Previous = NULL;
198 if(tempNode->Next==NULL && tempNode->Previous==NULL)
203 if (tempNode->Previous != NULL)
205 tempNode->Previous->Next = tempNode->Next;
209 tempNode->Next->Previous = tempNode->Previous
    [all...]
phFriNfc_NdefReg.h 215 * This member is required by the library to link to the previous registered item. In case of the
218 struct phFriNfc_NdefReg_Cb *Previous;
  /external/webrtc/src/system_wrappers/source/
list_no_stl.h 59 ListNoStlItem* Previous(ListNoStlItem* item) const;
list_stl.h 55 ListItem* Previous(ListItem* item) const;
map_no_stl.h 55 MapNoStlItem* Previous(MapNoStlItem* item) const;
map.cc 112 MapItem* MapWrapper::Previous(MapItem* item) const
map_no_stl.cc 136 MapNoStlItem* MapNoStl::Previous(MapNoStlItem* item) const
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)) {
  /frameworks/base/tests/backup/
test_restore.sh 52 echo --- Previous files
55 echo --- Previous shared_prefs
  /external/clang/include/clang/Lex/
MacroInfo.h 282 /// \brief Previous definition, the identifier of this macro was defined to,
284 MacroDirective *Previous;
318 : Info(MI), Previous(0), Loc(MI->getDefinitionLoc()),
325 : Info(MI), Previous(0), Loc(Loc),
347 /// \brief Set previous definition of the macro with the same name.
349 Previous = Prev;
352 /// \brief Get previous definition of the macro with the same name.
353 const MacroDirective *getPrevious() const { return Previous; }
355 /// \brief Get previous definition of the macro with the same name.
356 MacroDirective *getPrevious() { return Previous; }
    [all...]
  /external/webrtc/src/system_wrappers/test/map/
map.cc 93 // Test Previous
94 MapItem* second_to_last_item = test_map.Previous(last_item);
97 FailTest(test_map.Previous(first_item) != NULL);
  /external/clang/lib/Format/
Format.cpp 508 const AnnotatedToken &Previous = *State.NextToken->Parent;
533 (Previous.isOneOf(tok::equal, tok::coloncolon) ||
542 } else if (Previous.is(tok::comma) && State.VariablePos != 0 &&
546 } else if (Previous.ClosesTemplateDeclaration ||
558 } else if (Previous.Type == TT_ObjCMethodExpr ||
567 if (Previous.isOneOf(tok::comma, tok::semi) &&
597 if (Previous.is(tok::l_brace))
603 if ((Previous.isNot(tok::l_paren) && Previous.isNot(tok::l_brace)) ||
612 State.VariablePos = State.Column - Previous.FormatTok.TokenLength
    [all...]
TokenAnnotator.cpp 44 // Returns the previous token ignoring comments.
574 for (AnnotatedToken *Previous = Current.Parent;
575 Previous && Previous->isNot(tok::comma);
576 Previous = Previous->Parent) {
577 if (Previous->is(tok::r_square))
578 Previous = Previous->MatchingParen;
579 if (Previous->Type == TT_BinaryOperator &
    [all...]
  /external/webrtc/src/system_wrappers/test/list/
list.cc 61 // Fake a previous value for the first iteration
115 // Test Previous
116 ListItem* second_to_last_item = test_list.Previous(last_item);
118 FailTest(test_list.Previous(first_item) != NULL);
119 FailTest(test_list.Previous(NULL) != NULL);
162 FailTest(test_list.Previous(NULL) != NULL);
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.h 67 unsigned Previous;
  /external/llvm/unittests/ADT/
SCCIteratorTest.cpp 145 NodeSubset Previous(Reachable);
149 if (Previous.count(i))
153 if (Reachable == Previous)
  /build/tools/droiddoc/templates-pdk/
docpage.cs 49 <?cs if:previous.link ?>
50 <div class="training-nav-button-previous">
51 <a href="<?cs var:previous.link ?>">
53 Previous lesson
54 <span class="training-nav-button-title"><?cs var:previous.title ?></span>
58 <?cs /if ?><?cs # end if previous.link ?>
68 <?cs if:!startpage && (previous.link || next.link) ?>
80 <?cs if:previous.link ?>
81 <div class="training-nav-button-previous">
82 <a href="<?cs var:previous.link ?>"
    [all...]
  /external/clang/lib/Lex/
MacroInfo.cpp 113 for (const MacroDirective *MD = this; MD; MD = MD->Previous) {
  /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*[^.]/) {

Completed in 240 milliseconds

1 2