/third_party/python/Tools/c-analyzer/ |
D | TODO | 3 Objects/obmalloc.c:_PyMem static PyMemAllocatorEx _PyMem 4 Objects/obmalloc.c:_PyMem_Debug static struct { debug_alloc_api_t … 5 Objects/obmalloc.c:_PyMem_Raw static PyMemAllocatorEx _PyMem_Raw 6 Objects/obmalloc.c:_PyObject static PyMemAllocatorEx _PyObject 7 Objects/obmalloc.c:_PyObject_Arena static PyObjectArenaAllocator _PyO… 8 Objects/obmalloc.c:_Py_tracemalloc_config struct _PyTraceMalloc_Config _Py_t… 9 Objects/obmalloc.c:arenas static struct arena_object* arenas 10 Objects/obmalloc.c:maxarenas static uint maxarenas 11 Objects/obmalloc.c:narenas_currently_allocated static size_t narenas_currently_al… 12 Objects/obmalloc.c:narenas_highwater static size_t narenas_highwater [all …]
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | ignored.tsv | 393 Objects/exceptions.c ImportError_init kwlist - 394 Objects/interpreteridobject.c interpid_new kwlist - 395 Objects/weakrefobject.c weakref_call kwlist - 692 Objects/bytearrayobject.c - bytearray_methods - 693 Objects/bytearrayobject.c - bytearrayiter_methods - 694 Objects/bytesobject.c - bytes_methods - 695 Objects/bytesobject.c - striter_methods - 696 Objects/classobject.c - method_methods - 697 Objects/codeobject.c - code_methods - 698 Objects/complexobject.c - complex_methods - [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 212 std::vector<StackObject> Objects; variable 345 bool hasStackObjects() const { return !Objects.empty(); } in hasStackObjects() 390 int getObjectIndexEnd() const { return (int)Objects.size()-NumFixedObjects; } in getObjectIndexEnd() 396 unsigned getNumObjects() const { return Objects.size(); } in getNumObjects() 401 Objects[ObjectIndex + NumFixedObjects].PreAllocated = true; in mapLocalFrameObject() 444 assert(unsigned(ObjectIdx+NumFixedObjects) < Objects.size() && in isObjectPreAllocated() 446 return Objects[ObjectIdx+NumFixedObjects].PreAllocated; in isObjectPreAllocated() 451 assert(unsigned(ObjectIdx+NumFixedObjects) < Objects.size() && in getObjectSize() 453 return Objects[ObjectIdx+NumFixedObjects].Size; in getObjectSize() 458 assert(unsigned(ObjectIdx+NumFixedObjects) < Objects.size() && in setObjectSize() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | MacroProps.java | 6 import java.util.Objects; 87 return Objects.hash(notation, in hashCode() 116 return Objects.equals(notation, other.notation) in equals() 117 && Objects.equals(unit, other.unit) in equals() 118 && Objects.equals(perUnit, other.perUnit) in equals() 119 && Objects.equals(precision, other.precision) in equals() 120 && Objects.equals(roundingMode, other.roundingMode) in equals() 121 && Objects.equals(grouping, other.grouping) in equals() 122 && Objects.equals(padder, other.padder) in equals() 123 && Objects.equals(integerWidth, other.integerWidth) in equals() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
D | MacroProps.java | 7 import java.util.Objects; 85 return Objects.hash(notation, in hashCode() 112 return Objects.equals(notation, other.notation) in equals() 113 && Objects.equals(unit, other.unit) in equals() 114 && Objects.equals(perUnit, other.perUnit) in equals() 115 && Objects.equals(precision, other.precision) in equals() 116 && Objects.equals(roundingMode, other.roundingMode) in equals() 117 && Objects.equals(grouping, other.grouping) in equals() 118 && Objects.equals(padder, other.padder) in equals() 119 && Objects.equals(integerWidth, other.integerWidth) in equals() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/range/ |
D | RangeMacroProps.java | 6 import java.util.Objects; 28 return Objects.hash(formatter1, in hashCode() 44 return Objects.equals(formatter1, other.formatter1) in equals() 45 && Objects.equals(formatter2, other.formatter2) in equals() 46 && Objects.equals(collapse, other.collapse) in equals() 47 && Objects.equals(identityFallback, other.identityFallback) in equals() 48 && Objects.equals(loc, other.loc); in equals()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/range/ |
D | RangeMacroProps.java | 5 import java.util.Objects; 26 return Objects.hash(formatter1, in hashCode() 42 return Objects.equals(formatter1, other.formatter1) in equals() 43 && Objects.equals(formatter2, other.formatter2) in equals() 44 && Objects.equals(collapse, other.collapse) in equals() 45 && Objects.equals(identityFallback, other.identityFallback) in equals() 46 && Objects.equals(loc, other.loc); in equals()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineFrameInfo.cpp | 56 Objects.push_back(StackObject(Size, Alignment, 0, false, IsSpillSlot, Alloca, in CreateStackObject() 58 int Index = (int)Objects.size() - NumFixedObjects - 1; in CreateStackObject() 68 int Index = (int)Objects.size() - NumFixedObjects - 1; in CreateSpillStackObject() 77 Objects.push_back(StackObject(0, Alignment, 0, false, false, Alloca, true)); in CreateVariableSizedObject() 79 return (int)Objects.size()-NumFixedObjects-1; in CreateVariableSizedObject() 94 Objects.insert(Objects.begin(), in CreateFixedObject() 107 Objects.insert(Objects.begin(), in CreateFixedSpillStackObject() 215 if (Objects.empty()) return; in print() 222 for (unsigned i = 0, e = Objects.size(); i != e; ++i) { in print() 223 const StackObject &SO = Objects[i]; in print()
|
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/ |
D | QrSegment.java | 29 import java.util.Objects; 60 Objects.requireNonNull(data); in makeBytes() 76 Objects.requireNonNull(digits); in makeNumeric() 100 Objects.requireNonNull(text); in makeAlphanumeric() 125 Objects.requireNonNull(text); in makeSegments() 220 mode = Objects.requireNonNull(md); in QrSegment() 221 Objects.requireNonNull(data); in QrSegment() 244 Objects.requireNonNull(segs); in getTotalBits() 247 Objects.requireNonNull(seg); in getTotalBits()
|
D | QrCode.java | 28 import java.util.Objects; 70 Objects.requireNonNull(text); in encodeText() 71 Objects.requireNonNull(ecl); in encodeText() 90 Objects.requireNonNull(data); in encodeBinary() 91 Objects.requireNonNull(ecl); in encodeBinary() 144 Objects.requireNonNull(segs); in encodeSegments() 145 Objects.requireNonNull(ecl); in encodeSegments() 256 errorCorrectionLevel = Objects.requireNonNull(ecl); in QrCode() 257 Objects.requireNonNull(dataCodewords); in QrCode() 429 Objects.requireNonNull(data); in addEccAndInterleave() [all …]
|
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
D | QrSegment.java | 30 import java.util.Objects; 60 Objects.requireNonNull(data); in makeBytes() 78 Objects.requireNonNull(digits); in makeNumeric() 110 Objects.requireNonNull(text); in makeAlphanumeric() 140 Objects.requireNonNull(text); in makeSegments() 249 mode = Objects.requireNonNull(md); in QrSegment() 250 this.data = Objects.requireNonNull(data); in QrSegment() 262 Objects.requireNonNull(segs); in getTotalBits() 265 Objects.requireNonNull(seg); in getTotalBits()
|
D | QrCode.java | 28 import java.util.Objects; 70 Objects.requireNonNull(text); in encodeText() 71 Objects.requireNonNull(ecl); in encodeText() 90 Objects.requireNonNull(data); in encodeBinary() 91 Objects.requireNonNull(ecl); in encodeBinary() 144 Objects.requireNonNull(segs); in encodeSegments() 145 Objects.requireNonNull(ecl); in encodeSegments() 246 errorCorrectionLevel = Objects.requireNonNull(ecl); in QrCode() 247 Objects.requireNonNull(dataCodewords); in QrCode() 329 Objects.requireNonNull(data); in addEccAndInterleave() [all …]
|
/third_party/python/Doc/c-api/ |
D | concrete.rst | 7 Concrete Objects Layer 27 Fundamental Objects 40 Numeric Objects 55 Sequence Objects 77 Container Objects 90 Function Objects 101 Other Objects
|
/third_party/python/ |
D | Makefile.pre.in | 400 # Objects 402 Objects/abstract.o \ 403 Objects/accu.o \ 404 Objects/boolobject.o \ 405 Objects/bytes_methods.o \ 406 Objects/bytearrayobject.o \ 407 Objects/bytesobject.o \ 408 Objects/call.o \ 409 Objects/capsule.o \ 410 Objects/cellobject.o \ [all …]
|
/third_party/glslang/Test/baseResults/ |
D | mains1.frag.out | 6 0:? Linker Objects 13 0:? Linker Objects 28 0:? Linker Objects 39 0:? Linker Objects 61 0:? Linker Objects 68 0:? Linker Objects
|
D | noMain.vert.out | 6 0:? Linker Objects 21 0:? Linker Objects 33 0:? Linker Objects 42 0:? Linker Objects
|
D | empty.frag.out | 4 0:? Linker Objects 9 0:? Linker Objects 14 0:? Linker Objects
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
D | AffixMatcher.java | 8 import java.util.Objects; 133 } else if (Objects.equals(prefix, posPrefix) && Objects.equals(suffix, posSuffix)) { in createMatchers() 146 if (type == PatternSignType.POS || !Objects.equals(prefix, posPrefix)) { in createMatchers() 149 if (type == PatternSignType.POS || !Objects.equals(suffix, posSuffix)) { in createMatchers() 264 return Objects.equals(prefix, other.prefix) in equals() 265 && Objects.equals(suffix, other.suffix) in equals() 271 return Objects.hashCode(prefix) ^ Objects.hashCode(suffix) ^ flags; in hashCode()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
D | AffixMatcher.java | 9 import java.util.Objects; 135 } else if (Objects.equals(prefix, posPrefix) && Objects.equals(suffix, posSuffix)) { in createMatchers() 148 if (type == PatternSignType.POS || !Objects.equals(prefix, posPrefix)) { in createMatchers() 151 if (type == PatternSignType.POS || !Objects.equals(suffix, posSuffix)) { in createMatchers() 266 return Objects.equals(prefix, other.prefix) in equals() 267 && Objects.equals(suffix, other.suffix) in equals() 273 return Objects.hashCode(prefix) ^ Objects.hashCode(suffix) ^ flags; in hashCode()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | NumberFormatJavaCompatilityTest.java | 10 import java.util.Objects; 102 Objects.toString(expected), Objects.toString(actual)); in assertParsedICU4J() 111 Objects.toString(expected), Objects.toString(actual)); in assertParsedOpenJDK()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatJavaCompatilityTest.java | 9 import java.util.Objects; 99 Objects.toString(expected), Objects.toString(actual)); in assertParsedICU4J() 108 Objects.toString(expected), Objects.toString(actual)); in assertParsedOpenJDK()
|
/third_party/skia/third_party/externals/tint/src/ |
D | block_allocator_test.cc | 36 for (int* i : allocator.Objects()) { in TEST_F() 42 for (int* i : static_cast<const Allocator&>(allocator).Objects()) { in TEST_F() 125 for (int* p : allocator.Objects()) { in TEST_F() 133 for (int* p : static_cast<const Allocator&>(allocator).Objects()) { in TEST_F()
|
/third_party/skia/third_party/externals/angle2/third_party/r8/ |
D | backported_methods.txt | 134 java/util/Objects#checkFromIndexSize(III)I 135 java/util/Objects#checkFromToIndex(III)I 136 java/util/Objects#checkIndex(II)I 137 java/util/Objects#compare(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Comparator;)I 138 java/util/Objects#deepEquals(Ljava/lang/Object;Ljava/lang/Object;)Z 139 java/util/Objects#equals(Ljava/lang/Object;Ljava/lang/Object;)Z 140 java/util/Objects#hash([Ljava/lang/Object;)I 141 java/util/Objects#hashCode(Ljava/lang/Object;)I 142 java/util/Objects#isNull(Ljava/lang/Object;)Z 143 java/util/Objects#nonNull(Ljava/lang/Object;)Z [all …]
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/test/java/com/softmotions/ejdb2/ |
D | TestEJDB2.java | 7 import java.util.Objects; 68 assert (Objects.equals(q.getCollection(), "mycoll")); in dbTest() 92 assert (Objects.equals(results.get(1L), "{\"foo\":\"bar\"}")); in dbTest() 93 assert (Objects.equals(results.get(2L), "{\"foo\":\"baz\"}")); in dbTest() 111 assert (Objects.equals(results.get(1L), "{\"foo\":\"bar\"}")); in dbTest()
|
/third_party/mesa3d/src/mesa/main/ |
D | performance_query.c | 47 ctx->PerfQuery.Objects = _mesa_NewHashTable(); in _mesa_init_performance_queries() 68 _mesa_HashDeleteAll(ctx->PerfQuery.Objects, in _mesa_free_performance_queries() 70 _mesa_DeleteHashTable(ctx->PerfQuery.Objects); in _mesa_free_performance_queries() 76 return _mesa_HashLookup(ctx->PerfQuery.Objects, id); in lookup_object() 493 id = _mesa_HashFindFreeKeyBlock(ctx->PerfQuery.Objects, 1); in _mesa_CreatePerfQueryINTEL() 517 _mesa_HashInsert(ctx->PerfQuery.Objects, id, obj, true); in _mesa_CreatePerfQueryINTEL() 552 _mesa_HashRemove(ctx->PerfQuery.Objects, queryHandle); in _mesa_DeletePerfQueryINTEL()
|