|   /external/guice/core/test/com/google/inject/ | 
| TypeLiteralTypeResolutionTest.java  | 67   Field instance;  field in class:TypeLiteralTypeResolutionTest  83     instance = HasGenericFields.class.getField("instance"); 139     assertEquals(Short.class, resolver.getFieldType(instance).getType()); 144     public T instance;  field in class:TypeLiteralTypeResolutionTest.HasGenericFields 
  | 
|   /external/guice/extensions/testlib/test/com/google/inject/testing/fieldbinder/ | 
| BoundFieldModuleTest.java  | 43     Object instance = new Object() {};  local  45     BoundFieldModule module = BoundFieldModule.of(instance); 53     Object instance =  local  58     BoundFieldModule module = BoundFieldModule.of(instance); 66     Object instance =  local  71     BoundFieldModule module = BoundFieldModule.of(instance); 92     FieldBindableSubclass instance = new FieldBindableSubclass(1024);  local  94     BoundFieldModule module = BoundFieldModule.of(instance); 97     assertEquals(instance.anInt, injector.getInstance(Integer.class)); 103     Object instance   local  118  Object instance =  local  132  Object instance =  local  151  Object instance =  local  182  Object instance =  local  203  Object instance =  local  220  Object instance =  local  241  Object instance =  local  260  Object instance =  local  275  FieldBindableClass instance = new FieldBindableClass(testValue);  local  287  Object instance =  local  308  Object instance =  local  328  Object instance =  local  343  Object instance =  local  363  Object instance =  local  382  Object instance =  local  403  Object instance =  local  413  Object instance =  local  432  Object instance =  local  465  Object instance =  local  478  Object instance =  local  495  Object instance =  local  511  @Bind private T instance;  field in class:BoundFieldModuleTest.ParameterizedObject  515  ParameterizedObject<Integer> instance = new ParameterizedObject<>(0);  local  529  ParameterizedObject<Integer> instance = new ParameterizedObject<Integer>(testValue) {};  local  539  Object instance =  local  552  Object instance =  local  579  Object instance =  local  599  Object instance =  local  618  Object instance =  local  637  Object instance =  local  649  Object instance =  local  666  Object instance =  local  689  Object instance =  local  713  Object instance = new InvalidBindableClass();  local  736  Object instance =  local  751  Object instance =  local  766  Object instance = new InvalidBindableSubclass();  local  792  FieldBindableSubclass2 instance = new FieldBindableSubclass2(testValue1, testValue2);  local  877  LazyNonTransparentProvider instance = new LazyNonTransparentProvider();  local      [all...] | 
|   /external/icu/android_icu4j/src/main/java/android/icu/impl/ | 
| ICUCurrencyDisplayInfoProvider.java  | 42         ICUCurrencyDisplayInfo instance = currencyDisplayInfoCache;  local  43         if (instance == null || !instance.locale.equals(locale) || instance.fallback != withFallback) { 56             instance = new ICUCurrencyDisplayInfo(locale, rb, withFallback); 57             currencyDisplayInfoCache = instance; 59         return instance;
  | 
| ICUService.java  | 137      * instance of the service.  Keys define how ids are 191          * identify an instance of the service in the cache.  A 268      * (possibly deferred-initialized) instance.  This implements 275         protected Object instance;  field in class:ICUService.SimpleFactory  283         public SimpleFactory(Object instance, String id) { 284             this(instance, id, true); 289          * service instance.  If visible is true, the id will be visible. 290          * Neither the instance nor the id can be null. 292         public SimpleFactory(Object instance, String id, boolean visible) { 293             if (instance == null || id == null)      [all...] | 
|   /external/icu/android_icu4j/src/main/java/android/icu/text/ | 
| StringPrep.java  | 289             bdp=UBiDiProps.INSTANCE; 294      * Gets a StringPrep instance for the specified profile 296      * @param profile The profile passed to find the StringPrep instance. 304         StringPrep instance = null;  local  306         // A StringPrep instance is immutable.  We use a single instance 311                 instance = ref.get(); 314             if (instance == null) { 318                         instance = new StringPrep(bytes); 323                 if (instance != null)      [all...] | 
| DateTimePatternGenerator.java  | 67         DateTimePatternGenerator instance = new DateTimePatternGenerator();  local  68         instance.addCanonicalItems(); 69         instance.fillInMissing(); 70         return instance; 104      * Construct a frozen instance of DateTimePatternGenerator for a 105      * given locale.  This method returns a cached frozen instance of 132         // This instance of PatternInfo is required for calling some functions.  It is used for 134         // we still need to make a temporary instance.     [all...] | 
|   /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ | 
| ICUService.java  | 135      * instance of the service.  Keys define how ids are 188          * identify an instance of the service in the cache.  A 264      * (possibly deferred-initialized) instance.  This implements 270         protected Object instance;  field in class:ICUService.SimpleFactory  278         public SimpleFactory(Object instance, String id) { 279             this(instance, id, true); 284          * service instance.  If visible is true, the id will be visible. 285          * Neither the instance nor the id can be null. 287         public SimpleFactory(Object instance, String id, boolean visible) { 288             if (instance == null || id == null)      [all...] | 
|   /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ | 
| StringPrep.java  | 302             bdp=UBiDiProps.INSTANCE; 307      * Gets a StringPrep instance for the specified profile 309      * @param profile The profile passed to find the StringPrep instance. 317         StringPrep instance = null;  local  319         // A StringPrep instance is immutable.  We use a single instance 324                 instance = ref.get(); 327             if (instance == null) { 331                         instance = new StringPrep(bytes); 336                 if (instance != null)      [all...] | 
| DateTimePatternGenerator.java  | 68         DateTimePatternGenerator instance = new DateTimePatternGenerator();  local  69         instance.addCanonicalItems(); 70         instance.fillInMissing(); 71         return instance; 109      * Construct a frozen instance of DateTimePatternGenerator for a 110      * given locale.  This method returns a cached frozen instance of 136         // This instance of PatternInfo is required for calling some functions.  It is used for 138         // we still need to make a temporary instance.     [all...] | 
|   /external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/ | 
| ICUCurrencyDisplayInfoProvider.java  | 38         ICUCurrencyDisplayInfo instance = currencyDisplayInfoCache;  local  39         if (instance == null || !instance.locale.equals(locale) || instance.fallback != withFallback) { 52             instance = new ICUCurrencyDisplayInfo(locale, rb, withFallback); 53             currencyDisplayInfoCache = instance; 55         return instance;
  | 
|   /external/iproute2/include/uapi/linux/ | 
| tipc.h  | 55 	__u32 instance;  member in struct:tipc_name 
  | 
|   /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/ | 
| PhoneNumberUtil.java  | 377   private static PhoneNumberUtil instance = null;  field in class:PhoneNumberUtil      [all...] | 
|   /external/mesa3d/src/intel/tools/ | 
| aubinator_error_decode.c  | 132       int instance;  member in struct:__anon34257  145       return legacy_names[i].instance; 157    int instance;  local  159    instance = ring_name_to_class(ring_name, &class); 160    if (instance < 0) 165           mapping[i].ring_instance == instance) 176    int instance;  local  178    instance = ring_name_to_class(ring_name, &class); 179    if (instance < 0) 193       switch (instance) {     [all...] | 
|   /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ | 
| Http1xStream.java  | 212       Internal.instance.addLenient(headers, line);
  | 
|   /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/ | 
| Http1xStream.java  | 214       Internal.instance.addLenient(headers, line);
  | 
|   /external/tensorflow/tensorflow/core/common_runtime/ | 
| hierarchical_tree_broadcaster_test.cc  | 61     cp.instance.impl_details.subdiv_source_rank = {S};               \ 62     cp.instance.impl_details.subdiv_permutations.push_back(          \ 256     col_params_.instance.data_type = dtype; 260     col_params_.instance.instance_key = kInstanceKey; 263     col_params_.instance.impl_details.subdiv_offsets.clear(); 264     col_params_.instance.type = BROADCAST_COLLECTIVE; 268     col_params_.instance.impl_details.subdiv_permutations.resize(num_subdivs); 274       col_params_.instance.impl_details.subdiv_permutations[subdiv_i].resize( 278           col_params_.instance.impl_details 286              col_params_.instance.impl_details.subdiv_permutations[subdiv_i] 414  DeviceInstance* instance = instances_[di];  local      [all...] | 
| ring_gatherer_test.cc  | 181     col_params_.instance.instance_key = kInstanceKey; 182     col_params_.instance.impl_details.subdiv_offsets.clear(); 183     col_params_.instance.type = GATHER_COLLECTIVE; 184     col_params_.instance.impl_details.collective_name = "RingGather"; 185     col_params_.instance.data_type = dtype; 186     col_params_.instance.impl_details.subdiv_permutations.resize(num_subdivs); 190       col_params_.instance.impl_details.subdiv_offsets.push_back(sdi * 220         col_params_.instance.device_names.push_back(dev_name); 221         col_params_.instance.task_names.push_back(task_name); 227               (di + col_params_.instance.impl_details.subdiv_offsets[sdi])  269  DeviceInstance* instance = instances_[di];  local      [all...] | 
| ring_reducer_test.cc  | 203     col_params_.instance.instance_key = kInstanceKey; 204     col_params_.instance.impl_details.subdiv_offsets.clear(); 205     col_params_.instance.type = REDUCTION_COLLECTIVE; 206     col_params_.instance.impl_details.collective_name = "RingReduce"; 207     col_params_.instance.data_type = dtype; 208     col_params_.instance.impl_details.subdiv_permutations.resize(num_subdivs); 212       col_params_.instance.impl_details.subdiv_offsets.push_back(sdi * 242         col_params_.instance.device_names.push_back(dev_name); 243         col_params_.instance.task_names.push_back(task_name); 249               (di + col_params_.instance.impl_details.subdiv_offsets[sdi])  290  DeviceInstance* instance = instances_[di];  local      [all...] | 
|   /external/tensorflow/tensorflow/core/framework/ | 
| collective.h  | 51 // particular to an instance so it is stored there. 78 // Data common to all members of a collective instance. 103 // Data common to all instance members in the same task. 113   CollInstanceParams instance;  member in struct:tensorflow::CollectiveParams  171   // shared across an instance group. 178 // Graphs which utilize Collective Ops in a common instance must 294   // Used to designate an invalid group or instance key. 357   Device* device;       // The device for which this instance labors 371   // implementation.  Called exactly once for every Collective instance during 386   // Initializes instance params at the beginning of `CompleteInstanceLocal()`     [all...] | 
|   /external/tensorflow/tensorflow/core/nccl/ | 
| nccl_manager.cc  | 121 // A `Collective` encapsulates state for a collective instance at one node. 122 // Typically, an instance in TensorFlow context would be defined by a collective 125 // For each collective instance there will be one `Collective` object per node. 184 NcclManager* NcclManager::instance() {  function in class:tensorflow::NcclManager  185   static NcclManager* instance = new NcclManager();  local  186   return instance; 252     // This is an instance of multi-node collective.  We have previously
  | 
|   /external/tensorflow/tensorflow/core/platform/default/ | 
| device_tracer.cc  | 389   static auto* instance = new TraceCollectorImpl();  local  390   return instance;
  | 
|   /external/v8/src/libsampler/ | 
| sampler.cc  | 317   static SamplerManager* instance() { return instance_.Pointer(); }  function in class:v8::sampler::SamplerManager  453   SamplerManager::instance()->DoSample(state); 630     SamplerManager::instance()->RemoveSampler(this); 640   SamplerManager::instance()->AddSampler(this); 647   SamplerManager::instance()->RemoveSampler(this); 676     SamplerManager::instance()->AddSampler(this);
  | 
|   /art/test/046-reflect/src/ | 
| Main.java  | 62     private void showStrings(Target instance) 70         one = (String) field.get(instance); 73         two = (String) field.get(instance); 76         three = (String) field.get(instance); 84             Object instance = new otherpackage.Other();  local  88             meth.invoke(instance); 98             instance = otherpackage.Other.getInnerClassInstance(); 99             target = instance.getClass(); 103                 meth.invoke(instance); 111                 int x = field.getInt(instance); 145  Target instance = new Target();  local      [all...] | 
|   /external/deqp/external/vulkancts/modules/vulkan/synchronization/ | 
| vktSynchronizationInternallySynchronizedObjectsTests.cpp  | 167 	const InstanceInterface&				instance				= context.getInstanceInterface();  local  169 	const VkPhysicalDeviceMemoryProperties	deviceMemoryProperties	= getPhysicalDeviceMemoryProperties(instance, physicalDevice); 195 	const InstanceInterface&				instance				= context.getInstanceInterface();  local  205 	queueFamilyProperties = getPhysicalDeviceQueueFamilyProperties(instance, physicalDevice); 249 	instance.getPhysicalDeviceFeatures(physicalDevice, &deviceFeatures); 261 	queues.setDevice(createDevice(context.getPlatformInterface(), context.getInstance(), instance, physicalDevice, &deviceInfo));     [all...] | 
|   /external/deqp/external/vulkancts/modules/vulkan/wsi/ | 
| vktWsiColorSpaceTests.cpp  | 129 									vk::VkInstance					instance, 172 	return createDevice(vkp, instance, vki, physicalDevice, &deviceParams, pAllocator); 211 	const Unique<VkInstance>			instance;  member in struct:vkt::wsi::__anon19339::InstanceHelper  217 		, instance				(createInstanceWithWsi(context.getPlatformInterface(), 222 		, vki					(context.getPlatformInterface(), *instance) 236 				  VkInstance					instance, 239 		: physicalDevice	(chooseDevice(vki, instance, context.getTestContext().getCommandLine())) 242 												 instance, 248 		, vkd				(context.getPlatformInterface(), instance, *device) 800 	const Unique<VkSurfaceKHR>		surface			(createSurface(instHelper.vki, *instHelper.instance, wsiType, *native.display, *native.window))     [all...] |