| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
| SymbolRewriter.cpp | 5 // This file is distributed under the University of Illinois Open Source 29 // + Source (original name of the function) 34 // + Source (original name of externally visible variable) 38 // + Source (original name of the aliased name) 42 // Note that source and exactly one of [Target, Transform] must be provided 97 const std::string &Source, 106 Comdats.erase(Comdats.find(Source)); 116 const std::string Source; 120 : RewriteDescriptor(DT), Source(Naked ? StringRef("\01" + S.str()) : S), 136 if (ValueType *S = (M.*Get)(Source)) { [all...] |
| /external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/teststructs/ |
| project4.go | 2 // Use of this source code is governed by a BSD-style 18 x.Source() == y.Source() && 61 source string 68 func (p Cartel) Source() string { return p.source } 74 func (p *Cartel) SetSource(x string) { p.source = x }
|
| /external/tensorflow/tensorflow/core/kernels/ |
| sparse_conditional_accumulator.h | 203 // Source enumerates the origin of a non-zero element: whether it is from 205 enum Source { from_accum, from_grad, from_accum_and_grad }; 208 std::vector<std::tuple<Source, int64, int64>> entries_to_copy; 273 const Source src = std::get<0>(entries_to_copy[i]);
|
| /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/ |
| EfiDevice.c | 737 EFI_OPEN_FILE *Source = NULL;
758 // Set the pointer after the source drive (eg: after fs1:)
770 AsciiPrint("Source file incorrect.\n");
773 // Skip the Source Directories
785 AsciiPrint("Source file incorrect (Error 2).\n");
795 Source = EfiOpen(Argv[1], EFI_FILE_MODE_READ, 0);
796 if (Source == NULL) {
797 AsciiPrint("Source file open error.\n");
812 Size = EfiTell(Source, NULL);
817 Status = EfiRead(Source, Buffer, &Chunk); [all...] |
| /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
| Ip6Output.c | 21 Output all the available source addresses to a list entry head SourceList. The
22 number of source addresses are also returned.
25 @param[out] SourceList The list entry head of all source addresses.
28 @param[out] SourceCount The number of source addresses.
30 @retval EFI_SUCCESS The source addresses were copied to a list entry head
145 Output all the available source addresses to a list entry head SourceList. The
146 number of source addresses are also returned.
150 @param[out] Source The selected IPv6 source address according to
153 @retval EFI_SUCCESS The source addresses were copied to a list entry [all...] |
| Ip6Nd.c | [all...] |
| /external/clang/include/clang/AST/ |
| ExternalASTSource.h | 5 // This file is distributed under the University of Illinois Open Source 11 // construction of AST nodes from some external source. 39 /// external source, such as a precompiled header. External AST 44 /// Generation number for this external AST source. Must be increased 48 /// \brief Whether this AST source also provides information for 62 ExternalASTSource *Source; 64 explicit Deserializing(ExternalASTSource *source) : Source(source) { 65 assert(Source); [all...] |
| /external/clang/test/SemaCXX/ |
| scope-check.cpp | 398 class Source { 406 static void foo(const Source &SF, MyCl<TT *> Source::*m) { 418 int Source::getKind() const { 419 foo(*this, &Source::m);
|
| /external/deqp-deps/glslang/gtests/ |
| TestFixture.h | 6 // Redistribution and use in source and binary forms, with or without 10 // Redistributions of source code must retain the above copyright 60 // shader source file names. Otherwise, the test name suffixes will just be 65 enum class Source { 85 EShMessages DeriveOptions(Source, Semantics, Target); 100 // methods such as reading shader source files, compiling into AST/SPIR-V, and 182 // Compiles and the given source |code| of the given shader |stage| into 206 // Compiles and links the given source |code| of the given shader 278 // Compiles and links the given source |code| of the given shader 429 Source source [all...] |
| /external/llvm/lib/Transforms/Scalar/ |
| LoopLoadElimination.cpp | 5 // This file is distributed under the University of Illinois Open Source 14 // transformation. The source value of each store then propagated to the user 154 Instruction *Source = Dep.getSource(LAI); 158 if (isa<LoadInst>(Source)) 159 LoadsWithUnknownDepedence.insert(Source); 166 // Note that the designations source and destination follow the program 167 // order, i.e. source is always first. (The direction is given by the 169 std::swap(Source, Destination); 173 auto *Store = dyn_cast<StoreInst>(Source);
|
| /external/pdfium/fxjs/ |
| cjs_eventhandler.cpp | 2 // Use of this source code is governed by a BSD-style license that can be 590 Field* CJS_EventHandler::Source() {
|
| /external/scapy/scapy/ |
| pipetool.py | 85 if isinstance(pipe, Source): 318 class Source(Pipe, SelectableObject): 366 class AutoSource(Source, SelectableObject): 368 Source.__init__(self, name=name) 388 except IndexError: #empty queue. Exhausted source
|
| /external/swiftshader/third_party/LLVM/include/llvm/MC/ |
| MCDwarf.h | 5 // This file is distributed under the University of Illinois Open Source 238 MachineLocation Source; 250 : Operation(Move), Label(L), Destination(D), Source(S) { 254 : Operation(Op), Label(L), Destination(D), Source(S) { 260 const MachineLocation &getSource() const { return Source; }
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
| DWARFDebugLine.h | 5 // This file is distributed under the University of Illinois Open Source 42 DWARFFormValue Source; 56 /// For v5, whether filename entries provide source text. 149 /// An unsigned integer indicating a source line number. Lines are numbered 151 /// instruction cannot be attributed to any source line. 153 /// An unsigned integer indicating a column number within a source line. 157 /// An unsigned integer indicating the identity of the source file
|
| /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
| RISCVCompressInstEmitter.cpp | 5 // This file is distributed under the University of Illinois Open Source 86 CodeGenInstruction Source; // The source instruction definition. 91 SourceOperandMap; // Maps operands in the Source Instruction to 95 // to the corresponding Source instruction operand. 99 : Source(S), Dest(D), PatReqFeatures(RF), SourceOperandMap(SourceMap), 148 // Only source instruction operands are allowed to not match Input Dag 253 // Source instructions are non compressed instructions and don't have tied 343 LLVM_DEBUG(dbgs() << " Operand mapping:\n Source Dest\n"); 390 /// corresponding Source Instruction type [all...] |
| FixedLenDecoderEmitter.cpp | 5 // This file is distributed under the University of Illinois Open Source 681 FixupScopeList::iterator Source = TableInfo.FixupStack.end() - 1; 682 FixupScopeList::iterator Dest = Source - 1; 683 Dest->insert(Dest->end(), Source->begin(), Source->end()); [all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/ |
| Acpi1_0.h | 199 // Interrupt Source Override Structure
205 UINT8 Source;
211 // Non-Maskable Interrupt Source Structure
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
| Acpi1_0.h | 207 // Interrupt Source Override Structure
213 UINT8 Source;
219 // Non-Maskable Interrupt Source Structure
|
| /device/linaro/bootloader/edk2/EmbeddedPkg/Library/EfiFileLib/ |
| EfiFileLib.c | 924 EFI_OPEN_FILE *Source = NULL;
932 Source = EfiOpen (SourceFile, EFI_FILE_MODE_READ, 0);
933 if (Source == NULL) {
934 AsciiPrint("Source file open error.\n");
952 Size = EfiTell(Source, NULL);
957 Status = EfiRead(Source, Buffer, &Chunk);
974 Status = EfiRead(Source, Buffer, &Chunk);
988 if (Source != NULL) {
989 Status = EfiClose(Source);
991 AsciiPrint("Source close error"); [all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/ |
| IpIoLib.h | 165 EFI_IP_ADDRESS Source; ///< Source IP of the received packet.
403 overriden by Sender. Other sending configurations, such as source address and gateway
|
| /external/guice/core/src/com/google/inject/internal/ |
| RealOptionalBinder.java | 167 enum Source {
|
| /external/llvm/utils/TableGen/ |
| FixedLenDecoderEmitter.cpp | 5 // This file is distributed under the University of Illinois Open Source 664 FixupScopeList::iterator Source = TableInfo.FixupStack.end() - 1; 665 FixupScopeList::iterator Dest = Source - 1; 666 Dest->insert(Dest->end(), Source->begin(), Source->end()); [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
| LoopAccessAnalysis.h | 5 // This file is distributed under the University of Illinois Open Source 80 /// source). This is important and must not be violated (or we have to 133 /// Index of the source of the dependence in the InstMap vector. 134 unsigned Source; 140 Dependence(unsigned Source, unsigned Destination, DepType Type) 141 : Source(Source), Destination(Destination), Type(Type) {} 143 /// Return the source instruction of the dependence. 753 return LAI.getDepChecker().getMemoryInstructions()[Source];
|
| /external/swiftshader/third_party/subzero/src/ |
| IceConverter.cpp | 5 // This file is distributed under the University of Illinois Open Source 538 Ice::Operand *Source = convertValue(Instr->getCondition()); 542 Ice::InstSwitch::create(Func.get(), NumCases, Source, LabelDefault); [all...] |
| /device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/ |
| BiosVideo.c | [all...] |