HomeSort by relevance Sort by last modified time
    Searched refs:instances (Results 201 - 225 of 376) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/fonttools/Doc/source/designspaceLib/
readme.rst 9 - Define sources, axes and instances.
24 It imports the axes, sources and instances to very basic **descriptor**
40 doc.instances
94 UFO instances
97 - When making instances as UFOs however, we need to swap the glyphs so
139 be copied to the instances. MutatorMath.
141 to be copied to the instances. Also indicates this source is expected
144 instances. MutatorMath.
146 copied to the instances. MutatorMath.
153 instances. MutatorMath
    [all...]
scripting.rst 29 We want to create definitions for axes, sources and instances. That
31 object** uses objects to describe the axes, sources and instances. These
144 to generate UFO instances with MutatorMath then you can define different
153 i0.path = os.path.join(root, "instances","MyVariableFontPrototype-Medium.ufo")
164 - Instances for MutatorMath will generate to UFO.
165 - Instances for variable fonts become **named instances**.
183 for some designspaces intended for generating instances with
  /cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
ActivityStarterTests.java 107 final int instances = mAmWmState.getAmState().getActivityCountInTask(taskId, null); local
112 // Make sure instances in task are increased.
113 assertEquals("instances of activity in task must be increased.", instances + 1,
143 final int instances = mAmWmState.getAmState().getActivityCountInTask(taskId, null); local
161 // Make sure that instances of activity are not increased.
162 assertEquals("instances of activity must not be increased.", instances,
238 // Make sure the number of instances for single task activity is only one.
249 * real activity without creating new activity instances, tasks, or stacks
    [all...]
  /external/autotest/client/cros/tendo/n_faced_peerd/
n_faced_peerd_main.py 23 """An object which looks like N different instances of peerd.
25 There are situations where we would like to run N instances
27 N instances of leaderd). If that service has a dependency
28 on peerd (i.e. it advertises a service), then those N instances
31 NFacedPeerd solves this by starting N instances of peerd running
40 @param num_instance: int number of "instances" of peerd to start.
51 # Construct N fake instances of peerd
72 instance of peerd to all other instances of peerd as a remote
109 description='Acts like N instances of peerd.')
111 help='Number of fake instances to start.'
    [all...]
  /external/bcc/examples/lua/
uprobe-readline-perf.lua 17 -- Trace readline() call from all bash instances (print bash commands from all running shells).
uprobe-readline.lua 17 -- Trace readline() call from all bash instances (print bash commands from all running shells).
  /external/fonttools/Tests/fontBuilder/
fontBuilder_test.py 162 instances = [
166 fb.setupFvar(axes, instances)
200 instances = [
204 fb.setupFvar(axes, instances)
  /external/google-fruit/include/fruit/impl/
component.defn.h 194 PartialComponent<Bindings...>::addInstanceMultibindings(std::vector<C>& instances) {
198 return {{storage, instances}};
204 PartialComponent<Bindings...>::addInstanceMultibindings(std::vector<C>& instances) {
209 return {{storage, instances}};
  /external/parameter-framework/upstream/test/functional-tests/
Basic.cpp 114 {"structure", {&Config::instances, invalidXml}},
Boolean.cpp 45 const auto validBooleanInstances = Config{&Config::instances,
  /art/test/708-jit-cache-churn/src/
JitCacheChurnTest.java 150 static final AtomicInteger instances = new AtomicInteger(0); field in class:JitCacheChurnTest.TaskFive
153 instance = instances.getAndIncrement();
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
Parser.java 109 * Specify the weakest reachability of instances to treat as retained.
111 * @param retained the weakest reachability of instances to treat as retained.
187 List<AhatInstance> instances = new ArrayList<AhatInstance>(); local
202 Instances<AhatClassObj> classById = null;
281 classById = new Instances<AhatClassObj>(classes);
405 instances.add(obj);
422 instances.add(obj);
441 instances.add(obj);
578 instances.addAll(classes);
581 // Sort roots and instances by id in preparation for the fixup pass
    [all...]
  /external/google-fruit/include/fruit/
component.h 521 * multiple times will result in the creation of multiple "equivalent" instances, that will all be returned by
601 * Equivalent to calling addInstanceMultibinding() for each elements of `instances'.
627 addInstanceMultibindings(std::vector<C>& instances);
652 addInstanceMultibindings(std::vector<C>& instances);
662 * provider multiple times will result in the creation of multiple "equivalent" instances, that will all be returned
724 * // instances of Bar and Baz.
    [all...]
  /external/guava/guava-testlib/src/com/google/common/testing/
FreshValueGenerator.java 126 * Generates fresh instances of types that are different from each other (if possible).
148 <T> void addSampleInstances(Class<T> type, Iterable<? extends T> instances) {
149 sampleInstances.putAll(checkNotNull(type), checkNotNull(instances));
264 private <T> T nextInstance(T[] instances, T defaultValue) {
265 return nextInstance(Arrays.asList(instances), defaultValue);
268 private <T> T nextInstance(Collection<T> instances, T defaultValue) {
269 if (instances.isEmpty()) {
273 return Iterables.get(instances, (freshInt() - 1) % instances.size());
  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
parse-console.sh 64 print_bug $title FAILURE, $nerrs instances
  /external/python/cpython2/PC/VC6/
rt.bat 8 @rem All leading instances of these switches are shifted off, and
  /external/python/cpython2/PC/VS7.1/
rt.bat 9 rem All leading instances of these switches are shifted off, and
  /external/python/cpython2/PC/VS8.0/
rt.bat 9 rem All leading instances of these switches are shifted off, and
  /external/syzkaller/vendor/google.golang.org/appengine/internal/modules/
modules_service.pb.go 207 Instances *int64 `protobuf:"varint,1,req,name=instances" json:"instances,omitempty"`
216 if m != nil && m.Instances != nil {
217 return *m.Instances
225 Instances *int64 `protobuf:"varint,3,req,name=instances" json:"instances,omitempty"`
248 if m != nil && m.Instances != nil {
249 return *m.Instances
    [all...]
  /external/testng/src/main/java/org/testng/
TestClass.java 91 // TestClasses and instances
93 Object[] instances = getInstances(false); local
94 for (Object instance : instances) {
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_perfcounter.c 76 unsigned instances; member in struct:si_pc_block
340 /* Both the number of instances and selectors varies between chips of the same
738 unsigned instances = block->instances; local
742 instances = 2;
750 instances,
  /art/tools/ahat/src/main/com/android/ahat/
ObjectHandler.java 303 List<AhatInstance> instances = inst.getDominated(); local
304 if (instances != null) {
305 DominatedList.render(mSnapshot, doc, query, DOMINATED_OBJECTS_ID, instances);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_refactor.py 42 def check_instances(self, instances, classes):
43 for inst, cls in zip(instances, classes):
45 self.fail("%s are not instances of %s" % instances, classes)
  /external/mesa3d/src/intel/compiler/
brw_vec4_tcs.cpp 116 if (tcs_prog_data->instances > 1) {
413 prog_data->instances = DIV_ROUND_UP(nir->info.tess.tcs_vertices_out, 8);
415 prog_data->instances = DIV_ROUND_UP(nir->info.tess.tcs_vertices_out, 2);
  /external/python/cpython2/Lib/lib2to3/tests/
test_refactor.py 43 def check_instances(self, instances, classes):
44 for inst, cls in zip(instances, classes):
46 self.fail("%s are not instances of %s" % instances, classes)

Completed in 651 milliseconds

1 2 3 4 5 6 7 891011>>