HomeSort by relevance Sort by last modified time
    Searched defs:nsi (Results 1 - 4 of 4) sorted by null

  /external/valgrind/none/tests/linux/
mremap2.c 108 int alocal, maymove, fixed, nsi, dstpossible; local
123 for (nsi = 0; nsi < 6; nsi++) {
127 int newsize = newsizes[nsi] * PAGE;
144 maymove, fixed, newsizes[nsi], dstpossible, dst );
  /external/expat/xmlwf/
xmlwf.c 216 int nsi; local
228 nsi = 2;
232 nsi = 1;
246 ftprintf(fp, T("n%d:"), nsi);
253 ftprintf(fp, T(" xmlns:n%d"), nsi++);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/net/nsd/
NsdManagerFacade.java 112 NsdServiceInfo nsi = new NsdServiceInfo(); local
115 nsi.setServiceName(j.getString(NSD_SERVICE_INFO_SERVICE_NAME));
118 nsi.setServiceType(j.getString(NSD_SERVICE_INFO_SERVICE_TYPE));
121 nsi.setPort(j.getInt(NSD_SERVICE_INFO_PORT));
124 nsi.setHost(InetAddress.getByName(j.getString(NSD_SERVICE_INFO_HOST)));
127 return nsi;
130 private static void addNsdServiceInfo(JSONObject j, NsdServiceInfo nsi) {
132 j.put(NSD_SERVICE_INFO_SERVICE_NAME, nsi.getServiceName());
133 j.put(NSD_SERVICE_INFO_SERVICE_TYPE, nsi.getServiceType());
134 j.put(NSD_SERVICE_INFO_HOST, nsi.getHost())
171 NsdServiceInfo nsi = getNsdServiceInfo(serviceInfo); local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 163 milliseconds