Home
last modified time | relevance | path

Searched refs:Info (Results 1 – 25 of 1174) sorted by relevance

12345678910>>...47

/third_party/typescript/tests/baselines/reference/tsserver/watchEnvironment/
Dwatching-files-with-network-style-paths.js1 Info 0 [00:00:15.000] For files of style c:/myprojects/project/x.js
2 Info 1 [00:00:16.000] Provided types map file "c:/a/lib/typesMap.json" doesn't exist
92 Info 18 [00:00:19.000] request:
125 Info 19 [00:00:20.000] Search path: //vda1cs4850/myprojects/project
126 Info 20 [00:00:21.000] For info: //vda1cs4850/myprojects/project/x.js :: No config files found.
127 Info 21 [00:00:22.000] FileWatcher:: Added:: WatchInfo: //vda1cs4850/myprojects/project/tsconfig.…
128 Info 22 [00:00:23.000] FileWatcher:: Added:: WatchInfo: //vda1cs4850/myprojects/project/jsconfig.…
129 Info 23 [00:00:24.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1*
130 Info 24 [00:00:25.000] FileWatcher:: Added:: WatchInfo: //vda1cs4850/a/lib/lib.d.ts 500 undefined…
131 Info 25 [00:00:26.000] DirectoryWatcher:: Added:: WatchInfo: //vda1cs4850/myprojects/project/node…
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h119 BBInfo *Info = new (Allocator) BBInfo(BB, 0); in BuildBlockList() local
120 BBMap[BB] = Info; in BuildBlockList()
121 WorkList.push_back(Info); in BuildBlockList()
128 Info = WorkList.pop_back_val(); in BuildBlockList()
130 Traits::FindPredecessorBlocks(Info->BB, &Preds); in BuildBlockList()
131 Info->NumPreds = Preds.size(); in BuildBlockList()
132 if (Info->NumPreds == 0) in BuildBlockList()
133 Info->Preds = nullptr; in BuildBlockList()
135 Info->Preds = static_cast<BBInfo **>(Allocator.Allocate( in BuildBlockList()
136 Info->NumPreds * sizeof(BBInfo *), alignof(BBInfo *))); in BuildBlockList()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp292 LOHInfo &Info) { in handleUse() argument
294 if (Info.MultiUsers || Info.OneUser) { in handleUse()
295 Info.IsCandidate = false; in handleUse()
296 Info.MultiUsers = true; in handleUse()
299 Info.OneUser = true; in handleUse()
303 Info.Type = MCLOH_AdrpLdr; in handleUse()
304 Info.IsCandidate = true; in handleUse()
305 Info.MI0 = &MI; in handleUse()
309 Info.Type = MCLOH_AdrpAddStr; in handleUse()
310 Info.IsCandidate = true; in handleUse()
[all …]
DAArch64StackTagging.cpp291 void alignAndPadAlloca(AllocaInfo &Info);
441 const AllocaInfo &Info = I.second; in insertBaseTaggedPointer() local
442 AllocaInst *AI = Info.AI; in insertBaseTaggedPointer()
443 if (Info.Tag < 0) in insertBaseTaggedPointer()
462 void AArch64StackTagging::alignAndPadAlloca(AllocaInfo &Info) { in alignAndPadAlloca() argument
464 max(MaybeAlign(Info.AI->getAlignment()), kTagGranuleSize); in alignAndPadAlloca()
465 Info.AI->setAlignment(NewAlignment); in alignAndPadAlloca()
467 uint64_t Size = Info.AI->getAllocationSizeInBits(*DL).getValue() / 8; in alignAndPadAlloca()
474 Info.AI->isArrayAllocation() in alignAndPadAlloca()
476 Info.AI->getAllocatedType(), in alignAndPadAlloca()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DOption.h77 const OptTable::Info *Info;
81 Option(const OptTable::Info *Info, const OptTable *Owner);
84 return Info != nullptr; in isValid()
88 assert(Info && "Must have a valid info!"); in getID()
89 return Info->ID; in getID()
93 assert(Info && "Must have a valid info!"); in getKind()
94 return OptionClass(Info->Kind); in getKind()
99 assert(Info && "Must have a valid info!"); in getName()
100 return Info->Name; in getName()
104 assert(Info && "Must have a valid info!"); in getGroup()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DOnDiskHashTable.h59 template <typename Info> class OnDiskChainedHashTableGenerator {
63 typename Info::key_type Key;
64 typename Info::data_type Data;
66 const typename Info::hash_value_type Hash;
68 Item(typename Info::key_type_ref Key, typename Info::data_type_ref Data, in Item()
69 Info &InfoObj) in Item()
73 typedef typename Info::offset_type offset_type;
116 void insert(typename Info::key_type_ref Key, in insert()
117 typename Info::data_type_ref Data) { in insert()
118 Info InfoObj; in insert()
[all …]
/third_party/typescript/tests/baselines/reference/tsserver/moduleResolution/
Dpackage-json-file-is-edited-when-package-json-with-type-module-exists.js1 Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
512 Info 88 [00:02:16.000] event:
514 Info 89 [00:02:17.000] event:
542 Info 90 [00:02:18.000] Modify package json file to add type module
543 Info 91 [00:02:22.000] FileWatcher:: Triggered with /user/username/projects/myproject/package.jso…
544 Info 92 [00:02:23.000] Scheduled: /user/username/projects/myproject/src/tsconfig.jsonFailedLookup…
545 Info 93 [00:02:24.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproje…
546 Info 94 [00:02:25.000] FileWatcher:: Triggered with /user/username/projects/myproject/package.jso…
547 Info 95 [00:02:26.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproje…
577 Info 96 [00:02:27.000] Running: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupIn…
[all …]
Dpackage-json-file-is-edited.js1 Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
895 Info 139 [00:03:22.000] event:
897 Info 140 [00:03:23.000] event:
925 Info 141 [00:03:24.000] Delete package.json
926 Info 142 [00:03:26.000] FileWatcher:: Triggered with /user/username/projects/myproject/package.jso…
927 Info 143 [00:03:27.000] Scheduled: /user/username/projects/myproject/src/tsconfig.jsonFailedLookup…
928 Info 144 [00:03:28.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproje…
929 Info 145 [00:03:29.000] FileWatcher:: Triggered with /user/username/projects/myproject/package.jso…
930 Info 146 [00:03:30.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/package…
931 Info 147 [00:03:31.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproje…
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DCLDeviceImpl.cpp15 CLDeviceImpl::Info::Info() = default;
17 CLDeviceImpl::Info::Info(cl::DeviceType deviceType) : type(deviceType) {} in Info() function in rx::CLDeviceImpl::Info
19 CLDeviceImpl::Info::~Info() = default;
21 CLDeviceImpl::Info::Info(Info &&) = default;
23 CLDeviceImpl::Info &CLDeviceImpl::Info::operator=(Info &&) = default;
DCLPlatformImpl.cpp13 CLPlatformImpl::Info::Info() = default;
15 CLPlatformImpl::Info::~Info() = default;
17 CLPlatformImpl::Info::Info(Info &&) = default;
19 CLPlatformImpl::Info &CLPlatformImpl::Info::operator=(Info &&) = default;
DCLPlatformImpl.h25 struct Info : public CLExtensions struct
27 Info();
28 ~Info();
30 Info(const Info &) = delete;
31 Info &operator=(const Info &) = delete; argument
33 Info(Info &&);
34 Info &operator=(Info &&); argument
47 virtual Info createInfo() const = 0; argument
DCLKernelImpl.cpp29 CLKernelImpl::Info::Info() = default;
31 CLKernelImpl::Info::~Info() = default;
33 CLKernelImpl::Info::Info(Info &&) = default;
35 CLKernelImpl::Info &CLKernelImpl::Info::operator=(Info &&) = default;
DCLKernelImpl.h62 struct Info struct
64 Info();
65 ~Info();
67 Info(const Info &) = delete;
68 Info &operator=(const Info &) = delete; argument
70 Info(Info &&);
71 Info &operator=(Info &&); argument
88 virtual Info createInfo(cl_int &errorCode) const = 0; argument
DCLDeviceImpl.h25 struct Info : public CLExtensions struct
27 Info();
28 explicit Info(cl::DeviceType deviceType);
29 ~Info();
31 Info(const Info &) = delete;
32 Info &operator=(const Info &) = delete; argument
34 Info(Info &&);
35 Info &operator=(Info &&); argument
69 virtual Info createInfo(cl::DeviceType type) const = 0; argument
/third_party/typescript/tests/baselines/reference/tsserver/cachingFileSystemInformation/
Dnpm-install-works-when-timeout-occurs-inbetween-installation.js1 Info 0 [00:00:27.000] Provided types map file "/typesMap.json" doesn't exist
560 Info 113 [00:02:58.000] Running: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLook…
561 Info 114 [00:02:59.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancel…
562 Info 115 [00:03:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one
615 Info 116 [00:03:01.000] Running: /user/username/rootfolder/otherfolder/a/b/tsconfig.json
616 Info 117 [00:03:02.000] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder…
617 Info 118 [00:03:03.000] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolde…
618 Info 119 [00:03:04.000] Different program with same set of files
619 Info 120 [00:03:05.000] Running: *ensureProjectForOpenFiles*
620 Info 121 [00:03:06.000] Before ensureProjectForOpenFiles:
[all …]
Dnpm-install-works-when-timeout-occurs-after-installation.js1 Info 0 [00:00:27.000] Provided types map file "/typesMap.json" doesn't exist
560 Info 113 [00:03:07.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/…
561 Info 114 [00:03:08.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/…
562 Info 115 [00:03:09.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/…
563 Info 116 [00:03:10.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected …
564 Info 117 [00:03:11.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/…
565 Info 118 [00:03:14.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/…
566 Info 119 [00:03:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/…
567 Info 120 [00:03:16.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/…
568 Info 121 [00:03:17.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected …
[all …]
/third_party/skia/third_party/externals/tint/src/sem/
Dinfo.cc20 Info::Info() = default;
22 Info::Info(Info&&) = default;
24 Info::~Info() = default;
26 Info& Info::operator=(Info&&) = default;
Dinfo.h29 class Info {
43 Info();
46 Info(Info&&);
49 ~Info();
54 Info& operator=(Info&& rhs);
89 static Info Wrap(const Info& inner) { in Wrap()
90 Info out; in Wrap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DDIPrinter.cpp63 void DIPrinter::print(const DILineInfo &Info, bool Inlined) { in print() argument
65 std::string FunctionName = Info.FunctionName; in print()
73 std::string Filename = Info.FileName; in print()
79 OS << Filename << ":" << Info.Line; in print()
81 OS << ":" << Info.Column; in print()
83 printContext(Filename, Info.Line); in print()
87 if (Info.StartLine) in print()
88 OS << "Function start line: " << Info.StartLine << "\n"; in print()
89 OS << " Line: " << Info.Line << "\n"; in print()
90 OS << " Column: " << Info.Column << "\n"; in print()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpYAML.cpp164 CPUInfo::ArmInfo &Info) { in mapping() argument
165 mapRequiredHex(IO, "CPUID", Info.CPUID); in mapping()
166 mapOptionalHex(IO, "ELF hwcaps", Info.ElfHWCaps, 0); in mapping()
200 IO &IO, CPUInfo::OtherInfo &Info) { in mapping() argument
201 FixedSizeHex<sizeof(Info.ProcessorFeatures)> Features(Info.ProcessorFeatures); in mapping()
236 CPUInfo::X86Info &Info) { in mapping() argument
237 FixedSizeString<sizeof(Info.VendorID)> VendorID(Info.VendorID); in mapping()
240 mapRequiredHex(IO, "Version Info", Info.VersionInfo); in mapping()
241 mapRequiredHex(IO, "Feature Info", Info.FeatureInfo); in mapping()
242 mapOptionalHex(IO, "AMD Extended Features", Info.AMDExtendedFeatures, 0); in mapping()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrAnalysis.h31 const MCInstrInfo *Info; variable
34 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {} in MCInstrAnalysis() argument
38 return Info->get(Inst.getOpcode()).isBranch(); in isBranch()
42 return Info->get(Inst.getOpcode()).isConditionalBranch(); in isConditionalBranch()
46 return Info->get(Inst.getOpcode()).isUnconditionalBranch(); in isUnconditionalBranch()
50 return Info->get(Inst.getOpcode()).isIndirectBranch(); in isIndirectBranch()
54 return Info->get(Inst.getOpcode()).isCall(); in isCall()
58 return Info->get(Inst.getOpcode()).isReturn(); in isReturn()
62 return Info->get(Inst.getOpcode()).isTerminator(); in isTerminator()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DIDNA.java169 public abstract StringBuilder labelToASCII(CharSequence label, StringBuilder dest, Info info); in labelToASCII()
182 public abstract StringBuilder labelToUnicode(CharSequence label, StringBuilder dest, Info info); in labelToUnicode()
197 public abstract StringBuilder nameToASCII(CharSequence name, StringBuilder dest, Info info); in nameToASCII()
210 public abstract StringBuilder nameToUnicode(CharSequence name, StringBuilder dest, Info info); in nameToUnicode()
217 public static final class Info { class in IDNA
222 public Info() { in Info() method in IDNA.Info
278 protected static void resetInfo(Info info) { in resetInfo()
286 protected static boolean hasCertainErrors(Info info, EnumSet<Error> errors) { in hasCertainErrors()
294 protected static boolean hasCertainLabelErrors(Info info, EnumSet<Error> errors) { in hasCertainLabelErrors()
302 protected static void addLabelError(Info info, Error error) { in addLabelError()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DIDNA.java161 public abstract StringBuilder labelToASCII(CharSequence label, StringBuilder dest, Info info); in labelToASCII()
173 public abstract StringBuilder labelToUnicode(CharSequence label, StringBuilder dest, Info info); in labelToUnicode()
187 public abstract StringBuilder nameToASCII(CharSequence name, StringBuilder dest, Info info); in nameToASCII()
199 public abstract StringBuilder nameToUnicode(CharSequence name, StringBuilder dest, Info info); in nameToUnicode()
205 public static final class Info { class in IDNA
209 public Info() { in Info() method in IDNA.Info
263 protected static void resetInfo(Info info) { in resetInfo()
272 protected static boolean hasCertainErrors(Info info, EnumSet<Error> errors) { in hasCertainErrors()
281 protected static boolean hasCertainLabelErrors(Info info, EnumSet<Error> errors) { in hasCertainLabelErrors()
290 protected static void addLabelError(Info info, Error error) { in addLabelError()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DUTS46Test.java52 IDNA.Info info=new IDNA.Info(); in TestAPI()
89 IDNA.Info info=new IDNA.Info(); in TestNotSTD3()
115 IDNA.Info info=new IDNA.Info(); in TestInvalidPunycodeDigits()
121 info=new IDNA.Info(); in TestInvalidPunycodeDigits()
127 info=new IDNA.Info(); in TestInvalidPunycodeDigits()
132 info=new IDNA.Info(); in TestInvalidPunycodeDigits()
137 info=new IDNA.Info(); in TestInvalidPunycodeDigits()
142 info=new IDNA.Info(); in TestInvalidPunycodeDigits()
147 info=new IDNA.Info(); in TestInvalidPunycodeDigits()
152 info=new IDNA.Info(); in TestInvalidPunycodeDigits()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.cpp38 std::string &Info) { in getMCRDeprecationInfo() argument
47 Info = "deprecated since v7, use 'isb'"; in getMCRDeprecationInfo()
54 Info = "deprecated since v7, use 'dsb'"; in getMCRDeprecationInfo()
62 Info = "deprecated since v7, use 'dmb'"; in getMCRDeprecationInfo()
70 std::string &Info) { in getITDeprecationInfo() argument
73 Info = "applying IT instruction to more than one subsequent instruction is " in getITDeprecationInfo()
82 std::string &Info) { in getARMStoreDeprecationInfo() argument
91 Info = "use of SP or PC in the list is deprecated"; in getARMStoreDeprecationInfo()
99 std::string &Info) { in getARMLoadDeprecationInfo() argument
117 Info = "use of SP in the list is deprecated"; in getARMLoadDeprecationInfo()
[all …]

12345678910>>...47