HomeSort by relevance Sort by last modified time
    Searched refs:final (Results 151 - 175 of 573) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/support/v14/preference/
Android.mk 18 # We do this here because the final static library must be compiled with an older
20 # contains will not be linked into the final static library.
34 # Here is the final static library that apps can link against.
  /frameworks/support/v7/preference/
Android.mk 18 # We do this here because the final static library must be compiled with an older
20 # contains will not be linked into the final static library.
34 # Here is the final static library that apps can link against.
  /docs/source.android.com/scripts/
build.py 115 final = template.safe_substitute(main=main, sidebar=sidebar, sidebar2=sidebar2, \
119 html.write(final)
  /external/ipsec-tools/src/racoon/
algorithm.h 135 vchar_t *(*final) __P((caddr_t)); member in struct:hmac_algorithm
146 vchar_t *(*final) __P((caddr_t)); member in struct:hash_algorithm
  /external/toybox/toys/pending/
compress.c 301 int final, type; local
303 final = bitbuf_get(bb, 1);
406 if (final) break;
420 int len, final = 0; local
424 while (!final) {
428 if (len != 32768) final++;
433 bitbuf_put(bb, final, 1);
447 if (!(32767 & ++TT.pos) && !final) break;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
rot_13.py 23 def encode(self, input, final=False):
27 def decode(self, input, final=False):
uu_codec.py 105 def encode(self, input, final=False):
109 def decode(self, input, final=False):
idna.py 198 def _buffer_encode(self, input, errors, final):
212 elif not final:
232 def _buffer_decode(self, input, errors, final):
253 elif not final:
utf_32.py 18 def encode(self, input, final=False):
53 def _buffer_decode(self, input, errors, final):
56 codecs.utf_32_ex_decode(input, errors, 0, final)
64 return self.decoder(input, self.errors, final)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
rot_13.py 23 def encode(self, input, final=False):
27 def decode(self, input, final=False):
uu_codec.py 105 def encode(self, input, final=False):
109 def decode(self, input, final=False):
  /external/bison/build-aux/
do-release-commit-and-tag 36 Run this script from top_srcdir to perform the final pre-release NEWS
  /external/clang/include/clang/Frontend/
CommandLineSourceLoc.h 62 class parser<clang::ParsedSourceLocation> final class in namespace:llvm::cl
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flags.cc 54 bool Parse(const char *value) final {
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_polymorphic.pass.cpp 56 class Final final { class
59 class Final {
76 test_is_not_polymorphic<Final>();
  /external/llvm/lib/Target/X86/
X86RegisterInfo.h 23 class X86RegisterInfo final : public X86GenRegisterInfo { class in namespace:llvm
  /external/openfst/src/include/fst/script/
draw-impl.h 169 Weight final = fst_.Final(s); local
170 if (final != Weight::Zero()) {
171 if (show_weight_one_ || (final != Weight::One())) {
173 Print(final);
  /external/openssh/
md-sha256.c 77 ssh_sha256.final = ssh_sha256_final;
  /external/proguard/examples/
android.pro 150 static final long serialVersionUID;
151 static final java.io.ObjectStreamField[] serialPersistentFields;
  /external/skia/src/gpu/effects/
GrCustomXfermode.cpp 55 const char* final,
63 final, component, src, component, dst, component);
66 final, component, src, dst, dst, dst, component, src, src,
71 final, src, dst, dst, src);
76 const char* final,
82 final, component, src, component, dst);
87 final, component, src, dst, src, component, dst, dst, component,
93 final, component, src, src, component, dst, dst, component, src);
100 const char* final,
106 final, component, src, dst, src, component, dst, dst, component
    [all...]
  /external/v8/test/mjsunit/es6/
math-log1p.js 67 // final if-clause: k = 0
69 // final if-clause: k != 0
  /external/zopfli/src/zopfli/
katajainen.c 102 final: Whether this is the last time this function is called. If it is then it
106 Node* leaves, int numsymbols, NodePool* pool, int index, char final) {
132 if (!final) {
241 char final = i == numBoundaryPMRuns - 1; local
242 BoundaryPM(lists, maxbits, leaves, numsymbols, &pool, maxbits - 1, final);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_polymorphic.pass.cpp 56 class Final final { class
59 class Final {
76 test_is_not_polymorphic<Final>();
  /ndk/tests/build/topological-sort/jni/
Android.mk 19 # With NDK r8b and earlier, the final link command for the executable
25 # when trying to add bar.o to the final image, it will not be able to
  /packages/inputmethods/LatinIME/native/jni/src/utils/
profiler.h 29 class Profiler final { class in namespace:latinime

Completed in 986 milliseconds

1 2 3 4 5 67 8 91011>>