Searched refs:Source (Results 276 - 300 of 540) sorted by relevance

<<11121314151617181920>>

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_complexity.c143 vp9_setup_src_planes(mb, cpi->Source, mi_row, mi_col);
/external/llvm/include/llvm/Analysis/
H A DSparsePropagation.h5 // This file is distributed under the University of Illinois Open Source
187 void markEdgeExecutable(BasicBlock *Source, BasicBlock *Dest);
/external/llvm/include/llvm/Object/
H A DSymbolicFile.h5 // This file is distributed under the University of Illinois Open Source
129 SymbolicFile(unsigned int Type, MemoryBufferRef Source);
/external/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h5 // This file is distributed under the University of Illinois Open Source
188 StringRef Source, MIToken &Token,
/external/llvm/lib/Object/
H A DArchive.cpp5 // This file is distributed under the University of Illinois Open Source
247 ErrorOr<std::unique_ptr<Archive>> Archive::create(MemoryBufferRef Source) { argument
249 std::unique_ptr<Archive> Ret(new Archive(Source, EC));
260 Archive::Archive(MemoryBufferRef Source, std::error_code &ec) argument
261 : Binary(Binary::ID_Archive, Source) {
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_print.c408 if(inst->RGB.Arg[arg].Source == RC_PAIR_PRESUB_SRC)
411 fprintf(f,"%d", inst->RGB.Arg[arg].Source);
443 if(inst->Alpha.Arg[arg].Source == RC_PAIR_PRESUB_SRC)
446 fprintf(f,"%d", inst->Alpha.Arg[arg].Source);
H A Dradeon_pair_schedule.c582 if (dst_full->RGB.Arg[arg].Source == srcp_src)
583 dst_full->RGB.Arg[arg].Source = free_source;
587 else if(dst_full->RGB.Arg[arg].Source == free_source
589 dst_full->RGB.Arg[arg].Source = srcp_src;
630 unsigned int oldsrc = alpha->Alpha.Arg[arg].Source;
649 rgb->Alpha.Arg[arg].Source = source;
783 arg->Source = new_src_index;
835 if (arg->Source == RC_PAIR_PRESUB_SRC) {
H A Dradeon_pair_translate.c241 pair->RGB.Arg[i].Source = source;
268 pair->Alpha.Arg[i].Source = source;
/external/opencv3/samples/winrt/ImageManipulations/
H A DAdvancedCapture.xaml.cpp102 previewElement2->Source = nullptr;
191 previewElement2->Source = mediaCapture;
209 previewElement2->Source = nullptr;
236 previewElement2->Source = nullptr;
/external/v8/src/
H A Dbootstrapper.h92 template <class Source>
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DFuncDocument.java28 import javax.xml.transform.Source;
232 Source source;
/external/clang/tools/clang-format/
H A DClangFormat.cpp5 // This file is distributed under the University of Illinois Open Source
113 static FileID createInMemoryFile(StringRef FileName, MemoryBuffer *Source, argument
116 MemFS->addFileNoOwn(FileName, 0, Source);
/external/dbus-binding-generator/
H A DAndroid.mk1 # Copyright (C) 2015 The Android Open Source Project
/external/dhcpcd-6.8.2/
H A DAndroid.mk1 # Copyright (C) 2015 The Android Open Source Project
/external/elfutils/libdw/
H A DAndroid.mk1 # Copyright (C) 2013 The Android Open Source Project
/external/elfutils/libelf/
H A DAndroid.mk1 # Copyright (C) 2013 The Android Open Source Project
/external/fdlibm/
H A DAndroid.mk1 # Copyright (C) 2007 The Android Open Source Project
/external/fio/
H A DAndroid.mk1 # Copyright (C) 2014 The Android Open Source Project
/external/gmock/test/
H A DAndroid.mk1 # Copyright (C) 2015 The Android Open Source Project
/external/hyphenation-patterns/
H A DAndroid.mk1 # Copyright (C) 2015 The Android Open Source Project
/external/libweave/
H A DAndroid.mk1 # Copyright (C) 2015 The Android Open Source Project
/external/llvm/bindings/ocaml/target/
H A Dllvm_target.ml5 * This file is distributed under the University of Illinois Open Source
/external/mesa3d/src/mesa/main/
H A Dshaderobj.c127 if (sh->Source)
128 free((void *) sh->Source);
/external/mksh/src/
H A Dmain.c50 static int main_init(int, const char *[], Source **, struct block **);
176 main_init(int argc, const char *argv[], Source **sp, struct block **lp)
179 Source *s = NULL;
647 Source *s;
664 Source *volatile s = NULL;
732 Source *s;
744 shell(Source * volatile s, volatile bool toplevel)
751 Source *volatile old_source = source;
/external/objenesis/
H A DAndroid.mk1 # Copyright (C) 2013 The Android Open Source Project

Completed in 1455 milliseconds

<<11121314151617181920>>