/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
D | ConstantUtf8.java | 41 private static volatile int considered = 0; field in ConstantUtf8 71 System.err.println("Cache hit " + hits + "/" + considered +", " + skipped + " skipped"); in printStats() 77 hits = considered = skipped = created = 0; in clearStats() 99 considered++; in getCachedInstance()
|
/external/javaparser/javaparser-symbol-solver-logic/src/main/java/com/github/javaparser/symbolsolver/logic/ |
D | InferenceVariableType.java | 101 …Type> concreteEquivalentTypesAlsoIndirectly(Set<InferenceVariableType> considered, InferenceVariab… in concreteEquivalentTypesAlsoIndirectly() argument 102 considered.add(inferenceVariableType); in concreteEquivalentTypesAlsoIndirectly() 107 if (!considered.contains(ivt)) { in concreteEquivalentTypesAlsoIndirectly() 108 result.addAll(concreteEquivalentTypesAlsoIndirectly(considered, ivt)); in concreteEquivalentTypesAlsoIndirectly()
|
/external/clang/test/Modules/ |
D | linkage-merge.m | 14 static int f1(float); // okay: considered distinct 15 static int f2(float); // okay: considered distinct 16 extern int f3(float); // okay: considered distinct
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-logic/ |
D | com_github_javaparser_symbolsolver_logic_InferenceVariableType.txt | 8 Line 102) considered.add(inferenceVariableType) ==> java.util.Set.add(E) 17 if (!considered.contains(ivt)) { 18 result.addAll(concreteEquivalentTypesAlsoIndirectly(considered, ivt)); 23 Line 107) considered.contains(ivt) ==> java.util.Set.contains(java.lang.Object) 24 …Line 108) result.addAll(concreteEquivalentTypesAlsoIndirectly(considered, ivt)) ==> java.util.Set.… 25 …Line 108) concreteEquivalentTypesAlsoIndirectly(considered, ivt) ==> com.github.javaparser.symbols…
|
/external/perfetto/protos/perfetto/trace/ftrace/ |
D | compaction.proto | 20 optional uint32 considered = 4; field 28 optional uint32 considered = 4; field 36 optional uint32 considered = 4; field
|
/external/golang-protobuf/.github/ISSUE_TEMPLATE/ |
D | feature_request.md | 13 **Describe alternatives you've considered** 14 A clear and concise description of any alternative solutions or features you've considered.
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/compaction/mm_compaction_deferred/ |
D | format | 12 field:unsigned int considered; offset:20; size:4; signed:0; 16 …}, {1, "Normal"}, {2, "Movable"}), REC->order, REC->order_failed, REC->considered, 1UL << REC->def…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/compaction/mm_compaction_defer_compaction/ |
D | format | 12 field:unsigned int considered; offset:20; size:4; signed:0; 16 …}, {1, "Normal"}, {2, "Movable"}), REC->order, REC->order_failed, REC->considered, 1UL << REC->def…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/compaction/mm_compaction_defer_reset/ |
D | format | 12 field:unsigned int considered; offset:20; size:4; signed:0; 16 …}, {1, "Normal"}, {2, "Movable"}), REC->order, REC->order_failed, REC->considered, 1UL << REC->def…
|
/external/u-boot/Licenses/ |
D | Exceptions | 7 exactly for this purpose - this is merely considered normal use of 12 files in another file is considered normal use of U-Boot, and does
|
/external/grpc-grpc/tools/doxygen/ |
D | Doxyfile.c++ | 8 # All text after a double hash (##) is considered a comment and is placed in 11 # All text after a single hash (#) is considered a comment and will be ignored.
|
/external/python/google-api-python-client/.github/ISSUE_TEMPLATE/ |
D | feature_request.md | 15 **Describe alternatives you've considered** 16 A clear and concise description of any alternative solutions or features you've considered.
|
/external/v8/testing/gmock/ |
D | BUILD.gn | 5 # The file/directory layout of Google Test is not yet considered stable. Until 29 # The file/directory layout of Google Test is not yet considered stable. Until
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | launder.invariant.group.ll | 4 ; This test checks if value returned from the launder is considered aliasing 6 ; sometimes it would be considered noalias.
|
D | bfi-update.ll | 3 ; In bottom-up inlining, first c->e inlining is considered and fails because 4 ; e's size exceeds the threshold of 50. Then a->c inlining is considered and it 12 ; considered cold and not inlined.
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInstARM32.def | 19 // NOTE: PC and SP are not considered isInt, to avoid register allocating. 25 // IP is not considered isInt to reserve it as a scratch register. A scratch 28 // LR is not considered isInt to avoid being allocated as a register. It is 41 // the registers are considered and have distinct numberings. This is in
|
/external/python/cpython2/Doc/library/ |
D | abc.rst | 37 these and their descendants will be considered subclasses of the registering 66 Check whether *subclass* is considered a subclass of this ABC. This means 73 it returns ``True``, the *subclass* is considered a subclass of this ABC. 74 If it returns ``False``, the *subclass* is not considered a subclass of 121 via the :attr:`~class.__mro__` list) is considered a ``MyIterable`` too.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/ |
D | altmacro_string.s | 10 # The argument is considered as a string. 47 # the comma considered as a character and not as a separator.
|
/external/unicode/ |
D | readme.txt | 18 considered obsolescent. "CVTUTF7.C" contains two functions that can convert 20 not supported, the code has not been tested, and should be considered
|
/external/v8/testing/gtest/ |
D | BUILD.gn | 17 # The file/directory layout of Google Test is not yet considered stable. Until 85 # The file/directory layout of Google Test is not yet considered stable. Until
|
/external/llvm/test/CodeGen/X86/ |
D | insertps-O0-bug.ll | 12 ; of an insertps is considered to be profitable. 24 ; always considered unprofitable at -O0. This would leave the insertps mask
|
/external/ltp/testcases/open_posix_testsuite/stress/timers/ |
D | plan.txt | 20 API testing of the clocks/timers functions is considered to be done by 22 Functionality testing is considered to be done by the functional section.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | insertps-O0-bug.ll | 12 ; of an insertps is considered to be profitable. 24 ; always considered unprofitable at -O0. This would leave the insertps mask
|
/external/curl/docs/cmdline-opts/ |
D | random-file.d | 5 Specify the path name to file containing what will be considered as random
|
/external/eigen/doc/ |
D | B01_Experimental.dox | 22 The following modules are considered entirely experimental, and we make no firm API stability guara… 44 A few MatrixBase methods are considered experimental, hence not part of any API stability guarantee:
|