Searched defs:string (Results 26 - 50 of 151) sorted by relevance

1234567

/vbox/src/libs/libxml2-2.6.31/doc/examples/
H A Dindex.py5 import string namespace
55 file = node.xpathEval("string(@file)")
56 info = node.xpathEval("string(info)")
66 lines = string.split(comment, "\n")
76 (it, line) = string.split(line, ":", 1)
120 command=string.replace(test, progname, './' + progname, 1)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dparser.h84 DMXConfigStringPtr string; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dparser.h84 DMXConfigStringPtr string; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dparser.h76 DMXConfigStringPtr string; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dparser.h76 DMXConfigStringPtr string; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dparser.h76 DMXConfigStringPtr string; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dparser.h76 DMXConfigStringPtr string; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dparser.h79 DMXConfigStringPtr string; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dparser.h88 DMXConfigStringPtr string; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dparser.h88 DMXConfigStringPtr string; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dparser.h88 DMXConfigStringPtr string; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dparser.h88 DMXConfigStringPtr string; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dparser.h88 DMXConfigStringPtr string; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dparser.h77 DMXConfigStringPtr string; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dparser.h77 DMXConfigStringPtr string; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dparser.h84 DMXConfigStringPtr string; member in union:YYSTYPE
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DGenC.py16 import string namespace
26 ## PCD type string
1955 ## Create code for unicode string definition
1961 # @param UniGenBinBuffer Buffer to store uni string package data
2085 # @param UniGenBinBuffer Buffer to store uni string package data
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DEdkIIWorkspaceBuild.py17 import os, string, copy, pdb, copy namespace
67 ## Convert the class to a string
69 # Convert each member of the class to string
70 # Organize to a signle line format string
203 ## Convert the class to a string
205 # Convert member DescFilePath of the class to a string
207 # @retval string Formatted String
226 # @retval string Key for hash table
268 ## Convert the class to a string
270 # Convert member DescFilePath of the class to a string
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DEcc.py38 import re, string namespace
167 SkipDirString = string.join(SkipDirs, '|')
350 Parser.add_option("-t", "--target sourcepath", action="store", type="string", dest='Target',
352 Parser.add_option("-c", "--config filename", action="store", type="string", dest="ConfigFile",
354 Parser.add_option("-o", "--outfile filename", action="store", type="string", dest="OutputFile",
356 Parser.add_option("-r", "--reportfile filename", action="store", type="string", dest="ReportFile",
358 Parser.add_option("-e", "--exceptionfile filename", action="store", type="string", dest="ExceptionFile",
373 Parser.add_option("-w", "--workspace", action="store", type="string", dest='Workspace', help="Specify workspace.")
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/
H A Dibft.c32 #include <string.h>
73 * iSCSI string block descriptor
76 * allocation of string data.
123 * @v strings iBFT string block descriptor
124 * @v string String field
125 * @ret ipaddr IP address string
132 * Allocate a string within iBFT
134 * @v strings iBFT string block descriptor
135 * @v string String field to fill in
136 * @v len Length of string t
139 ibft_alloc_string( struct ibft_strings *strings, struct ibft_string *string, size_t len ) argument
160 ibft_set_string( struct ibft_strings *strings, struct ibft_string *string, const char *data ) argument
183 ibft_set_string_setting( struct ibft_strings *strings, struct ibft_string *string, struct setting *setting ) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/hci/
H A Dreadline.c22 #include <string.h>
38 * Synchronise console with edited string
40 * @v string Editable string
42 static void sync_console ( struct edit_string *string ) {
43 unsigned int mod_start = string->mod_start;
44 unsigned int mod_end = string->mod_end;
45 unsigned int cursor = string->last_cursor;
46 size_t len = strlen ( string->buf );
49 if ( mod_start > string
252 struct edit_string string; local
[all...]
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_pixels.c75 char string[80]; local
76 sprintf(string, "crPackReadPixels(format 0x%x or type 0x%x)", format, type);
77 __PackError(__LINE__, __FILE__, GL_INVALID_ENUM, string);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dparser.h65 DMXConfigStringPtr string; member in union:YYSTYPE
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dstub_common.py13 import string; namespace
44 return "CR_" + string.upper( glName ) + "_OPCODE"
47 return "CR_" + string.upper( glName ) + "_EXTEND_OPCODE"
137 line = string.strip(line)
237 if string.find( arg, '*') != -1:
247 """Return string of C-style function declaration arguments."""
283 return string.atoi( m.group(2) )
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dparser.h64 DMXConfigStringPtr string; member in union:YYSTYPE

Completed in 90 milliseconds

1234567