Searched refs:IndexOf (Results 1 - 21 of 21) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DStringExtensions.cs56 return str.IndexOf( value );
62 return str.IndexOf( value, startIndex );
68 return str.IndexOf( value );
74 return str.IndexOf( value, startIndex );
98 int index = str.IndexOf( oldValue );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DStringExtensions.cs57 return str.IndexOf( value );
63 return str.IndexOf( value, startIndex );
69 return str.IndexOf( value );
75 return str.IndexOf( value, startIndex );
H A DSubList.cs51 public int IndexOf( object value ) method in class:Antlr.Runtime.JavaExtensions.SubList
270 public int IndexOf( object value ) method in class:Antlr.Runtime.JavaExtensions.SubList
382 public int IndexOf( T item ) method in class:Antlr.Runtime.JavaExtensions.SubList
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DErrorManager.cs74 if (f.ToString().IndexOf("ErrorManager") < 0)
/external/lzma/CS/7zip/Common/
H A DCommandLineParser.cs131 int index = charSet.IndexOf(srcString[pos]);
199 if (commandString.IndexOf(id) == 0)
229 int newIndex = commandString.IndexOf(c);
234 if (commandString.IndexOf(c, newIndex + 1) >= 0)
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tools.Tests.pas421 ReturnValue := FIList.IndexOf(Value);
424 ReturnValue := FIList.IndexOf(Value);
/external/chromium/chrome/browser/history/
H A Dtop_sites.cc274 static int IndexOf(const MostVisitedURLList& urls, const GURL& url) { function in namespace:history
647 IndexOf(*urls, prepopulate_urls[i].url) == -1) {
702 int cur_index = IndexOf(urls_copy, url);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenRewriteStream.cs126 int index = opName.IndexOf('$');
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs544 int firstQuoteIndex = @event.IndexOf('"');
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs699 int firstQuoteIndex = @event.IndexOf( '"' );
/external/chromium_org/chrome/common/extensions/permissions/
H A Dpermission_set_unittest.cc33 size_t IndexOf(const std::vector<string16>& warnings, function in namespace:extensions::__anon6730
45 return IndexOf(warnings, warning) != warnings.size();
803 size_t combined_index = IndexOf(warnings, "Use your microphone and camera");
810 EXPECT_EQ(combined_index, IndexOf(warnings, "Use your microphone"));
/external/chromium_org/v8/src/
H A Dserialize.h125 int IndexOf(Address key) const;
H A Dserialize.cc611 int index = IndexOf(key);
619 int index = IndexOf(key);
625 int ExternalReferenceEncoder::IndexOf(Address key) const { function in class:v8::internal::ExternalReferenceEncoder
/external/v8/src/
H A Dserialize.h123 int IndexOf(Address key) const;
H A Dserialize.cc528 int index = IndexOf(key);
536 int index = IndexOf(key);
542 int ExternalReferenceEncoder::IndexOf(Address key) const { function in class:v8::internal::ExternalReferenceEncoder
/external/chromium_org/chrome/browser/history/
H A Dtop_sites_impl.cc335 static int IndexOf(const MostVisitedURLList& urls, const GURL& url) { function in namespace:history
684 IndexOf(*urls, prepopulate_urls[i].url) == -1) {
H A Dtop_sites_likely_impl.cc335 static int IndexOf(const MostVisitedURLList& urls, const GURL& url) { function in namespace:history
688 IndexOf(*urls, prepopulate_urls[i].url) == -1) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokenRewriteStream.cs142 int dindex = opName.IndexOf( '$' );
/external/chromium_org/win8/metro_driver/
H A Dfile_picker.cc56 STDMETHOD(IndexOf)(HSTRING value, unsigned *index, boolean *found) { function in class:__anon14856::StringVectorImpl
H A Dfile_picker_ash.cc54 STDMETHOD(IndexOf)(HSTRING value, unsigned *index, boolean *found) { function in class:__anon14857::StringVectorImpl
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas163 function IndexOf(const Value: T): Integer;

Completed in 298 milliseconds