Searched refs:match (Results 1 - 25 of 153) sorted by relevance

1234567

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_isenabled.py18 match = line_re.match( line ) variable
19 if match:
20 type = match.group(1)
21 pname = match.group(2)
22 fields = string.split( match.group(3) )
27 match = extensions_line_re.match( line ) variable
28 if match:
29 type = match
[all...]
H A Ddump_gen.py16 match = line_re.match( line ) variable
17 if match:
18 type = match.group(1)
19 pname = match.group(2)
20 fields = string.split( match.group(3) )
25 match = extensions_line_re.match( line ) variable
26 if match:
27 type = match
[all...]
H A Dstate_get.py19 match = line_re.match( line ) variable
20 if match:
21 type = match.group(1)
22 pname = match.group(2)
23 fields = string.split( match.group(3) )
30 match = extensions_line_re.match( line ) variable
31 if match:
32 type = match
[all...]
H A Dgendiffcode.py67 if re.match("#", line):
71 m = re.match("\+(.*)", line)
78 m = re.match("-(.*)", line)
84 m = re.match(">(.*)", line)
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/i386/pid/
H A Dtst.retlist.ksh29 # Make sure we can match against 2-byte rets
41 match=`$dtrace -l -n pid$PID:a.out:simple: -n pid$PID:a.out:complex: | wc -l`
45 if [ "$match" -ne 12 ]; then
46 echo wrong number of matched probes: $match
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dsearch.h49 static inline void* lfind(const void* match, const void* start, unsigned int* array_size, unsigned int elem_size, int (*cf)(const void*,const void*)) { return _lfind(match, start, array_size, elem_size, cf); } argument
50 static inline void* lsearch(const void* match, void* start, unsigned int* array_size, unsigned int elem_size, int (*cf)(const void*,const void*) ) { return _lsearch(match, start, array_size, elem_size, cf); } argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dsearch.h49 static inline void* lfind(const void* match, const void* start, unsigned int* array_size, unsigned int elem_size, int (*cf)(const void*,const void*)) { return _lfind(match, start, array_size, elem_size, cf); } argument
50 static inline void* lsearch(const void* match, void* start, unsigned int* array_size, unsigned int elem_size, int (*cf)(const void*,const void*) ) { return _lsearch(match, start, array_size, elem_size, cf); } argument
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Drexpr.h24 int match( NodePtr automaton, char *s );
27 int match();
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenPatchPcdTable/
H A DGenPatchPcdTable.py78 m = re.match('^[\da-fA-FxhH]+ +__image_base__ += +([\da-fA-FhxH]+)', line)
82 m = re.match('^([\w_\.]+) +([\da-fA-Fx]+) +([\da-fA-Fx]+)', line)
86 m = re.match("^([\da-fA-Fx]+) +[_]+gPcd_BinaryPatch_([\w_\d]+)", line)
105 if re.match("^Start[' ']+Length[' ']+Name[' ']+Class", line):
108 if re.match("^Address[' ']+Publics by Value[' ']+Rva\+Base", line):
111 if re.match("^entry point at", line):
115 m = secRe.match(line)
120 m = symRe.match(line)
126 m2 = re.match('^[_]+gPcd_BinaryPatch_([\w]+)', sym_name)
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dbase64.c92 char *match; local
126 match = strchr ( base64, encoded_byte );
127 if ( ! match ) {
132 decoded = ( match - base64 );
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DParserValidate.py129 if ReIsValieFamily.match(ToolFamily) == None:
160 if ReIsValieArch.match(Arch) == None:
180 if ReIsValidFamily.match(Family) == None:
200 if ReIsValidBuildOption1.match(ToolOptionList[0]) == None:
203 if ReIsValidBuildOption1.match(ToolOptionList[1]) == None:
206 if ReIsValidBuildOption2.match(ToolOptionList[2]) == None:
222 Match = re.compile(ReString).match(Token)
426 if not ReIsValidSimpleWord.match(Word):
443 if ReIsValidDecVersion.match(Word) == None:
458 if ReIsValidHexVersion.match(Wor
[all...]
H A DExpressionValidate.py175 Match1 = re.compile(self.HEX_PATTERN).match(self.Token[self.Index:])
180 Match2 = re.compile(self.INT_PATTERN).match(self.Token[self.Index:])
185 Match3 = re.compile(self.MACRO_PATTERN).match(self.Token[self.Index:])
190 Match4 = re.compile(self.PCD_PATTERN).match(self.Token[self.Index:])
199 Match1 = re.compile(self.MACRO_PATTERN).match(self.Token[self.Index:])
204 Match2 = re.compile(self.PCD_PATTERN).match(self.Token[self.Index:])
210 match(self.Token[self.Index:].replace('\\\\', '//').\
350 re.compile(self.INT_PATTERN).match(self.Token[self.Index:])
352 re.compile(self.HEX_PATTERN).match(self.Token[self.Index:])
361 self.INT_RANGE_PATTERN).match(sel
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DCLexer.py188 self.match(u';')
210 self.match("typedef")
233 self.match(u',')
255 self.match(u'=')
277 self.match("extern")
300 self.match("static")
323 self.match("auto")
346 self.match("register")
369 self.match("STATIC")
392 self.match("voi
[all...]
H A DCParser.py533 self.match(self.input, 25, self.FOLLOW_25_in_external_declaration126)
876 self.match(self.input, 26, self.FOLLOW_26_in_declaration203)
925 self.match(self.input, 25, self.FOLLOW_25_in_declaration220)
962 self.match(self.input, 25, self.FOLLOW_25_in_declaration243)
1152 self.match(self.input, 27, self.FOLLOW_27_in_init_declarator_list311)
1211 self.match(self.input, 28, self.FOLLOW_28_in_init_declarator329)
1341 self.match(self.input, 34, self.FOLLOW_34_in_type_specifier376)
1348 self.match(self.input, 35, self.FOLLOW_35_in_type_specifier381)
1355 self.match(self.input, 36, self.FOLLOW_36_in_type_specifier386)
1362 self.match(sel
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DCLexer.py188 self.match(u';')
210 self.match("typedef")
233 self.match(u',')
255 self.match(u'=')
277 self.match("extern")
300 self.match("static")
323 self.match("auto")
346 self.match("register")
369 self.match("STATIC")
392 self.match("voi
[all...]
H A DCParser.py533 self.match(self.input, 25, self.FOLLOW_25_in_external_declaration126)
876 self.match(self.input, 26, self.FOLLOW_26_in_declaration203)
925 self.match(self.input, 25, self.FOLLOW_25_in_declaration220)
962 self.match(self.input, 25, self.FOLLOW_25_in_declaration243)
1152 self.match(self.input, 27, self.FOLLOW_27_in_init_declarator_list311)
1211 self.match(self.input, 28, self.FOLLOW_28_in_init_declarator329)
1341 self.match(self.input, 34, self.FOLLOW_34_in_type_specifier376)
1348 self.match(self.input, 35, self.FOLLOW_35_in_type_specifier381)
1355 self.match(self.input, 36, self.FOLLOW_36_in_type_specifier386)
1362 self.match(sel
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DInfParserMisc.py115 if not gQuotedMacro.match(Content):
140 if ReIsSourcesSection.match(Line):
142 if ReIsBinarySection.match(Line):
161 if ReIsLibInstance.match(String):
177 if ReIsAsBuildInstance.match(String):
H A DInfAsBuiltProcess.py69 if ReFindFileGuidPattern.match(Line):
71 if ReFindVerStringPattern.match(Line):
119 if RePackageHeader.match(Line):
126 if ReDefineHeader.match(Line):
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/test/
H A DTestDConnect.cpp140 PRBool match; local
141 rv = file->Equals(clone, &match);
147 printf("Files are equals? [%d]\n", match);
184 rv = file->Equals(myLocalFile, &match);
190 printf("Files are equals? [%d]\n", match);
/vbox/src/libs/zlib-1.2.6/
H A Ddeflate.c18 * string matches are performed only when the previous match ends. So it
22 * is used to find longer strings when a small match has been found.
96 local void check_match OF((deflate_state *s, IPos start, IPos match,
118 ush good_length; /* reduce lazy search above this match length */
119 ush max_lazy; /* do not perform lazy search above this match length */
120 ush nice_length; /* quit search above this match length */
1102 * Initialize the "longest match" routines for a new zlib stream
1134 * Set match_start to the longest match starting at the given string and
1140 * OUT assertion: the match length is not greater than s->lookahead.
1143 /* For 80x86 and 680x0, an optimized version will be provided in match
1152 register Bytef *match; /* matched string */ local
1300 register Bytef *match; /* matched string */ local
[all...]
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgun.c164 unsigned char match[65280 + 2]; /* buffer for reversed match or gzip variable
309 /* special code to reuse last match */
324 match[stack++] = (unsigned char)final;
329 p = match + stack;
334 stack = p - match;
335 match[stack++] = (unsigned char)code;
351 outbuf[outcnt++] = match[--stack];
358 p = match + stack;
361 } while (p > match);
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/jdtrace/
H A DGetopt.java194 boolean match; // true if opt is matching part of optstring
212 match = true;
216 match = (ic == oc && match);
220 if (match && ip < il && ic == ')' && (op >= ol ||
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_dispatch.py73 m = re.match( r"^(Index)(ub|b|us|s|ui|i|f|d)$", func_name )
78 m = re.match( r"^(EdgeFlag)$", func_name )
83 m = re.match( r"^(FogCoord)(f|d)(EXT)$", func_name)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Ddumpnode.c384 Junction *match; local
393 match=findnode1(j->p2);
394 if (match != NULL) return match;
403 Junction *findnode(int match) argument
405 Junction *findnode(match)
406 int match;
412 findnodeMatch=match;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/
H A DUnicodeCollationEng.c280 // End of pattern. If end of string, TRUE match
346 // if in range, it's a match
363 // skip to end of match char set

Completed in 149 milliseconds

1234567