HomeSort by relevance Sort by last modified time
    Searched full:sitem (Results 1 - 5 of 5) sorted by null

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListBox.cpp 152 CFX_ByteString sItem = CPWL_Utils::GetEditAppStream(m_pList->GetItemEdit(i), ptOffset);
153 if (sItem.GetLength() > 0)
155 sListItems << "BT\n" << CPWL_Utils::GetColorAppStream(PWL_DEFAULT_SELTEXTCOLOR) << sItem << "ET\n";
160 CFX_ByteString sItem = CPWL_Utils::GetEditAppStream(m_pList->GetItemEdit(i), ptOffset);
161 if (sItem.GetLength() > 0)
163 sListItems << "BT\n" << CPWL_Utils::GetColorAppStream(GetTextColor()) << sItem << "ET\n";
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bc-reserve.c 84 fprintf(f, "\n%*sItem Size=%u\n", indent_level, "", reserve->itemsize);
  /packages/apps/Browser/src/com/android/browser/
SuggestionsAdapter.java 254 SuggestItem sitem = (SuggestItem) item; local
255 if (sitem.title != null) {
256 return sitem.title;
258 return sitem.url;
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
pkcs11_object.c 108 INPUT_TEMPLATE_ITEM sItem;
174 sItem.attributeType = (uint32_t)pTemplate1[i].type;
176 sItem.dataOffset = ((pTemplate1[i].pValue == NULL) ? 0 : nDataOffset);
177 sItem.dataParamIndex = nParamIndex; /* The parameter where we store the data (0 to 3) */
178 sItem.dataValueLen = (uint32_t)pTemplate1[i].ulValueLen;
180 memcpy(pBuffer + nBufferIndex, &sItem, sizeof(INPUT_TEMPLATE_ITEM));
206 sItem.attributeType = (uint32_t)pTemplate2[i].type;
208 sItem.dataOffset = ((pTemplate2[i].pValue == NULL) ? 0 : nDataOffset);
209 sItem.dataParamIndex = nParamIndex; /* The parameter where we store the data (0..3) */
210 sItem.dataValueLen = (uint32_t)pTemplate2[i].ulValueLen
    [all...]
  /hardware/ti/omap4-aah/security/tf_crypto_sst/
pkcs11_object.c 142 INPUT_TEMPLATE_ITEM sItem;
148 sItem.attributeType = pTemplate[i].type;
150 sItem.dataOffset = ((pTemplate[i].pValue == NULL) ? 0 :
152 sItem.dataParamIndex = nParamIndex; /* The parameter where we store the data (0 to 3) */
153 sItem.dataValueLen = pTemplate[i].ulValueLen;
155 memcpy(*ppAttributeCursor, &sItem, sizeof(INPUT_TEMPLATE_ITEM));
    [all...]

Completed in 229 milliseconds