HomeSort by relevance Sort by last modified time
    Searched refs:final (Results 76 - 100 of 1975) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
bz2_codec.py 60 def encode(self, input, final=False):
61 if final:
76 def decode(self, input, final=False):
ascii.py 21 def encode(self, input, final=False):
25 def decode(self, input, final=False):
base64_codec.py 53 def encode(self, input, final=False):
58 def decode(self, input, final=False):
hex_codec.py 53 def encode(self, input, final=False):
58 def decode(self, input, final=False):
latin_1.py 21 def encode(self, input, final=False):
25 def decode(self, input, final=False):
  /external/llvm/include/llvm/Support/
MD5.h 59 void final(MD5Result &result);
  /external/openfst/src/include/fst/script/
print-impl.h 126 Weight final = fst_.Final(s); local
127 if (final != Weight::Zero() || !output) {
129 if (show_weight_one_ || final != Weight::One()) {
130 *ostrm_ << FLAGS_fst_field_separator[0] << final; local
  /external/proguard/examples/
library.pro 65 static final long serialVersionUID;
66 static final java.io.ObjectStreamField[] serialPersistentFields;
  /external/qemu/distrib/sdl-1.2.15/test/
testwin.c 144 SDL_Color final; local
153 final.r = 0xFF;
154 final.g = 0x00;
155 final.b = 0x00;
158 cdist[i].r = final.r-palcolors[i].r;
159 cdist[i].g = final.g-palcolors[i].g;
160 cdist[i].b = final.b-palcolors[i].b;
175 final.r = 0x00;
176 final.g = 0x00;
177 final.b = 0x00
    [all...]
  /ndk/sources/host-tools/make-3.81/tests/scripts/targets/
SECONDARY 93 final: intermediate
96 final intermediate source:
103 touch('final');
106 $answer = "$make_name: `final' is up to date.\n";
109 unlink('source', 'final', 'intermediate');
  /prebuilts/tools/common/proguard/proguard4.7/examples/
library.pro 66 static final long serialVersionUID;
67 static final java.io.ObjectStreamField[] serialPersistentFields;
servlets.pro 57 static final long serialVersionUID;
58 static final java.io.ObjectStreamField[] serialPersistentFields;
  /external/chromium_org/net/websockets/
websocket_frame.h 63 : final(false),
76 bool final; member in struct:net::WebSocketFrameHeader
  /external/chromium_org/third_party/smhasher/src/
KeysetTest.cpp 19 uint8_t * final = new uint8_t[hashbytes]; local
23 memset(final,0,hashbytes);
37 hash(hashes,hashbytes*256,0,final);
42 uint32_t verification = (final[0] << 0) | (final[1] << 8) | (final[2] << 16) | (final[3] << 24);
46 delete [] final;
  /external/llvm/unittests/Support/
MD5Test.cpp 23 void TestMD5Sum(ArrayRef<uint8_t> Input, StringRef Final) {
27 Hash.final(MD5Res);
30 EXPECT_EQ(Res, Final);
33 void TestMD5Sum(StringRef Input, StringRef Final) {
37 Hash.final(MD5Res);
40 EXPECT_EQ(Res, Final);
  /external/llvm/utils/release/
tag.sh 31 echo " -final Tag final release candidate"
79 -final | --final )
80 rc="final"
  /external/lzma/CPP/7zip/UI/Common/
Bench.h 22 virtual HRESULT SetEncodeResult(const CBenchInfo &info, bool final) = 0;
23 virtual HRESULT SetDecodeResult(const CBenchInfo &info, bool final) = 0;
  /external/valgrind/main/memcheck/tests/
sh-mem-random.stdout.exp 6 final check
  /external/valgrind/main/none/tests/s390x/
cksm.c 65 uint32_t final; local
82 final = 0; // suppress gcc warning
87 final = buff[n] & 0xFF000000;
91 final = buff[n] & 0xFFFF0000;
95 final = buff[n] & 0xFFFFFF00;
101 v64 += final;
104 sum = sum + final + 1;
106 sum = sum + final;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
ascii.py 21 def encode(self, input, final=False):
25 def decode(self, input, final=False):
base64_codec.py 53 def encode(self, input, final=False):
58 def decode(self, input, final=False):
hex_codec.py 53 def encode(self, input, final=False):
58 def decode(self, input, final=False):
latin_1.py 21 def encode(self, input, final=False):
25 def decode(self, input, final=False):
  /external/chromium/net/http/
md4.cc 150 Uint8 final[128]; local
166 /* build final buffer */
168 memcpy(final, input + (m << 6), n);
169 final[n] = 0x80;
170 memset(final + n + 1, 0, 120 - (n + 1));
173 w2b(final + (n >= 56 ? 120 : 56), &inputLen, 4);
175 md4step(state, final);
177 md4step(state, final + 64);
  /external/chromium_org/net/http/
md4.cc 150 Uint8 final[128]; local
166 /* build final buffer */
168 memcpy(final, input + (m << 6), n);
169 final[n] = 0x80;
170 memset(final + n + 1, 0, 120 - (n + 1));
173 w2b(final + (n >= 56 ? 120 : 56), &inputLen, 4);
175 md4step(state, final);
177 md4step(state, final + 64);

Completed in 484 milliseconds

1 2 34 5 6 7 8 91011>>