Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 3838) sorted by relevance

12345678910>>...154

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
Derrsupport.c14 mismatched_range( STreeParser *_parser, int looking_for, int upper_token, SORAST *found ) in mismatched_range() argument
16 mismatched_range( _parser, looking_for, upper_token, found ) in mismatched_range()
19 SORAST *found;
23 if ( found!=NULL ) {
27 found->token);
49 mismatched_token( STreeParser *_parser, int looking_for, SORAST *found ) in mismatched_token() argument
51 mismatched_token( _parser, looking_for, found ) in mismatched_token()
53 SORAST *found;
57 if ( found!=NULL ) {
61 found->token);
DSTreeParser.cpp35 mismatched_range(int looking_for, int upper_token, SORASTBase *found) in mismatched_range() argument
37 if ( found!=NULL ) { in mismatched_range()
41 found->type()); in mismatched_range()
57 mismatched_token(int looking_for, SORASTBase *found) in mismatched_token() argument
59 if ( found!=NULL ) { in mismatched_token()
63 found->type()); in mismatched_token()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dfixcid.py233 found = Program.group(0)
237 if len(found) == 2:
238 if found == '/*':
240 elif found == '*/':
242 n = len(found)
243 if Dict.has_key(found):
244 subst = Dict[found]
247 print 'Found in comment:', found
250 if NotInComment.has_key(found):
254 subst = found
Dlogmerge.py114 found = 0
117 found = 1
118 elif found:
125 found = 0
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dfuture.py23 self.found = {} # set
35 self.found[name] = 1
45 return self.found.keys()
73 print v.found
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
Dexample.py42 found, vars = match(DOCSTRING_STMT_PATTERN[1], tree[1])
44 found, vars = match(DOCSTRING_STMT_PATTERN, tree[3])
45 if found:
49 found, vars = match(COMPOUND_STMT_PATTERN, node)
50 if found:
111 found, vars = match(DOCSTRING_STMT_PATTERN, tree[1])
112 if found:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_strptime.py142 found = self.time_re.compile(r"%A").match(self.locale_time.f_weekday[6])
143 self.assertTrue(found and found.group('A') == self.locale_time.f_weekday[6],
146 found = compiled.match("%s %s" % (self.locale_time.a_weekday[4],
148 self.assertTrue(found,
152 self.assertTrue(found.group('a') == self.locale_time.a_weekday[4] and
153 found.group('b') == self.locale_time.a_month[4],
156 (found.string, found.re.pattern, found.group('a'),
157 found.group('b')))
161 found = compiled.match(time.strftime("%" + directive))
162 self.assertTrue(found, "Matching failed on '%s' using '%s' regex" %
[all …]
Dtest_modulefinder.py245 found = set(mf.modules.keys())
246 more = list(found - modules)
247 less = list(modules - found)
/device/google/bonito/
Dinit.edge_sense.sh69 found=0
75 found=1
82 if [ ${found} -eq 0 ]; then
/device/google/crosshatch/
Dinit.edge_sense.sh79 found=0
85 found=1
92 if [ ${found} -eq 0 ]; then
/device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
Dsystem_table.py70 found = False
84 found = True
87 if found == False:
124 found = False
140 found = True
148 if not found:
Dedk2_debugger.py165 found = False
168 found = True
169 if found == False:
195 found = False
198 found = True
199 if found == False:
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgetprotoname.c55 goto found; in getprotobyname()
57 found: in getprotobyname()
/device/linaro/bootloader/edk2/EmbeddedPkg/Scripts/LauterbachT32/
DEfiProcessPeImage.cmm6 ; which accompanies this distribution. The full text of the license may be found at
17 print "PE32 image found at &imgstart"
52 print "debug signature not found for image at &imgstart, its &dwarfsig"
71 print "found path &elfpath"
DEfiProcessTeImage.cmm6 ; which accompanies this distribution. The full text of the license may be found at
17 print "TE image found at &imgstart"
53 print "debug signature not found for image at &imgstart, its &dwarfsig"
63 print "found path &elfpath"
DEfiLoadDxe.cmm6 ; which accompanies this distribution. The full text of the license may be found at
22 print "found system table at &systbl"
27 print "ERROR: system table not found, check memory size"
113 print "no debug entries found"
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
DIsaIoDxe.uni6 // instance of the SIO Protocol found.
12 // which accompanies this distribution. The full text of the license may be found at
23 …ls are installed based off of the information provided by each instance of the SIO Protocol found."
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
DIsaBusDxe.uni6 // Controller found. This driver is designed to manage a PCI-to-ISA bridge Device
13 // which accompanies this distribution. The full text of the license may be found at
24 …and produces an instance of the ISA I/O Protocol for every ISA Controller found. This driver is de…
/device/linaro/bootloader/edk2/MdePkg/Library/PeiPciLibPciCfg2/
DPeiPciLibPciCfg2.uni7 // the first PPI found, so this library instance should only be used platforms
14 // which accompanies this distribution. The full text of the license may be found at
24 …produced by a chipset-specific PEIM. This library only uses the first PPI found, so this library i…
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/Ia32/
DIsZeroBuffer.nasm6 ; which accompanies this distribution. The full text of the license may be found at
48 jnz @ReturnFalse ; ZF=0 means non-zero element found
66 jnz @ReturnFalse ; ZF=0 means non-zero element found
/device/linaro/bootloader/edk2/
Dedksetup.sh70 echo BaseTools not found in your tree, and EDK_TOOLS_PATH is not set.
106 echo BaseTools not found in your tree, and EDK_TOOLS_PATH is not set.
/device/linaro/bootloader/edk2/StdLib/LibC/String/
DSearching.c143 char *found = NULL; in strrchr() local
147 if( *s == tgt) found = (char *)s; in strrchr()
150 return found; in strrchr()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/X64/
DIsZeroBuffer.nasm6 ; which accompanies this distribution. The full text of the license may be found at
48 jnz @ReturnFalse ; ZF=0 means non-zero element found
68 jnz @ReturnFalse ; ZF=0 means non-zero element found
/device/linaro/bootloader/edk2/StdLib/LibC/Wchar/
DSearching.c139 wchar_t *found = NULL; in wcsrchr() local
142 if( *s == c) found = (wchar_t *)s; in wcsrchr()
145 return found; in wcsrchr()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptPei/X64/
DScanMem8.asm6 ; which accompanies this distribution. The full text of the license may be found at
49 cmovnz rax, rcx ; set rax to 0 if not found

12345678910>>...154