Home
last modified time | relevance | path

Searched refs:facts (Results 1 – 25 of 37) sorted by relevance

12

/external/blktrace/iowatcher/
Dtracers.c131 posix_spawn_file_actions_t facts; in run_program() local
135 posix_spawn_file_actions_init(&facts); in run_program()
136 posix_spawn_file_actions_addopen(&facts, 1, outpath, O_WRONLY|O_CREAT|O_TRUNC, 0600); in run_program()
137 factp = &facts; in run_program()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CorrelatedValuePropagation/
Dconflict.ll2 ; Checks that we don't crash on conflicting facts about a value
5 ; Test that we can handle conflict edge facts
25 ; Test that we can handle conflicting assume vs edge facts
/external/llvm/test/Transforms/CorrelatedValuePropagation/
Dconflict.ll2 ; Checks that we don't crash on conflicting facts about a value
5 ; Test that we can handle conflict edge facts
25 ; Test that we can handle conflicting assume vs edge facts
/external/tensorflow/tensorflow/core/kernels/
Dfact_op.cc83 void Compute(OpKernelContext* context, const char* const facts[], in Compute() argument
90 string coded = facts[context->env()->NowMicros() % count]; in Compute()
/external/python/cpython3/Lib/test/
Dtest_ftplib.py633 list(self.client.mlsd(path='/', facts=['size', 'type']))
636 for name, facts in ls:
638 self.assertIsInstance(facts, dict)
640 self.assertIn('type', facts)
641 self.assertIn('perm', facts)
642 self.assertIn('unique', facts)
653 _name, facts = next(self.client.mlsd())
655 self.assertEqual(facts['type'], type)
656 self.assertEqual(facts['perm'], perm)
657 self.assertEqual(facts['unique'], unique)
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java989 final double facts[] = new double[2]; in slowexp() local
1000 splitReciprocal(as, facts); in slowexp()
1002 splitAdd(ys, facts, as); in slowexp()
1768 final double facts[] = new double[2]; in slowSin() local
1782 splitReciprocal(as, facts); in slowSin()
1785 facts[0] = -facts[0]; in slowSin()
1786 facts[1] = -facts[1]; in slowSin()
1789 splitAdd(ys, facts, as); in slowSin()
1811 final double facts[] = new double[2]; in slowCos() local
1825 splitReciprocal(as, facts); in slowCos()
[all …]
/external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
Dinterproc-ret-ref-arg.ll23 ; We could've proven the following facts if the analysis were inclusion-based:
Dinterproc-store-arg.ll19 ; We could've proven the following facts if the analysis were inclusion-based:
Dinterproc-store-arg-multilevel.ll30 ; We could've proven the following facts if the analysis were inclusion-based:
Dinterproc-ret-ref-arg-multilevel.ll32 ; We could've proven the following facts if the analysis were inclusion-based:
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
Dinterproc-ret-ref-arg.ll23 ; We could've proven the following facts if the analysis were inclusion-based:
Dinterproc-store-arg.ll19 ; We could've proven the following facts if the analysis were inclusion-based:
Dinterproc-store-arg-multilevel.ll30 ; We could've proven the following facts if the analysis were inclusion-based:
Dinterproc-ret-ref-arg-multilevel.ll32 ; We could've proven the following facts if the analysis were inclusion-based:
/external/python/cpython3/Doc/library/
Dftplib.rst315 .. method:: FTP.mlsd(path="", facts=[])
319 *facts* is a list of strings representing the type of information desired
322 file name, the second one is a dictionary containing facts about the file
323 name. Content of this dictionary might be limited by the *facts* argument
324 but server is not guaranteed to return all requested facts.
/external/python/cpython3/Lib/
Dftplib.py577 def mlsd(self, path="", facts=[]): argument
589 if facts:
590 self.sendcmd("OPTS MLST " + ";".join(facts) + ";")
/external/scapy/doc/scapy/
Dintroduction.rst96 received instead of only decoding and giving facts. Reporting something like
109 derive the facts that triggered that interpretation. Unfortunately much
/external/swiftshader/third_party/llvm-7.0/llvm/docs/Frontend/
DPerformanceTips.rst210 generally hard for an optimizer so providing these facts from the frontend
225 otherwise-non-deducible pointer aliasing facts
/external/llvm/docs/Frontend/
DPerformanceTips.rst210 generally hard for an optimizer so providing these facts from the frontend
225 otherwise-non-deducible pointer aliasing facts
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DReportingGuide.rst121 **please** refrain from mentioning specific facts about cases without the
DGetElementPtr.rst155 reveals the need. Becoming aware of the following facts will dispel the
/external/llvm/docs/
DReportingGuide.rst121 **please** refrain from mentioning specific facts about cases without the
DGetElementPtr.rst154 reveals the need. Becoming aware of the following facts will dispel the
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/EarlyCSE/
Dinvariant.start.ll164 ; merging facts along distinct paths.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/
Dloop-invariant-conditions.ll329 ; check that we can figure out that iv.next > 1 from the facts that iv >= 0 and

12