Home
last modified time | relevance | path

Searched refs:inLine (Results 1 – 9 of 9) sorted by relevance

/external/gptfdisk/
Dgptcurses.cc429 char inLine[80]; in MakeNewPart() local
441 getnstr(inLine, 79); in MakeNewPart()
443 …newFirstLBA = IeeeToInt(inLine, blockSize, currentSpace->firstLBA, currentSpace->lastLBA, newFirst… in MakeNewPart()
452 getnstr(inLine, 79); in MakeNewPart()
454 newLastLBA = newFirstLBA + IeeeToInt(inLine, blockSize, 1, size, size) - 1; in MakeNewPart()
468 char inLine[80]; in SaveData() local
478 getnstr(inLine, 79); in SaveData()
479 answer = inLine; in SaveData()
500 char inLine[80]; in Backup() local
506 getnstr(inLine, 79); in Backup()
[all …]
Dgpttext.cc419 istringstream inLine(line); in MakeHybrid() local
421 inLine >> partNums[numPartsToCvt]; in MakeHybrid()
424 } while (!inLine.eof() && (numPartsToCvt < 3)); in MakeHybrid()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DDataReadWriteTest.java30 boolean inLine = true; in normalize()
33 if (inLine && c == ' ') { in normalize()
37 inLine = true; in normalize()
40 inLine = false; in normalize()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
DDataReadWriteTest.java33 boolean inLine = true; in normalize()
36 if (inLine && c == ' ') { in normalize()
40 inLine = true; in normalize()
43 inLine = false; in normalize()
/external/libxml2/include/libxml/
Dtree.h1052 int inLine);
1057 int inLine);
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
DNanoHTTPD.java589 String inLine = in.readLine(); in decodeHeader() local
590 if (inLine == null) { in decodeHeader()
594 StringTokenizer st = new StringTokenizer(inLine); in decodeHeader()
/external/libxml2/
Dtree.c1676 xmlNodeListGetString(xmlDocPtr doc, const xmlNode *list, int inLine) in xmlNodeListGetString() argument
1693 if (inLine) { in xmlNodeListGetString()
1708 if (inLine) { in xmlNodeListGetString()
1766 xmlNodeListGetRawString(const xmlDoc *doc, const xmlNode *list, int inLine) in xmlNodeListGetRawString() argument
1778 if (inLine) { in xmlNodeListGetRawString()
1790 if (inLine) { in xmlNodeListGetRawString()
Dtestapi.c22715 int inLine; /* should we replace entity contents or show their external form */ in test_xmlNodeListGetRawString() local
22724 inLine = gen_int(n_inLine, 2); in test_xmlNodeListGetRawString()
22726 ret_val = xmlNodeListGetRawString((const xmlDoc *)doc, (const xmlNode *)list, inLine); in test_xmlNodeListGetRawString()
22731 des_int(n_inLine, inLine, 2); in test_xmlNodeListGetRawString()
22762 int inLine; /* should we replace entity contents or show their external form */ in test_xmlNodeListGetString() local
22771 inLine = gen_int(n_inLine, 2); in test_xmlNodeListGetString()
22773 ret_val = xmlNodeListGetString(doc, (const xmlNode *)list, inLine); in test_xmlNodeListGetString()
22778 des_int(n_inLine, inLine, 2); in test_xmlNodeListGetString()
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle1309 d inLine value like(xmlCint)
1316 d inLine value like(xmlCint)