| /external/clang/lib/AST/ |
| DeclCXX.cpp | 5 // This file is distributed under the University of Illinois Open Source 38 ExternalASTSource *Source = C.getExternalSource(); 40 assert(Source && "getFromExternalSource with no external source"); 43 I.setDecl(cast<NamedDecl>(Source->GetExternalDecl( [all...] |
| TypeLoc.cpp | 1 //===--- TypeLoc.cpp - Type Source Info Wrapper -----------------*- C++ -*-===// 5 // This file is distributed under the University of Illinois Open Source 57 /// \brief Returns the alignment of the type source info data block. 75 /// \brief Returns the size of the type source info data block. 132 TypeLoc Source; 134 TypeLocCopier(TypeLoc source) : Source(source) { } 139 dest.copyLocal(Source.castAs<CLASS##TypeLoc>()); \ 190 // FIXME: Currently QualifiedTypeLoc does not have a source rang [all...] |
| /external/clang/unittests/AST/ |
| CommentLexer.cpp | 5 // This file is distributed under the University of Illinois Open Source 46 void lexString(const char *Source, std::vector<Token> &Toks); 61 void CommentLexerTest::lexString(const char *Source, 63 std::unique_ptr<MemoryBuffer> Buf = MemoryBuffer::getMemBuffer(Source); 67 Lexer L(Allocator, Diags, Traits, Begin, Source, Source + strlen(Source)); 80 // Empty source range should be handled. 82 const char *Source = ""; 85 lexString(Source, Toks) [all...] |
| /external/deqp/external/ |
| fetch_sources.py | 7 # Copyright 2015 The Android Open Source Project 46 class Source: 60 class SourcePackage (Source): 62 Source.__init__(self, baseDir, extractDir) 70 Source.clean(self) 78 Source.clean(self) 178 class SourceFile (Source): 180 Source.__init__(self, baseDir, extractDir) 187 Source.clean(self) 230 class GitRepo (Source) [all...] |
| /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
| Source.java | 29 * Reads a single source file and allows access to it through special probe 32 public class Source { 35 * Reads the source for the given type from the given source folder relative 39 * source folder 41 * type to load the source file for 43 public static Source getSourceFor(final String srcFolder, 47 return new Source(new FileReader(file)); 58 * Reads a source file from the given reader. 63 public Source(final Reader reader) throws IOException [all...] |
| SourceTest.java | 25 * Unit tests for {@link Source}. 32 final Source s = new Source(new StringReader(src)); 39 final Source s = new Source(new StringReader(src)); 46 final Source s = new Source(new StringReader(src)); 53 final Source s = new Source(new StringReader(src)); 62 final Source s = new Source(new StringReader(src)) [all...] |
| /external/javapoet/src/test/java/com/squareup/javapoet/ |
| TestFiler.java | 36 class Source extends SimpleJavaFileObject { 38 protected Source(Path path) { 39 super(path.toUri(), Kind.SOURCE); 70 return new Source(path);
|
| /external/libchrome/base/containers/ |
| stack_container.h | 2 // Use of this source code is governed by a BSD-style license that can be 24 // StackAllocator::Source which contains the data. Copying the allocator 25 // merely copies the pointer to this shared source, so all allocators created 44 struct Source { 45 Source() : used_stack_buffer_(false) { 83 // no guarantee that the Source buffer of Ts is large enough 99 explicit StackAllocator(Source* source) : source_(source) { 125 Source* source_ [all...] |
| /external/llvm/unittests/Support/ |
| ErrorOrTest.cpp | 5 // This file is distributed under the University of Illinois Open Source 80 struct Source {}; 82 Destination(const Source&) {} 83 Destination(Source&&) = delete; 85 Source s;
|
| /external/perfetto/src/trace_processor/ |
| stats.h | 2 * Copyright (C) 2019 The Android Open Source Project 116 enum Source { 143 #define PERFETTO_TP_STATS_SOURCE(_, __, ___, source, ...) source 144 constexpr Source kSources[] = {PERFETTO_TP_STATS(PERFETTO_TP_STATS_SOURCE)};
|
| /external/swiftshader/third_party/LLVM/include/llvm/MC/ |
| MachineLocation.h | 5 // This file is distributed under the University of Illinois Open Source 82 MachineLocation Destination, Source; 88 : Label(label), Destination(D), Source(S) {} 93 const MachineLocation &getSource() const { return Source; }
|
| /external/swiftshader/third_party/LLVM/utils/TableGen/ |
| PseudoLoweringEmitter.cpp | 5 // This file is distributed under the University of Illinois Open Source 51 // Source operand maps to destination operand. The Data element 114 // argument in the source instruction, in either the (outs) or (ins) list. 117 // Record the mapping of the source to result arguments for use by 135 "' has no matching source operand."); 136 // Map the source operand to the destination operand index for each 150 EmitSourceFileHeader("Pseudo-instruction MC lowering Source Fragment", o); 159 CodeGenInstruction &Source = Expansion.Source; 161 o << " case " << Source.Namespace << ":: [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/ |
| RandomIRBuilderTest.cpp | 5 // This file is distributed under the University of Illinois Open Source 47 // Test that we don't create load instruction as a source for the shuffle 51 const char *Source = 57 auto M = parseAssembly(Source, Ctx); 79 // Create new source. Check that it always matches with the descriptor. 91 const char *Source = 98 auto M = parseAssembly(Source, Ctx); 110 // Pick first source 154 // Source is %S1 155 Instruction *Source = &*BB.begin() [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
| ErrorOrTest.cpp | 5 // This file is distributed under the University of Illinois Open Source 80 struct Source {}; 82 Destination(const Source&) {} 83 Destination(Source&&) = delete; 85 Source s;
|
| /frameworks/av/media/libmediaplayer2/nuplayer2/ |
| NuPlayer2Source.h | 2 * Copyright 2017 The Android Open Source Project 34 struct NuPlayer2::Source : public AHandler { 64 explicit Source(const sp<AMessage> ¬ify) 79 // Explicitly disconnect the underling data source 87 // When the format has "err" set to -EWOULDBLOCK, source needs more time to get valid meta data. 145 virtual ~Source() {} 160 DISALLOW_EVIL_CONSTRUCTORS(Source);
|
| /frameworks/av/media/libmediaplayerservice/nuplayer/ |
| NuPlayerSource.h | 2 * Copyright (C) 2010 The Android Open Source Project 34 struct NuPlayer::Source : public AHandler { 65 explicit Source(const sp<AMessage> ¬ify) 80 // Explicitly disconnect the underling data source 88 // When the format has "err" set to -EWOULDBLOCK, source needs more time to get valid meta data. 146 virtual ~Source() {} 162 DISALLOW_EVIL_CONSTRUCTORS(Source);
|
| /device/linaro/bootloader/OpenPlatformPkg/Applications/EepromCmd/ |
| EepromCmd.c | 8 Redistribution and use in source and binary forms, with or without modification,
11 * Redistributions of source code must retain the above copyright notice,
95 "eeprom [read] [write] [list] [<Chip>] [<Bus>][<Address>] [<Length>] [-d <Data>] [-m <Source>]\n"
106 "Source - address of data in RAM to be copied\n"
217 UINTN Address, Length, Chip, Source, Bus;
226 Source = 0;
308 Source = ShellHexStrToUintn (ValueStr);
318 Buffer = (VOID *) Source;
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/NicIp4Config/ |
| NicIp4Config.h | 38 // Config source: dhcp or static
73 UINT32 Source; // Static or DHCP
|
| /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/ |
| DiskCache.c | 242 VOID *Source;
253 Source = DiskCache->CacheBase + (GroupNo << DiskCache->PageAlignment) + Offset;
258 Destination = Source;
259 Source = Buffer;
262 CopyMem (Destination, Source, Length);
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Library/FrameBufferBltLib/ |
| FrameBufferBltLib.c | 197 // BltBuffer to Video: Source is BltBuffer, destination is Video
343 UINT8 *Source;
351 // Video to BltBuffer: Source is Video, destination is BltBuffer
377 // Video to BltBuffer: Source is Video, destination is BltBuffer
385 Source = Configure->FrameBuffer + Offset;
393 CopyMem (Destination, Source, WidthInBytes);
451 UINT8 *Source;
459 // BltBuffer to Video: Source is BltBuffer, destination is Video
493 Source = (UINT8 *) BltBuffer + (SrcY * Delta);
513 Source = Configure->LineBuffer; [all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/ |
| Udp4Main.c | 511 IP4_ADDR Source;
611 CopyMem (&Source, &Override.Ip4OverrideData.SourceAddress, sizeof (IP4_ADDR));
618 Source,
|
| /device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/ |
| Udp6Main.c | 115 driver to bind a source address to this instance.
411 choosing a source address for this instance, but
412 no source address was available for use.
462 EFI_IPv6_ADDRESS Source;
554 IP6_COPY_ADDRESS (&Source, &ConfigData->StationAddress);
566 &Source,
|
| /external/clang/include/clang/Driver/ |
| Job.h | 5 // This file is distributed under the University of Illinois Open Source 44 /// Source - The action which caused the creation of this job. 45 const Action &Source; 85 Command(const Action &Source, const Tool &Creator, const char *Executable, 100 const Action &getSource() const { return Source; }
|
| /external/clang/unittests/Tooling/ |
| CommentHandlerTest.cpp | 5 // This file is distributed under the University of Illinois Open Source 201 const char *Source = 208 EXPECT_TRUE(Visitor.runOver(Source)); 210 Verifier.Match(Source, 1, 1);
|
| RewriterTestContext.h | 5 // This file is distributed under the University of Illinois Open Source 56 std::unique_ptr<llvm::MemoryBuffer> Source = 58 InMemoryFileSystem->addFile(Name, 0, std::move(Source));
|