/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/debian/ |
D | changelog | 5 -- Google Inc. <google-gflags@googlegroups.com> Wed, 18 Jan 2012 13:57:39 -0800 11 -- Google Inc. <google-gflags@googlegroups.com> Wed, 18 Jan 2012 11:54:03 -0800 17 -- Google Inc. <opensource@google.com> Tue, 20 Dec 2011 17:10:41 -0800 23 -- Google Inc. <opensource@google.com> Fri, 29 Jul 2011 12:24:08 -0700 29 -- Google Inc. <opensource@google.com> Wed, 26 Jan 2011 13:50:46 -0800 35 -- Google Inc. <opensource@google.com> Mon, 24 Jan 2011 16:58:10 -0800 41 -- Google Inc. <opensource@google.com> Wed, 13 Oct 2010 17:40:12 -0700
|
D | copyright | 6 Upstream Author: Google Inc. and others <google-gflags@googlegroups.com> 7 Copyright: Google Inc. and others <google-gflags@googlegroups.com> 11 Copyright (c) 2006, Google Inc. 24 * Neither the name of Google Inc. nor the names of its
|
/external/ppp/pppd/plugins/radius/ |
D | COPYRIGHT | 4 Copyright (C) 2002 Roaring Penguin Software Inc. 9 documentation, the name of Roaring Penguin Software Inc. not be used 13 Roaring Penguin Software Inc.. 15 Roaring Penguin Software Inc. makes no representations about the 35 Copyright 1992 Livingston Enterprises, Inc. 36 Livingston Enterprises, Inc. 6920 Koll Center Parkway Pleasanton, CA 94566 41 the name of Livingston Enterprises, Inc. not be used in advertising or 44 copying and distribution is by permission of Livingston Enterprises, Inc. 46 Livingston Enterprises, Inc. makes no representations about the suitability 50 [C] The Regents of the University of Michigan and Merit Network, Inc. 1992, [all …]
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 94 void lowerIncrement(InstrProfIncrementInst *Inc); 103 GlobalVariable *getOrCreateRegionCounters(InstrProfIncrementInst *Inc); 150 if (auto *Inc = dyn_cast<InstrProfIncrementInst>(Instr)) { in runOnModule() local 151 lowerIncrement(Inc); in runOnModule() 224 void InstrProfiling::lowerIncrement(InstrProfIncrementInst *Inc) { in lowerIncrement() argument 225 GlobalVariable *Counters = getOrCreateRegionCounters(Inc); in lowerIncrement() 227 IRBuilder<> Builder(Inc); in lowerIncrement() 228 uint64_t Index = Inc->getIndex()->getZExtValue(); in lowerIncrement() 232 Inc->replaceAllUsesWith(Builder.CreateStore(Count, Addr)); in lowerIncrement() 233 Inc->eraseFromParent(); in lowerIncrement() [all …]
|
/external/chromium-trace/catapult/third_party/python_gflags/ |
D | ChangeLog | 1 Wed Jan 18 13:57:39 2012 Google Inc. <google-gflags@googlegroups.com> 6 Wed Jan 18 11:54:03 2012 Google Inc. <google-gflags@googlegroups.com> 13 Tue Dec 20 17:10:41 2011 Google Inc. <opensource@google.com> 22 Fri Jul 29 12:24:08 2011 Google Inc. <opensource@google.com> 32 Wed Jan 26 13:50:46 2011 Google Inc. <opensource@google.com> 37 Mon Jan 24 16:58:10 2011 Google Inc. <opensource@google.com> 44 Wed Oct 13 17:40:12 2010 Google Inc. <opensource@google.com>
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/ |
D | ChangeLog | 1 Wed Jan 18 13:57:39 2012 Google Inc. <google-gflags@googlegroups.com> 6 Wed Jan 18 11:54:03 2012 Google Inc. <google-gflags@googlegroups.com> 13 Tue Dec 20 17:10:41 2011 Google Inc. <opensource@google.com> 22 Fri Jul 29 12:24:08 2011 Google Inc. <opensource@google.com> 32 Wed Jan 26 13:50:46 2011 Google Inc. <opensource@google.com> 37 Mon Jan 24 16:58:10 2011 Google Inc. <opensource@google.com> 44 Wed Oct 13 17:40:12 2010 Google Inc. <opensource@google.com>
|
/external/v8/ |
D | AUTHORS | 6 Google Inc. <*@google.com> 8 Sigma Designs Inc. <*@sdesigns.com> 12 Joyent, Inc. <*@joyent.com> 18 MIPS Technologies, Inc. <*@mips.com> 22 Home Jinni Inc. <*@homejinni.com> 23 IBM Inc. <*@*.ibm.com> 25 Joyent, Inc <*@joyent.com> 27 Amazon, Inc <*@amazon.com> 30 StrongLoop, Inc. <*@strongloop.com>
|
D | LICENSE | 8 of Cambridge and Google, Inc. The copyright notice and license 13 Apple Computer, Inc. and released under a 3-clause BSD license. 20 This code is copyrighted by Sun Microsystems Inc. and released 43 * Neither the name of Google Inc. nor the names of its
|
/external/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 345 Value *Loaded, Value *Inc) { in performAtomicOp() argument 349 return Inc; in performAtomicOp() 351 return Builder.CreateAdd(Loaded, Inc, "new"); in performAtomicOp() 353 return Builder.CreateSub(Loaded, Inc, "new"); in performAtomicOp() 355 return Builder.CreateAnd(Loaded, Inc, "new"); in performAtomicOp() 357 return Builder.CreateNot(Builder.CreateAnd(Loaded, Inc), "new"); in performAtomicOp() 359 return Builder.CreateOr(Loaded, Inc, "new"); in performAtomicOp() 361 return Builder.CreateXor(Loaded, Inc, "new"); in performAtomicOp() 363 NewVal = Builder.CreateICmpSGT(Loaded, Inc); in performAtomicOp() 364 return Builder.CreateSelect(NewVal, Loaded, Inc, "new"); in performAtomicOp() [all …]
|
/external/google-breakpad/ |
D | LICENSE | 1 Copyright (c) 2006, Google Inc. 14 * Neither the name of Google Inc. nor the names of its 32 Copyright 2001-2004 Unicode, Inc. 36 This source code is provided as is by Unicode, Inc. No claims are 40 purchased on magnetic or optical media from Unicode, Inc., the 46 Unicode, Inc. hereby grants the right to freely use the information
|
/external/cmockery/cmockery_0_1_2/ |
D | ChangeLog | 1 Mon Sep 15 17:21:22 2008 Google Inc. <opensource@google.com> 7 Fri Aug 29 10:50:46 2008 Google Inc. <opensource@google.com> 13 Tue Aug 26 10:18:02 2008 Google Inc. <opensource@google.com>
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | variance_impl_mmx.asm | 113 add rbx,rdx ; Inc pointer into ref data 114 add rax,rcx ; Inc pointer into the new data 136 add rbx,rdx ; Inc pointer into ref data 137 add rax,rcx ; Inc pointer into the new data 159 add rbx,rdx ; Inc pointer into ref data 160 add rax,rcx ; Inc pointer into the new data 182 add rbx,rdx ; Inc pointer into ref data 183 add rax,rcx ; Inc pointer into the new data 205 add rbx,rdx ; Inc pointer into ref data 206 add rax,rcx ; Inc pointer into the new data [all …]
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
D | Antlr.Runtime.Collections.Tests.pas | 77 Inc(I); 91 Inc(I); 94 Inc(I);
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Collections.pas | 172 Inc(FVersion); 188 Inc(FVersion); 241 Inc(FVersion); 252 Inc(FVersion); 301 Inc(FIndex); 353 Inc(I);
|
/external/autotest/client/tests/ltp/patches/ |
D | genpow.patch | 9 tabD[i] = (Inc * i) + Inc;
|
/external/v8/src/third_party/fdlibm/ |
D | LICENSE | 1 Copyright (C) 1993-2004 by Sun Microsystems, Inc. All rights reserved. 3 Developed at SunSoft, a Sun Microsystems, Inc. business.
|
/external/fdlibm/ |
D | NOTICE | 1 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. 3 Developed at SunSoft, a Sun Microsystems, Inc. business.
|
/external/vulkan-validation-layers/windowsRuntimeInstaller/ |
D | LICENSE.txt | 1 Copyright (c) 2015-2016 The Khronos Group Inc. 3 Copyright (c) 2015-2016 LunarG, Inc. 41 Copyright 2000-2009 Kitware, Inc., Insight Software Consortium 55 * Neither the names of Kitware, Inc., the Insight Software Consortium, 80 Copyright (c) 2015-2016 The Khronos Group Inc. 82 Copyright (c) 2015-2016 LunarG, Inc. 105 Copyright (c) 2015 The Khronos Group Inc. 107 Copyright (c) 2015 LunarG, Inc. 117 Copyright (c) 2015-2016 The Khronos Group Inc.
|
/external/skia/ |
D | NOTICE | 1 // Copyright (c) 2011 Google Inc. All rights reserved. 13 // * Neither the name of Google Inc. nor the names of its 39 Copyright (C) [dates of first publication] Silicon Graphics, Inc. All 65 Inc. shall not be used in advertising or otherwise to promote the 67 authorization from Silicon Graphics, Inc.
|
/external/webrtc/ |
D | AUTHORS | 11 Eric Rescorla, RTFM Inc. <ekr@rtfm.com> 40 BroadSoft Inc. 41 Google Inc.
|
/external/cmockery/cmockery_0_1_2/packages/deb/ |
D | copyright | 1 This package was debianized by Google Inc. <opensource@google.com> on 8 Copyright (c) 2006, Google Inc. 21 * Neither the name of Google Inc. nor the names of its
|
/external/ceres-solver/docs/source/ |
D | license.rst | 7 Copyright (c) 2014 Google Inc. All rights reserved. 17 3. Neither the name of Google Inc., nor the names of its contributors may 24 disclaimed. In no event shall Google Inc. be liable for any direct, indirect,
|
/external/mesa3d/docs/ |
D | MESA_pack_invert.spec | 11 Brian Paul, Tungsten Graphics, Inc. (brian.paul 'at' tungstengraphics.com) 12 Keith Whitwell, Tungsten Graphics, Inc. (keith 'at' tungstengraphics.com)
|
/external/bison/build-aux/ |
D | update-copyright | 8 # Copyright (C) 2009-2012 Free Software Foundation, Inc. 27 # defaults to "Free Software Foundation, Inc." but may be changed to 50 # Foundation, Inc. 53 # # Foundation, Inc. 57 # * Free Software Foundation, Inc. 64 # # Foundation, Inc. 121 # than "Free Software Foundation, Inc.". 129 $holder ||= 'Free Software Foundation, Inc.';
|
/external/chromium-trace/catapult/third_party/vinn/third_party/v8/ |
D | LICENSE | 8 of Cambridge and Google, Inc. The copyright notice and license 13 Apple Computer, Inc. and released under a 3-clause BSD license. 20 This code is copyrighted by Sun Microsystems Inc. and released 40 * Neither the name of Google Inc. nor the names of its
|