HomeSort by relevance Sort by last modified time
    Searched defs:Source (Results 51 - 75 of 173) sorted by null

1 23 4 5 6 7

  /external/llvm/utils/TableGen/
PseudoLoweringEmitter.cpp 5 // This file is distributed under the University of Illinois Open Source
37 CodeGenInstruction Source; // The source pseudo instruction definition.
43 Source(s), Dest(d), OperandMap(m) {}
98 // Source operand maps to destination operand. The Data element
163 // argument in the source instruction, in either the (outs) or (ins) list.
166 // Record the mapping of the source to result arguments for use by
184 "' has no matching source operand.");
185 // Map the source operand to the destination operand index for each
199 emitSourceFileHeader("Pseudo-instruction MC lowering Source Fragment", o)
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_pair.h 52 /* For rgb and alpha instructions when arg[n].Source = RC_PAIR_PRESUB_SRC, then
65 unsigned int Source:2;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 5 // This file is distributed under the University of Illinois Open Source
638 SDValue Source = Vector;
641 Source = Vector->getOperand(0);
646 CurDAG->getMachineNode(Op, SDLoc(N), MVT::f16, MVT::f16, Source);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
PseudoLoweringEmitter.cpp 5 // This file is distributed under the University of Illinois Open Source
37 CodeGenInstruction Source; // The source pseudo instruction definition.
43 Source(s), Dest(d), OperandMap(m) {}
98 // Source operand maps to destination operand. The Data element
163 // argument in the source instruction, in either the (outs) or (ins) list.
166 // Record the mapping of the source to result arguments for use by
184 "' has no matching source operand.");
185 // Map the source operand to the destination operand index for each
200 emitSourceFileHeader("Pseudo-instruction MC lowering Source Fragment", o)
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/
tensor_coding.cc 26 TensorResponse::Source::~Source() {}
82 Status TensorResponse::ParseFrom(Source* source) {
84 protobuf::io::CodedInputStream input(source->contents());
105 if (ParseFast(source)) return Status::OK();
107 if (ParseSlow(source)) return Status::OK();
219 bool TensorResponse::ParseFast(Source* source) {
220 protobuf::io::CodedInputStream input(source->contents())
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/tool/
ShowStarredCoverage.java 298 file = cldrFactory.make(fileLocale, isMain); // bug, resolving source doesn't work without directory
379 enum Source {
385 Relation<String, Source> languageTags = Relation.of(new TreeMap(new LengthFirstComparator()), TreeSet.class);
393 addLanguage(entry.getKey(), Source.canon);
396 addLanguage(entry, Source.supp);
399 addLanguage(entry, Source.supp);
402 addLanguage(entry, Source.supp);
408 addLanguage(lang, Source.alias);
415 addFiles(base, "common/main", Source.main);
416 addFiles(base, "exemplars/main", Source.exemplars)
425 Set<Source> source = entry.getValue(); local
481 languageTags.put(ltp.getLanguage(), source); local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_tgsi.cpp 36 class Source;
190 // mask of used components of source s
224 nv50_ir::TexInstruction::Target getTexture(const Source *, int s) const;
1039 class Source
1042 Source(struct nv50_ir_prog_info *);
1043 ~Source();
1101 Source::Source(struct nv50_ir_prog_info *prog) : info(prog)
1103 tokens = (const struct tgsi_token *)info->bin.source;
1109 Source::~Source(
    [all...]
  /cts/tests/app/app/src/android/app/stubs/
ActivityCallbacksTestActivity.java 2 * Copyright 2018 The Android Open Source Project
55 public enum Source {
65 private ArrayList<Pair<Source, Event>> mCollectedEvents = new ArrayList<>();
72 collectEvent(Source.ACTIVITY_CALLBACK, Event.ON_PRE_CREATE);
77 collectEvent(Source.ACTIVITY_CALLBACK, Event.ON_CREATE);
82 collectEvent(Source.ACTIVITY_CALLBACK, Event.ON_POST_CREATE);
87 collectEvent(Source.ACTIVITY_CALLBACK, Event.ON_PRE_START);
92 collectEvent(Source.ACTIVITY_CALLBACK, Event.ON_START);
97 collectEvent(Source.ACTIVITY_CALLBACK, Event.ON_POST_START);
102 collectEvent(Source.ACTIVITY_CALLBACK, Event.ON_PRE_RESUME)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
IfrCommon.c 118 UINT8 *Source;
182 // Source now points to the beginning of the old buffer strings
185 Source = (UINT8 *) &PackSource[Index + 1];
193 // Copy Source string to destination buffer
195 EfiStrCpy ((CHAR16 *) Destination, (CHAR16 *) Source);
198 // Adjust the source/destination to the next string location
200 Destination = Destination + EfiStrSize ((CHAR16 *) Source);
201 Source = Source + EfiStrSize ((CHAR16 *) Source);
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/AbootimgLib/
AbootimgLib.c 92 IN VOID *Source,
112 err = GzipDecompress (Source, SourceSize, *Kernel, KernelSize);
259 VOID *Source;
280 Source = (VOID *) (BootImgBytePtr + Header->PageSize +
282 CopyMem ((VOID *)(UINTN)Address, Source, Header->RamdiskSize);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
ParseUpdateProfile.c 2 Source file for the component update driver. It parse the update
808 CHAR8 *Source;
829 Source = CurrentPtr;
837 (UINT8 *) Source,
857 (UINT8 *) Source,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/
AtaPassThruExecute.c 222 CHAR8 *Source;
225 Source = AtaDevice->IdentifyData->ModelName;
232 Destination[Index] = Source[Index + 1];
233 Destination[Index + 1] = Source[Index];
670 // If there is error during the sub task source allocation, the error status
701 // Except there is error during the sub task source allocation.
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Impl.c 129 // select a source address from its address list. Otherwise use the
360 EFI_IPv6_ADDRESS Source;
406 Status = Ip6SelectSourceAddress (IpSb, &Config->DestinationAddress, &Source);
411 IP6_COPY_ADDRESS (&Source, &Config->StationAddress);
414 AddrOk = Ip6IsOneOfSetAddress (IpSb, &Source, &IpIf, &AddressInfo);
423 // The specified source address is not one of the addresses IPv6 maintains.
434 IP6_COPY_ADDRESS (&Current->StationAddress, &Source);
583 unspecified, the IPv6 driver will bind a source address according to the source address selection
587 source address filled in each outgoing IPv6 packet is decided based on the destination of this packet.
    [all...]
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Library/IniParsingLib/
IniParsingLib.c 1025 CHAR8 *Source;
1046 Source = CurrentPtr;
1054 (UINT8 *) Source,
1074 (UINT8 *) Source,
    [all...]
  /external/boringssl/src/tool/
digest.cc 61 // Source is an awkward expression of a union type in C++: Stdin | File filename.
62 struct Source {
67 Source() : is_stdin_(false) {}
68 explicit Source(Type) : is_stdin_(true) {}
69 explicit Source(const std::string &name)
115 // SumFile hashes the contents of |source| with |md| and sets |*out_hex| to the
121 const Source &source) {
125 if (source.is_stdin()) {
128 if (!OpenFile(&fd, source.filename()))
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
ServerSocketService.java 91 private enum Source { REQUEST, ACCEPT}
107 private final SetMultimap<Source, UUID> connectionState = Multimaps.newSetMultimap(
108 Maps.<Source, Collection<UUID>>newEnumMap(Source.class),
134 return getConnectionImpl(id, Source.REQUEST);
155 getConnectionImpl(id, Source.ACCEPT).set(openedSocket);
166 * <li>The id and source are recorded in {@link #connectionState}
176 private SettableFuture<OpenedSocket> getConnectionImpl(UUID id, Source source) {
179 checkState(connectionState.put(source, id), "Connection for %s has already been %s"
180 id, source); local
    [all...]
  /external/clang/lib/CodeGen/
CGCall.h 5 // This file is distributed under the University of Illinois Open Source
64 LValue Source;
  /external/clang/unittests/AST/
CommentParser.cpp 5 // This file is distributed under the University of Illinois Open Source
53 FullComment *parseString(const char *Source);
56 FullComment *CommentParserTest::parseString(const char *Source) {
57 std::unique_ptr<MemoryBuffer> Buf = MemoryBuffer::getMemBuffer(Source);
61 Lexer L(Allocator, Diags, Traits, Begin, Source, Source + strlen(Source));
68 llvm::errs() << "=== Source:\n" << Source << "\n=== AST:\n";
598 const char *Source = "//"
    [all...]
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 5 // This file is distributed under the University of Illinois Open Source
72 const char *source = local
76 llvm::MemoryBuffer::getMemBuffer(source);
125 const char *Source =
130 llvm::MemoryBuffer::getMemBuffer(Source);
153 EXPECT_EQ(7U, SourceMgr.getColumnNumber(MainFileID, strlen(Source),
158 SourceMgr.getColumnNumber(MainFileID, strlen(Source)+1, &Invalid);
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 5 // This file is distributed under the University of Illinois Open Source
147 // Get the raw source string of the range.
178 // Lex source text.
224 // Lex source text.
242 const char* Source =
246 InclusionDirectiveFilenameRange(Source, "/quoted.h", false);
252 const char* Source =
256 InclusionDirectiveFilenameRange(Source, "/angled.h", true);
262 const char* Source =
267 InclusionDirectiveFilenameRange(Source, "/quoted.h", false)
    [all...]
  /external/libchrome/base/message_loop/
message_pump_glib_unittest.cc 2 // Use of this source code is governed by a BSD-style license that can be
31 // GLib source runs at the same priority).
35 source_ = static_cast<Source*>(g_source_new(&SourceFuncs, sizeof(Source)));
100 struct Source : public GSource {
116 static gboolean Prepare(GSource* source, gint* timeout_ms) {
117 *timeout_ms = static_cast<Source*>(source)->injector->HandlePrepare();
121 static gboolean Check(GSource* source) {
122 return static_cast<Source*>(source)->injector->HandleCheck()
    [all...]
  /external/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
81 const std::string &Source,
90 Comdats.erase(Comdats.find(Source));
99 const std::string Source;
103 : RewriteDescriptor(DT), Source(Naked ? StringRef("\01" + S.str()) : S),
117 if (ValueType *S = (M.*Get)(Source)) {
    [all...]
  /external/skia/modules/particles/include/
SkParticleData.h 4 * Use of this source code is governed by a BSD-style license that can be
87 * or any other affector that needs a scalar float input. An SkParticleValue starts with a source
92 enum Source {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELF.h 5 // This file is distributed under the University of Illinois Open Source
42 } Source;
44 // Describes from which source type this ELF symbol comes from,
47 isGV, // The Source.GV field is valid.
48 isExtSym, // The Source.ExtSym field is valid.
60 return Source.GV;
67 return Source.Ext;
74 Sym->Source.GV = GV;
86 Sym->Source.Ext = Ext;
118 Sym->Source.GV = GV
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCBranchCoalescing.cpp 5 // This file is distributed under the University of Illinois Open Source
661 MachineBasicBlock *Source = SourceRegion.MustMoveDown
670 Source->splice(Target, SourceRegion.BranchBlock, firstInstr, lastInstr);

Completed in 3226 milliseconds

1 23 4 5 6 7