Searched
full:objects (Results
726 -
750 of
21490) sorted by null
<<21222324252627282930>>
/external/testng/src/main/java/org/testng/internal/ |
ResultMap.java | 6 import org.testng.collections.Objects; 72 return Objects.toStringHelper(getClass())
|
/external/testng/src/main/java/org/testng/internal/collections/ |
Pair.java | 3 import org.testng.collections.Objects; 76 return Objects.toStringHelper(getClass())
|
/external/toolchain-utils/binary_search_tool/test/ |
switch_to_bad_noinc_prune.py | 2 """Switch part of the objects file in working set to (possible) bad ones. 25 """Switch part of the objects file in working set to (possible) bad ones."""
|
/external/turbine/java/com/google/turbine/binder/sym/ |
FieldSymbol.java | 20 import java.util.Objects; 50 return Objects.hash(name, owner);
|
MethodSymbol.java | 20 import java.util.Objects; 45 return Objects.hash(name, owner);
|
TyVarSymbol.java | 20 import java.util.Objects; 51 return Objects.hash(name, owner);
|
/external/vulkan-validation-layers/layers/ |
core_validation.h | 44 * cbMap -- map of command Buffer (CB) objects to MT_CB_INFO structures 46 * memory objects that are referenced by this CB 47 * memObjMap -- map of Memory Objects to MT_MEM_OBJ_INFO structures 50 * -- all VK Objects that are bound to this memory 51 * objectMap -- map of objects to MT_OBJ_INFO structures 54 * These are the primary events that should happen related to different objects 59 * 2. Mem Objects 64 * 3. Generic Objects
|
/external/walt/ios/WALT/Base.lproj/ |
LaunchScreen.storyboard | 11 <objects> 24 </objects>
|
/frameworks/base/graphics/java/android/graphics/ |
Xfermode.java | 25 * Xfermode is the base class for objects that are called to implement custom 29 * objects drawn with that paint have the xfermode applied.
|
/frameworks/base/media/java/android/media/ |
AudioDeviceCallback.java | 28 * @param addedDevices An array of {@link AudioDeviceInfo} objects corresponding to any 36 * @param removedDevices An array of {@link AudioDeviceInfo} objects corresponding to any
|
/frameworks/base/telephony/java/android/telephony/ |
DataSpecificRegistrationStates.java | 6 import java.util.Objects; 45 return Objects.hash(maxDataCalls);
|
/frameworks/compile/mclinker/include/mcld/LD/ |
ELFDynObjFileFormat.h | 18 * \brief ELFDynObjFileFormat describes the format for ELF dynamic objects. 22 /// objects.
|
ELFExecFileFormat.h | 18 * \brief ELFExecFileFormat describes the format for ELF dynamic objects. 22 /// objects.
|
/hardware/interfaces/wifi/1.0/ |
IWifiEventCallback.hal | 28 * completed. When this event is received all IWifiChip objects retrieved 37 * objects retrieved after the last call to start will be considered invalid.
|
/hardware/interfaces/wifi/hostapd/1.0/vts/functional/ |
hostapd_hidl_test_utils.h | 32 // Helper functions to obtain references to the various HIDL interface objects. 33 // Note: We only have a single instance of each of these objects currently.
|
/hardware/interfaces/wifi/supplicant/1.1/ |
ISupplicantStaIface.hal | 33 * Registration of multiple callback objects is supported. These objects must
|
/libcore/dalvik/src/main/java/dalvik/system/ |
NativeStart.java | 21 * to be able to create objects, and the VM needs to discard the references 31 * creating objects, we need a fake frame to store stuff in.
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
Support_MessageFormat.java | 55 Object[] objects = new Object[] { hamburgers, new Double(3.5), local 61 t_FormatWithField(1, format, objects, null, Field.ARGUMENT, 3, 15); 64 t_FormatWithField(2, format, objects, null, DateFormat.Field.AM_PM, 0, 66 t_FormatWithField(3, format, objects, null, 70 t_FormatWithField(4, format, objects, null, DateFormat.Field.ERA, 0, 0); 71 t_FormatWithField(5, format, objects, null, 84 Object[] objects = new Object[] { hamburgers, new Double(3.5), hamburgers, date, date }; local 86 t_Format(1, objects, format, getMessageVector1());
|
/libcore/luni/src/main/java/android/system/ |
NetlinkSocketAddress.java | 19 import libcore.util.Objects; 59 return Objects.toString(this);
|
StructCapUserData.java | 19 import libcore.util.Objects; 46 return Objects.toString(this);
|
StructCapUserHeader.java | 19 import libcore.util.Objects; 46 return Objects.toString(this);
|
StructFlock.java | 19 import libcore.util.Objects; 45 return Objects.toString(this);
|
StructGroupReq.java | 20 import libcore.util.Objects; 37 return Objects.toString(this);
|
StructLinger.java | 19 import libcore.util.Objects; 44 return Objects.toString(this);
|
StructPasswd.java | 19 import libcore.util.Objects; 46 return Objects.toString(this);
|
Completed in 554 milliseconds
<<21222324252627282930>>