HomeSort by relevance Sort by last modified time
    Searched refs:conv (Results 1 - 25 of 238) sorted by null

1 2 3 4 5 6 7 8 910

  /external/libedit/src/
chartype.c 50 ct_conv_buff_resize(ct_buffer_t *conv, size_t mincsize, size_t minwsize)
53 if (mincsize > conv->csize) {
54 conv->csize = mincsize;
55 p = el_realloc(conv->cbuff, conv->csize * sizeof(*conv->cbuff));
57 conv->csize = 0;
58 el_free(conv->cbuff);
59 conv->cbuff = NULL;
61 conv->cbuff = p
    [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
SendersFormattingTests.java 45 final ConversationInfo conv = createConversationInfo(); local
46 conv.addParticipant(new ParticipantInfo(null, "something@somewhere.com", 0, false));
51 SendersView.format(getContext(), conv, "", 100, strings, null, null, account, false, false); local
57 final ConversationInfo conv = createConversationInfo(); local
58 conv.addParticipant(new ParticipantInfo("", "something@somewhere.com", 0, false));
63 SendersView.format(getContext(), conv, "", 100, strings, null, null, account, false, false); local
69 final ConversationInfo conv = createConversationInfo(); local
70 conv.addParticipant(new ParticipantInfo("", "something@somewhere.com", 0, false));
71 conv.addParticipant(new ParticipantInfo("", "something@somewhere.com", 0, false));
76 SendersView.format(getContext(), conv, "", 100, strings, null, null, account, false, false) local
83 final ConversationInfo conv = createConversationInfo(); local
91 SendersView.format(getContext(), conv, "", 100, strings, null, null, account, false, false); local
128 final ConversationInfo conv = createConversationInfo(); local
139 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames, local
148 final ConversationInfo conv = createConversationInfo(); local
159 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames, local
168 final ConversationInfo conv = createConversationInfo(); local
179 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames, local
188 final ConversationInfo conv = createConversationInfo(); local
199 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames, local
208 final ConversationInfo conv = createConversationInfo(); local
220 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames, local
229 final ConversationInfo conv = createConversationInfo(); local
239 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames, local
252 final ConversationInfo conv = createConversationInfo(); local
262 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames, local
    [all...]
  /external/chromium_org/third_party/icu/source/samples/ucnv/
convsamp.cpp 204 UConverter *conv; local
209 conv = ucnv_open("koi8-r", &status);
214 len = ucnv_fromUChars(conv, target, 100, source, -1, &status);
218 ucnv_close(conv);
300 UConverter *conv; local
312 conv = ucnv_open("utf-8", &status);
315 uBufSize = (BUFFERSIZE/ucnv_getMinCharSize(conv));
317 BUFFERSIZE, ucnv_getMinCharSize(conv), uBufSize);
334 ucnv_toUnicode(conv, &target, targetLimit,
368 ucnv_close(conv);
396 UConverter *conv; local
529 UConverter *conv; local
569 UConverter *conv = NULL; local
616 UConverter *conv = NULL; local
710 UConverter *conv = NULL, *cloneCnv = NULL; local
879 UConverter *conv = NULL; local
985 UConverter *conv = NULL; local
1080 UConverter *conv = NULL; local
    [all...]
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 204 UConverter *conv; local
209 conv = ucnv_open("koi8-r", &status);
214 len = ucnv_fromUChars(conv, target, 100, source, -1, &status);
218 ucnv_close(conv);
300 UConverter *conv; local
312 conv = ucnv_open("utf-8", &status);
315 uBufSize = (BUFFERSIZE/ucnv_getMinCharSize(conv));
317 BUFFERSIZE, ucnv_getMinCharSize(conv), uBufSize);
334 ucnv_toUnicode(conv, &target, targetLimit,
368 ucnv_close(conv);
396 UConverter *conv; local
529 UConverter *conv; local
569 UConverter *conv = NULL; local
616 UConverter *conv = NULL; local
710 UConverter *conv = NULL, *cloneCnv = NULL; local
879 UConverter *conv = NULL; local
985 UConverter *conv = NULL; local
1080 UConverter *conv = NULL; local
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/
test_utils_test.cc 32 UConverter* conv = TestUtils::GetEncoder("utf8"); local
33 EXPECT_TRUE(conv != NULL);
41 int32_t encoded = TestUtils::EncodeOneChar(conv, (int16_t)from[i]);
48 ucnv_close(conv);
53 ucnv_close(conv);
  /external/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/
Android.mk 17 test_makefile := external/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/Android.mk
19 test_name := depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/assign_from_auto_ptr_ref
23 test_name := depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/convert_from_auto_ptr_ref
27 test_name := depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/convert_to_auto_ptr
31 test_name := depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/convert_to_auto_ptr_ref
  /external/sfntly/cpp/src/test/
test_utils_test.cc 32 UConverter* conv = TestUtils::GetEncoder("utf8"); local
33 EXPECT_TRUE(conv != NULL);
41 int32_t encoded = TestUtils::EncodeOneChar(conv, (int16_t)from[i]);
48 ucnv_close(conv);
53 ucnv_close(conv);
  /external/chromium_org/third_party/icu/source/i18n/
csmatch.cpp 61 UConverter *conv = ucnv_open(getName(), status); local
62 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status);
64 ucnv_close(conv);
  /external/icu/icu4c/source/i18n/
csmatch.cpp 61 UConverter *conv = ucnv_open(getName(), status); local
62 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status);
64 ucnv_close(conv);
  /external/strace/linux/x86_64/
gentab.pl 4 %conv = (
54 $name = $conv{$name} if defined($conv{$name});
  /build/target/product/
runtime_common.mk 32 hprof-conv \
  /development/build/
product_sdk.mk 41 hprof-conv \
  /external/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv/
Android.mk 17 test_makefile := external/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv/Android.mk
19 test_name := iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv/tested_elsewhere
  /external/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv/
Android.mk 17 test_makefile := external/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv/Android.mk
19 test_name := iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv/tested_elsewhere
  /external/fonttools/Lib/fontTools/ttLib/tables/
otBase.py 546 for conv in converters:
547 if conv.name == "SubTable":
548 conv = conv.getConverter(reader.globalState.tableType,
550 if conv.name == "ExtSubTable":
551 conv = conv.getConverter(reader.globalState.tableType,
553 if conv.name == "FeatureParams":
554 conv = conv.getConverter(reader["FeatureTag"]
    [all...]
  /external/chromium_org/url/
url_canon_icu_unittest.cc 65 UConvScoper conv(icu_cases[i].encoding);
66 ASSERT_TRUE(conv.converter() != NULL);
67 ICUCharsetConverter converter(conv.converter());
83 UConvScoper conv("utf-8");
84 ASSERT_TRUE(conv.converter());
85 ICUCharsetConverter converter(conv.converter());
124 UConvScoper conv(query_cases[i].encoding);
125 ASSERT_TRUE(!query_cases[i].encoding || conv.converter());
126 ICUCharsetConverter converter(conv.converter());
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 295 final Conversation conv,
297 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("loadDraft %s", conv);
300 if (conv.getThreadId() <= 0) {
315 String draftText = msg.readDraftSmsMessage(conv);
321 Uri uri = readDraftMmsMessage(msg.mActivity, conv, sb);
1189 final Conversation conv = mConversation; local
    [all...]
Conversation.java 146 Conversation conv = Cache.get(threadId); local
147 if (conv != null)
148 return conv;
150 conv = new Conversation(context, threadId, allowQuery);
152 Cache.put(conv);
154 LogTag.error("Tried to add duplicate Conversation to Cache (from threadId): " + conv);
155 if (!Cache.replace(conv)) {
156 LogTag.error("get by threadId cache.replace failed on " + conv);
159 return conv;
175 Conversation conv = Cache.get(recipients) local
278 Conversation conv = Cache.get(threadId); local
284 Conversation conv = new Conversation(context, cursor, false); local
1232 Conversation conv; local
    [all...]
  /external/lldb/test/lang/cpp/class_types/
main.cpp 122 Conversion conv(1);
123 if (conv)
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationListAdapter.java 57 Conversation conv = Conversation.from(context, cursor); local
58 headerView.bind(context, conv);
93 Conversation conv = Conversation.from(mContext, cursor); local
94 conv.setIsChecked(false);
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrConvolutionEffect.cpp 110 const GrConvolutionEffect& conv = processor.cast<GrConvolutionEffect>(); local
111 GrTexture& texture = *conv.texture(0);
113 SkASSERT(conv.radius() == fRadius);
116 switch (conv.direction()) {
127 if (conv.useBounds()) {
128 const float* bounds = conv.bounds();
129 if (Gr1DKernelEffect::kY_Direction == conv.direction() &&
136 pdman.set1fv(fKernelUni, this->width(), conv.kernel());
141 const GrConvolutionEffect& conv = processor.cast<GrConvolutionEffect>(); local
142 uint32_t key = conv.radius()
    [all...]
  /external/skia/src/gpu/effects/
GrConvolutionEffect.cpp 107 const GrConvolutionEffect& conv = drawEffect.castEffect<GrConvolutionEffect>(); local
108 GrTexture& texture = *conv.texture(0);
110 SkASSERT(conv.radius() == fRadius);
113 switch (conv.direction()) {
124 if (conv.useBounds()) {
125 const float* bounds = conv.bounds();
126 if (Gr1DKernelEffect::kY_Direction == conv.direction() &&
133 uman.set1fv(fKernelUni, this->width(), conv.kernel());
138 const GrConvolutionEffect& conv = drawEffect.castEffect<GrConvolutionEffect>(); local
139 EffectKey key = conv.radius()
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
hal_outputs.c 427 float conv = 1.f / (1L<<30); local
431 r[0][0] = rot[0]*conv;
432 r[0][1] = rot[1]*conv;
433 r[0][2] = rot[2]*conv;
434 r[1][0] = rot[3]*conv;
435 r[1][1] = rot[4]*conv;
436 r[1][2] = rot[5]*conv;
437 r[2][0] = rot[6]*conv;
438 r[2][1] = rot[7]*conv;
439 r[2][2] = rot[8]*conv;
456 float conv = 1.f \/ (1L<<30); local
489 float conv = 1.f \/ (1L<<30); local
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
hal_outputs.c 381 float conv = 1.f / (1L<<30); local
385 r[0][0] = rot[0]*conv;
386 r[0][1] = rot[1]*conv;
387 r[0][2] = rot[2]*conv;
388 r[1][0] = rot[3]*conv;
389 r[1][1] = rot[4]*conv;
390 r[1][2] = rot[5]*conv;
391 r[2][0] = rot[6]*conv;
392 r[2][1] = rot[7]*conv;
393 r[2][2] = rot[8]*conv;
410 float conv = 1.f \/ (1L<<30); local
443 float conv = 1.f \/ (1L<<30); local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucbuf.c 47 UConverter* conv; member in struct:UCHARBUF
53 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* error){
73 *conv =NULL;
78 *conv = ucnv_open(*cp,error);
83 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error);
132 ucbuf_autodetect(const char* fileName, const char** cp,UConverter** conv, int32_t* signatureLength,UErrorCode* error){
137 if(conv==NULL || cp==NULL || fileName==NULL){
149 if(ucbuf_autodetect_fs(in,cp,conv,signatureLength,error)) {
152 ucnv_close(*conv);
153 *conv=NULL
    [all...]

Completed in 2704 milliseconds

1 2 3 4 5 6 7 8 910