Searched refs:dot (Results 1 – 18 of 18) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | localcharset.c | 360 const char *dot = strchr (locale, '.'); in locale_charset() local 362 if (dot != NULL) in locale_charset() 366 dot++; in locale_charset() 368 modifier = strchr (dot, '@'); in locale_charset() 370 return dot; in locale_charset() 371 if (modifier - dot < sizeof (buf)) in locale_charset() 373 memcpy (buf, dot, modifier - dot); in locale_charset() 374 buf [modifier - dot] = '\0'; in locale_charset() 443 const char *dot = strchr (locale, '.'); in locale_charset() local 445 if (dot != NULL) in locale_charset() [all …]
|
/ndk/tests/build/issue22345-ICE-postreload/jni/ |
D | issue22345-ICE-postreload.cpp | 25 float32x4_t dot; in normalize() local 26 dot = vsetq_lane_f32(0.0f, v1, 3); in normalize() 27 dot = internal::dot4VecResult(dot, dot); in normalize() 29 if (vgetq_lane_f32(dot, 0) == 0.0f) { in normalize() 33 result = vmulq_f32(v1, internal::fastRSqrt(dot)); in normalize()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/ |
D | CREDITS.TXT | 24 E: vanboxem dot ruben at gmail dot com 28 E: theraven at theravensnest dot org 72 E: aep at exys dot org 102 E: r1mikey at gmail dot com 105 E: klaas at klaasgaaf dot nl
|
/ndk/docs/text/ |
D | NDK-DEPENDS.text | 49 * `ndk-depends path/to/libfoo.so --print-dot | dot -Tpng -o /tmp/graph.png` 50 > Prints the dependency graph as Graphviz .dot file, then generate
|
D | ANDROID-MK.text | 132 LOCAL_CPP_EXTENSION. Don't forget the initial dot (i.e. '.cxx' will 477 > the file extension(s) of C++ source files. They must begin with a dot.
|
D | CHANGES.text | 2417 - ndk-gdb: properly launch activities for which name does not contain any dot.
|
/ndk/sources/cxx-stl/stlport/src/ |
D | num_put_float.cpp | 875 const ctype<wchar_t>& ct, wchar_t dot, bool __check_dot) { argument 884 out += dot; 905 __adjust_float_buffer(__iostring &str, char dot) { argument 906 if ('.' != dot) { 909 str[__dot_pos] = dot;
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | mac-mf.sed | 24 # Same if it ends with . (a single dot); turn it into nothing.
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | aclocal.m4 | 534 # with a leading dot. For instance MS-DOS doesn't.
|
/ndk/sources/host-tools/make-3.81/ |
D | aclocal.m4 | 508 # with a leading dot. For instance MS-DOS doesn't.
|
D | NEWS | 875 * A file beginning with a dot can be the default target if it also contains
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.texi | 550 in Perl mode and specifies that the dot character (@code{.}) will 1115 in Perl mode and specifies that the dot character (@code{.}) will 3268 Outside a character class, a dot in the pattern matches any 3272 dot is entirely independent of the handling of circumflex
|
D | sed-in.texi | 549 in Perl mode and specifies that the dot character (@code{.}) will 1114 in Perl mode and specifies that the dot character (@code{.}) will 3101 Outside a character class, a dot in the pattern matches any 3105 dot is entirely independent of the handling of circumflex
|
/ndk/sources/host-tools/make-3.81/po/ |
D | pl.po | 180 msgstr " jak dot�d."
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 1137 \let\dotaccent=\dot 4684 % \entry typesets a paragraph consisting of the text (#1), dot leaders, and
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 3715 % \entry typesets a paragraph consisting of the text (#1), dot leaders, and
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 2608 file's name begins with a dot, no error message is printed. This odd
|
D | make.texi | 3094 if the file's name begins with a dot, no error message is printed.
|