Home
last modified time | relevance | path

Searched defs:objects (Results 1 – 25 of 119) sorted by relevance

12345

/external/boringssl/src/crypto/obj/
Dobjects.go48 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/
DSelectionManager.java36 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/
DStrings.java74 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/cpython2/Doc/library/
Dlogging.config.rst448 .. _logging-config-dict-externalobj:
475 .. _logging-config-dict-internalobj:
547 .. _logging-import-resolution:
Ddoctest.rst1411 .. _doctest-doctestparser:
1452 .. _doctest-doctestrunner:
1573 .. _doctest-outputchecker:
1608 .. _doctest-debugging:
/external/testng/src/test/java/test/dataprovider/
DTestContextSampleTest.java41 public void verifyTen(Object[] objects) { in verifyTen()
46 public void verifyFive(Object[] objects) { in verifyFive()
/external/clang/test/CodeGen/
D2007-04-05-PadBeforeZeroLengthField.c6 union A objects[]; member
8 void foo(union A * objects, struct B *array, unsigned long k) in foo()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowArrayAdapter.java58 public void __constructor__(Context context, int textViewResourceId, T[] objects) { in __constructor__()
62 … public void __constructor__(Context context, int resource, int textViewResourceId, T[] objects) { in __constructor__()
66 public void __constructor__(Context context, int textViewResourceId, List<T> objects) { in __constructor__()
70 …blic void __constructor__(Context context, int resource, int textViewResourceId, List<T> objects) { in __constructor__()
74 private void init(Context context, int resource, int textViewResourceId, List<T> objects) { in init()
/external/selinux/python/chcat/
Dchcat113 def chcat_add(orig, newcat, objects, login_ind): argument
192 def chcat_remove(orig, newcat, objects, login_ind): argument
265 def chcat_replace(newcat, objects, login_ind): argument
459 objects = cmds[1:] variable
/external/mockito/src/main/java/org/mockito/internal/configuration/injection/
DConstructorInjection.java64 final Set<Object> objects; field in ConstructorInjection.SimpleArgumentResolver
66 public SimpleArgumentResolver(Set<Object> objects) { in SimpleArgumentResolver()
/external/autotest/frontend/server/
Dmodels.py39 objects = model_logic.ExtendedManager() variable in Server
117 objects = model_logic.ExtendedManager() variable in ServerRole
131 objects = model_logic.ExtendedManager() variable in ServerAttribute
/external/caliper/caliper/src/main/java/com/google/caliper/memory/
DObjectGraphMeasurer.java43 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/testng/src/test/java/test/mustache/
DMustacheTest.java87 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/
DJcopBackupImpl.java82 BackupInterface[] objects = tracked(); in restore() local
133 BackupInterface[] objects = tracked(); in backup() local
/external/replicaisland/src/com/replica/replicaisland/
DRenderSystem.java61 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/clang/test/CodeGenObjC/
Dobjc2-strong-cast-block-import.m6 Test ** __strong objects; field
/external/autotest/frontend/client/src/autotest/tko/
DTestViewDataSource.java20 List<JSONObject> objects = super.handleJsonResult(result); in handleJsonResult() local
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DUnknownFieldSetLite.java80 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/
DSerializationTest.java485 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/skia/gn/
Dar.py23 objects = open(rspfile).read().split() variable
/external/testng/src/test/java/org/testng/remote/strprotocol/
DTestResultMessageTest.java49 public void toStringTest(Object[] objects, Class<?>[] objectClasses, in toStringTest()
/external/autotest/frontend/afe/
Dmodels.py67 objects = model_logic.ModelWithInvalidManager() variable in AtomicGroup
116 objects = model_logic.ModelWithInvalidManager() variable in Label
196 objects = model_logic.ExtendedManager() variable in Drone
238 objects = model_logic.ExtendedManager() variable in DroneSet
345 objects = model_logic.ExtendedManager() variable in User
467 objects = model_logic.ModelWithInvalidManager() variable in Host
761 objects = model_logic.ExtendedManager() variable in HostAttribute
846 objects = model_logic.ExtendedManager() variable in Test
894 objects = model_logic.ExtendedManager() variable in Profiler
924 objects = model_logic.ExtendedManager() variable in AclGroup
[all …]
/external/mockito/src/test/java/org/mockito/internal/configuration/injection/
DSimpleArgumentResolverTest.java57 private Set<Object> newSetOf(Object... objects) { in newSetOf()
/external/clang/test/Analysis/
Dmalloc.m39 id * objects; field
/external/skia/bench/
DGrMemoryPoolBench.cpp51 A* objects[kMaxObjects]; in onDraw() local
113 std::unique_ptr<B> objects[kMaxObjects]; in onDraw() local
158 C* objects[M]; in onDraw() local

12345