HomeSort by: relevance | last modified time | path
    Searched defs:string (Results 1 - 25 of 139) sorted by relevancy

1 2 3 4 5 6

  /xsrc/external/mit/MesaLib/dist/src/util/
debug.h 35 const char * string; member in struct:debug_control
mesa-sha1_test.c 26 #include <string.h>
36 const char *string; member in struct:__anon2880
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/util/
debug.h 35 const char * string; member in struct:debug_control
mesa-sha1_test.c 26 #include <string.h>
36 const char *string; member in struct:__anon5040
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/xorg-server/dist/include/
probes.h 35 typedef const char *string; typedef
  /xsrc/external/mit/libepoxy/dist/test/
wgl_usefontbitmaps.c 35 const char *string = "some string"; local
50 glCallLists(strlen(string), GL_UNSIGNED_BYTE, string); local
59 glCallLists(strlen(string), GL_UNSIGNED_BYTE, string); local
cgl_epoxy_api.c 43 const char *string; local
69 string = (const char *)glGetString(GL_VERSION);
70 printf("GL version: %s - Epoxy: %d\n", string, epoxy_gl_version());
72 string = (const char *)glGetString(GL_SHADING_LANGUAGE_VERSION);
73 printf("GLSL version: %s - Epoxy: %d\n", string, epoxy_glsl_version());
egl_gl.c 33 #include <string.h>
49 const char *string; local
66 string = (const char *)glGetString(GL_VERSION);
67 printf("GL version: %s\n", string);
egl_epoxy_api.c 36 #include <string.h>
48 const char *string; local
71 string = (const char *)glGetString(GL_VERSION);
72 printf("GL version: %s - Epoxy: %d\n", string, epoxy_gl_version());
74 string = (const char *)glGetString(GL_SHADING_LANGUAGE_VERSION);
75 printf("GLSL version: %s - Epoxy: %d\n", string, epoxy_glsl_version());
egl_without_glx.c 36 #include <string.h>
140 const unsigned char *string; local
159 string = glGetString(GL_VERSION);
160 printf("GL_VERSION: %s\n", string);
  /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
gtest-filepath.h 43 #include "gtest/internal/gtest-string.h"
67 explicit FilePath(const std::string& pathname) : pathname_(pathname) {
80 const std::string& string() const { return pathname_; } function in class:testing::internal::FilePath
117 // the name, otherwise return the name string unmodified.
203 std::string pathname_;
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
gtest-filepath.h 43 #include "gtest/internal/gtest-string.h"
64 explicit FilePath(const std::string& pathname) : pathname_(pathname) {
77 const std::string& string() const { return pathname_; } function in class:testing::internal::FilePath
114 // the name, otherwise return the name string unmodified.
200 std::string pathname_;
  /xsrc/external/mit/xedit/dist/lisp/modules/progmodes/
perl.lsp 47 (defsynprop *prop-string-escape*
48 "string-escape"
53 (defsynprop *prop-string-keyword-bold*
54 "string-variable-bold"
58 (defsynprop *prop-string-keyword*
59 "string-variable"
175 ;; Return to the toplevel when the start of the string is found
366 (defmacro perl-q-string-token (token)
367 `(syntoken (string-concat "\\<q(q|w)?\\s*\\" ,token)
369 (intern (string-concat "string" ,token) 'keyword))
    [all...]
  /xsrc/external/mit/freetype/dist/include/freetype/
ftsnames.h 73 * The platform ID for `string`. See @TT_PLATFORM_XXX for possible
77 * The encoding ID for `string`. See @TT_APPLE_ID_XXX, @TT_MAC_ID_XXX,
82 * The language ID for `string`. See @TT_MAC_LANGID_XXX and
87 * language tag string (introduced in OpenType version 1.6). Use
92 * An identifier for `string`. See @TT_NAME_ID_XXX for possible
95 * string ::
96 * The 'name' string. Note that its format differs depending on the
97 * (platform,encoding) pair, being either a string of bytes (without a
101 * The length of `string` in bytes.
114 FT_Byte* string; /* this string is *not* null-terminated! * member in struct:FT_SfntName_
211 FT_Byte* string; \/* this string is *not* null-terminated! *\/ member in struct:FT_SfntLangTag_
    [all...]
  /xsrc/external/mit/xedit/dist/lisp/modules/
xedit.lsp 46 ;; either a string, a pathname, or a syntax-p.
49 ;; string: executes (load "progmodes/<the-string>.lsp")
138 (string-concat
163 name ;; A unique string to identify the syntax mode.
216 name ;; String name of property, must be unique per
218 font ;; Optional font string name of property.
219 foreground ;; Optional string representation of foreground color.
220 background ;; Optional string representation of background color.
264 ;; Convert a synprop structure to a string in the forma
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
typeexpr.py 44 def string(self): member in class:type_node
45 """Return string representation of this type_node."""
125 # Replace '*' with ' * ' in type_string. Then, split the string
220 def string(self): member in class:type_expression
223 s += t.string()
291 print('Got "%s" (%u, %u).' % (te.string(), te.get_stack_size(), te.get_element_size()))
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
typeexpr.py 46 def string(self): member in class:type_node
47 """Return string representation of this type_node."""
127 # Replace '*' with ' * ' in type_string. Then, split the string
222 def string(self): member in class:type_expression
225 s += t.string()
293 print('Got "%s" (%u, %u).' % (te.string(), te.get_stack_size(), te.get_element_size()))
  /xsrc/external/mit/MesaLib/dist/src/broadcom/qpu/
qpu_disasm.c 24 #include <string.h>
34 char *string; member in struct:disasm_state
43 ralloc_vasprintf_rewrite_tail(&disasm->string,
321 .string = rzalloc_size(NULL, 1),
336 return disasm.string;
340 * Returns a string containing the disassembled representation of the QPU
  /xsrc/external/mit/MesaLib/dist/src/glx/tests/
query_renderer_unittest.cpp 34 const char *string; member in struct:attribute_test_vector
163 * the string query.
182 EXPECT_EQ((char *)0, str) << invalid_attributes[i].string;
184 << invalid_attributes[i].string;
186 << invalid_attributes[i].string;
335 EXPECT_FALSE(success) << invalid_attributes[i].string;
336 EXPECT_EQ(0xDEADBEEF, value) << invalid_attributes[i].string;
338 << invalid_attributes[i].string;
340 << invalid_attributes[i].string;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
glthread_shaderobj.c 47 const GLchar * *string = malloc(cmd->count * sizeof(const GLchar *)); local
51 string[i] = cmd_strings;
55 (cmd->shader, cmd->count, string, cmd_length));
56 free((void *)string);
62 measure_ShaderSource_strings(GLsizei count, const GLchar * const *string,
70 if (string[i])
71 length_out[i] = strlen(string[i]);
83 const GLchar * const *string, const GLint *length)
94 measure_ShaderSource_strings(count, string, length, length_tmp);
109 memcpy(cmd_strings, string[i], cmd_length[i])
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/broadcom/qpu/
qpu_disasm.c 24 #include <string.h>
34 char *string; member in struct:disasm_state
43 ralloc_vasprintf_rewrite_tail(&disasm->string,
317 .string = rzalloc_size(NULL, 1),
332 return disasm.string;
336 * Returns a string containing the disassembled representation of the QPU
  /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
query_renderer_unittest.cpp 34 const char *string; member in struct:attribute_test_vector
163 * the string query.
183 EXPECT_EQ((char *)0, str) << invalid_attributes[i].string;
185 << invalid_attributes[i].string;
187 << invalid_attributes[i].string;
337 EXPECT_FALSE(success) << invalid_attributes[i].string;
338 EXPECT_EQ(0xDEADBEEF, value) << invalid_attributes[i].string;
340 << invalid_attributes[i].string;
342 << invalid_attributes[i].string;
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
List.h 50 cursorName Cursor String NULL
60 list List String* NULL **2
85 **3 - Longest is the length of the widest string in pixels.
143 String string; member in struct:_XawListReturnStruct
170 String *list,
  /xsrc/external/mit/mesa-demos/dist/src/samples/
font.c 26 #include <string.h>
35 char string[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz"; variable
45 static void DrawBitmapString(void *font, const char *string)
49 for (i = 0; string[i]; i++)
50 glutBitmapCharacter(font, string[i]);
53 static void DrawStrokeString(void *font, const char *string)
57 for (i = 0; string[i]; i++)
58 glutStrokeCharacter(font, string[i]);
204 DrawBitmapString(GLUT_BITMAP_9_BY_15, string);
209 DrawStrokeString(GLUT_STROKE_ROMAN, string);
    [all...]
  /xsrc/external/mit/mkfontscale/dist/
list.c 30 #include <string.h>
70 char *string; local
74 if (vasprintf(&string, f, args) == -1)
75 string = NULL;
77 return string;
85 string = malloc(size);
86 if (!string)
89 n = vsnprintf(string, size, f, args);
92 return string;
97 free(string);
107 char *string; local
136 char *string; local
    [all...]

Completed in 27 milliseconds

1 2 3 4 5 6