/external/libvpx/ |
config.mips64.mk | 0 # Output variables:
|
config.arm.mk | 0 # Output variables:
|
config.arm64.mk | 0 # Output variables:
|
config.mips.mk | 0 # Output variables:
|
config.x86.mk | 0 # Output variables:
|
/external/v8/tools/testrunner/objects/ |
output.py | 33 class Output(object): 60 return Output(packed[0], packed[1], packed[2], packed[3])
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
Output.java | 20 * Interface for a sink for binary output. This is similar to 22 * are declared, and multibyte output is defined to be little-endian. 24 public interface Output { 124 * force alignment of the output cursor as given.
|
/dalvik/dx/src/com/android/dx/util/ |
Output.java | 22 * Interface for a sink for binary output. This is similar to 24 * are declared, and multibyte output is defined to be little-endian. 26 public interface Output extends ByteOutput { 126 * force alignment of the output cursor as given.
|
/external/clang/include/clang/AST/ |
ASTDiagnostic.h | 42 SmallVectorImpl<char> &Output,
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
Output.java | 20 * Interface for a sink for binary output. This is similar to 22 * are declared, and multibyte output is defined to be little-endian. 24 public interface Output extends ByteOutput { 124 * force alignment of the output cursor as given.
|
/external/llvm/unittests/MC/ |
YAMLTest.cpp | 35 yaml::Output YOut(OS);
|
/frameworks/av/media/img_utils/include/img_utils/ |
TiffWritable.h | 22 #include <img_utils/Output.h> 42 * Write the data to the output. The given offset is used to calculate
|
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
AnnotationSourcer.java | 30 private final Output mOutput; 33 public AnnotationSourcer(Output output) { 34 this(output, false /*isArray*/); 37 public AnnotationSourcer(Output output, boolean isArray) { 39 mOutput = output;
|
FieldSourcer.java | 32 private final Output mOutput; 38 public FieldSourcer(Output output, int access, String name, String desc, String signature) { 40 mOutput = output;
|
/development/tools/mkstubs/tests/com/android/mkstubs/sourcer/ |
ClassSourcerTest.java | 51 ClassSourcer jw = new ClassSourcer(new Output(sw)); 81 ClassSourcer jw = new ClassSourcer(new Output(sw)); 109 ClassSourcer jw = new ClassSourcer(new Output(sw));
|
MethodSourcerTest.java | 33 private Output mOutput; 38 mOutput = new Output(mWriter);
|
/external/v8/src/interpreter/ |
bytecode-array-builder.cc | 155 Handle<BytecodeArray> output = local 159 return output; 164 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t(&operands)[N]) { 165 // Don't output dead code. 191 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0, 195 Output(bytecode, operands); 199 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0, 202 Output(bytecode, operands); 206 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0, 209 Output(bytecode, operands) [all...] |
/external/clang/lib/Driver/ |
Tools.h | 59 const InputInfo &Output, 113 const InputInfo &Output, const InputInfoList &Inputs, 130 const InputInfo &Output, const InputInfoList &Inputs, 153 const InputInfo &Output, const InputInfoList &Inputs, 212 const InputInfo &Output, const InputInfoList &Inputs, 227 const InputInfo &Output, const InputInfoList &Inputs, 241 const InputInfo &Output, const InputInfoList &Inputs, 256 const InputInfo &Output, const InputInfoList &Inputs, 315 const InputInfo &Output, const InputInfoList &Inputs, 354 const InputInfo &Output, const InputInfoList &Inputs [all...] |
/frameworks/compile/mclinker/lib/Object/ |
SectionMap.cpp | 72 // SectionMap::Output 74 SectionMap::Output::Output(const std::string& pName) 95 SectionMap::Output::Output(const OutputSectDesc& pOutputDesc) 107 bool SectionMap::Output::hasContent() const { 111 SectionMap::Output::const_dot_iterator 112 SectionMap::Output::find_first_explicit_dot() const { 120 SectionMap::Output::dot_iterator SectionMap::Output::find_first_explicit_dot() 244 Output* output = new Output(pOutputSection); local 280 Output* output = new Output(pOutputDesc); local 290 Output* output = new Output(pSection->name()); local [all...] |
/external/llvm/lib/Analysis/ |
CFLAliasAnalysis.cpp | 158 SmallVectorImpl<Edge> &Output; 161 GetEdgesVisitor(CFLAAResult &AA, SmallVectorImpl<Edge> &Output) 162 : AA(AA), Output(Output) {} 170 Output.push_back(Edge(Ptr, Ptr, EdgeType::Assign, AttrUnknown)); 175 Output.push_back(Edge(Ptr, Ptr, EdgeType::Assign, AttrUnknown)); 179 Output.push_back( 186 Output.push_back(Edge(&Inst, Op1, EdgeType::Assign, AttrNone)); 187 Output.push_back(Edge(&Inst, Op2, EdgeType::Assign, AttrNone)); 193 Output.push_back(Edge(Ptr, Val, EdgeType::Dereference, AttrNone)) [all...] |
/art/oatdump/ |
Android.mk | 46 $(OATDUMP) --image=$(HOST_CORE_IMG_LOCATION) --output=$(ART_DUMP_OAT_PATH)/core.host.oatdump.txt 47 @echo Output in $(ART_DUMP_OAT_PATH)/core.host.oatdump.txt 54 --output=$(ART_DUMP_OAT_PATH)/core.target.$(TARGET_ARCH).oatdump.txt --instruction-set=$(TARGET_ARCH) 55 @echo Output in $(ART_DUMP_OAT_PATH)/core.target.$(TARGET_ARCH).oatdump.txt 63 --output=$(ART_DUMP_OAT_PATH)/core.target.$(TARGET_2ND_ARCH).oatdump.txt --instruction-set=$(TARGET_2ND_ARCH) 64 @echo Output in $(ART_DUMP_OAT_PATH)/core.target.$(TARGET_2ND_ARCH).oatdump.txt 78 --output=$(ART_DUMP_OAT_PATH)/boot.$(TARGET_ARCH).oatdump.txt --instruction-set=$(TARGET_ARCH) 79 @echo Output in $(ART_DUMP_OAT_PATH)/boot.$(TARGET_ARCH).oatdump.txt 85 --output=$(ART_DUMP_OAT_PATH)/boot.$(TARGET_2ND_ARCH).oatdump.txt --instruction-set=$(TARGET_2ND_ARCH) 86 @echo Output in $(ART_DUMP_OAT_PATH)/boot.$(TARGET_2ND_ARCH).oatdump.tx [all...] |
/frameworks/base/media/mca/filterfw/native/core/ |
statistics.h | 60 float Output() const { return value_; }
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/ |
replace.hpp | 41 or copied to the output iterator. 43 \param Output An output iterator to which the result will be copied 47 \return An output iterator pointing just after the last inserted character or 57 OutputIteratorT Output, 65 Output, 119 or copied to the output iterator. 121 \param Output An output iterator to which the result will be copied 125 \return An output iterator pointing just after the last inserted character o [all...] |
/external/clang/unittests/Rewrite/ |
RewriteBufferTest.cpp | 31 const char *Output = "<outer><inner>hello</inner></outer> "; 48 EXPECT_EQ(Output, Result);
|
/external/jetty/src/java/org/eclipse/jetty/util/ajax/ |
JSONEnumConvertor.java | 25 import org.eclipse.jetty.util.ajax.JSON.Output; 81 public void toJSON(Object obj, Output out)
|