Searched refs:String (Results 376 - 400 of 463) sorted by relevance

<<111213141516171819

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEnhanced3.java51 @KeyField(18) String str;
H A DJoinTest.java170 public String toString() {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DGZipStream.cs56 _gzFile = gzopen(fileName, String.Format("wb{0}", (int)level));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DGZipStream.cs56 _gzFile = gzopen(fileName, String.Format("wb{0}", (int)level));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/dotzlib/DotZLib/
H A DGZipStream.cs56 _gzFile = gzopen(fileName, String.Format("wb{0}", (int)level));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dapp.cpp258 (String)NULL,
355 Widget tlw = XtAppCreateShell( (String)NULL,
H A Dmsgdlg.cpp115 typedef Widget (*DialogCreateFunction)(Widget, String, ArgList, Cardinal);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/serial/
H A DStoredClassCatalog.java215 String className = classFormat.getName();
273 String className,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DStoredList.java427 throw new IndexOutOfBoundsException(String.valueOf(index));
505 throw new IndexOutOfBoundsException(String.valueOf(fromIndex));
H A DStoredIterator.java615 throw new IllegalArgumentException(String.valueOf(direction));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DRepmgrConfigTest.java80 static String address = "localhost";
83 static String homedirName = "";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dregkey.tex32 \item String Value
35 \item Multi String Value
36 \item Expandable String Value
H A Dtopics.tex36 \helpref{String class: wxString}{wxstringoverview}\\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/strings/
H A Dstrings.cpp35 CPPUNIT_TEST( String );
61 void String();
99 void StringTestCase::String() function in class:StringTestCase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A Dflexdef.h71 #define _(String) (String)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/src/
H A Dagrep.c36 #define _(String) gettext(String)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dflexdef.h71 #define _(String) (String)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Demulate.c81 #define String (1<<12) /* String instruction (rep capable) */ macro
157 DstDI | ByteOp | Mov | String, DstDI | Mov | String, /* insb, insw/insd */
158 SrcSI | ByteOp | ImplicitOps | String, SrcSI | ImplicitOps | String, /* outsb, outsw/outsd */
183 ByteOp | SrcSI | DstDI | Mov | String, SrcSI | DstDI | Mov | String,
184 ByteOp | SrcSI | DstDI | String, SrcSI | DstDI | String,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/xmcombo/
H A Ddemo.c55 int main(int argc, String argv[])
H A Dxmcombo.h214 extern Widget XmCreateComboBox(Widget parent, String name, ArgList arglist,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dconfig.cpp143 IMPLEMENT_READ_FOR_TYPE(String, wxString, const wxString&, ExpandEnvVars)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexLua.cxx348 "String, (table) & math functions",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/entity/
H A DSampleViews.java60 new SerialBinding(catalog, String.class);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DRawAccessor.java59 (parentFormat, new HashMap<String,Object>(), superObject);
H A DSimpleFormat.java59 Map<String,Format> newFormats) {
735 super(String.class, false);
740 return new String[len];
750 output.writeString((String) o);

Completed in 240 milliseconds

<<111213141516171819