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

  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
PrimitiveGroup.java 101 int[] nind = new int[numIndices]; local
102 System.arraycopy(indices,0,nind,0,numIndices);
103 return nind;
  /packages/apps/Mms/src/com/android/mms/transaction/
PushReceiver.java 105 NotificationInd nInd = (NotificationInd) pdu;
108 byte [] contentLocation = nInd.getContentLocation();
110 byte [] transactionId = nInd.getTransactionId();
117 nInd.setContentLocation(contentLocationWithId);
121 if (!isDuplicateNotification(mContext, nInd)) {
138 + new String(nInd.getContentLocation()));
214 Context context, NotificationInd nInd) {
215 byte[] rawLocation = nInd.getContentLocation();
  /external/speex/libspeex/
cb_search.c 276 VARDECL(int **nind);
303 ALLOC(nind, N, int*);
341 nind[i]=itmp+2*i*nb_subvect;
445 nind[j][q]=oind[best_ntarget[j]][q];
446 nind[j][i]=best_nind[j];
459 oind[j][m]=nind[j][m];
467 ind[i]=nind[0][i];
  /external/srec/config/en.us/dictionary/
fixit.ok 120 ninetieth nInd/6T
large.ok     [all...]
  /packages/apps/Mms/src/com/android/mms/util/
DownloadManager.java 190 NotificationInd nInd = (NotificationInd) PduPersister.getPduPersister(mContext)
192 if ((nInd.getExpiry() < System.currentTimeMillis()/1000L)
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 178 NotificationInd nInd;
181 nInd = (NotificationInd) PduPersister.getPduPersister(
193 String from = extractEncStr(context, nInd.getFrom());
204 context, nInd.getExpiry() * 1000L, true)));
210 EncodedStringValue subject = nInd.getSubject();
218 details.append(new String(nInd.getMessageClass()));
223 details.append(String.valueOf((nInd.getMessageSize() + 1023) / 1024));
    [all...]

Completed in 225 milliseconds