Searched refs:string (Results 1 - 25 of 3013) sorted by relevance

1234567891011>>

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/bundle/
H A DInfo.plist.cpp6 <string>English</string>
8 <string>X11</string>
10 <string>LAUNCHD_ID_PREFIX.X11</string>
12 <string>X11.icns</string>
14 <string>LAUNCHD_ID_PREFIX.X11</string>
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_maos.c7 #include <string.h>
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_maos.c7 #include <string.h>
/xsrc/external/mit/fontconfig/dist/conf.d/
H A D35-lang-normalize.conf6 <test name="lang" compare="contains"><string>aa</string></test>
7 <edit name="lang" mode="assign" binding="same"><string>aa</string></edit>
11 <test name="lang" compare="contains"><string>ab</string></test>
12 <edit name="lang" mode="assign" binding="same"><string>ab</string></edit>
16 <test name="lang" compare="contains"><string>af</string></tes
[all...]
H A D49-sansserif.conf10 <string>sans-serif</string>
13 <string>serif</string>
16 <string>monospace</string>
19 <string>sans-serif</string>
H A D80-delicious.conf9 <string>Delicious</string>
12 <string>Heavy</string>
/xsrc/external/mit/xinit/dist/launchd/user_startx/
H A Dstartx.plist.cpp6 <string>BUNDLE_ID_PREFIX.startx</string>
9 <string>__libexecdir__/launchd_startx</string>
10 <string>__bindir__/startx</string>
12 <string>--</string>
13 <string>LAUNCHAGENT_XSERVER_PATH</string>
[all...]
/xsrc/external/mit/freetype/dist/builds/mac/
H A Dascii2mpw.py3 import string
7 mpw_line = string.replace(asc_line, "\\xA5", "\245")
8 mpw_line = string.replace(mpw_line, "\\xB6", "\266")
9 mpw_line = string.replace(mpw_line, "\\xC4", "\304")
10 mpw_line = string.replace(mpw_line, "\\xC5", "\305")
11 mpw_line = string.replace(mpw_line, "\\xFF", "\377")
12 mpw_line = string.replace(mpw_line, "\n", "\r")
13 mpw_line = string.replace(mpw_line, "\\n", "\n")
17 asc_line = string.replace(mpw_line, "\n", "\\n")
18 asc_line = string
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xquartz/bundle/
H A DInfo.plist.cpp6 <string>English</string>
8 <string>X11</string>
10 <string>BUNDLE_ID_PREFIX.X11</string>
12 <string>X11.icns</string>
14 <string>BUNDLE_ID_PREFIX.X11</string>
[all...]
/xsrc/external/mit/luit/dist/
H A Dlocale.c2 #include <string.h>
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/
H A Dinvocation.hpp33 binary compile_program(const std::string &source,
36 const std::string &opts,
37 std::string &r_log);
41 const std::string &opts,
42 std::string &r_log);
45 binary compile_to_spirv(const std::string &source,
48 const std::string &opts,
49 std::string &r_log);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/spirv/
H A Dinvocation.hpp38 bool is_binary_spirv(const std::string &binary);
45 bool is_valid_spirv(const std::string &binary,
47 std::string &r_log);
50 std::string version_to_string(uint32_t version);
53 binary compile_program(const std::string &binary,
54 const device &dev, std::string &r_log,
60 const std::string &opts, std::string &r_log);
63 std::string print_module(const std::string
[all...]
/xsrc/external/mit/xinit/dist/launchd/privileged_startx/
H A Dprivileged_startx.plist.cpp6 <string>BUNDLE_ID_PREFIX.privileged_startx</string>
9 <string>__libexecdir__/privileged_startx</string>
10 <string>-d</string>
11 <string>SCRIPTDIR</string>
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-string.h45 // string.h is not guaranteed to provide strcpy on C++ Builder.
49 #include <string.h>
50 #include <string>
57 // String - an abstract class holding static string utilities.
62 // Clones a 0-terminated C string, allocating memory using new. The
64 // delete[]. Returns the cloned string, or NULL if the input is
67 // This is different from strdup() in string.h, which allocates
76 // Creates a UTF-16 wide string from the given ANSI string, allocating
78 // value using delete[]. Returns the wide string, o
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/llvm/
H A Dinvocation.hpp33 module compile_program(const std::string &source,
36 const std::string &opts,
37 std::string &r_log);
41 const std::string &opts,
42 std::string &r_log);
H A Dutil.hpp38 fail(std::string &r_log, E &&e, const std::string &s) {
43 inline std::vector<std::string>
44 tokenize(const std::string &s) {
45 std::vector<std::string> ss;
52 // passed to the compiler. We avoid using std::string::replace here to
86 inline std::string
92 target(const std::string &s) :
96 std::string cpu;
97 std::string tripl
[all...]
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-matchers.cc39 #include <string>
43 // Constructs a matcher that matches a const std::string& whose value is
45 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); }
47 // Constructs a matcher that matches a const std::string& whose value is
49 Matcher<const std::string&>::Matcher(const char* s) {
50 *this = Eq(std::string(s));
53 // Constructs a matcher that matches a std::string whose value is equal to
55 Matcher<std::string>::Matcher(const std::string
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-string.h45 // string.h is not guaranteed to provide strcpy on C++ Builder.
49 #include <string.h>
50 #include <string>
57 // String - an abstract class holding static string utilities.
62 // Clones a 0-terminated C string, allocating memory using new. The
64 // delete[]. Returns the cloned string, or NULL if the input is
67 // This is different from strdup() in string.h, which allocates
76 // Creates a UTF-16 wide string from the given ANSI string, allocating
78 // value using delete[]. Returns the wide string, o
[all...]
/xsrc/external/mit/libXt/dist/include/X11/
H A DResourceI.h57 #define StringToQuark(string) XrmStringToQuark(string)
58 #define StringToName(string) XrmStringToName(string)
59 #define StringToClass(string) XrmStringToClass(string)
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dmesa-sha1_test.c26 #include <string.h>
36 const char *string; member in struct:main::__anon07717bc60108
49 _mesa_sha1_compute(test_data[i].string, strlen(test_data[i].string),
56 printf("For string \"%s\", length %zu:\n"
58 test_data[i].string, strlen(test_data[i].string),
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dmesa-sha1_test.c26 #include <string.h>
36 const char *string; member in struct:main::__anonedaa5ff90108
49 _mesa_sha1_compute(test_data[i].string, strlen(test_data[i].string),
56 printf("For string \"%s\", length %zu:\n"
58 test_data[i].string, strlen(test_data[i].string),
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dformat_pack.py6 string = """/* variable
1000 template = Template(string, future_imports=['division']);
H A Dformat_unpack.py6 string = """/* variable
893 template = Template(string, future_imports=['division']);
/xsrc/external/mit/libX11/dist/src/
H A DParseGeom.c43 * were actually found in the string. For each value found,
49 ReadInteger(char *string, char **NextString) argument
54 if (*string == '+')
55 string++;
56 else if (*string == '-')
58 string++;
61 for (; (*string >= '0') && (*string <= '9'); string++)
63 Result = (Result * 10) + (*string
73 XParseGeometry(_Xconst char * string,int * x,int * y,unsigned int * width,unsigned int * height) argument
[all...]
/xsrc/external/mit/ctwm/dist/
H A Dgram.y27 #include <string.h>
102 %type <ptr> string
122 | ICON_REGION string vgrav hgrav number number {
125 | ICON_REGION string vgrav hgrav number number string {
128 | ICON_REGION string vgrav hgrav number number string string {
131 | ICON_REGION string vgrav hgrav number number string strin
1127 string : STRING { char *ptr = strdup($1); label
[all...]

Completed in 25 milliseconds

1234567891011>>