HomeSort by relevance Sort by last modified time
    Searched refs:Found (Results 1 - 25 of 368) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/selinux/python/sepolicy/sepolicy/templates/
script.py 40 echo "Found avc's to update policy with"
52 echo "No new avcs found"
  /prebuilts/go/darwin-x86/test/
checkbce.go 7 a[0] = 1 // ERROR "Found IsInBounds$"
9 a[6] = 1 // ERROR "Found IsInBounds$"
16 useInt(a[i]) // ERROR "Found IsInBounds$"
17 useInt(a[i%256]) // ERROR "Found IsInBounds$"
23 useInt(a[i-1]) // ERROR "Found IsInBounds$"
31 useInt(a[i]) // ERROR "Found IsInBounds$"
53 useSlice(a[:6]) // ERROR "Found IsSliceInBounds$"
63 useInt(a[uint32(i*0x106297f105d0cc86)>>26]) // ERROR "Found IsInBounds$"
64 useInt(b[uint64(i*0x106297f105d0cc86)>>57]) // ERROR "Found IsInBounds$"
65 useInt(a[int32(i*0x106297f105d0cc86)>>26]) // ERROR "Found IsInBounds$
    [all...]
loopbce.go 9 x += a[i] // ERROR "Found redundant IsInBounds$"
17 b := a[i:] // ERROR "Found redundant IsSliceInBounds$"
26 b := a[:i+1] // ERROR "Found redundant IsSliceInBounds \(len promoted to cap\)$"
43 x += a[i] // ERROR "Found redundant IsInBounds$"
51 x += a[i] // ERROR "Found redundant IsInBounds$"
66 b := a[0:i] // ERROR "Found redundant IsSliceInBounds \(len promoted to cap\)$"
74 x += int(a[i]) // ERROR "Found redundant IsInBounds$"
82 x += int(a[i]) // ERROR "Found redundant IsInBounds$"
91 x += int(a[i]) // ERROR "Found redundant IsInBounds$"
101 if a[i] == 'e' { // ERROR "Found redundant IsInBounds$
    [all...]
  /prebuilts/go/linux-x86/test/
checkbce.go 7 a[0] = 1 // ERROR "Found IsInBounds$"
9 a[6] = 1 // ERROR "Found IsInBounds$"
16 useInt(a[i]) // ERROR "Found IsInBounds$"
17 useInt(a[i%256]) // ERROR "Found IsInBounds$"
23 useInt(a[i-1]) // ERROR "Found IsInBounds$"
31 useInt(a[i]) // ERROR "Found IsInBounds$"
53 useSlice(a[:6]) // ERROR "Found IsSliceInBounds$"
63 useInt(a[uint32(i*0x106297f105d0cc86)>>26]) // ERROR "Found IsInBounds$"
64 useInt(b[uint64(i*0x106297f105d0cc86)>>57]) // ERROR "Found IsInBounds$"
65 useInt(a[int32(i*0x106297f105d0cc86)>>26]) // ERROR "Found IsInBounds$
    [all...]
loopbce.go 9 x += a[i] // ERROR "Found redundant IsInBounds$"
17 b := a[i:] // ERROR "Found redundant IsSliceInBounds$"
26 b := a[:i+1] // ERROR "Found redundant IsSliceInBounds \(len promoted to cap\)$"
43 x += a[i] // ERROR "Found redundant IsInBounds$"
51 x += a[i] // ERROR "Found redundant IsInBounds$"
66 b := a[0:i] // ERROR "Found redundant IsSliceInBounds \(len promoted to cap\)$"
74 x += int(a[i]) // ERROR "Found redundant IsInBounds$"
82 x += int(a[i]) // ERROR "Found redundant IsInBounds$"
91 x += int(a[i]) // ERROR "Found redundant IsInBounds$"
101 if a[i] == 'e' { // ERROR "Found redundant IsInBounds$
    [all...]
  /dalvik/dx/tests/099-dex-core-library-error/
run 22 echo Found blort.dex
28 echo Found muffins.dex
34 echo Found zorch.dex
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
UefiShellLevel1CommandsLib.c 8 which accompanies this distribution. The full text of the license may be found at
22 Return the help text filename. Only used if no HII information found.
44 @retval EFI_UNSUPPORTED the shell level required was not found.
104 hits the specified tags. when it hits zero the location has been found.
117 @param[in] MovePast TRUE makes function return 1 past the found
137 BOOLEAN Found;
142 Found = FALSE;
189 Found = TRUE;
204 Found = TRUE;
207 // we found the target label without loops
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciRomTable.c 7 which accompanies this distribution. The full text of the license may be found at
93 @retval TRUE Found Image mapping.
94 @retval FALSE Cannot found image mapping.
104 BOOLEAN Found;
107 Found = FALSE;
114 Found = TRUE;
125 return Found;
  /external/swiftshader/third_party/LLVM/lib/MC/
MCSubtargetInfo.cpp 85 const SubtargetInfoKV *Found =
87 if (Found == ProcItins+NumProcs || StringRef(Found->Key) != CPU) {
95 (InstrItinerary *)Found->Value);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/Observable/
Observable.c 16 The full text of the license may be found at
204 * specified by ReferenceGuid so that it can be deleted. If the requested observable is found, before it
221 // We found the observable. Delete all of it's subscribers, first.
230 // Not found. Keep searching.
242 * observable that was found when this function was called.
258 // Found it. Now let's delete it.
263 // Not found. Keep searching.
295 // We found the observer that matches ReferenceGuid. Find and delete the subscriber that is
301 // Not found. Keep searching.
338 * EFI_NOT_FOUND No match could be found between the provided guid and existing observables.
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuBlockIoDxe/
DriverDiagnostics.c 6 which accompanies this distribution. The full text of the license may be found at
130 BOOLEAN Found;
147 Found = FALSE;
151 Found = TRUE;
158 Found = TRUE;
168 if (!Found) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
DriverDiagnostics.c 8 which accompanies this distribution. The full text of the license may be found at
105 BOOLEAN Found;
122 Found = FALSE;
126 Found = TRUE;
133 Found = TRUE;
143 if (!Found) {
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtBlockIoDxe/
DriverDiagnostics.c 6 which accompanies this distribution. The full text of the license may be found at
135 BOOLEAN Found;
152 Found = FALSE;
156 Found = TRUE;
163 Found = TRUE;
173 if (!Found) {
  /external/llvm/lib/MC/
MCSubtargetInfo.cpp 87 auto Found =
89 if (Found == SchedModels.end() || StringRef(Found->Key) != CPU) {
96 assert(Found->Value && "Missing processor SchedModel value");
97 return *(const MCSchedModel *)Found->Value;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/MemoryInitPei/
MemoryInitPeiLib.c 7 * which accompanies this distribution. The full text of the license may be found at
77 BOOLEAN Found;
101 Found = FALSE;
108 Found = TRUE;
114 if (!Found) {
134 Found = FALSE;
180 Found = TRUE;
186 ASSERT(Found);
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 368 LookupResult Found(*this, NNS->getAsIdentifier(), SourceLocation(),
370 LookupName(Found, S);
371 assert(!Found.isAmbiguous() && "Cannot handle ambiguities here yet");
373 if (!Found.isSingleResult())
376 NamedDecl *Result = Found.getFoundDecl();
388 LookupResult Found(*this, &II, IdLoc, LookupNestedNameSpecifierName);
404 Found.setContextRange(SS.getRange());
418 LookupQualifiedName(Found, LookupCtx);
422 LookupName(Found, S);
424 Found.suppressDiagnostics()
    [all...]
  /dalvik/dx/tests/135-invoke-custom/
run 47 echo Found ${INVOKEDYNAMIC_COUNT} uses of invokedynamic but ${INVOKE_CUSTOM_COUNT} uses of invoke-custom.
54 echo Found ${CALL_SITE_ID_COUNT} call sites but ${INVOKE_CUSTOM_COUNT} uses of invoke-custom.
67 echo Found ${CST_INDY_COUNT} invokedynamic constants but ${CALL_SITE_COUNT} call sites.
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 67 bool Found = false, DynamicFound = false;
69 VerifyMatch VerifyFound(nullptr, &Found);
91 if (Found != DynamicFound) {
95 << Found << ")";
97 if (!Found && ExpectMatch) {
100 } else if (Found && !ExpectMatch) {
102 << "Found unexpected match in \"" << Code << "\"";
178 bool Found = false, DynamicFound = false;
180 VerifyMatch VerifyFound(nullptr, &Found);
197 if (Found != DynamicFound)
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Tools/
replace.c 9 // which accompanies this distribution. The full text of the license may be found at
54 int Found;
116 for (i = 0, Found = FALSE;i < MaxMatch; i++) {
121 Found = TRUE;
126 if (!Found) {
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Tools/
replace.c 9 // which accompanies this distribution. The full text of the license may be found at
54 int Found;
116 for (i = 0, Found = FALSE;i < MaxMatch; i++) {
121 Found = TRUE;
126 if (!Found) {
  /external/swiftshader/third_party/LLVM/lib/Support/
Triple.cpp 445 bool Found[4];
446 Found[0] = Arch != UnknownArch;
447 Found[1] = Vendor != UnknownVendor;
448 Found[2] = OS != UnknownOS;
449 Found[3] = Environment != UnknownEnvironment;
454 for (unsigned Pos = 0; Pos != array_lengthof(Found); ++Pos) {
455 if (Found[Pos])
460 if (Idx < array_lengthof(Found) && Found[Idx])
503 while (i < array_lengthof(Found) && Found[i]) ++i
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
Help.c 10 which accompanies this distribution. The full text of the license may be found at
204 @retval EFI_NOT_FOUND The command name could not be found
216 BOOLEAN Found;
222 Found = FALSE;
229 // not found or out of resources
264 Found = TRUE;
271 return (Found ? EFI_SUCCESS : Status);
305 BOOLEAN Found;
315 Found = FALSE;
396 Found = TRUE;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
Mbr.c 2 Decode a hard disk partitioned with the legacy MBR found on most PC's
18 which accompanies this distribution. The full text of the license may be found at
118 @retval Others MBR partition was not found.
138 EFI_STATUS Found;
146 Found = EFI_NOT_FOUND;
154 return Found;
165 Found = Status;
247 Found = EFI_SUCCESS;
267 Found = Status;
308 Found = EFI_SUCCESS;
    [all...]
  /external/freetype/src/psnames/
pstables.h     [all...]
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
113-line-and-file-macros.c 4 4. HTTP code for Not Found: __LINE__ __FILE__ __LINE__

Completed in 1683 milliseconds

1 2 3 4 5 6 7 8 91011>>