Home
last modified time | relevance | path

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

12345678910>>...107

/external/netperf/
DRelease_Notes5 things like interim results.
9 *) Much of the now-seeming kruft for things peripheral to netperf's
11 the repository. So, things like looking-up egress interface,
236 Things changed in this release:
317 to parameterize things based on the MSS - for example the
330 Things changed in this release:
395 things happier for folks redirecting same to a file. From Dan
416 Things changed in this release:
495 Things changed in this release:
523 Things changed in this release:
[all …]
/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/valgrind/docs/internals/
Ddirectory-structure.txt11 This file is a guide to where different things live.
33 2. Generic things go in the directory specified in (1).
35 Arch-specific, OS-specific, or platform-specific things are sprinkled
37 architecture-specific things, for example.
39 Sometimes we have a whole file holding things specific to a particular
/external/fonttools/Lib/fontTools/
DafmLib.py136 things = []
138 things.append(rest[fr:to])
139 charname = things[2]
140 del things[2]
141 charnum, width, l, b, r, t = (int(thing) for thing in things)
148 things = []
150 things.append(rest[fr:to])
151 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/netperf/src/
Dnettest_bsd.h67 uint32_t flags; /* to convey things that didn't
87 uint32_t interval_burst;/* how many things to do each interval */
121 uint32_t interval_burst;/* how many things to do each interval */
215 firewall things */
268 firewall things */
313 firewall things */
358 firewall things */
404 firewall things */
448 firewall things */
492 firewall things */
[all …]
/external/chromium-trace/catapult/tracing/docs/
Dtrace-viewer-internals.md28 …* *Selection:* a vector of things in the tracks that the user has selected (counter samples, slice…
55 considered a slice. Things get a bit more murky when looking at instant events.
66 * When you see the tracing UI, you see lots of things like this:
119 …* When you drag to select, that creates a selection object by asking every track to append things
123 …ction for why). Yet, analysis code want to know parentage in order to do things like group-by-thre…
/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
Dtest202951 HTTP/1.1 200 Things are fine in server land
106 HTTP/1.1 200 Things are fine in server land (2)
129 HTTP/1.1 200 Things are fine in server land
157 HTTP/1.1 200 Things are fine in server land (2)
Dtest202641 HTTP/1.1 200 Things are fine in server land
86 HTTP/1.1 200 Things are fine in server land (2)
110 HTTP/1.1 200 Things are fine in server land
139 HTTP/1.1 200 Things are fine in server land (2)
Dtest202551 HTTP/1.1 200 Things are fine in server land
127 HTTP/1.1 200 Things are fine in server land (2)
150 HTTP/1.1 200 Things are fine in server land
184 HTTP/1.1 200 Things are fine in server land (2)
Dtest202756 HTTP/1.1 200 Things are fine in server land
108 HTTP/1.1 200 Things are fine in server land (2)
130 HTTP/1.1 200 Things are fine in server land
162 HTTP/1.1 200 Things are fine in server land (2)
/external/mesa3d/src/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/libchrome/base/
DOWNERS6 # Chromium is a very mature project, most things that are generally useful are
7 # already here, and that things not here aren't generally useful.
11 # applicability. Prefer to add things closer to where they're used (i.e. "not
/external/expat/
DREADME43 By default, the configure script will set things up to install
61 things and "make install" will install things into their proper
64 the directories into which things will be installed.
/external/clang/test/CodeGenCXX/
Dempty-classes.cpp65 struct Things { struct
66 ThingOrCell things; member
68 Things x;
/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
D2002-06-25-MegaPatchInfo.txt31 makes it much easier to write nested loops that iterator over things, changing
47 include every .h file that it used. Now things are batched a little bit more
70 Instead of having to go through getArgumentList for simple things like
/external/kernel-headers/original/uapi/asm-x86/asm/
Ddebugreg.h13 /* Define a few things for the status register. We can use this to determine
29 /* Now define a bunch of things for manipulating the control register.
63 /* The second byte to the control register has a few special things.
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
Dmain-scripts.rb55 out_lines.should have( 3 ).things
75 lines.should have( 3 ).things
95 lines.should have( 4 ).things
242 # lines.should have(3).things
/external/antlr/antlr-3.4/antlr3-maven-plugin/
Dpom.xml104 itself to provide support not just for Maven oriented things but any other tool
115 would be the provider of all the things that a build tool needs, rather than
116 delegating things to 5 different tools. So, things like dependencies, dependency
246 The things we need to build the target language recognizer
/external/autotest/client/common_lib/cros/
Dvirtual_ethernet_pair.py19 # bad things happened while creating the interface
24 #... do things with your interface
33 # bad things happened while creating the interface
38 #... do things with your interface

12345678910>>...107