/external/boringssl/src/crypto/obj/ |
D | objects.go | 48 type objects struct { struct 50 byNID []object 52 nameToNID map[string]int 353 func writeNumbers(path string, objs *objects) error { 383 func writeHeader(path string, objs *objects) error { 532 func sortNIDs(nids []int, objs *objects, cmp func(a, b object) bool) { 536 func writeData(path string, objs *objects) error {
|
/external/autotest/frontend/client/src/autotest/common/table/ |
D | SelectionManager.java | 36 public void onAdd(Collection<JSONObject> objects); in onAdd() 37 public void onRemove(Collection<JSONObject> objects); in onRemove() 79 public void selectObjects(Collection<? extends JSONObject> objects) { in selectObjects() 91 public void deselectObjects(Collection<JSONObject> objects) { in deselectObjects() 95 protected void addOrRemoveObjects(Collection<? extends JSONObject> objects, in addOrRemoveObjects() 162 protected void notifyListeners(Collection<JSONObject> objects, in notifyListeners()
|
/external/vogar/src/vogar/util/ |
D | Strings.java | 74 public static String join(String delimiter, Object... objects) { in join() 78 public static String join(Iterable<?> objects, String delimiter) { in join() 92 public static String[] objectsToStrings(Object[] objects) { in objectsToStrings() 101 public static String[] objectsToStrings(Collection<?> objects) { in objectsToStrings()
|
/external/python/cpython3/Doc/library/ |
D | logging.config.rst | 491 .. _logging-config-dict-externalobj: 518 .. _logging-config-dict-internalobj: 594 .. _logging-import-resolution:
|
D | doctest.rst | 1364 .. _doctest-doctestparser: 1404 .. _doctest-doctestrunner: 1520 .. _doctest-outputchecker: 1553 .. _doctest-debugging:
|
D | ipaddress.rst | 202 …istry: https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml 203 …istry: https://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.xhtml
|
/external/python/cpython2/Doc/library/ |
D | logging.config.rst | 448 .. _logging-config-dict-externalobj: 475 .. _logging-config-dict-internalobj: 547 .. _logging-import-resolution:
|
D | doctest.rst | 1412 .. _doctest-doctestparser: 1453 .. _doctest-doctestrunner: 1574 .. _doctest-outputchecker: 1609 .. _doctest-debugging:
|
/external/testng/src/test/java/test/dataprovider/ |
D | TestContextSampleTest.java | 41 public void verifyTen(Object[] objects) { in verifyTen() 46 public void verifyFive(Object[] objects) { in verifyFive()
|
/external/clang/test/CodeGen/ |
D | 2007-04-05-PadBeforeZeroLengthField.c | 6 union A objects[]; member 8 void foo(union A * objects, struct B *array, unsigned long k) in foo()
|
/external/selinux/python/chcat/ |
D | chcat | 108 def chcat_add(orig, newcat, objects, login_ind): argument 189 def chcat_remove(orig, newcat, objects, login_ind): argument 264 def chcat_replace(newcat, objects, login_ind): argument 456 objects = cmds[1:] variable
|
/external/mockito/src/main/java/org/mockito/internal/configuration/injection/ |
D | ConstructorInjection.java | 64 final Set<Object> objects; field in ConstructorInjection.SimpleArgumentResolver 66 public SimpleArgumentResolver(Set<Object> objects) { in SimpleArgumentResolver()
|
/external/caliper/caliper/src/main/java/com/google/caliper/memory/ |
D | ObjectGraphMeasurer.java | 43 private final int objects; field in ObjectGraphMeasurer.Footprint 62 public Footprint(int objects, int nonNullRefs, int nullRefs, in Footprint() 187 private int objects; field in ObjectGraphMeasurer.ObjectGraphVisitor
|
/external/autotest/frontend/server/ |
D | models.py | 39 objects = model_logic.ExtendedManager() variable in Server 124 objects = model_logic.ExtendedManager() variable in ServerRole 138 objects = model_logic.ExtendedManager() variable in ServerAttribute
|
/external/testng/src/test/java/test/mustache/ |
D | MustacheTest.java | 87 private Map<String, Object> create(Object... objects) { in create() 90 result.put((String) objects[i], objects[i + 1]); in create() local
|
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/ |
D | JcopBackupImpl.java | 82 BackupInterface[] objects = tracked(); in restore() local 133 BackupInterface[] objects = tracked(); in backup() local
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | RenderSystem.java | 61 private void clearQueue(FixedSizeArray<BaseObject> objects) { in clearQueue() 82 FixedSizeArray<BaseObject> objects = mRenderQueues[lastQueue].getObjects(); in swap() local 93 FixedSizeArray<BaseObject> objects = mRenderQueues[x].getObjects(); in emptyQueues() local
|
/external/tensorflow/tensorflow/python/autograph/operators/ |
D | py_builtins.py | 157 def print_(*objects, **kwargs): 173 def _py_print(*objects, **kwargs): 177 def _tf_py_func_print(objects, kwargs): argument
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | UnknownFieldSetLite.java | 80 Object[] objects = Arrays.copyOf(first.objects, count); in mutableCopyOf() local 98 private Object[] objects; field in UnknownFieldSetLite 120 private UnknownFieldSetLite(int count, int[] tags, Object[] objects, boolean isMutable) { in UnknownFieldSetLite()
|
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/ |
D | SerializationTest.java | 485 public static void verifyGolden(TestCase test, Object[] objects) in verifyGolden() 509 public static void verifyGolden(TestCase test, Object[] objects, in verifyGolden() 565 public static void verifySelf(Object[] objects) in verifySelf() 585 public static void verifySelf(Object[] objects, SerializableAssert comparator) in verifySelf()
|
/external/clang/test/CodeGenObjC/ |
D | objc2-strong-cast-block-import.m | 6 Test ** __strong objects; field
|
/external/autotest/frontend/client/src/autotest/tko/ |
D | TestViewDataSource.java | 20 List<JSONObject> objects = super.handleJsonResult(result); in handleJsonResult() local
|
/external/skia/gn/ |
D | ar.py | 23 objects = open(rspfile).read().split() variable
|
/external/skqp/gn/ |
D | ar.py | 23 objects = open(rspfile).read().split() variable
|
/external/libtextclassifier/actions/ |
D | test_utils.cc | 52 std::vector<flatbuffers::Offset<reflection::Object>> objects = { in TestEntityDataSchema() local
|