HomeSort by relevance Sort by last modified time
    Searched refs:instance (Results 226 - 250 of 3014) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/guava/guava-gwt/src/com/google/common/collect/
CompoundOrdering_CustomFieldSerializer.java 33 CompoundOrdering<?> instance) {
44 CompoundOrdering<?> instance) throws SerializationException {
45 writer.writeObject(instance.comparators);
EmptyImmutableSortedSet_CustomFieldSerializer.java 33 EmptyImmutableSortedSet<?> instance) {
56 EmptyImmutableSortedSet<?> instance) throws SerializationException {
57 writer.writeObject(instance.comparator());
ImmutableEnumMap_CustomFieldSerializer.java 34 ImmutableEnumMap<?, ?> instance) {
50 ImmutableEnumMap<?, ?> instance) throws SerializationException {
51 Map_CustomFieldSerializerBase.serialize(writer, instance);
ImmutableEnumSet_CustomFieldSerializer.java 34 ImmutableEnumSet<?> instance) {
50 ImmutableEnumSet<?> instance) throws SerializationException {
51 Collection_CustomFieldSerializerBase.serialize(writer, instance);
Multiset_CustomFieldSerializerBase.java 45 static void serialize(SerializationStreamWriter writer, Multiset<?> instance)
47 int entryCount = instance.entrySet().size();
49 for (Multiset.Entry<?> entry : instance.entrySet()) {
RegularImmutableBiMap_CustomFieldSerializer.java 35 RegularImmutableBiMap<?, ?> instance) {
53 RegularImmutableBiMap<?, ?> instance) throws SerializationException {
54 Map_CustomFieldSerializerBase.serialize(writer, instance);
RegularImmutableList_CustomFieldSerializer.java 36 RegularImmutableList<?> instance) {
53 RegularImmutableList<?> instance) throws SerializationException {
54 Collection_CustomFieldSerializerBase.serialize(writer, instance);
RegularImmutableMap_CustomFieldSerializer.java 35 RegularImmutableMap<?, ?> instance) {
52 RegularImmutableMap<?, ?> instance) throws SerializationException {
53 Map_CustomFieldSerializerBase.serialize(writer, instance);
RegularImmutableMultiset_CustomFieldSerializer.java 33 RegularImmutableMultiset<?> instance) {
51 RegularImmutableMultiset<?> instance) throws SerializationException {
52 Collection_CustomFieldSerializerBase.serialize(writer, instance);
RegularImmutableSet_CustomFieldSerializer.java 34 RegularImmutableSet<?> instance) {
51 RegularImmutableSet<?> instance) throws SerializationException {
52 Collection_CustomFieldSerializerBase.serialize(writer, instance);
  /external/guice/core/test/com/google/inject/example/
ClientServiceWithFactories.java 42 private static Service instance = new ServiceImpl(); field in class:ClientServiceWithFactories.ServiceFactory
45 return instance;
49 instance = service;
  /external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
ClassHandler.java 9 Object initializing(Object instance);
19 Object intercept(String signature, Object instance, Object[] params, Class theClass) throws Throwable;
24 Object run(Object instance, Object roboData, Object[] params) throws Throwable;
  /external/skia/tools/sk_app/android/
VulkanWindowContext_android.cpp 25 auto createVkSurface = [window, instProc] (VkInstance instance) -> VkSurfaceKHR {
27 (PFN_vkCreateAndroidSurfaceKHR) instProc(instance, "vkCreateAndroidSurfaceKHR");
41 VkResult res = createAndroidSurfaceKHR(instance, &surfaceCreateInfo,
  /external/skqp/tools/sk_app/android/
VulkanWindowContext_android.cpp 25 auto createVkSurface = [window, instProc] (VkInstance instance) -> VkSurfaceKHR {
27 (PFN_vkCreateAndroidSurfaceKHR) instProc(instance, "vkCreateAndroidSurfaceKHR");
41 VkResult res = createAndroidSurfaceKHR(instance, &surfaceCreateInfo,
  /external/swiftshader/src/D3D8/
D3D8.cpp 26 int __stdcall DllMain(HINSTANCE instance, unsigned long reason, void *reserved)
28 dllInstance = instance;
35 DisableThreadLibraryCalls(instance);
  /external/tensorflow/tensorflow/compiler/xla/client/
client_library.cc 100 auto instance = MakeUnique<LocalInstance>(); local
101 TF_ASSIGN_OR_RETURN(instance->service,
103 instance->client = MakeUnique<LocalClient>(instance->service.get());
104 LocalClient* cl = instance->client.get();
107 std::make_pair(platform->id(), std::move(instance)));
141 auto instance = MakeUnique<CompileOnlyInstance>(); local
142 TF_ASSIGN_OR_RETURN(instance->service,
144 instance->client = MakeUnique<CompileOnlyClient>(instance->service.get())
    [all...]
  /frameworks/base/location/lib/java/com/android/location/provider/
ActivityRecognitionProviderClient.java 42 IActivityRecognitionHardware instance) {
50 provider = isSupported ? new ActivityRecognitionProvider(instance) : null;
71 * @param instance the available provider's instance
75 ActivityRecognitionProvider instance);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
ActionListTransformState.java 39 ActionListTransformState instance = sInstancePool.acquire(); local
40 if (instance != null) {
41 return instance;
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
CertPathHelper.java 51 protected static CertPathHelper instance; field in class:CertPathHelper
64 instance.implSetPathToNames(sel, names);
68 instance.implSetDateAndTime(sel, date, skew);
  /packages/apps/Dialer/java/com/android/dialer/constants/
Constants.java 32 private static Constants instance; field in class:Constants
41 instance = (Constants) clazz.getConstructor().newInstance();
44 "Unable to create an instance of ConstantsImpl. To fix this error include one of the "
48 return instance;
  /tools/acloud/internal/script/
create_extradisk.sh 16 DISK_NAME="extradisk-instance-${1}gb"
21 gcloud compute instances attach-disk instance-disk-creation --disk "${DISK_NAME}" --zone=${ZONE} --project=${PROJECT}
23 gcloud compute ssh instance-disk-creation --zone=${ZONE} --project=${PROJECT} --command "sudo mkfs.ext4 -F ${DEV_FILE}"
24 gcloud compute ssh instance-disk-creation --zone=${ZONE} --project=${PROJECT} --command "sudo mount -o discard,defaults ${DEV_FILE} /mnt"
25 gcloud compute ssh instance-disk-creation --zone=${ZONE} --project=${PROJECT} --command "ls /mnt"
26 gcloud compute ssh instance-disk-creation --zone=${ZONE} --project=${PROJECT} --command "sudo umount /mnt"
28 gcloud compute instances detach-disk instance-disk-creation --disk "${DISK_NAME}" --zone=${ZONE} --project=${PROJECT}
  /external/vulkan-validation-layers/tests/
loader_validation_tests.cpp 416 VkInstance instance = VK_NULL_HANDLE; local
417 VkResult result = vkCreateInstance(&info, VK_NULL_HANDLE, &instance);
420 vkDestroyInstance(instance, nullptr);
431 VkInstance instance = VK_NULL_HANDLE; local
432 VkResult result = vkCreateInstance(info, VK_NULL_HANDLE, &instance);
435 // It's not necessary to destroy the instance because it will not be created successfully.
442 VkInstance instance = VK_NULL_HANDLE; local
443 VkResult result = vkCreateInstance(info, VK_NULL_HANDLE, &instance);
446 // It's not necessary to destroy the instance because it will not be created successfully.
454 VkInstance instance = VK_NULL_HANDLE local
469 VkInstance instance = VK_NULL_HANDLE; local
484 VkInstance instance = VK_NULL_HANDLE; local
537 VkInstance instance = VK_NULL_HANDLE; local
563 VkInstance instance = VK_NULL_HANDLE; local
628 VkInstance instance = VK_NULL_HANDLE; local
682 VkInstance instance = VK_NULL_HANDLE; local
751 VkInstance instance = VK_NULL_HANDLE; local
848 VkInstance instance = VK_NULL_HANDLE; local
944 VkInstance instance = VK_NULL_HANDLE; local
979 VkInstance instance = VK_NULL_HANDLE; local
987 VkInstance instance = VK_NULL_HANDLE; local
1038 VkInstance instance = VK_NULL_HANDLE; local
1062 VkInstance instance = VK_NULL_HANDLE; local
1090 VkInstance instance = VK_NULL_HANDLE; local
1127 VkInstance instance = VK_NULL_HANDLE; local
1192 VkInstance instance = VK_NULL_HANDLE; local
1255 VkInstance instance = VK_NULL_HANDLE; local
1317 VkInstance instance = VK_NULL_HANDLE; local
1349 VkInstance instance = VK_NULL_HANDLE; local
1418 VkInstance instance = VK_NULL_HANDLE; local
1511 VkInstance instance = VK_NULL_HANDLE; local
1590 VkInstance instance = VK_NULL_HANDLE; local
1676 VkInstance instance = VK_NULL_HANDLE; local
    [all...]
  /external/tensorflow/tensorflow/python/summary/
plugin_asset.py 41 """Acquire singleton PluginAsset instance from a graph.
46 modify the same instance.
50 graph: (optional) The graph to retrieve the instance from. If not specified,
54 An instance of the plugin_asset_class
71 instance = container[0]
72 if not isinstance(instance, plugin_asset_cls):
74 (plugin_asset_cls.__name__, instance.__class__.__name__))
76 instance = plugin_asset_cls()
77 graph.add_to_collection(name, instance)
79 return instance
    [all...]
  /frameworks/base/core/java/android/app/servertransaction/
DestroyActivityItem.java 54 /** Obtain an instance initialized with provided params. */
56 DestroyActivityItem instance = ObjectPool.obtain(DestroyActivityItem.class); local
57 if (instance == null) {
58 instance = new DestroyActivityItem();
60 instance.mFinished = finished;
61 instance.mConfigChanges = configChanges;
63 return instance;
MoveToDisplayItem.java 51 /** Obtain an instance initialized with provided params. */
53 MoveToDisplayItem instance = ObjectPool.obtain(MoveToDisplayItem.class); local
54 if (instance == null) {
55 instance = new MoveToDisplayItem();
57 instance.mTargetDisplayId = targetDisplayId;
58 instance.mConfiguration = configuration;
60 return instance;

Completed in 799 milliseconds

1 2 3 4 5 6 7 8 91011>>