/prebuilts/go/darwin-x86/src/encoding/base32/ |
example_test.go | 19 // Output: 31 // Output: 43 // Output:
|
/prebuilts/go/darwin-x86/src/encoding/base64/ |
example_test.go | 19 // Output: 31 // Output: 43 // Output:
|
/prebuilts/go/darwin-x86/src/encoding/binary/ |
example_test.go | 22 // Output: 18 2d 44 54 fb 21 09 40 39 // Output: beefcafe 51 // Output: 3.141592653589793
|
/prebuilts/go/darwin-x86/src/path/filepath/ |
example_unix_test.go | 16 // Output: 34 // Output: 53 // Output:
|
/prebuilts/go/linux-x86/src/encoding/base32/ |
example_test.go | 19 // Output: 31 // Output: 43 // Output:
|
/prebuilts/go/linux-x86/src/encoding/base64/ |
example_test.go | 19 // Output: 31 // Output: 43 // Output:
|
/prebuilts/go/linux-x86/src/encoding/binary/ |
example_test.go | 22 // Output: 18 2d 44 54 fb 21 09 40 39 // Output: beefcafe 51 // Output: 3.141592653589793
|
/prebuilts/go/linux-x86/src/path/filepath/ |
example_unix_test.go | 16 // Output: 34 // Output: 53 // Output:
|
/frameworks/base/media/mca/filterfw/native/core/ |
statistics.h | 60 float Output() const { return value_; }
|
/prebuilts/go/darwin-x86/src/crypto/sha1/ |
example_test.go | 18 // Output: 59 7f 6a 54 00 10 f9 4c 15 d7 18 06 a9 9a 2c 87 10 e7 47 bd 24 // Output: af 06 49 23 bb f2 30 15 96 aa c4 c2 73 ba 32 17 8e bc 4a 96
|
/prebuilts/go/linux-x86/src/crypto/sha1/ |
example_test.go | 18 // Output: 59 7f 6a 54 00 10 f9 4c 15 d7 18 06 a9 9a 2c 87 10 e7 47 bd 24 // Output: af 06 49 23 bb f2 30 15 96 aa c4 c2 73 ba 32 17 8e bc 4a 96
|
/build/kati/ |
exec.go | 47 output, _ := ex.ctx.vpaths.exists(n.Output) 49 glog.V(1).Infof("MakeJob: %s for %s", output, neededBy.n.Output) 51 n.Output = output 57 j, present := ex.done[output] 62 fmt.Printf("Circular %s <- %s dependency dropped.\n", neededBy.n.Output, n.Output) 68 glog.Infof("%s already done: %d", j.n.Output, j.outputTs [all...] |
/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...] |
/prebuilts/go/darwin-x86/src/log/ |
log.go | 6 // with methods for formatting output. It also has a predefined 'standard' 45 // output to an io.Writer. Each logging operation makes a single call to 52 out io.Writer // destination for output 64 // SetOutput sets the output destination for the logger. 137 // Output writes the output for a logging event. The string s contains 143 func (l *Logger) Output(calldepth int, s string) error { 170 // Printf calls l.Output to print to the logger. 173 l.Output(2, fmt.Sprintf(format, v...)) 176 // Print calls l.Output to print to the logger [all...] |
/prebuilts/go/linux-x86/src/log/ |
log.go | 6 // with methods for formatting output. It also has a predefined 'standard' 45 // output to an io.Writer. Each logging operation makes a single call to 52 out io.Writer // destination for output 64 // SetOutput sets the output destination for the logger. 137 // Output writes the output for a logging event. The string s contains 143 func (l *Logger) Output(calldepth int, s string) error { 170 // Printf calls l.Output to print to the logger. 173 l.Output(2, fmt.Sprintf(format, v...)) 176 // Print calls l.Output to print to the logger [all...] |
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
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/ |
MethodSourcerTest.java | 33 private Output mOutput; 38 mOutput = new Output(mWriter);
|
/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)
|
/external/libvpx/ |
config.arm.mk | 0 # Output variables:
|
config.arm64.mk | 0 # Output variables:
|
config.mips.mk | 0 # Output variables:
|
config.x86.mk | 0 # Output variables:
|
config.x86_64.mk | 0 # Output variables:
|
/external/llvm/include/llvm/Option/ |
Arg.h | 107 void render(const ArgList &Args, ArgStringList &Output) const; 114 void renderAsInput(const ArgList &Args, ArgStringList &Output) const;
|