/external/autotest/server/site_tests/network_WiFi_BgscanBackoff/ |
network_WiFi_BgscanBackoff.py | 31 ssid=self.context.router.get_ssid(instance=0), 70 self.context.router.deconfig_aps(instance=1) 72 self.context.router.get_ssid(instance=0))
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
btDbvtAabbMm.java | 62 /** Obtains a temporary instance, used by native methods that return a btDbvtAabbMm instance */ 70 /** Obtains a temporary instance, used for callback methods with one or more btDbvtAabbMm arguments */ 72 btDbvtAabbMm instance = argumentInstances[argumentIndex = (argumentIndex + 1) & 3]; local 73 instance.reset(swigCPtr, owner); 74 return instance;
|
btDbvtNode.java | 62 /** Obtains a temporary instance, used by native methods that return a btDbvtNode instance */ 70 /** Obtains a temporary instance, used for callback methods with one or more btDbvtNode arguments */ 72 btDbvtNode instance = argumentInstances[argumentIndex = (argumentIndex + 1) & 3]; local 73 instance.reset(swigCPtr, owner); 74 return instance;
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/ |
TooltipManager.java | 33 static private TooltipManager instance; field in class:TooltipManager 154 instance = new TooltipManager(); 156 return instance;
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ |
Basic3DTest.java | 42 public ModelInstance instance;
field in class:Basic3DTest 63 instance = new ModelInstance(model);
76 modelBatch.render(instance, environment);
|
ShaderCollectionTest.java | 242 for (final ModelInstance instance : instances) {
243 if (instance.animations.size > 0) {
276 ModelInstance instance = instances.get(0);
local 277 if (instance != null) {
278 instance.materials.get(0).clear();
279 instance.materials.get(0).set(assets.get(currentMaterial, Model.class).materials.get(0));
288 final ModelInstance instance = new ModelInstance(assets.get(currentModel, Model.class), transform);
local 289 instances.add(instance);
290 if (instance.animations.size > 0) animationControllers.put(instance, new AnimationController(instance)); [all...] |
/external/snakeyaml/src/test/java/org/pyyaml/ |
PyRecursiveTest.java | 36 AnInstance instance = new AnInstance(value, value); local 37 value.put(instance, instance);
|
/external/vulkan-validation-layers/demos/smoke/ |
Helpers.h | 64 inline VkResult enumerate(VkInstance instance, std::vector<VkPhysicalDevice> &phys) 67 vk::EnumeratePhysicalDevices(instance, &count, nullptr); 70 return vk::EnumeratePhysicalDevices(instance, &count, phys.data());
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/ |
RedirectListener.java | 135 try (Socket instance = mServerSocket.accept()) { 137 new InputStreamReader(instance.getInputStream(), StandardCharsets.UTF_8))) { 165 new OutputStreamWriter(instance.getOutputStream(),
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
HeaderTransformState.java | 102 HeaderTransformState instance = sInstancePool.acquire(); local 103 if (instance != null) { 104 return instance;
|
/frameworks/native/vulkan/libvulkan/ |
debug_report.h | 28 VKAPI_ATTR VkResult CreateDebugReportCallbackEXT(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDebugReportCallbackEXT* pCallback); 29 VKAPI_ATTR void DestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks* pAllocator); 30 VKAPI_ATTR void DebugReportMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage);
|
/hardware/intel/common/libmix/mix_common/src/ |
mixparams.c | 25 static void mix_params_init (GTypeInstance * instance, gpointer klass); 76 static void mix_params_init (GTypeInstance * instance, gpointer klass) 78 MixParams *obj = MIX_PARAMS_CAST (instance);
|
/libcore/ojluni/src/main/java/java/awt/font/ |
TextAttribute.java | 287 TextAttribute instance = (TextAttribute) instanceMap.get(getName()); local 288 if (instance != null) { 289 return instance; 635 * configure a <code>Font</code> instance. If a <code>FONT</code> 639 * force use of a particular <code>Font</code> instance. This 644 * clients already have a <code>Font</code> instance but still [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
sort_test.cpp | 184 SortTestAux instance(copy_constructor_called); 185 SortTestAux &r_instance = instance; 186 SortTestAux const& rc_instance = instance;
|
/ndk/tests/device/test-stlport/unit/ |
sort_test.cpp | 184 SortTestAux instance(copy_constructor_called); 185 SortTestAux &r_instance = instance; 186 SortTestAux const& rc_instance = instance;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
abc.py | 10 # Instance of old-style class 128 def __instancecheck__(cls, instance): 129 """Override for isinstance(instance, cls).""" 131 subclass = getattr(instance, '__class__', None) 134 subtype = type(instance)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
abc.py | 10 # Instance of old-style class 128 def __instancecheck__(cls, instance): 129 """Override for isinstance(instance, cls).""" 131 subclass = getattr(instance, '__class__', None) 134 subtype = type(instance)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
abc.py | 10 # Instance of old-style class 128 def __instancecheck__(cls, instance): 129 """Override for isinstance(instance, cls).""" 131 subclass = getattr(instance, '__class__', None) 134 subtype = type(instance)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
abc.py | 10 # Instance of old-style class 128 def __instancecheck__(cls, instance): 129 """Override for isinstance(instance, cls).""" 131 subclass = getattr(instance, '__class__', None) 134 subtype = type(instance)
|
/external/autotest/server/cros/network/ |
chaos_clique_utils.py | 42 """Allocates a machine to capture webdriver instance. 49 @return string hostname of locked webdriver instance 57 logging.error("Unable to allocate VM instance") 61 def power_on_VM(master, instance): 65 @param instance: locked webdriver instance 68 logging.debug('Powering on %s VM', instance) 69 power_on_cmd = 'VBoxManage startvm %s' % instance 73 def power_off_VM(master, instance): 77 @param instance: locked webdriver instanc [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
launch_instance | 23 # Utility to launch an EC2 Instance 120 parser.add_option("-c", "--max-count", help="Maximum number of this type of instance to launch", dest="max_count", default="1") 121 parser.add_option("--min-count", help="Minimum number of this type of instance to launch", dest="min_count", default="1") 122 parser.add_option("--cloud-init", help="Indicates that this is an instance that uses 'CloudInit', Ubuntu's cloud bootstrap process. This wraps the config in a shell script command instead of just passing it in directly", dest="cloud_init", default=False, action="store_true") 123 parser.add_option("-g", "--groups", help="Security Groups to add this instance to", action="append", dest="groups") 125 parser.add_option("-t", "--type", help="Type of Instance (default m1.small)", dest="type", default="m1.small") 132 parser.add_option("-w", "--wait", help="Wait until instance is running", default=False, action="store_true", dest="wait") 135 parser.add_option("-s", "--scripts", help="Pass in a script or a folder containing scripts to be run when the instance starts up, assumes cloud-init. Specify scripts in a list specified by commas. If multiple scripts are specified, they are run lexically (A good way to ensure they run in the order is to prefix filenames with numbers)", type='string', action="callback", callback=scripts_callback) 228 instance = r.instances[0] variable 236 instance.add_tag(name, value [all...] |
/external/deqp/external/vulkancts/framework/vulkan/ |
vkRef.hpp | 100 Deleter (const PlatformInterface& platformIface, VkInstance instance, const VkAllocationCallbacks* allocator) 101 : m_destroyInstance ((DestroyInstanceFunc)platformIface.getInstanceProcAddr(instance, "vkDestroyInstance")) 140 Deleter (const InstanceInterface& instanceIface, VkInstance instance, const VkAllocationCallbacks* allocator) 142 , m_instance (instance) 163 Deleter (const InstanceInterface& instanceIface, VkInstance instance, const VkAllocationCallbacks* allocator) 165 , m_instance (instance)
|
/external/lzma/CPP/Windows/ |
Window.h | 88 HINSTANCE instance, LPVOID createParam)
92 idOrHMenu, instance, createParam);
100 HINSTANCE instance, LPVOID createParam)
104 idOrHMenu, instance, createParam);
113 HINSTANCE instance, LPVOID createParam);
118 HINSTANCE instance, LPVOID createParam);
|
/external/netperf/src/ |
netcpu_kstat10.c | 57 print_cpu_time_counters(char *name, int instance, cpu_time_counters_t *counters) 65 name,instance, 66 counters[instance].idle, 67 counters[instance].user, 68 counters[instance].kernel, 69 counters[instance].interrupt); 88 /* lets flesh-out a CPU instance number map since it seems that some 99 fprintf(where,"Mapping CPU instance %d to entry %d\n", 236 "get_cpu_counters: kstat_lookup failed for module 'cpu' number %d instance %d name 'sys' and KSTAT_TYPE_NAMED: errno %d %s\n", 309 "get_cpu_counters: kstat_lookup failed for module 'cpu' %d instance %d class 'intrstat' and KSTAT_TYPE_NAMED: errno %d %s\n" [all...] |
/external/opencv3/modules/core/src/ |
parallel_pthreads.cpp | 150 static ThreadManager& instance() function in class:cv::ThreadManager 170 ThreadManager& manager = instance(); 576 return ThreadManager::instance().getNumOfThreads(); 583 ThreadManager::instance().setNumOfThreads(0); 587 ThreadManager::instance().setNumOfThreads(size_t(num)); 593 ThreadManager::instance().run(range, body, nstripes);
|