/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/vboot_reference/scripts/image_signing/ |
firmware_boot.sh | 53 dd if=nor.bin of=bad.bin conv=notrunc bs=1 count=65536 58 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset} 59 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset} 64 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset} 65 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset} 70 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset} 71 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset} 76 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset} 77 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset} 82 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset [all...] |
strip_boot_from_image.sh | 36 ( sudo dd if=/dev/zero of="${rootfs}/filler" bs=4096 conv=fdatasync \
|
convert_recovery_to_full_ssd.sh | 68 conv=notrunc 74 count=${kern_size} conv=notrunc
|
convert_recovery_to_ssd.sh | 77 sudo dd if=${tmp_vblock} of=${IMAGE} seek=${kerna_offset} bs=512 conv=notrunc 81 sudo dd if=/dev/zero of=${IMAGE} seek=${kernb_offset} bs=512 count=${kern_size} conv=notrunc
|
/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/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);
|
test_utils.cc | 76 UConverter* conv = ucnv_open(charset_name, &status); local 79 return conv; // returns NULL @ error anyway
|
/packages/apps/Messaging/src/com/android/messaging/widget/ |
WidgetConversationListService.java | 100 final ConversationListItemData conv = new ConversationListItemData(); local 101 conv.bind(mCursor); 107 final boolean hasUnreadMessages = !conv.getIsRead(); 111 final String timeStamp = conv.getIsSendRequested() ? 113 Dates.getWidgetTimeString(conv.getTimestamp(), true /*abbreviated*/) 121 boldifyIfUnread(conv.getName(), hasUnreadMessages)); 125 conv.getNotificationEnabled() ? View.GONE : View.VISIBLE); 129 conv.getConversationId(), null /* draft */); 153 if (conv.getIcon() != null) { 154 iconUri = Uri.parse(conv.getIcon()) [all...] |
/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});
|
/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...] |
/art/test/370-dex-v37/ |
build | 26 printf '037' | dd status=none conv=notrunc of=classes.dex bs=1 seek=4 count=3
|
/development/build/ |
product_sdk.mk | 42 hprof-conv \
|
/external/elfutils/tests/ |
run-ranlib-test2.sh | 32 dd of=$original seek=24 bs=1 count=12 conv=notrunc 2>/dev/null
|
/external/skia/src/gpu/effects/ |
GrConvolutionEffect.cpp | 95 const GrConvolutionEffect& conv = processor.cast<GrConvolutionEffect>(); local 96 GrTexture& texture = *conv.texture(0); 100 switch (conv.direction()) { 111 if (conv.useBounds()) { 112 const float* bounds = conv.bounds(); 113 if (Gr1DKernelEffect::kY_Direction == conv.direction() && 120 int width = Gr1DKernelEffect::WidthFromRadius(conv.radius()); 122 pdman.set1fv(fKernelUni, width, conv.kernel()); 127 const GrConvolutionEffect& conv = processor.cast<GrConvolutionEffect>(); local 128 uint32_t 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/icu/icu4c/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...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
SwipeableListView.java | 236 Conversation conv = target.getConversation(); local 237 target.getConversation().position = findConversation(target, conv); 242 adapter.setupLeaveBehind(conv, undoOp, conv.position, target.getHeight()); 244 Collection<Conversation> convList = Conversation.listOf(conv); 253 .hashMapForFolders(conv.getRawFolders()); 256 conv.setRawFolders(folders); 264 cc.mostlyDestructiveUpdate(Conversation.listOf(conv), values); 277 && mConvCheckedSet.contains(conv)) { 278 mConvCheckedSet.toggle(conv); [all...] |
AnimatedAdapter.java | 383 Conversation conv) { 387 view.bind(conv, mActivity, mBatchConversations, mFolder, getCheckboxSetting(), 506 final Conversation conv = cursor.getConversation(); local 511 if (isPositionUndoing(conv.id)) { 512 return getUndoingView(position - getPositionOffset(position), conv, parent, 514 } if (isPositionUndoingSwipe(conv.id)) { 515 return getUndoingView(position - getPositionOffset(position), conv, parent, 517 } else if (isPositionDeleting(conv.id)) { 518 return getDeletingView(position - getPositionOffset(position), conv, parent, false); 519 } else if (isPositionSwipeDeleting(conv.id)) 612 Conversation conv = item.getData(); local 632 Conversation conv = item.getData(); local 737 final Conversation conv = cursor.getCachedConversation(); local [all...] |
LeaveBehindData.java | 29 public LeaveBehindData(Conversation conv, ToastBarOperation undoOp, int height) { 30 data = conv;
|
/external/elfutils/libdwelf/ |
dwelf_elf_gnu_debuglink.c | 79 Elf_Data conv = local 92 Elf_Data *d = gelf_xlatetom (elf, &crcdata, &conv, ehdr->e_ident[EI_DATA]);
|
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/ |
DataModelTest.java | 49 final ConversationData conv = dataModel.createConversationData(getContext(), local 51 assertTrue(conv instanceof ConversationData);
|