/external/netperf/ |
D | Release_Notes | 5 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/ |
D | MyCompositeObject.java | 21 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/ |
D | directory-structure.txt | 11 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/ |
D | afmLib.py | 136 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/ |
D | ModuleValidator.java | 325 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/ |
D | nettest_bsd.h | 67 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/ |
D | trace-viewer-internals.md | 28 …* *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/ |
D | test2023 | 25 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)
|
D | test89 | 31 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
|
D | test2024 | 30 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)
|
D | test90 | 41 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
|
D | test2029 | 51 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)
|
D | test2026 | 41 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)
|
D | test2025 | 51 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)
|
D | test2027 | 56 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/ |
D | README | 1 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/ |
D | OWNERS | 6 # 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/ |
D | README | 43 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/ |
D | empty-classes.cpp | 65 struct Things { struct 66 ThingOrCell things; member 68 Things x;
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations.txt | 31 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
|
D | 2002-06-25-MegaPatchInfo.txt | 31 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/ |
D | debugreg.h | 13 /* 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/ |
D | main-scripts.rb | 55 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/ |
D | pom.xml | 104 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/ |
D | virtual_ethernet_pair.py | 19 # 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
|