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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/MdePkg/
MdePkg.dsc 58 MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
59 MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
60 MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
61 MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
62 MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
63 MdePkg/Library/BaseLib/BaseLib.inf
64 MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
65 MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
66 MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
67 MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/
MdeModulePkg.dsc 31 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
32 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
33 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
34 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
35 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
39 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
40 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
41 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
42 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
43 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
    [all...]
  /external/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons/
istream.pass.cpp 22 std::istringstream inf(" 1 23");
23 std::istream_iterator<int> i(inf);
25 assert(inf.peek() == ' ');
26 assert(inf.good());
28 inf >> j;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons/
istream.pass.cpp 22 std::istringstream inf(" 1 23");
23 std::istream_iterator<int> i(inf);
25 assert(inf.peek() == ' ');
26 assert(inf.good());
28 inf >> j;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons/
istream.pass.cpp 22 std::istringstream inf(" 1 23");
23 std::istream_iterator<int> i(inf);
25 assert(inf.peek() == ' ');
26 assert(inf.good());
28 inf >> j;
  /device/linaro/bootloader/edk2/UefiCpuPkg/
UefiCpuPkg.dsc 31 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
32 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
33 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
34 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
35 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
36 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
37 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
38 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
39 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
40 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
    [all...]
  /external/libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons/
istream.pass.cpp 23 std::istringstream inf; local
24 std::istreambuf_iterator<char> i(inf);
28 std::istringstream inf("a");
29 std::istreambuf_iterator<char> i(inf);
33 std::wistringstream inf; local
34 std::istreambuf_iterator<wchar_t> i(inf);
38 std::wistringstream inf(L"a");
39 std::istreambuf_iterator<wchar_t> i(inf);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons/
istream.pass.cpp 23 std::istringstream inf; local
24 std::istreambuf_iterator<char> i(inf);
28 std::istringstream inf("a");
29 std::istreambuf_iterator<char> i(inf);
33 std::wistringstream inf; local
34 std::istreambuf_iterator<wchar_t> i(inf);
38 std::wistringstream inf(L"a");
39 std::istreambuf_iterator<wchar_t> i(inf);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons/
istream.pass.cpp 23 std::istringstream inf; local
24 std::istreambuf_iterator<char> i(inf);
28 std::istringstream inf("a");
29 std::istreambuf_iterator<char> i(inf);
33 std::wistringstream inf; local
34 std::istreambuf_iterator<wchar_t> i(inf);
38 std::wistringstream inf(L"a");
39 std::istreambuf_iterator<wchar_t> i(inf);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/
IntelFrameworkModulePkg.dsc 42 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
43 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
44 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
45 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
46 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
47 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
48 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
49 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
50 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
51 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
    [all...]
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/
CorebootPayloadPkgIa32X64.dsc 59 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
60 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
61 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
62 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
63 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
68 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
69 BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
70 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
71 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
72 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
    [all...]
CorebootPayloadPkgIa32.dsc 59 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
60 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
61 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
62 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
63 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
68 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
69 BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
70 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
71 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
72 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/
NetworkPkg.dsc 28 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
29 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
30 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
31 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
32 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
33 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
34 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
35 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
36 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
37 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
    [all...]
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/
PcAtChipsetPkg.dsc 27 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
28 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
29 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
30 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
31 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
32 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
33 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
34 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
35 TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
36 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/
OvmfPkgIa32.dsc 65 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
66 TimerLib|OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf
67 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
68 BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
69 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
70 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
71 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
72 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
73 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
74 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
    [all...]
OvmfPkgIa32X64.dsc 70 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
71 TimerLib|OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf
72 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
73 BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
74 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
75 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
76 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
77 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
78 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
79 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
    [all...]
OvmfPkgX64.dsc 70 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
71 TimerLib|OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf
72 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
73 BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
74 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
75 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
76 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
77 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
78 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
79 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/
SourceLevelDebugPkg.dsc 32 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
33 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
34 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
35 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
36 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
37 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
38 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
39 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
40 LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf
41 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
    [all...]
  /prebuilts/go/darwin-x86/test/
cmplxdivide1.go 11 Test{complex(0, 0), complex(-nan, inf), complex(0, negzero)},
12 Test{complex(0, 0), complex(-nan, -inf), complex(negzero, 0)},
18 Test{complex(0, 0), complex(-nan, inf), complex(0, negzero)},
19 Test{complex(0, 0), complex(-nan, -inf), complex(negzero, 0)},
25 Test{complex(0, 0), complex(-nan, inf), complex(0, negzero)},
26 Test{complex(0, 0), complex(-nan, -inf), complex(negzero, 0)},
32 Test{complex(0, 0), complex(-nan, inf), complex(0, negzero)},
33 Test{complex(0, 0), complex(-nan, -inf), complex(negzero, 0)},
39 Test{complex(0, 0), complex(-nan, inf), complex(0, negzero)},
40 Test{complex(0, 0), complex(-nan, -inf), complex(negzero, 0)}
    [all...]
  /prebuilts/go/linux-x86/test/
cmplxdivide1.go 11 Test{complex(0, 0), complex(-nan, inf), complex(0, negzero)},
12 Test{complex(0, 0), complex(-nan, -inf), complex(negzero, 0)},
18 Test{complex(0, 0), complex(-nan, inf), complex(0, negzero)},
19 Test{complex(0, 0), complex(-nan, -inf), complex(negzero, 0)},
25 Test{complex(0, 0), complex(-nan, inf), complex(0, negzero)},
26 Test{complex(0, 0), complex(-nan, -inf), complex(negzero, 0)},
32 Test{complex(0, 0), complex(-nan, inf), complex(0, negzero)},
33 Test{complex(0, 0), complex(-nan, -inf), complex(negzero, 0)},
39 Test{complex(0, 0), complex(-nan, inf), complex(0, negzero)},
40 Test{complex(0, 0), complex(-nan, -inf), complex(negzero, 0)}
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/
IntelFspPkg.dsc 26 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
27 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
28 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
29 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
30 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
31 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
32 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
33 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
36 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
37 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
    [all...]
  /device/linaro/bootloader/edk2/PerformancePkg/
PerformancePkg.dsc 29 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
33 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
34 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
35 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
36 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
37 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
38 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
39 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
40 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
41 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
    [all...]
  /external/libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_proxy/
proxy.pass.cpp 35 std::istringstream inf("abc");
36 std::istreambuf_iterator<char> i(inf);
40 std::wistringstream inf(L"abc");
41 std::istreambuf_iterator<wchar_t> i(inf);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_proxy/
proxy.pass.cpp 35 std::istringstream inf("abc");
36 std::istreambuf_iterator<char> i(inf);
40 std::wistringstream inf(L"abc");
41 std::istreambuf_iterator<wchar_t> i(inf);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_proxy/
proxy.pass.cpp 35 std::istringstream inf("abc");
36 std::istreambuf_iterator<char> i(inf);
40 std::wistringstream inf(L"abc");
41 std::istreambuf_iterator<wchar_t> i(inf);

Completed in 730 milliseconds

1 2 3 4 5 6 7 8 91011>>