Searched defs:ut (Results 1 - 25 of 28) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DJSystem.cs51 public static TextWriter @out property in class:Antlr.Runtime.JavaExtensions.JSystem
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DJSystem.cs50 public static TextWriter @out property in class:Antlr.Runtime.JavaExtensions.JSystem
/external/e2fsprogs/lib/blkid/
H A Dgetsize.c93 struct utsname ut; local
95 if ((uname(&ut) == 0) &&
96 ((ut.release[0] == '2') && (ut.release[1] == '.') &&
97 (ut.release[2] < '6') && (ut.release[3] == '.')))
H A Dprobe.c248 struct utsname ut; local
257 if (uname(&ut))
259 cp = ut.release;
/external/toybox/toys/pending/
H A Dlast.c59 struct utmp *ut = (struct utmp *)l->arg; local
61 if (!strncmp(ut->ut_line, devname, UT_LINESIZE)) {
89 struct utmp ut; local
104 loc -= sizeof(ut);
109 xreadall(fd, &ut, sizeof(ut));
110 *tm = ut.ut_tv.tv_sec;
111 if (*ut.ut_line == '~') {
112 if (!strcmp(ut.ut_user, "runlevel")) ut
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs53 TextWriter @out; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs56 TextWriter @out; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
/external/e2fsprogs/debugfs/
H A Ddump.c72 struct utimbuf ut; local
96 ut.actime = inode->i_atime;
97 ut.modtime = inode->i_mtime;
98 if (utime(name, &ut) == -1)
/external/e2fsprogs/util/
H A Dsubst.c310 struct utimbuf ut; local
381 ut.actime = stbuf.st_atime;
382 ut.modtime = time(0);
383 if (utime(outfn, &ut) < 0)
/external/icu/icu4c/source/common/
H A Dubrk.cpp168 UText ut = UTEXT_INITIALIZER; local
169 utext_openUChars(&ut, text, textLength, status);
170 brit->setText(&ut, *status);
H A Drbbi.cpp360 void RuleBasedBreakIterator::setText(UText *ut, UErrorCode &status) { argument
365 fText = utext_clone(fText, ut, FALSE, TRUE, &status);
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
567 UText ut; member in struct:ExtendedUText
574 utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status) argument
661 utext_close(UText *ut) argument
714 invalidateChunk(UText *ut) argument
904 utf8TextLength(UText *ut) argument
930 utf8TextAccess(UText *ut, int64_t index, UBool forward) argument
1464 utf8TextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
1522 utf8TextMapOffsetToNative(const UText *ut) argument
1535 utf8TextMapIndexToUTF16(const UText *ut, int64_t index64) argument
1578 utf8TextClose(UText *ut) argument
1614 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status) argument
1703 repTextClose(UText *ut) argument
1716 repTextLength(UText *ut) argument
1724 repTextAccess(UText *ut, int64_t index, UBool forward) argument
1841 repTextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) argument
1884 repTextReplace(UText *ut, int64_t start, int64_t limit, const UChar *src, int32_t length, UErrorCode *status) argument
1941 repTextCopy(UText *ut, int64_t start, int64_t limit, int64_t destIndex, UBool move, UErrorCode *status) argument
2021 utext_openReplaceable(UText *ut, Replaceable *rep, UErrorCode *status) argument
2089 unistrTextClose(UText *ut) argument
2108 unistrTextAccess(UText *ut, int64_t index, UBool forward) argument
2157 unistrTextReplace(UText *ut, int64_t start, int64_t limit, const UChar *src, int32_t length, UErrorCode *pErrorCode) argument
2202 unistrTextCopy(UText *ut, int64_t start, int64_t limit, int64_t destIndex, UBool move, UErrorCode *pErrorCode) argument
2276 utext_openUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status) argument
2287 utext_openConstUnicodeString(UText *ut, const UnicodeString *s, UErrorCode *status) argument
2361 ucstrTextClose(UText *ut) argument
2375 ucstrTextLength(UText *ut) argument
2397 ucstrTextAccess(UText *ut, int64_t index, UBool forward) argument
2486 ucstrTextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
2588 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status) argument
2638 charIterTextClose(UText *ut) argument
2648 charIterTextLength(UText *ut) argument
2653 charIterTextAccess(UText *ut, int64_t index, UBool forward) argument
2746 charIterTextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) argument
2810 utext_openCharacterIterator(UText *ut, CharacterIterator *ci, UErrorCode *status) argument
[all...]
/external/icu/icu4c/source/tools/gendict/
H A Dgendict.cpp116 UCharsTrieBuilder *ut; member in class:DataDict
124 DataDict(UBool isBytesTrie, UErrorCode &status) : bt(NULL), ut(NULL),
129 ut = new UCharsTrieBuilder(status);
135 delete ut;
195 if (ut) { ut->add(word, value, status); }
205 ut->buildUnicodeString(USTRINGTRIE_BUILD_SMALL, s, status);
/external/openssh/openbsd-compat/
H A Dbsd-cray.c691 cray_retain_utmp(struct utmp *ut, int pid) argument
700 ut->ut_jid = utmp.ut_jid;
701 strncpy(ut->ut_tpath, utmp.ut_tpath, sizeof(utmp.ut_tpath));
702 strncpy(ut->ut_host, utmp.ut_host, sizeof(utmp.ut_host));
703 strncpy(ut->ut_name, utmp.ut_name, sizeof(utmp.ut_name));
790 cray_set_tmpdir(struct utmp *ut) argument
801 ut->ut_jid = jid;
802 strncpy(ut->ut_tpath, cray_tmpdir, TPATHSIZ);
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmswtpnt.c99 cmsFloat64Number ut; // u coord of intersection w/ blackbody locus member in struct:__anon13265
166 uj = isotempdata[j].ut;
/external/e2fsprogs/lib/ext2fs/
H A Dunix_io.c478 struct utsname ut; local
602 (uname(&ut) == 0) &&
603 ((ut.release[0] == '2') && (ut.release[1] == '.') &&
604 (ut.release[2] == '4') && (ut.release[3] == '.') &&
605 (ut.release[4] == '1') && (ut.release[5] >= '0') &&
606 (ut.release[5] < '8')) &&
/external/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c332 UText *ut = NULL; local
345 ut = utext_openUChars(ut, s2, -1, &status);
346 ubrk_setUText(bb, ut, &status);
352 utext_close(ut);
681 UText *ut = utext_openUTF8(NULL, UTF8Str, -1, &status); local
690 ubrk_setUText(bi, ut, &status);
711 utext_close(ut);
/external/ipsec-tools/src/racoon/
H A Disakmp_cfg.c1658 struct utmp ut; local
1672 strncpy(ut.ut_name, usr, UT_NAMESIZE);
1673 ut.ut_name[UT_NAMESIZE - 1] = '\0';
1675 strncpy(ut.ut_line, term, UT_LINESIZE);
1676 ut.ut_line[UT_LINESIZE - 1] = '\0';
1679 strncpy(ut.ut_host, addr, UT_HOSTSIZE);
1680 ut.ut_host[UT_HOSTSIZE - 1] = '\0';
1682 ut.ut_time = time(NULL);
1686 ut.ut_name, ut
[all...]
/external/openssh/
H A Dloginrec.c188 void set_utmp_time(struct logininfo *li, struct utmp *ut);
189 void construct_utmp(struct logininfo *li, struct utmp *ut);
193 void set_utmpx_time(struct logininfo *li, struct utmpx *ut);
194 void construct_utmpx(struct logininfo *li, struct utmpx *ut);
632 set_utmp_time(struct logininfo *li, struct utmp *ut) argument
635 ut->ut_tv.tv_sec = li->tv_sec;
636 ut->ut_tv.tv_usec = li->tv_usec;
638 ut->ut_time = li->tv_sec;
644 struct utmp *ut)
650 memset(ut, '\
643 construct_utmp(struct logininfo *li, struct utmp *ut) argument
823 utmp_write_library(struct logininfo *li, struct utmp *ut) argument
839 utmp_write_direct(struct logininfo *li, struct utmp *ut) argument
924 struct utmp ut; local
945 struct utmp ut; local
1089 wtmp_write(struct logininfo *li, struct utmp *ut) argument
1113 struct utmp ut; local
1123 struct utmp ut; local
1164 wtmp_islogin(struct logininfo *li, struct utmp *ut) argument
1182 struct utmp ut; local
1416 struct utmp *ut; local
1662 struct utmp ut; local
[all...]
/external/skia/samplecode/
H A DSampleFatBits.cpp69 void setTriangle(bool ut) { fUseTriangle = ut; } argument
/external/icu/icu4c/source/test/intltest/
H A Dutxttest.cpp25 UText *openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status);
167 UText *ut = NULL; local
193 ut = utext_openUChars(NULL, buf, -1, &status);
195 TestAccess(sa, ut, cpCount, cpMap);
196 utext_close(ut);
204 ut = utext_openUChars(NULL, buf, saLen, &status);
206 TestAccess(sa, ut, cpCount, cpMap);
207 utext_close(ut);
213 ut = utext_openUnicodeString(NULL, &sa, &status);
215 TestAccess(sa, ut, cpCoun
299 TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) argument
406 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
479 TestReplace( const UnicodeString &us, UText *ut, int32_t nativeStart, int32_t nativeLimit, int32_t u16Start, int32_t u16Limit, const UnicodeString &repStr) argument
553 TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap) argument
586 TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *cpMap) argument
848 UText ut; local
857 UText ut = UTEXT_INITIALIZER; local
878 UText ut = UTEXT_INITIALIZER; local
912 UText ut = UTEXT_INITIALIZER; local
936 UText *ut = NULL; local
1009 UText *ut = utext_openUTF8(NULL, u8str, -1, &status); local
1082 UText *ut = utext_openUnicodeString(NULL, &u16str, &status); local
1150 UText *ut = utext_openReplaceable(NULL, &u16str, &status); local
1216 UText *ut = NULL; local
1306 fragTextAccess(UText *ut, int64_t index, UBool forward) argument
1367 openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status) argument
1436 UText *ut = utext_openUChars(NULL, s, -1, &status); local
1494 UText *ut = utext_openConstUnicodeString(NULL, &s, &status); local
[all...]
/external/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp1511 TypeFromUser ut; local
1515 if (!GetVariableValue (var, var_location, &ut, &pt))
1556 ASTDumper orig_dumper(ut.GetOpaqueQualType());
1890 ClangExpressionDeclMap::CopyClassType(TypeFromUser &ut, argument
1893 ClangASTType copied_clang_type = GuardedCopyType(ut);
1940 TypeFromUser &ut,
1943 ClangASTType copied_clang_type = GuardedCopyType(ut);
1939 AddOneType(NameSearchContext &context, TypeFromUser &ut, unsigned int current_id) argument
/external/e2fsprogs/misc/
H A Dmke2fs.c1313 struct utsname ut; local
1381 if (uname(&ut)) {
1385 linux_version_code = parse_version_number(ut.release);
/external/icu/icu4c/source/i18n/
H A Drematch.cpp1423 static UBool compat_SyncMutableUTextContents(UText *ut);
1424 static UBool compat_SyncMutableUTextContents(UText *ut) { argument
1430 if (utext_nativeLength(ut) != ut->nativeIndexingLimit) {
1431 UnicodeString *us=(UnicodeString *)ut->context;
1434 // For example, (utext_nativeLength(ut) != ut->nativeIndexingLimit).
1439 ut->chunkContents = us->getBuffer();
1440 ut->chunkLength = newLength;
1441 ut
[all...]
/external/mesa3d/src/mesa/main/
H A Dffvertex_prog.c1533 struct ureg ut = get_temp(p); local
1536 emit_op1(p, OPCODE_ABS, ut, WRITEMASK_Y, swizzle1(eye, Z));
1538 emit_op3(p, OPCODE_MAD, ut, WRITEMASK_X, swizzle1(ut, Y),
1540 emit_op3(p, OPCODE_MAD, ut, WRITEMASK_X, swizzle1(ut, Y),
1541 ut, swizzle1(state_attenuation, X));
1544 emit_op1(p, OPCODE_RSQ, ut, WRITEMASK_X, ut );
1548 emit_op2(p, OPCODE_MUL, out, WRITEMASK_X, ut, state_siz
[all...]

Completed in 1707 milliseconds

12