Home
last modified time | relevance | path

Searched refs:best (Results 1 – 25 of 32) sorted by relevance

12

/ndk/sources/host-tools/make-3.81/
Dstrcache.c60 struct strcache *best = NULL; in add_string() local
74 if (sp->bytesfree > len && (!best || best->bytesfree > sp->bytesfree)) in add_string()
75 best = sp; in add_string()
78 if (!best) in add_string()
79 best = new_cache(); in add_string()
81 assert (best->bytesfree > len); in add_string()
84 res = best->end; in add_string()
85 memcpy (best->end, str, len); in add_string()
86 best->end += len; in add_string()
87 *(best->end++) = '\0'; in add_string()
[all …]
DREADME.customs20 please see the pmake and Customs documentation for details. The best
DMakefile.in144 GZIP_ENV = --best
DCOPYING286 possible use to the public, the best way to achieve this is to make it
/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c438 register COST wcost, best; in fmt_paragraph() local
447 best = MAXCOST; in fmt_paragraph()
463 if (wcost < best) in fmt_paragraph()
465 best = wcost; in fmt_paragraph()
472 start->best_cost = best + base_cost (start); in fmt_paragraph()
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
Dnegative7 # reported using the best filename/lineno info
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-type-util.h.pump150 // Our solution is to combine the best part of the two approaches: a
248 // Our solution is to combine the best part of the two approaches: a
/ndk/docs/text/
DCPU-X86.text81 ### Porting considerations and best known methods are:
DCPU-ARCH-ABIS.text365 To achieve the best performance for your NDK component, you should compile
400 This mechanism ensures that the best machine code for the target
/ndk/sources/host-tools/sed-4.2.1/
DMakefile.in118 GZIP_ENV = --best
DCOPYING627 possible use to the public, the best way to achieve this is to make it
/ndk/sources/host-tools/sed-4.2.1/testsuite/
DBOOST.tests277 ; strictly speaking this is at best ambiguous, at worst wrong, this is what most
/ndk/sources/third_party/googletest/googletest/
DREADME26 Linux, Windows, Mac OS X, and Cygwin. We will also make our best
/ndk/sources/host-tools/make-3.81/tests/
DCOPYING285 possible use to the public, the best way to achieve this is to make it
/ndk/tests/device/test-stlport_shared-exception/
DCOPYING285 possible use to the public, the best way to achieve this is to make it
/ndk/tests/build/test-stlport_static-exception-force-rebuild/
DCOPYING285 possible use to the public, the best way to achieve this is to make it
/ndk/tests/build/lambda-defarg3/
DCOPYING285 possible use to the public, the best way to achieve this is to make it
/ndk/build/tools/toolchain-licenses/
DCOPYING285 possible use to the public, the best way to achieve this is to make it
/ndk/tests/abcc/jni/mman-win32/
DLICENSE.TXT285 possible use to the public, the best way to achieve this is to make it
/ndk/tests/device/test-stlport_static-exception/
DCOPYING285 possible use to the public, the best way to achieve this is to make it
/ndk/sources/host-tools/make-3.81/doc/
Dmake-stds.texi120 @file{foo.1} is best written as:
820 Generate any Info files needed. The best way to write the rules is as
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex1371 % their "best" equivalent, based on the @documentencoding. Right
2119 % be smaller yet, but lllsize is the best we can do for now.
3397 % control sequences and just writes whatever the best ASCII sort string
3459 % Of course this is not nearly correct, but it is the best we can do for now.
3710 % Do our best not to break after the initial.
4291 % 3) Likewise, headings look best if no \parindent is used, and
6115 % are best written with fairly long node names, containing hyphens, this
6548 % float "here". But it seemed the best name for the future.
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dtexinfo.tex1546 % their "best" equivalent, based on the @documentencoding. Right
2974 % be smaller yet, but lllsize is the best we can do for now.
3433 % right away at the @itemize. It's not the best error message in the
4347 % control sequences and just writes whatever the best ASCII sort string
4424 % Of course this is not nearly correct, but it is the best we can do for now.
4679 % Do our best not to break after the initial.
5293 % 3) Likewise, headings look best if no \parindent is used, and
7276 % are best written with fairly long node names, containing hyphens, this
7723 % float "here". But it seemed the best name for the future.
/ndk/sources/host-tools/ndk-stack/binutils/
DCOPYING3626 possible use to the public, the best way to achieve this is to make it
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/
DCOPYING627 possible use to the public, the best way to achieve this is to make it

12