/external/llvm/tools/bugpoint/ |
Miscompilation.cpp | 209 /// TestMergedProgram - Given two modules, link them together and run the 219 // Link the two portions of the program back to together. 226 errs() << BD.getToolName() << ": Error linking modules together:" 402 errs() << BD.getToolName() << ": Error linking modules together:" 436 errs() << BD.getToolName() << ": Error linking modules together:" 603 // together. 616 errs() << BD.getToolName() << ": Error linking modules together:" [all...] |
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
ContactManager.java | 322 * @param batchOperation allow us to batch together multiple operations 370 * @param batchOperation allow us to batch together multiple operations 568 * @param batchOperation allow us to batch together multiple operations 609 * @param batchOperation allow us to batch together multiple operations 656 * @param batchOperation allow us to batch together multiple operations [all...] |
/external/clang/lib/Lex/ |
TokenLexer.cpp | 464 // ExpansionLoc. Pull this information together into a new SourceLocation 511 /// operator. Read the ## and RHS, and paste the LHS/RHS together. If there 657 // expanded from the full ## expression. Pull this information together into 701 /// together to form a comment that comments out everything in the current 754 // Compare the source location offset of tokens and group together tokens that [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineAndOrXor.cpp | 136 Constant *Together = 0; 138 Together = ConstantExpr::getAnd(AndRHS, OpRHS); 146 return BinaryOperator::CreateXor(And, Together); 151 if (Together != OpRHS) { 153 Value *Or = Builder->CreateOr(X, Together); 158 ConstantInt *TogetherCI = dyn_cast<ConstantInt>(Together); 163 Together = ConstantExpr::getXor(AndRHS, Together); 164 Value *And = Builder->CreateAnd(X, Together); [all...] |
/external/chromium/chrome/browser/task_manager/ |
task_manager.h | 39 // Resources from similar processes are grouped together by the task manager. 265 // rendered by the same process are groupped together).
|
/external/chromium/chrome/browser/ui/views/ |
collected_cookies_win.cc | 256 // Create the view that holds all the controls together. This will be the 315 // Create the view that holds all the controls together. This will be the
|
/external/chromium_org/chrome/browser/ui/views/ |
collected_cookies_views.cc | 381 // Create the view that holds all the controls together. This will be the 446 // Create the view that holds all the controls together. This will be the
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/hosted/ |
json2.js | 303 // Join all of the elements together, separated with commas, and wrap them in 342 // Join all of the member texts together, separated with commas,
|
/external/chromium_org/third_party/lcov/man/ |
genhtml.1 | 448 the number of functions found and hit per file or directory, together with 470 the number of branches found and hit per file or directory, together with
|
/external/chromium_org/third_party/smhasher/src/ |
Spooky.h | 153 // Mix all 12 inputs together so that h0, h1 are a hash of them all. 229 // Mix all 4 inputs together so that h0, h1 are a hash of them all.
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
page_heap.cc | 207 // entries for the pieces we are merging together because we only 210 // Note that only similar spans are merged together. For example,
|
/external/chromium_org/ui/compositor/ |
layer_animator.h | 121 // Starts the animations to be run together, ensuring that the first elements 129 // Schedules the animations to be run together, ensuring that the first
|
/external/e2fsprogs/ |
ABOUT-NLS | 6 together, so that will gradually become able to speak many languages. 93 together with the package. However, the environment variable `LINGUAS'
|
/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 161 with \verb|getsockopt()| \verb|IPV6_PKTOPTIONS| together with 258 will get it for no fee together with IPsec.
|
/external/libvorbis/vq/ |
bookutil.c | 442 /* first, the static vectors, then the book structure to tie it together. */ 463 /* tie it all together */
|
/external/llvm/docs/ |
Bugpoint.rst | 39 and links them together into a single module, called the test program. If any 105 specified on one piece, linking the two pieces back together, and then executing
|
/external/llvm/docs/tutorial/ |
LangImpl1.rst | 34 I've tried to put this tutorial together in a way that makes chapters 275 driver so that you can use the lexer and parser together.
|
OCamlLangImpl1.rst | 34 I've tried to put this tutorial together in a way that makes chapters 282 include a driver so that you can use the lexer and parser together.
|
/external/llvm/lib/Target/X86/ |
X86InstrInfo.h | 334 /// together. This function takes two integers that represent the load offsets 336 /// to schedule the two loads together. "NumLoads" is the number of loads that
|
/external/opencv/cvaux/src/ |
cvtexture.cpp | 125 // roll together Directions and magnitudes together with knowledge of image (step)
|
/external/openfst/src/include/fst/extensions/pdt/ |
paren.h | 206 // Unions state sets together gathered by the DFS. 274 // Unions state sets together gathered by the DFS.
|
/frameworks/av/include/media/nbaio/ |
NBAIO.h | 49 // NBAIO_Format is a typedef that ties together the most important combinations of the various 218 // of frames presented to an external observer, together with the value of CLOCK_MONOTONIC
|
/frameworks/base/core/java/android/view/animation/ |
AnimationSet.java | 29 * Represents a group of Animations that should be played together. 31 * together into a single transform.
|
/frameworks/base/docs/html/design/patterns/ |
navigation.jd | 77 together by the referring list—for example, when browsing in the Play Store between apps from 181 <p>To understand how activities, tasks, and intents work together, consider how one app allows users
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
display-bitmap.jd | 36 <p>This lesson brings together everything from previous lessons, showing you how to load multiple 217 <p>Putting all these pieces together gives you a responsive {@link
|