HomeSort by relevance Sort by last modified time
    Searched refs:final (Results 126 - 150 of 5166) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
utf_16_le.py 19 def encode(self, input, final=False):
utf_32_be.py 14 def encode(self, input, final=False):
utf_32_le.py 14 def encode(self, input, final=False):
utf_7.py 15 def encode(self, input, final=False):
utf_8.py 19 def encode(self, input, final=False):
utf_8_sig.py 30 def encode(self, input, final=False):
52 def _buffer_decode(self, input, errors, final):
64 (output, consumed) = codecs.utf_8_decode(input[3:], errors, final)
66 return codecs.utf_8_decode(input, errors, final)
charmap.py 29 def encode(self, input, final=False):
37 def decode(self, input, final=False):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
__future__.py 14 PY_RELEASE_LEVEL, # "alpha", "beta", "candidate" or "final"; string
107 (2, 3, 0, "final", 0),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
mbcs.py 24 def encode(self, input, final=False):
utf_16.py 23 def encode(self, input, final=False):
58 def _buffer_decode(self, input, errors, final):
61 codecs.utf_16_ex_decode(input, errors, 0, final)
69 return self.decoder(input, self.errors, final)
utf_16_be.py 19 def encode(self, input, final=False):
utf_16_le.py 19 def encode(self, input, final=False):
utf_32_be.py 14 def encode(self, input, final=False):
utf_32_le.py 14 def encode(self, input, final=False):
utf_7.py 15 def encode(self, input, final=False):
utf_8.py 19 def encode(self, input, final=False):
utf_8_sig.py 30 def encode(self, input, final=False):
52 def _buffer_decode(self, input, errors, final):
64 (output, consumed) = codecs.utf_8_decode(input[3:], errors, final)
66 return codecs.utf_8_decode(input, errors, final)
  /external/chromium_org/net/websockets/
websocket_deflate_stream_test.cc 80 frame->header.final = (flag & kFinal);
91 frame->header.final = (flag & kFinal);
374 EXPECT_TRUE(frames[0]->header.final);
405 EXPECT_TRUE(frames[0]->header.final);
454 EXPECT_TRUE(frames[0]->header.final);
484 EXPECT_TRUE(frames[0]->header.final);
525 EXPECT_TRUE(frames[0]->header.final);
575 EXPECT_TRUE(frames[0]->header.final);
600 EXPECT_FALSE(frames[0]->header.final);
605 EXPECT_TRUE(frames[1]->header.final);
    [all...]
  /external/chromium_org/skia/
skia_chrome_opts.target.darwin-arm.mk 20 ### Rules for final target.
skia_chrome_opts.target.darwin-arm64.mk 20 ### Rules for final target.
skia_chrome_opts.target.darwin-mips64.mk 20 ### Rules for final target.
skia_chrome_opts.target.linux-arm.mk 20 ### Rules for final target.
skia_chrome_opts.target.linux-arm64.mk 20 ### Rules for final target.
skia_chrome_opts.target.linux-mips64.mk 20 ### Rules for final target.
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
perfect.h 25 /* the generated code for the final hash, assumes initial hash is done */
42 ub4 len; /* number of lines available for final hash */
43 ub4 used; /* number of lines used by final hash */
103 /* things indexed by final hash value */
125 gencode *final, ub4 *scramble, ub4 *smax, key *keys, ub4 nkeys,
130 gencode *final, hashform *form);

Completed in 861 milliseconds

1 2 3 4 56 7 8 91011>>