Home
last modified time | relevance | path

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

12345678910>>...12

/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2021-180.md3 ### CVE Number
6 ### Impact
33 ### Patches
38 ### For more information
41 ### Attribution
/external/cronet/third_party/boringssl/src/crypto/obj/
Dobjects.go49 type objects struct { struct
51 byNID []object
53 nameToNID map[string]int
359 func writeNumbers(path string, objs *objects) error {
389 func writeHeader(path string, objs *objects) error {
525 func sortNIDs(nids []int, objs *objects, cmp func(a, b object) bool) {
529 func writeData(path string, objs *objects) error {
/external/boringssl/src/crypto/obj/
Dobjects.go49 type objects struct { struct
51 byNID []object
53 nameToNID map[string]int
359 func writeNumbers(path string, objs *objects) error {
389 func writeHeader(path string, objs *objects) error {
525 func sortNIDs(nids []int, objs *objects, cmp func(a, b object) bool) {
529 func writeData(path string, objs *objects) error {
/external/tensorflow/tensorflow/cc/experimental/libtf/
Dmodule.cc34 std::vector<Handle> objects; in BuildObjects() local
89 std::vector<Handle> objects) { in InitializeVariables()
96 std::vector<Handle> objects) { in SetupPolymorphicFunctions()
102 std::vector<Handle> objects) { in SetupFunctionCaptures()
109 std::vector<Handle> objects) { in BuildObjectHierarchy()
/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/angle/src/libANGLE/
DResourceMap_unittest.cpp23 std::vector<size_t> objects(kSize, 1); in TEST() local
44 std::vector<size_t> objects(kSize, 1); in TEST() local
60 std::vector<size_t> objects; in TEST() local
92 std::vector<size_t> objects; in TEST() local
/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/tensorflow/tensorflow/c/experimental/saved_model/core/revived_types/
Dpartially_revived_objects.cc56 const PartiallyRevivedObjects& objects) { in AssertAllCreateResourceFunctionsHaveNoCaptures()
81 const PartiallyRevivedObjects& objects, in TensorHandleFromNode()
282 const PartiallyRevivedObjects& objects, in CreateConcreteFunction()
304 const SavedObjectGraph& obj_graph, const PartiallyRevivedObjects& objects, in CreateSignatureDefFunction()
329 const PartiallyRevivedObjects& objects, in InitializeCreateResourceFunctions()
354 const PartiallyRevivedObjects& objects, in InitializeAllFunctions()
395 PartiallyRevivedObjects* objects, in CreateAllResourceHandles()
431 PartiallyRevivedObjects* objects, in BuildResources()
/external/python/cpython2/Doc/library/
Dlogging.config.rst448 .. _logging-config-dict-externalobj:
475 .. _logging-config-dict-internalobj:
547 .. _logging-import-resolution:
Ddoctest.rst1412 .. _doctest-doctestparser:
1453 .. _doctest-doctestrunner:
1574 .. _doctest-outputchecker:
1609 .. _doctest-debugging:
/external/python/cpython3/Doc/library/
Dlogging.config.rst528 .. _logging-config-dict-externalobj:
555 .. _logging-config-dict-internalobj:
631 .. _logging-import-resolution:
Ddoctest.rst1366 .. _doctest-doctestparser:
1406 .. _doctest-doctestrunner:
1522 .. _doctest-outputchecker:
1555 .. _doctest-debugging:
/external/selinux/python/chcat/
Dchcat109 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/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/autotest/frontend/server/
Dmodels.py39 objects = model_logic.ExtendedManager() variable in Server
126 objects = model_logic.ExtendedManager() variable in ServerRole
140 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/harfbuzz_ng/test/fuzzing/
Dhb-repacker-fuzzer.cc45 void cleanup (hb_object_t* objects, uint16_t num_objects) in cleanup()
54 void add_links_to_objects (hb_object_t* objects, uint16_t num_objects, in add_links_to_objects()
94 hb_object_t* objects = nullptr; in LLVMFuzzerTestOneInput() local
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
DTestObjectOrArrayDeserialization.java16 private final List<SomeObject> objects; field in TestObjectOrArrayDeserialization.ArrayOrObject
20 public ArrayOrObject(List<SomeObject> objects) { in ArrayOrObject()
/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/libwebsockets/include/libwebsockets/
Dlws-ring.h264 ___type, /* type of objects with tails */ \ argument
301 ___count /* count of payload objects being consumed */ \ argument
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DRawMessageInfo.java178 private final Object[] objects; field in RawMessageInfo
181 RawMessageInfo(MessageLite defaultInstance, String info, Object[] objects) { in RawMessageInfo()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DRawMessageInfo.java178 private final Object[] objects; field in RawMessageInfo
181 RawMessageInfo(MessageLite defaultInstance, String info, Object[] objects) { in RawMessageInfo()
/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/tensorflow/tensorflow/compiler/xla/python/
Dpython_ref_manager.cc25 PythonRefManager* manager, absl::Span<pybind11::object> objects) in ManagedPyObjects()
46 PythonRefManager::ManageReferences(absl::Span<py::object> objects) { in ManageReferences()

12345678910>>...12