HomeSort by relevance Sort by last modified time
    Searched refs:out (Results 301 - 325 of 5986) sorted by null

<<11121314151617181920>>

  /external/openssl/crypto/perlasm/
x86nasm.pl 5 *out=\@::out;
78 { if ($::mwerks) { push(@out,".section\t.text,64\n"); }
90 push(@out,$tmp);
104 push(@out,"${drdecor}global $func\n") if ($global);
105 push(@out,"${drdecor}align 16\n");
106 push(@out,"$func:\n");
107 push(@out,"$begin:\n") if ($global);
117 { if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out)
122 # comment out OPENSSL_ia32cap_P declaration
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
ByteEncodedValue.java 25 * INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
56 public void writeValue(AnnotatedOutput out) {
57 if (out.annotates()) {
58 out.annotate(1, "value_type=" + ValueType.VALUE_BYTE.name() + ",value_arg=0");
59 out.annotate(1, "value: 0x" + Integer.toHexString(value) + " (" + value + ")");
61 out.writeByte(ValueType.VALUE_BYTE.value);
62 out.writeByte(value);
  /external/webkit/Source/WebKit/win/Interfaces/
IWebFrameView.idl 22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
53 HRESULT webFrame([out, retval] IWebFrame** frame);
61 HRESULT documentView([out, retval] IWebDocumentView** view);
77 HRESULT allowsScrolling([out, retval] BOOL* flag);
IWebHistoryPrivate.idl 22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
37 HRESULT allItems([in, out] int* count, [out, retval] IWebHistoryItem** items);
38 HRESULT data([out, retval] IStream**);
IWebHistoryItem.idl 22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
68 HRESULT originalURLString([out, retval] BSTR* url);
78 HRESULT URLString([out, retval] BSTR* url);
89 HRESULT title([out, retval] BSTR* pageTitle);
99 HRESULT lastVisitedTimeInterval([out, retval] DATE* lastVisited);
115 HRESULT alternateTitle([out, retval] BSTR* title);
124 HRESULT icon([out, retval] OLE_HANDLE* hBitmap);
  /frameworks/base/core/java/android/speech/srec/
WaveHeader.java 226 * @param out {@link java.io.OutputStream} to receive the header.
230 public int write(OutputStream out) throws IOException {
232 writeId(out, "RIFF");
233 writeInt(out, 36 + mNumBytes);
234 writeId(out, "WAVE");
237 writeId(out, "fmt ");
238 writeInt(out, 16);
239 writeShort(out, mFormat);
240 writeShort(out, mNumChannels);
241 writeInt(out, mSampleRate)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.results/re.results.form/
form1.pass.cpp 16 // format(OutputIter out, const char_type* fmt_first, const char_type* fmt_last,
31 char out[100] = {0}; local
33 char* r = m.format(output_iterator<char*>(out),
35 assert(r == out + 58);
36 assert(std::string(out) == "prefix: ab, match: cdefghi, suffix: jk, m[1]: efg, m[2]: e");
43 char out[100] = {0}; local
45 char* r = m.format(output_iterator<char*>(out),
48 assert(r == out + 59);
49 assert(std::string(out) == "prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2");
56 char out[100] = {0} local
70 wchar_t out[100] = {0}; local
82 wchar_t out[100] = {0}; local
95 wchar_t out[100] = {0}; local
    [all...]
  /system/core/fastboot/
genkey.sh 11 openssl genrsa -3 -out $1.pem -passout pass:"$2" 2048
15 -out $1-cert.pem \
21 -out $1.p12 -name $1 -passout pass:"$2"
  /system/core/libsparse/
output_file.h 29 int write_data_chunk(struct output_file *out, unsigned int len, void *data);
30 int write_fill_chunk(struct output_file *out, unsigned int len,
32 int write_file_chunk(struct output_file *out, unsigned int len,
34 int write_fd_chunk(struct output_file *out, unsigned int len,
36 int write_skip_chunk(struct output_file *out, int64_t len);
37 void output_file_close(struct output_file *out);
  /dalvik/tests/002-sleep/src/
Main.java 9 System.out.println("Sleeping " + millis + " msec...");
16 System.out.println("Done sleeping");
19 System.out.println("Actually slept about " + elapsed + " msec...");
  /dalvik/tests/035-enum/src/
Main.java 19 System.out.println("found field " + field.getName());
20 System.out.println(" synthetic? " + field.isSynthetic());
21 System.out.println(" enum? " + field.isEnumConstant());
  /dalvik/tests/069-field-type/src/
Main.java 17 System.out.println("Assignment was allowed");
24 System.out.println("Got expected IncompatibleClassChangeError");
32 System.out.println("Done");
  /external/chromium/chrome/browser/
default_plugin_uitest.cc 33 std::wstring out; local
36 L"document.getElementById('result').innerHTML)", &out));
37 ASSERT_EQ(L"DONE", out);
  /external/dropbear/
common-runopts.c 22 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
44 goto out;
48 goto out;
52 out:
  /external/dropbear/libtomcrypt/src/hashes/helper/
hash_file.c 21 @param out [out] The destination of the digest
22 @param outlen [in/out] The max size and resulting size of the message digest
25 int hash_file(int hash, const char *fname, unsigned char *out, unsigned long *outlen)
33 LTC_ARGCHK(out != NULL);
45 err = hash_filehandle(hash, in, out, outlen);
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Text.java 28 public void emit (final HTMLWriter out)
33 out.write (Strings.HTMLEscapeSP (m_text));
35 out.write (Strings.HTMLEscape (m_text));
  /external/icu4c/samples/case/
ucase.c 21 int c_main(UFILE *out)
39 u_fprintf(out, "toupper(%C) = %C\n", char_k, ch);
41 u_fprintf(out, "tolower() = %C\n", ch);
43 u_fprintf(out, "totitle(%C) = %C\n", char_k, ch);
45 u_fprintf(out, "u_foldCase(%C, U_FOLD_CASE_DEFAULT) = %C\n", char_K, (UChar) ch);
53 u_fprintf(out, "error in u_strToLower(Turkish locale)=%ld error=%s\n", length,
57 u_fprintf(out, "u_strToLower(%S, turkish) -> %S\n", upper, buffer);
66 u_fprintf(out, "error in u_strToLower(English locale)=%ld error=%s\n", length,
69 u_fprintf(out, "u_strToUpper(%S, english) -> %S\n", lower, buffer);
78 u_fprintf(out, "error in u_strFoldCase()=%ld error=%s\n", length,
    [all...]
  /external/open-vcdiff/src/
codetablewriter_interface.h 53 virtual void WriteHeader(OutputStringInterface* out,
71 virtual void Output(OutputStringInterface* out) = 0;
74 virtual void FinishEncoding(OutputStringInterface* out) = 0;
  /external/qemu/
aes.h 18 void AES_encrypt(const unsigned char *in, unsigned char *out,
20 void AES_decrypt(const unsigned char *in, unsigned char *out,
22 void AES_cbc_encrypt(const unsigned char *in, unsigned char *out,
  /external/v8/src/
inspector.h 25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
44 static void DumpObjectType(FILE* out, Object* obj, bool print_more);
45 static void DumpObjectType(FILE* out, Object* obj) {
46 DumpObjectType(out, obj, false);
  /external/valgrind/main/auxprogs/
gsl16test 93 rm -f out-REF
94 (cd gsl-1.6-patched && for f in $ALL_TESTS ; do ./$f ; done) &> out-REF
98 rm -f out-V
99 (cd gsl-1.6-patched && for f in $ALL_TESTS ; do eval $GSL_VV -v --trace-children=yes "$GSL_VFLAGS" ./$f ; done) &> out-V
102 echo -n " Native fails: " && (grep FAIL: out-REF | wc -l)
103 echo -n " Native passes: " && (grep PASS: out-REF | wc -l)
104 echo -n " Valgrind fails: " && (grep FAIL: out-V | wc -l)
105 echo -n " Valgrind passes: " && (grep PASS: out-V | wc -l)
107 (echo -n " Native fails: " && (grep FAIL: out-REF | wc -l)) >> summary.txt
108 (echo -n " Native passes: " && (grep PASS: out-REF | wc -l)) >> summary.tx
    [all...]
gsl19test 96 rm -f out-REF
98 do GSL_TEST_VERBOSE=1 ./$f ; done) &> out-REF
102 rm -f out-V
104 do GSL_TEST_VERBOSE=1 eval $GSL_VV -v --trace-children=yes "$GSL_VFLAGS" ./$f ; done) &> out-V
107 echo -n " Native fails: " && (grep FAIL: out-REF | wc -l)
108 echo -n " Native passes: " && (grep PASS: out-REF | wc -l)
109 echo -n " Valgrind fails: " && (grep FAIL: out-V | wc -l)
110 echo -n " Valgrind passes: " && (grep PASS: out-V | wc -l)
112 (echo -n " Native fails: " && (grep FAIL: out-REF | wc -l)) >> summary.txt
113 (echo -n " Native passes: " && (grep PASS: out-REF | wc -l)) >> summary.tx
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/haiku/
FontHaiku.cpp 24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
42 int charUnicodeToUTF8HACK(unsigned short glyph, char* out)
47 out[i++] = static_cast<char>(glyph);
49 out[i++] = 0xc0 | (glyph >> 6);
50 out[i++] = 0x80 | (glyph & 0x3F);
52 out[i++] = 0xe0 | (glyph >> 12);
53 out[i++] = 0x80 | ((glyph >> 6) & 0x3F);
54 out[i++] = 0x80 | (glyph & 0x3F);
57 out[i] = '\0';
87 char out[4] local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct_inline.h 29 int32 out; local
33 out = op2 * 724 + op3; /* op1 is not used here */
35 return out;
62 int32 out; local
66 out = k6 * 1338 + k1;
68 return out;
73 int32 out; local
77 out = k6 * 946 + k1;
79 return out;
113 int32 out; local
117 smlabb out, op1, op2, op3 local
149 int32 out; local
153 smlabb out, k6, k14, k1 local
161 int32 out; local
165 smlabb out, k6, k14, k1 local
176 int32 out; local
180 and out, op2, #0xFFFF local
181 mla out, op1, out, op3 local
215 int32 out; local
219 and out, k14, 0xFFFF local
220 mla out, k6, out, k1 local
228 int32 out; local
232 and out, k14, 0xFFFF local
233 mla out, k6, out, k1 local
271 register int32 out; local
287 register int32 out; local
303 register int32 out; local
319 register int32 out; local
334 register int32 out; local
    [all...]
  /frameworks/base/services/java/com/android/server/net/
NetworkIdentitySet.java 67 public void writeToStream(DataOutputStream out) throws IOException {
68 out.writeInt(VERSION_ADD_NETWORK_ID);
69 out.writeInt(size());
71 out.writeInt(ident.getType());
72 out.writeInt(ident.getSubType());
73 writeOptionalString(out, ident.getSubscriberId());
74 writeOptionalString(out, ident.getNetworkId());
75 out.writeBoolean(ident.getRoaming());
79 private static void writeOptionalString(DataOutputStream out, String value) throws IOException {
81 out.writeByte(1)
    [all...]

Completed in 772 milliseconds

<<11121314151617181920>>