HomeSort by relevance Sort by last modified time
    Searched refs:conv (Results 51 - 75 of 93) sorted by null

1 23 4

  /dalvik/dexdump/
DexDump.cpp 981 } conv; local
982 conv.i = pDecInsn->vB;
984 pDecInsn->vA, conv.f, pDecInsn->vB);
1033 } conv; local
1034 conv.j = pDecInsn->vB_wide;
1036 pDecInsn->vA, conv.d, pDecInsn->vB_wide);
    [all...]
  /development/build/tools/
windows_sdk.mk 37 hprof-conv \
  /build/target/product/
sdk.mk 72 hprof-conv \
  /dalvik/vm/mterp/out/
InterpC-allstubs.cpp 150 union { s8 ll; u4 parts[2]; } conv; local
153 conv.parts[0] = ptr[0];
154 conv.parts[1] = ptr[1];
155 return conv.ll;
167 union { s8 ll; u4 parts[2]; } conv; local
170 conv.ll = val;
171 ptr[0] = conv.parts[0];
172 ptr[1] = conv.parts[1];
182 union { double d; u4 parts[2]; } conv; local
185 conv.parts[0] = ptr[0]
199 union { double d; u4 parts[2]; } conv; local
    [all...]
InterpC-portable.cpp 150 union { s8 ll; u4 parts[2]; } conv; local
153 conv.parts[0] = ptr[0];
154 conv.parts[1] = ptr[1];
155 return conv.ll;
167 union { s8 ll; u4 parts[2]; } conv; local
170 conv.ll = val;
171 ptr[0] = conv.parts[0];
172 ptr[1] = conv.parts[1];
182 union { double d; u4 parts[2]; } conv; local
185 conv.parts[0] = ptr[0]
199 union { double d; u4 parts[2]; } conv; local
    [all...]
  /external/e2fsprogs/intl/
dcigettext.c 844 domain->conv != (__gconv_t) -1
847 domain->conv != (iconv_t) -1
908 res = __gconv (domain->conv,
935 if (iconv (domain->conv,
    [all...]
  /external/icu4c/test/perf/collperf/
collperf.cpp 755 UConverter *conv = ucnv_open("utf-8", &status); // just UTF-8 for now.
794 s = ucnv_fromUChars(conv,NULL, 0, icu_data->dataOf(i), icu_data->lengthOf(i), &status);
801 t = ucnv_fromUChars(conv,posix_data->last(), s, icu_data->dataOf(i), icu_data->lengthOf(i), &status);
840 ucnv_close(conv);
  /external/libxml2/include/libxml/
xmlIO.h 149 xmlBufferPtr conv; /* if encoder != NULL buffer for output */ member in struct:_xmlOutputBuffer
  /sdk/build/
tools.atree 38 bin/hprof-conv strip tools/hprof-conv
  /external/libxml2/
encoding.c 105 uconv_t *conv = (uconv_t *) xmlMalloc(sizeof(uconv_t)); local
106 if (conv == NULL)
109 conv->uconv = ucnv_open(name, &status);
115 ucnv_setToUCallBack(conv->uconv, UCNV_TO_U_CALLBACK_STOP,
119 ucnv_setFromUCallBack(conv->uconv, UCNV_FROM_U_CALLBACK_STOP,
126 conv->utf8 = ucnv_open("UTF-8", &status);
128 return conv;
131 if (conv->uconv)
132 ucnv_close(conv->uconv);
133 xmlFree(conv);
    [all...]
HTMLtree.c 584 if (buf->conv != NULL) {
585 *size = buf->conv->use;
586 *mem = xmlStrndup(buf->conv->content, *size);
xmlwriter.c 548 if (writer->out->conv == NULL) {
549 writer->out->conv = xmlBufferCreateSize(4000);
551 xmlCharEncOutFunc(encoder, writer->out->conv, NULL);
555 writer->out->conv = NULL;
    [all...]
  /external/chromium/googleurl/src/
url_canon_unittest.cc 278 UConvScoper conv(icu_cases[i].encoding);
279 ASSERT_TRUE(conv.converter() != NULL);
280 url_canon::ICUCharsetConverter converter(conv.converter());
296 UConvScoper conv("utf-8");
297 ASSERT_TRUE(conv.converter());
298 url_canon::ICUCharsetConverter converter(conv.converter());
    [all...]
  /external/qemu/audio/
audio_template.h 158 sw->conv = mixeng_conv
291 hw->conv = mixeng_conv
dsoundaudio.c 834 hw->conv (hw->conv_buf + hw->wpos, p1, len1, &nominal_volume);
838 hw->conv (hw->conv_buf, p2, len2, &nominal_volume);
fmodaudio.c 491 hw->conv (hw->conv_buf + hw->wpos, p1, len1, &nominal_volume);
494 hw->conv (hw->conv_buf, p2, len2, &nominal_volume);
esdaudio.c 387 hw->conv (hw->conv_buf + wpos, buf, nread >> hw->info.shift,
paaudio.c 229 hw->conv (hw->conv_buf + wpos, buf, chunk, &nominal_volume);
winaudio.c 547 hw->conv(dst, src, wav_samples, &nominal_volume);
  /external/icu4c/tools/genrb/
wrtxml.cpp 46 static UConverter* conv = NULL; variable
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 2126 Int conv; local
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorJS.pm     [all...]
CodeGeneratorV8.pm     [all...]
  /external/libxslt/libxslt/
xsltutils.c     [all...]
  /external/chromium/sdch/open-vcdiff/
ltmain.sh     [all...]

Completed in 1772 milliseconds

1 23 4