Searched refs:string (Results 151 - 175 of 10374) sorted by relevance

1234567891011>>

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DDisassembler.h19 #include <string>
30 std::string disassembleBuffer(uint8_t* start, size_t length, uint64_t pc = 0);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_cparam/
H A D4_choice16 static char const* <<string-table>> [1] = {
H A D5_sequence16 static char const* <<string-table>> [1] = {
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkGet.c36 * The following tables defines the string values for reliefs, which are
72 * corresponds to the string value of
91 * Given a string, return the corresponding Tk_Anchor.
108 CONST char *string, /* String describing a direction. */
110 * string. */
112 switch (string[0]) {
114 if (string[1] == 0) {
117 } else if ((string[1] == 'e') && (string[2] == 0)) {
120 } else if ((string[
104 Tk_GetAnchor( Tcl_Interp *interp, CONST char *string, Tk_Anchor *anchorPtr) argument
217 Tk_GetJoinStyle( Tcl_Interp *interp, CONST char *string, int *joinPtr) argument
296 Tk_GetCapStyle( Tcl_Interp *interp, CONST char *string, int *capPtr) argument
412 Tk_GetJustify( Tcl_Interp *interp, CONST char *string, Tk_Justify *justifyPtr) argument
521 Tk_GetUid( CONST char *string) argument
559 Tk_GetScreenMM( Tcl_Interp *interp, Tk_Window tkwin, CONST char *string, double *doublePtr) argument
633 Tk_GetPixels( Tcl_Interp *interp, Tk_Window tkwin, CONST char *string, int *intPtr) argument
676 TkGetDoublePixels( Tcl_Interp *interp, Tk_Window tkwin, CONST char *string, double *doublePtr) argument
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Drkcf.c42 rk_cfstring2cstring(CFStringRef string) argument
47 str = (char *) CFStringGetCStringPtr(string, kCFStringEncodingUTF8);
51 len = CFStringGetLength(string);
57 if (!CFStringGetCString (string, str, len, kCFStringEncodingUTF8)) {
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dstd_string.h22 * \brief C++ API: Central ICU header for including the C++ standard &lt;string&gt;
33 #include <string>
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPExtResult.h37 const std::string& getResponseOid() const;
41 * the data to the caller as a std::string.
43 const std::string& getResponse() const;
46 std::string m_oid;
47 std::string m_data;
/macosx-10.10.1/OpenSSL098-52/src/crypto/idea/
H A Dideatest.c60 #include <string.h>
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dconfig.hpp30 #include <string>
44 virtual void got_var(const std::string&, const std::string &);
58 atf::tests::vars_map read_config_files(const std::string&);
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcurl_fnmatch.h36 * '*' can also work with UTF string
42 int Curl_fnmatch(void *ptr, const char *pattern, const char *string);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Sparc/
H A DSparcSubtarget.cpp26 SparcSubtarget::SparcSubtarget(const std::string &TT, const std::string &CPU,
27 const std::string &FS, bool is64Bit) :
35 std::string CPUName = CPU;
44 // Parse features string.
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSDataAdditions.h4 + (NSData *) dataWithBase64EncodedString:(NSString *) string;
5 - (id) initWithBase64EncodedString:(NSString *) string;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSDataAdditions.h4 + (NSData *) dataWithBase64EncodedString:(NSString *) string;
5 - (id) initWithBase64EncodedString:(NSString *) string;
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSDataAdditions.h4 + (NSData *) dataWithBase64EncodedString:(NSString *) string;
5 - (id) initWithBase64EncodedString:(NSString *) string;
/macosx-10.10.1/tcl-105/tcl84/tcl/compat/
H A Dstrtol.c26 * Convert an ASCII string into an integer.
29 * The return value is the integer equivalent of string. If endPtr
31 * after the last one that was part of the integer. If string
33 * and *endPtr is set to string.
42 strtol(string, endPtr, base)
43 CONST char *string; /* String of ASCII digits, possibly
52 * from the leading characters of string:
64 p = string;
83 *endPtr = (char *) string;
/macosx-10.10.1/text_cmds-88/sort/
H A Dstrdup.h1 /* strdup.h -- duplicate a string
22 #include <string.h>
25 /* Duplicate S, returning an identical malloc'd string. */
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dstring.test2 # string.test
4 # Tests for the string-related commands.
15 # $Id: string.test,v 1.3 2002/09/26 00:19:02 hobbs Exp $
25 Test string-1.1 {cindex tests} {
29 Test string-1.2 {cindex tests} {
33 Test string-1.3 {cindex tests} {
37 Test string-1.4 {cindex tests} {
41 Test string-1.5 {cindex tests} {
45 Test string-1.6 {cindex tests} {
49 Test string
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/Exceptions/
H A Dexception-003.js30 string = new String("hi");
31 string.toString = Boolean.prototype.toString;
32 string.toString();
39 "string = new String(\"hi\");"+
40 "string.toString = Boolean.prototype.toString" +
41 "string.toString() [ exception is " + exception +" ]",
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/RegExp/
H A Dregress-105972.js36 var string = ''; variable
46 * It should match the whole string. The reason:
50 * to match till the end of the string. So the simplest match must
55 string = 'Hello World';
56 actualmatch = string.match(pattern);
57 expectedmatch = Array(string);
62 * Leave off the '$' condition - here we expect the empty string.
64 * the string, so the non-greedy operator *? doesn't try to...
68 string = 'Hello World';
69 actualmatch = string
[all...]
H A Dregress-72964.js36 var string = ''; variable
45 // 4 low Unicode chars = Latin1; whole string should match
47 string = '\u00BF\u00CD\u00BB\u00A7';
48 actualmatch = string.match(pattern);
49 expectedmatch = Array(string);
52 // Now put a space in the middle; first half of string should match
54 string = '\u00BF\u00CD \u00BB\u00A7';
55 actualmatch = string.match(pattern);
60 // 4 high Unicode chars = non-Latin1; whole string should match
62 string
[all...]
/macosx-10.10.1/Librpcsvc-24/
H A Dyppasswd.x56 string pw_name<>; /* username */
57 string pw_passwd<>; /* encrypted password */
60 string pw_gecos<>; /* in real life name */
61 string pw_dir<>; /* home directory */
62 string pw_shell<>; /* default shell */
66 string oldpass<>; /* unencrypted old password */
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebLocalizableStrings.h59 #define UI_STRING(string, comment) WebLocalizedStringUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), string)
60 #define UI_STRING_KEY(string, key, comment) WebLocalizedStringUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), key)
61 #define LPCTSTR_UI_STRING(string, comment) WebLocalizedLPCTSTRUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), string)
62 #define LPCTSTR_UI_STRING_KEY(string, key, comment) WebLocalizedLPCTSTRUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), key)
66 #define UI_STRING(string, comment) WebLocalizedStringUTF8(0, string)
67 #define UI_STRING_KEY(string, key, comment) WebLocalizedStringUTF8(0, key)
68 #define LPCTSTR_UI_STRING(string, commen
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Cocoa/
H A DWKNSString.h34 inline NSString *wrapper(API::String& string) { ASSERT([string.wrapper() isKindOfClass:[NSString class]]); return (NSString *)string.wrapper(); } argument
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/include/isc/
H A Dparseint.h37 isc_parse_uint32(isc_uint32_t *uip, const char *string, int base);
40 isc_parse_uint16(isc_uint16_t *uip, const char *string, int base);
43 isc_parse_uint8(isc_uint8_t *uip, const char *string, int base);
45 * Parse the null-terminated string 'string' containing a base 'base'
53 *\li 'string' points to a null-terminated string
58 *\li #ISC_R_BADNUMBER The string is not numeric (in the given base)
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Assembly/
H A DPrintModulePass.h21 #include <string>
32 const std::string &Banner = "");
36 FunctionPass *createPrintFunctionPass(const std::string &Banner,

Completed in 315 milliseconds

1234567891011>>