Searched refs:reg (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | runptests.c | 35 const char *reg; member 53 printf ("\n%s\n%.*s\n", tests[cnt].reg, in main() 54 (int) strlen (tests[cnt].reg), in main() 57 else if (tests[cnt].reg == NULL) in main() 65 printf ("regexp: \"%s\", string: \"%s\" -> ", tests[cnt].reg, in main() 69 err = regcomp (&re, tests[cnt].reg, tests[cnt].options); in main()
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | unwind-arm.h | 147 static inline uint32_t _Unwind_GetGR( _Unwind_Context* ctx, int reg) { in _Unwind_GetGR() argument 149 _Unwind_VRS_Get(ctx, _UVRSC_CORE, reg, _UVRSD_UINT32, &val); in _Unwind_GetGR() 153 static inline void _Unwind_SetGR(_Unwind_Context* ctx, int reg, uint32_t val) { in _Unwind_SetGR() argument 154 _Unwind_VRS_Set(ctx, _UVRSC_CORE, reg, _UVRSD_UINT32, &val); in _Unwind_SetGR()
|
/ndk/sources/host-tools/nawk-20071023/ |
D | lex.c | 168 int reg = 0; /* 1 => return a REGEXPR now */ variable 182 if (reg) { in yylex() 183 reg = 0; in yylex() 501 reg = 1; in startreg()
|
D | FIXES | 503 numbers in reg exprs. 505 explicit hex in reg exprs now limited to 2 chars: \xa, \xaa.
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | de.po | 216 " Verwende die Perl-5-Syntax f�r reg. Ausdr�cke im Skript.\n" 308 " verwendet die erweiterten reg. Ausdr�cke f�r das Skript.\n"
|
D | sv.po | 498 msgstr "Ogiltigt föregående reguljärt uttryck"
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | Android.mk | 377 LOCAL_MODULE := reg-stack 378 LOCAL_SRC_FILES := reg-stack.cpp
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | Android.mk | 377 LOCAL_MODULE := reg-stack 378 LOCAL_SRC_FILES := reg-stack.cpp
|