Home
last modified time | relevance | path

Searched full:things (Results 1 – 25 of 4029) sorted by relevance

12345678910>>...162

/external/fonttools/Lib/fontTools/misc/
DclassifyTools.py1 """ fontTools.misc.classifyTools.py -- tools for classifying things.
10 Main Classifier object, used to classify things into similar sets.
15 self._things = set() # set of all things known so far
17 self._mapping = {} # map from things to their class set
30 things, sets, mapping = self._things, self._sets, self._mapping
33 intersection = s.intersection(things) # existing things
34 s.difference_update(intersection) # new things
38 # Add new class for new things
40 things.update(difference)
86 """Returns the set of all things known so far.
[all …]
/external/avb/libavb_atx/
Davb_atx_types.h39 /* Size in bytes of an Android Things product ID. */
42 /* Size in bytes of an Android Things unlock challenge. */
48 /* Data structure of Android Things permanent attributes. */
55 /* Data structure of signed fields in an Android Things certificate. */
64 /* Data structure of an Android Things certificate. */
70 /* Data structure of Android Things public key metadata in vbmeta. */
77 /* Data structure of an Android Things unlock challenge. */
84 /* Data structure of an Android Things unlock credential. */
Davb_atx_validate.h40 /* Rollback index locations for Android Things key versions. */
44 /* An implementation of validate_vbmeta_public_key for Android Things. See
46 * implementation uses the metadata expected with Android Things vbmeta images
54 * is the root authority for all Android Things
59 * Android Things product. It is certified by a
62 * to a specific Android Things product. This value must match
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue112/
DMyCompositeObject.java21 Collection<MyClass<? extends Object>> things; field in MyCompositeObject
24 return this.things; in getThings()
27 public void setThings(Collection<MyClass<? extends Object>> things) { in setThings() argument
28 this.things = things; in setThings()
/external/u-boot/examples/standalone/
DREADME.smc91111_eeprom13 4. Other things you can do with this
14 5. Things to be done.
22 each node of a network. When things are not unique - bad things
47 it is not a good idea to start doing things on the network before the
48 MAC address is set, this example will do things over serial.
53 you specify things to load as is not the load address specified
141 should be blank, and allow you to set things one time.
174 4. Other things that you can do
/external/grpc-grpc/tools/buildgen/plugins/
Dexpand_filegroups.py106 things = {}
108 things[thing['name']] = thing
111 for thing in things.itervalues():
118 things[cur]['used_by'].append(thing['name'])
119 todo.extend(thing_deps(things[cur]))
/external/fonttools/Lib/fontTools/
DafmLib.py137 things = []
139 things.append(rest[fr:to])
140 charname = things[2]
141 del things[2]
142 charnum, width, l, b, r, t = (int(thing) for thing in things)
149 things = []
151 things.append(rest[fr:to])
152 leftchar, rightchar, value = things
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DModuleValidator.java325 private static String formatListForErrorMessage(List<?> things) { in formatListForErrorMessage() argument
326 switch (things.size()) { in formatListForErrorMessage()
330 return things.get(0).toString(); in formatListForErrorMessage()
333 Joiner.on(", ").appendTo(output, things.subList(0, things.size() - 1)); in formatListForErrorMessage()
334 output.append(" and ").append(things.get(things.size() - 1)); in formatListForErrorMessage()
/external/curl/tests/data/
Dtest202325 HTTP/1.1 200 Things are fine in server land
57 HTTP/1.1 200 Things are fine in server land (2)
73 HTTP/1.1 200 Things are fine in server land
93 HTTP/1.1 200 Things are fine in server land (2)
Dtest8931 HTTP/1.1 301 Things are fine in server land swsclose
52 HTTP/1.1 200 Things are fine in server land swsclose
67 HTTP/1.1 301 Things are fine in server land swsclose
78 HTTP/1.1 200 Things are fine in server land swsclose
Dtest202430 HTTP/1.1 200 Things are fine in server land
64 HTTP/1.1 200 Things are fine in server land (2)
81 HTTP/1.1 200 Things are fine in server land
103 HTTP/1.1 200 Things are fine in server land (2)
Dtest9041 HTTP/1.1 301 Things are fine in server land swsclose
74 HTTP/1.1 200 Things are fine in server land swsclose
97 HTTP/1.1 301 Things are fine in server land swsclose
116 HTTP/1.1 200 Things are fine in server land swsclose
/external/mesa3d/src/compiler/glsl/
DREADME1 Welcome to Mesa's GLSL compiler. A brief overview of how things flow:
5 takes care of things like #if, #ifdef, #define, and preprocessor macro
44 high-level IR ("HIR"), with things like matrix operations, structure
46 that do things like break matrix multiplication into a series of dot
120 keep them structured like that so that things like algebraic
195 project is used, so that things like optimization passes don't have to
/external/skqp/infra/pathkit/docker/
DREADME.md23 # Run bash in it to poke around and make sure things are properly installed
49 # Run bash in it to poke around and make sure things are properly installed
77 # Run bash in it to poke around and make sure things are properly installed
106 # Run bash in it to poke around and make sure things are properly installed
/external/skia/infra/pathkit/docker/
DREADME.md23 # Run bash in it to poke around and make sure things are properly installed
49 # Run bash in it to poke around and make sure things are properly installed
77 # Run bash in it to poke around and make sure things are properly installed
106 # Run bash in it to poke around and make sure things are properly installed
/external/clang/test/CodeGenCXX/
Dempty-classes.cpp65 struct Things { struct
66 ThingOrCell things; member
68 Things x;
/external/expat/
DREADME.md50 By default, the configure script will set things up to install
72 things and `make install` will install things into their proper
75 the directories into which things will be installed.
/external/grpc-grpc/doc/core/
Dgrpc-error.md101 // do some other things with the error
132 // do some things
147 // do things
149 // do more things
/external/python/pyasn1/
DTODO.rst2 Things to be done
5 Big things to tackle, anyone interested is welcome to fork pyasn1, work on
58 Minor, housekeeping things
/external/antlr/antlr3-maven-plugin/
Dpom.xml87 itself to provide support not just for Maven oriented things but any other tool
98 would be the provider of all the things that a build tool needs, rather than
99 delegating things to 5 different tools. So, things like dependencies, dependency
160 The things we need to build the target language recognizer
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations.txt31 I've marked optimizations with a [t] to indicate things that I believe to
33 things to reimplement would be SSA based PRE, Strength reduction & loop
34 unrolling... these would be the major things we would miss out on if we
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations.txt31 I've marked optimizations with a [t] to indicate things that I believe to
33 things to reimplement would be SSA based PRE, Strength reduction & loop
34 unrolling... these would be the major things we would miss out on if we
/external/llvm/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations.txt31 I've marked optimizations with a [t] to indicate things that I believe to
33 things to reimplement would be SSA based PRE, Strength reduction & loop
34 unrolling... these would be the major things we would miss out on if we
/external/syzkaller/docs/linux/
Dsetup_ubuntu-host_android-device_arm32-kernel.md3 …zkaller instance fuzzing an ARM32 linux kernel on an Android (or Android Things) device. This is a…
8 Android Things and make sure the device boots properly.
14 …Pi-IMX7D following the instructions [here](https://developer.android.com/things/hardware/developer…
/external/avb/examples/things/
DREADME.md1 # Android Things Example
4 This directory contains example source code for an Android Things integration of

12345678910>>...162