Searched refs:ut (Results 1 - 25 of 60) sorted by relevance

123

/external/v8/test/es5conform/
H A Dharness-adapt.js30 function ES5Error(ut) {
31 this.ut = ut;
35 return this.ut.res;
60 var ut = this._testResults[i];
62 if (ut.res == "Precondition failed")
64 if (ut.res != 'pass')
65 throw new ES5Error(ut);
69 TestHarness.prototype.startingTest = function (ut) {
70 this.currentTest = ut;
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dutext.cpp34 utext_access(UText *ut, int64_t index, UBool forward) { argument
35 return ut->pFuncs->access(ut, index, forward);
41 utext_moveIndex32(UText *ut, int32_t delta) { argument
45 if(ut->chunkOffset>=ut->chunkLength && !utext_access(ut, ut->chunkNativeLimit, TRUE)) {
48 c = ut->chunkContents[ut
81 utext_nativeLength(UText *ut) argument
87 utext_isLengthExpensive(const UText *ut) argument
94 utext_getNativeIndex(const UText *ut) argument
104 utext_setNativeIndex(UText *ut, int64_t index) argument
138 utext_getPreviousNativeIndex(UText *ut) argument
181 utext_current32(UText *ut) argument
235 utext_char32At(UText *ut, int64_t nativeIndex) argument
262 utext_next32(UText *ut) argument
302 utext_previous32(UText *ut) argument
342 utext_next32From(UText *ut, int64_t index) argument
371 utext_previous32From(UText *ut, int64_t index) argument
419 utext_extract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) argument
804 utext_isWritable(const UText *ut) argument
812 utext_freeze(UText *ut) argument
819 utext_hasMetaData(const UText *ut) argument
828 utext_replace(UText *ut, int64_t nativeStart, int64_t nativeLimit, const UChar *replacementText, int32_t replacementLength, UErrorCode *status) argument
845 utext_copy(UText *ut, int64_t nativeStart, int64_t nativeLimit, int64_t destIndex, UBool move, UErrorCode *status) argument
904 UText ut; member in struct:ExtendedUText
911 utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status) argument
998 utext_close(UText *ut) argument
1051 invalidateChunk(UText *ut) argument
1236 utf8TextLength(UText *ut) argument
1262 utf8TextAccess(UText *ut, int64_t index, UBool forward) argument
1810 utf8TextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
1868 utf8TextMapOffsetToNative(const UText *ut) argument
1881 utf8TextMapIndexToUTF16(const UText *ut, int64_t index64) argument
1924 utf8TextClose(UText *ut) argument
1960 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status) argument
2049 repTextClose(UText *ut) argument
2062 repTextLength(UText *ut) argument
2070 repTextAccess(UText *ut, int64_t index, UBool forward) argument
2187 repTextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) argument
2230 repTextReplace(UText *ut, int64_t start, int64_t limit, const UChar *src, int32_t length, UErrorCode *status) argument
2287 repTextCopy(UText *ut, int64_t start, int64_t limit, int64_t destIndex, UBool move, UErrorCode *status) argument
2367 utext_openReplaceable(UText *ut, Replaceable *rep, UErrorCode *status) argument
2435 unistrTextClose(UText *ut) argument
2454 unistrTextAccess(UText *ut, int64_t index, UBool forward) argument
2503 unistrTextReplace(UText *ut, int64_t start, int64_t limit, const UChar *src, int32_t length, UErrorCode *pErrorCode) argument
2548 unistrTextCopy(UText *ut, int64_t start, int64_t limit, int64_t destIndex, UBool move, UErrorCode *pErrorCode) argument
2622 utext_openUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status) argument
2644 utext_openConstUnicodeString(UText *ut, const UnicodeString *s, UErrorCode *status) argument
2711 ucstrTextClose(UText *ut) argument
2725 ucstrTextLength(UText *ut) argument
2747 ucstrTextAccess(UText *ut, int64_t index, UBool forward) argument
2836 ucstrTextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
2937 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status) argument
2987 charIterTextClose(UText *ut) argument
2997 charIterTextLength(UText *ut) argument
3002 charIterTextAccess(UText *ut, int64_t index, UBool forward) argument
3095 charIterTextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) argument
3158 utext_openCharacterIterator(UText *ut, CharacterIterator *ci, UErrorCode *status) argument
[all...]
/external/icu4c/common/
H A Dutext.cpp37 utext_access(UText *ut, int64_t index, UBool forward) { argument
38 return ut->pFuncs->access(ut, index, forward);
44 utext_moveIndex32(UText *ut, int32_t delta) { argument
48 if(ut->chunkOffset>=ut->chunkLength && !utext_access(ut, ut->chunkNativeLimit, TRUE)) {
51 c = ut->chunkContents[ut
84 utext_nativeLength(UText *ut) argument
90 utext_isLengthExpensive(const UText *ut) argument
97 utext_getNativeIndex(const UText *ut) argument
107 utext_setNativeIndex(UText *ut, int64_t index) argument
141 utext_getPreviousNativeIndex(UText *ut) argument
184 utext_current32(UText *ut) argument
238 utext_char32At(UText *ut, int64_t nativeIndex) argument
265 utext_next32(UText *ut) argument
305 utext_previous32(UText *ut) argument
345 utext_next32From(UText *ut, int64_t index) argument
374 utext_previous32From(UText *ut, int64_t index) argument
422 utext_extract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) argument
458 utext_isWritable(const UText *ut) argument
466 utext_freeze(UText *ut) argument
473 utext_hasMetaData(const UText *ut) argument
482 utext_replace(UText *ut, int64_t nativeStart, int64_t nativeLimit, const UChar *replacementText, int32_t replacementLength, UErrorCode *status) argument
499 utext_copy(UText *ut, int64_t nativeStart, int64_t nativeLimit, int64_t destIndex, UBool move, UErrorCode *status) argument
558 UText ut; member in struct:ExtendedUText
565 utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status) argument
652 utext_close(UText *ut) argument
705 invalidateChunk(UText *ut) argument
890 utf8TextLength(UText *ut) argument
916 utf8TextAccess(UText *ut, int64_t index, UBool forward) argument
1450 utf8TextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
1508 utf8TextMapOffsetToNative(const UText *ut) argument
1521 utf8TextMapIndexToUTF16(const UText *ut, int64_t index64) argument
1564 utf8TextClose(UText *ut) argument
1600 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status) argument
1689 repTextClose(UText *ut) argument
1702 repTextLength(UText *ut) argument
1710 repTextAccess(UText *ut, int64_t index, UBool forward) argument
1827 repTextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) argument
1870 repTextReplace(UText *ut, int64_t start, int64_t limit, const UChar *src, int32_t length, UErrorCode *status) argument
1927 repTextCopy(UText *ut, int64_t start, int64_t limit, int64_t destIndex, UBool move, UErrorCode *status) argument
2007 utext_openReplaceable(UText *ut, Replaceable *rep, UErrorCode *status) argument
2075 unistrTextClose(UText *ut) argument
2094 unistrTextAccess(UText *ut, int64_t index, UBool forward) argument
2143 unistrTextReplace(UText *ut, int64_t start, int64_t limit, const UChar *src, int32_t length, UErrorCode *pErrorCode) argument
2188 unistrTextCopy(UText *ut, int64_t start, int64_t limit, int64_t destIndex, UBool move, UErrorCode *pErrorCode) argument
2262 utext_openUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status) argument
2273 utext_openConstUnicodeString(UText *ut, const UnicodeString *s, UErrorCode *status) argument
2347 ucstrTextClose(UText *ut) argument
2361 ucstrTextLength(UText *ut) argument
2383 ucstrTextAccess(UText *ut, int64_t index, UBool forward) argument
2472 ucstrTextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
2574 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status) argument
2624 charIterTextClose(UText *ut) argument
2634 charIterTextLength(UText *ut) argument
2639 charIterTextAccess(UText *ut, int64_t index, UBool forward) argument
2732 charIterTextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) argument
2796 utext_openCharacterIterator(UText *ut, CharacterIterator *ci, UErrorCode *status) argument
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dregextxt.h23 #define UTEXT_USES_U16(ut) (NULL==((ut)->pFuncs->mapNativeIndexToUTF16))
30 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) (FALSE)
32 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) ((0==((ut)->chunkNativeStart))&&((len)==((ut)->chunkNativeLimit))&&((len)==((ut)->nativeIndexingLimit)))
/external/icu4c/i18n/
H A Dregextxt.h23 #define UTEXT_USES_U16(ut) (NULL==((ut)->pFuncs->mapNativeIndexToUTF16))
30 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) (FALSE)
32 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) ((0==((ut)->chunkNativeStart))&&((len)==((ut)->chunkNativeLimit))&&((len)==((ut)->nativeIndexingLimit)))
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutext.h56 * UText *ut = whatever();
58 * for (c=utext_next32From(ut, 0); c>=0; c=utext_next32(ut)) {
68 * UText *ut = whatever();
69 * int textLength = utext_nativeLength(ut);
70 * for (c=utext_previous32From(ut, textLength); c>=0; c=utext_previous32(ut)) {
120 * UText ut = UTEXT_INITIALIZER;
121 * utext_openUTF8(ut, s, -1, &status);
173 * @param ut Th
[all...]
/external/icu4c/common/unicode/
H A Dutext.h56 * UText *ut = whatever();
58 * for (c=utext_next32From(ut, 0); c>=0; c=utext_next32(ut)) {
68 * UText *ut = whatever();
69 * int textLength = utext_nativeLength(ut);
70 * for (c=utext_previous32From(ut, textLength); c>=0; c=utext_previous32(ut)) {
120 * UText ut = UTEXT_INITIALIZER;
121 * utext_openUTF8(ut, s, -1, &status);
173 * @param ut Th
[all...]
/external/icu4c/test/intltest/
H A Dutxttest.cpp25 UText *openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status);
163 UText *ut = NULL; local
189 ut = utext_openUChars(NULL, buf, -1, &status);
191 TestAccess(sa, ut, cpCount, cpMap);
192 utext_close(ut);
200 ut = utext_openUChars(NULL, buf, saLen, &status);
202 TestAccess(sa, ut, cpCount, cpMap);
203 utext_close(ut);
209 ut = utext_openUnicodeString(NULL, &sa, &status);
211 TestAccess(sa, ut, cpCoun
295 TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) argument
402 TestCopyMove(const UnicodeString &us, UText *ut, UBool move, int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest, int32_t u16Start, int32_t u16Limit, int32_t u16Dest) argument
475 TestReplace( const UnicodeString &us, UText *ut, int32_t nativeStart, int32_t nativeLimit, int32_t u16Start, int32_t u16Limit, const UnicodeString &repStr) argument
549 TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap) argument
582 TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *cpMap) argument
844 UText ut; local
853 UText ut = UTEXT_INITIALIZER; local
874 UText ut = UTEXT_INITIALIZER; local
908 UText ut = UTEXT_INITIALIZER; local
932 UText *ut = NULL; local
1005 UText *ut = utext_openUTF8(NULL, u8str, -1, &status); local
1078 UText *ut = utext_openUnicodeString(NULL, &u16str, &status); local
1146 UText *ut = utext_openReplaceable(NULL, &u16str, &status); local
1212 UText *ut = NULL; local
1302 fragTextAccess(UText *ut, int64_t index, UBool forward) argument
1363 openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status) argument
1432 UText *ut = utext_openUChars(NULL, s, -1, &status); local
[all...]
H A Dutxttest.h44 void TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap);
45 void TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *cpMap);
46 void TestCMR (const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *utf16Map);
47 void TestCopyMove(const UnicodeString &us, UText *ut, UBool move,
51 UText *ut, // UnicodeText object under test.
/external/libppp/src/
H A Did.h75 struct utmp ut; \
76 strncpy(ut.ut_line, dev, sizeof ut.ut_line - 1); \
77 ut.ut_line[sizeof ut.ut_line - 1] = '\0'; \
78 if (no || logout(ut.ut_line)) \
79 logwtmp(ut.ut_line, "", ""); \
H A Did.c205 ID0login(struct utmp *ut) argument
208 if (logout(ut->ut_line)) {
209 log_Printf(LogID0, "logout(\"%s\")\n", ut->ut_line);
210 logwtmp(ut->ut_line, "", "");
211 log_Printf(LogID0, "logwtmp(\"%s\", \"\", \"\")\n", ut->ut_line);
213 login(ut);
215 ut->ut_line, (int)(sizeof ut->ut_name), ut->ut_name);
222 struct utmp ut; local
[all...]
H A Dphysical.c924 struct utmp ut; local
928 memset(&ut, 0, sizeof ut);
929 ut.ut_time = time(NULL);
930 strncpy(ut.ut_name, name, sizeof ut.ut_name);
933 strncpy(ut.ut_line, PPPOTCPLINE, sizeof ut.ut_line);
934 strncpy(ut.ut_host, p->name.base, sizeof ut
[all...]
/external/openssh/
H A Dloginrec.c192 void set_utmp_time(struct logininfo *li, struct utmp *ut);
193 void construct_utmp(struct logininfo *li, struct utmp *ut);
197 void set_utmpx_time(struct logininfo *li, struct utmpx *ut);
198 void construct_utmpx(struct logininfo *li, struct utmpx *ut);
633 set_utmp_time(struct logininfo *li, struct utmp *ut) argument
636 ut->ut_tv.tv_sec = li->tv_sec;
637 ut->ut_tv.tv_usec = li->tv_usec;
639 ut->ut_time = li->tv_sec;
645 struct utmp *ut)
651 memset(ut, '\
644 construct_utmp(struct logininfo *li, struct utmp *ut) argument
824 utmp_write_library(struct logininfo *li, struct utmp *ut) argument
840 utmp_write_direct(struct logininfo *li, struct utmp *ut) argument
925 struct utmp ut; local
946 struct utmp ut; local
1090 wtmp_write(struct logininfo *li, struct utmp *ut) argument
1114 struct utmp ut; local
1124 struct utmp ut; local
1165 wtmp_islogin(struct logininfo *li, struct utmp *ut) argument
1183 struct utmp ut; local
1417 struct utmp *ut; local
1663 struct utmp ut; local
[all...]
/external/dropbear/
H A Dloginrec.c166 void set_utmp_time(struct logininfo *li, struct utmp *ut);
167 void construct_utmp(struct logininfo *li, struct utmp *ut);
171 void set_utmpx_time(struct logininfo *li, struct utmpx *ut);
172 void construct_utmpx(struct logininfo *li, struct utmpx *ut);
477 set_utmp_time(struct logininfo *li, struct utmp *ut) argument
480 ut->ut_tv.tv_sec = li->tv_sec;
481 ut->ut_tv.tv_usec = li->tv_usec;
484 ut->ut_time = li->tv_sec;
491 struct utmp *ut)
496 memset(ut, '\
490 construct_utmp(struct logininfo *li, struct utmp *ut) argument
665 utmp_write_library(struct logininfo *li, struct utmp *ut) argument
680 utmp_write_direct(struct logininfo *li, struct utmp *ut) argument
741 struct utmp ut; local
762 struct utmp ut; local
904 wtmp_write(struct logininfo *li, struct utmp *ut) argument
928 struct utmp ut; local
938 struct utmp ut; local
978 wtmp_islogin(struct logininfo *li, struct utmp *ut) argument
996 struct utmp ut; local
1221 struct utmp *ut; local
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dutxttest.cpp25 UText *openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status);
165 UText *ut = NULL; local
191 ut = utext_openUChars(NULL, buf, -1, &status);
193 TestAccess(sa, ut, cpCount, cpMap);
194 utext_close(ut);
202 ut = utext_openUChars(NULL, buf, saLen, &status);
204 TestAccess(sa, ut, cpCount, cpMap);
205 utext_close(ut);
211 ut = utext_openUnicodeString(NULL, &sa, &status);
213 TestAccess(sa, ut, cpCoun
297 TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) argument
404 TestCopyMove(const UnicodeString &us, UText *ut, UBool move, int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest, int32_t u16Start, int32_t u16Limit, int32_t u16Dest) argument
477 TestReplace( const UnicodeString &us, UText *ut, int32_t nativeStart, int32_t nativeLimit, int32_t u16Start, int32_t u16Limit, const UnicodeString &repStr) argument
551 TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap) argument
584 TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *cpMap) argument
1320 UText ut; local
1329 UText ut = UTEXT_INITIALIZER; local
1350 UText ut = UTEXT_INITIALIZER; local
1384 UText ut = UTEXT_INITIALIZER; local
1408 UText *ut = NULL; local
1481 UText *ut = utext_openUTF8(NULL, u8str, -1, &status); local
1554 UText *ut = utext_openUnicodeString(NULL, &u16str, &status); local
1622 UText *ut = utext_openReplaceable(NULL, &u16str, &status); local
1688 UText *ut = NULL; local
1778 fragTextAccess(UText *ut, int64_t index, UBool forward) argument
1839 openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status) argument
1908 UText *ut = utext_openUChars(NULL, s, -1, &status); local
[all...]
H A Dutxttest.h45 void TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap);
46 void TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *cpMap);
47 void TestCMR (const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *utf16Map);
48 void TestCopyMove(const UnicodeString &us, UText *ut, UBool move,
52 UText *ut, // UnicodeText object under test.
/external/openssh/regress/
H A Dkeytype.sh29 for ut in $ktypes; do
30 htypes=$ut
33 trace "ssh connect, userkey $ut, hostkey $ht"
40 echo IdentityFile $OBJ/key.$ut
46 cat $OBJ/key.$ut.pub > $OBJ/authorized_keys_$USER
48 printf "userkey $ut, hostkey ${ht}:\t"
51 fail "ssh userkey $ut, hostkey $ht failed"
/external/e2fsprogs/lib/blkid/
H A Dgetsize.c79 struct utsname ut; local
106 if ((uname(&ut) == 0) &&
107 ((ut.release[0] == '2') && (ut.release[1] == '.') &&
108 (ut.release[2] < '6') && (ut.release[3] == '.')))
/external/chromium/third_party/libjingle/source/talk/base/
H A Dwin32.cc47 void FileTimeToUnixTime(const FILETIME& ft, time_t* ut) { argument
48 ASSERT(NULL != ut);
68 *ut = static_cast<time_t>((current_ul.QuadPart - base_ul.QuadPart) / RATIO);
71 void UnixTimeToFileTime(const time_t& ut, FILETIME* ft) { argument
92 current_ul.QuadPart = base_ul.QuadPart + static_cast<int64>(ut) * RATIO;
H A Dwin32.h82 void FileTimeToUnixTime(const FILETIME& ft, time_t* ut);
85 void UnixTimeToFileTime(const time_t& ut, FILETIME * ft);
/external/e2fsprogs/lib/ext2fs/
H A Dgetsize.c147 struct utsname ut;
179 if ((uname(&ut) == 0) &&
180 ((ut.release[0] == '2') && (ut.release[1] == '.') &&
181 (ut.release[2] < '6') && (ut.release[3] == '.')))
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwin32.h98 void FileTimeToUnixTime(const FILETIME& ft, time_t* ut);
101 void UnixTimeToFileTime(const time_t& ut, FILETIME * ft);
H A Dwin32.cc337 void FileTimeToUnixTime(const FILETIME& ft, time_t* ut) { argument
338 ASSERT(NULL != ut);
358 *ut = static_cast<time_t>((current_ul.QuadPart - base_ul.QuadPart) / RATIO);
361 void UnixTimeToFileTime(const time_t& ut, FILETIME* ft) { argument
382 current_ul.QuadPart = base_ul.QuadPart + static_cast<int64>(ut) * RATIO;
/external/icu4c/tools/gendict/
H A Dgendict.cpp154 UCharsTrieBuilder *ut; member in class:DataDict
162 DataDict(UBool isBytesTrie, UErrorCode &status) : bt(NULL), ut(NULL),
167 ut = new UCharsTrieBuilder(status);
173 delete ut;
233 if (ut) { ut->add(word, value, status); }
243 ut->buildUnicodeString(USTRINGTRIE_BUILD_SMALL, s, status);
/external/ppp/pppd/
H A Dsys-linux.c2148 struct utmp ut, *utp; local
2164 memcpy(&ut, utp, sizeof(ut));
2167 memset(&ut, 0, sizeof(ut));
2169 if (ut.ut_id[0] == 0)
2170 strncpy(ut.ut_id, line + 3, sizeof(ut.ut_id));
2172 strncpy(ut.ut_user, name, sizeof(ut
[all...]

Completed in 667 milliseconds

123