Searched refs:Source (Results 101 - 125 of 540) sorted by relevance

1234567891011>>

/external/llvm/bindings/ocaml/irreader/
H A Dllvm_irreader.mli5 * This file is distributed under the University of Illinois Open Source
/external/llvm/bindings/ocaml/transforms/vectorize/
H A Dllvm_vectorize.mli5 * This file is distributed under the University of Illinois Open Source
/external/llvm/include/llvm/Support/
H A DConvertUTF.h5 * This file is distributed under the University of Illinois Open Source
191 * point to at least WideCharWidth * (Source.Size() + 1) bytes. On success,
197 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source,
203 * \param Source a Unicode code point.
210 bool ConvertCodePointToUTF8(unsigned Source, char *&ResultPtr);
/external/llvm/lib/Object/
H A DBinary.cpp5 // This file is distributed under the University of Illinois Open Source
30 Binary::Binary(unsigned int Type, MemoryBufferRef Source) argument
31 : TypeID(Type), Data(Source) {}
H A DSymbolicFile.cpp5 // This file is distributed under the University of Illinois Open Source
24 SymbolicFile::SymbolicFile(unsigned int Type, MemoryBufferRef Source) argument
25 : Binary(Type, Source) {}
/external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
H A DConstructorDelegate.java47 private static final Source SOURCE = new Source(ConstructorDelegate.class.getName());
/external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
H A DStringSwitcher.java70 private static final Source SOURCE = new Source(StringSwitcher.class.getName());
/external/mp4parser/
H A DAndroid.mk1 # Copyright (C) 2012 The Android Open Source Project
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DRequestBody.java25 import okio.Source;
115 Source source = null;
/external/owasp/sanitizer/
H A DAndroid.mk1 # Copyright (C) 2014 The Android Open Source Project
/external/safe-iop/
H A DAndroid.mk1 # Copyright (C) 2008 The Android Open Source Project
/external/tagsoup/
H A DAndroid.mk1 # Copyright (C) 2014 The Android Open Source Project
/external/valgrind/
H A DAndroid.clean.mk1 # Copyright (C) 2014 The Android Open Source Project
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
H A DAndroid.mk1 # Copyright (C) 2010 The Android Open Source Project
/external/compiler-rt/lib/builtins/
H A Dfp_extend.h6 // Source Licenses. See LICENSE.TXT for details.
50 #error Source should be half, single, or double precision!
H A Dfp_trunc.h6 // Source Licenses. See LICENSE.TXT for details.
38 #error Source should be double precision or quad precision!
/external/guice/
H A DAndroidCallMunge.mk1 # Copyright (C) 2016 The Android Open Source Project
17 # Build support for guice within the Android Open Source Project
/external/jcommander/
H A DAndroid.mk1 # Copyright (C) 2016 The Android Open Source Project
17 # Build support for jcommander within the Android Open Source Project
/external/jetty/src/java/org/eclipse/jetty/servlet/
H A DHolder.java48 public enum Source { EMBEDDED, JAVAX_API, DESCRIPTOR, ANNOTATION }; enum in class:Holder
49 final private Source _source;
64 protected Holder(Source source)
79 public Source getSource()
/external/jsr330/
H A DAndroid.mk1 # Copyright (C) 2016 The Android Open Source Project
17 # Build support for jsr330 within the Android Open Source Project
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_def.sh22 to export from a DLL. Source files are technically bash scripts (and thus may
/external/llvm/tools/llvm-mcmarkup/
H A Dllvm-mcmarkup.cpp5 // This file is distributed under the University of Illinois Open Source
40 MarkupLexer(StringRef Source) argument
41 : Start(Source.begin()), CurPtr(Source.begin()), End(Source.end()) {}
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_pair.c180 pair->Alpha.Arg[i].Source);
206 pair->RGB.Arg[i].Source);
219 return &pair_inst->RGB.Src[arg->Source];
221 return &pair_inst->Alpha.Src[arg->Source];
H A Dradeon_program_pair.h52 /* For rgb and alpha instructions when arg[n].Source = RC_PAIR_PRESUB_SRC, then
65 unsigned int Source:2; member in struct:rc_pair_instruction_arg
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmspcs.c91 void CMSEXPORT cmsXYZ2xyY(cmsCIExyY* Dest, const cmsCIEXYZ* Source) argument
95 ISum = 1./(Source -> X + Source -> Y + Source -> Z);
97 Dest -> x = (Source -> X) * ISum;
98 Dest -> y = (Source -> Y) * ISum;
99 Dest -> Y = Source -> Y;
102 void CMSEXPORT cmsxyY2XYZ(cmsCIEXYZ* Dest, const cmsCIExyY* Source) argument
104 Dest -> X = (Source -> x / Source
[all...]

Completed in 783 milliseconds

1234567891011>>