Home
last modified time | relevance | path

Searched refs:Details (Results 1 – 25 of 192) sorted by relevance

12345678

/external/llvm/lib/Analysis/
DLibCallAliasAnalysis.cpp60 const LibCallFunctionInfo::LocationMRInfo *Details = FI->LocationDetails; in AnalyzeLibCallDetails() local
61 if (Details == nullptr) in AnalyzeLibCallDetails()
70 for (unsigned i = 0; Details[i].LocationID != ~0U; ++i) { in AnalyzeLibCallDetails()
72 LCI->getLocationInfo(Details[i].LocationID); in AnalyzeLibCallDetails()
78 return ModRefResult(MRInfo & ~Details[i].MRInfo); in AnalyzeLibCallDetails()
91 for (unsigned i = 0; Details[i].LocationID != ~0U; ++i) { in AnalyzeLibCallDetails()
93 LCI->getLocationInfo(Details[i].LocationID); in AnalyzeLibCallDetails()
106 return ModRefResult(MRInfo & Details[i].MRInfo); in AnalyzeLibCallDetails()
/external/owasp/sanitizer/tools/findbugs/doc/
DAddingDetectors.txt113 <Details>
118 </Details>
128 <Details>
135 </Details>
159 is typically a single capital latter. The optional <Details>
166 The <Details> child element has a brief HTML description of the Detector.
178 descriptions in the Details window.
187 <Details> this is the descriptive text to be used in the Details
/external/skia/site/user/special/
Dwindows_angle.md10 Details section in Using ANGLE on Windows
/external/llvm/lib/IR/
DLegacyPassManager.cpp46 Disabled, Arguments, Structure, Executions, Details enumerator
58 clEnumVal(Details , "print pass details when it is executed"),
897 if (PassDebugging >= Details) { in removeNotPreservedAnalysis()
921 if (PassDebugging >= Details) { in removeNotPreservedAnalysis()
944 if (PassDebugging >= Details && !DeadPasses.empty()) { in removeDeadPasses()
1204 if (PassDebugging < Details) in dumpRequiredSet()
1213 if (PassDebugging < Details) in dumpPreservedSet()
1223 assert(PassDebugging >= Details); in dumpAnalysisUsage()
/external/deqp/doc/
Dqpa_file_format.txt158 <Result StatusCode="[status]">[Details string]</Result>
167 [Details string] = Further details or measured value as float for Performance and Accuracy cases.
/external/sepolicy/
DREADME35 string. Details of the files contents can be found in a comment at the
49 Details of the configuration file (keys.conf) can be found in the subsection
/external/harfbuzz_ng/
DCOPYING1 HarfBuzz is licensed under the so-called "Old MIT" license. Details follow.
DNOTICE1 HarfBuzz is licensed under the so-called "Old MIT" license. Details follow.
/external/eigen/unsupported/Eigen/
DMatrixFunctions140 Details of the algorithm can be found in: Nicholas J. Higham, "The
194 Details of the algorithm can be found in Section 11.6.2 of:
249 Details of the algorithm can be found in: Nicholas J. Higham and
406 Details of the algorithm can be found in: Nicholas J. Highan,
422 triangular matrix. The theoretical cost is the same. Details are in:
/external/nanopb-c/examples/network_server/
DREADME.txt40 Details of implementation
/external/nanopb-c/examples/using_union_messages/
DREADME.txt38 Details of implementation
/external/llvm/docs/
DSegmentedStacks.rst22 Implementation Details
DMarkedUpDisassembly.rst80 C API Details
DHowToReleaseLLVM.rst225 Target Specific Build Details
282 Specific Target Qualification Details
Dindex.rst200 Details the LLVM coding standards and provides useful information on writing
DVectorizers.rst388 Details section in The SLP Vectorizer
/external/clang/include/clang/AST/
DCommentCommands.td99 def Details : BlockCommand<"details">;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
DfeedWatch.emf.properties57 # feedWatchAction.Error.0 - Details about the error that occurred, if set, something bad h…
DfeedWatch.uml2.properties54 # feedWatchAction.Error.0 - Details about the error that occurred, if set, something bad h…
/external/gptfdisk/
DREADME46 GPT fdisk (gdisk, cgdisk, and sgdisk) Details
93 FixParts Details
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/
Dindex.txt119 (or None if the header is was not provided). Details are in the
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/docs/apidoc/
Depydoc.css101 /* Details Tables (functions, variables, etc)
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/docs/apidoc/
Depydoc.css101 /* Details Tables (functions, variables, etc)
/external/lldb/www/python_reference/
Depydoc.css101 /* Details Tables (functions, variables, etc)
/external/zlib/src/doc/
Drfc1951.txt79 3.2.3. Details of block format ............................. 9
490 3.2.3. Details of block format

12345678