/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/ |
json.py | 33 def encode(value, *args, **kwargs): function 47 # By default encode using a compact format. 82 Parameters and return value are the same from :func:`encode`. 84 return base64.b64encode(encode(value, *args, **kwargs)) 98 Parameters and return value are the same from :func:`encode`. 100 return urllib.quote(encode(value, *args, **kwargs))
|
/external/libedit/src/ |
vis.h | 44 * to alter set of characters encoded (default is to encode all 47 #define VIS_SP 0x0004 /* also encode space */ 48 #define VIS_TAB 0x0008 /* also encode tab */ 49 #define VIS_NL 0x0010 /* also encode newline */ 51 #define VIS_SAFE 0x0020 /* only encode "unsafe" characters */ 63 #define VIS_GLOB 0x1000 /* encode glob(3) magic characters */
|
/external/nist-sip/java/gov/nist/core/ |
HostPort.java | 66 * Encode this hostport into its string representation. 71 public String encode() { method in class:HostPort 72 return encode(new StringBuffer()).toString(); 75 public StringBuffer encode(StringBuffer buffer) { method in class:HostPort 76 host.encode(buffer); 164 return this.encode();
|
/external/openssh/openbsd-compat/ |
vis.h | 53 * to alter set of characters encoded (default is to encode all 56 #define VIS_SP 0x04 /* also encode space */ 57 #define VIS_TAB 0x08 /* also encode tab */ 58 #define VIS_NL 0x10 /* also encode newline */ 60 #define VIS_SAFE 0x20 /* only encode "unsafe" characters */ 66 #define VIS_GLOB 0x100 /* encode glob(3) magics and '#' */
|
/external/v8/src/ |
field-index.h | 78 bit_field_ = IsInObjectBits::encode(is_inobject) | 79 IsDoubleBits::encode(is_double) | 80 FirstInobjectPropertyOffsetBits::encode(first_inobject_property_offset) | 81 IsHiddenField::encode(is_hidden) | 82 IndexBits::encode(local_index) | 83 InObjectPropertyBits::encode(inobject_properties);
|
/external/elfutils/src/libelf/ |
note_xlate.h | 30 elf_cvt_note (void *dest, const void *src, size_t len, int encode) 37 encode); 38 const Elf32_Nhdr *n = encode ? src : dest;
|
/frameworks/base/docs/html/tools/help/ |
etc1tool.jd | 7 <p><code>etc1tool</code> is a command line utility that lets you encode PNG 11 <pre>etc1tool infile [--help | --encode | --encodeNoHeader | --decode] [--showDifference 34 <td><code>--encode</code></td>
|
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/ |
MainActivityTest.java | 30 private byte[] encode(View view) throws ClassNotFoundException, NoSuchMethodException, method in class:MainActivityTest 35 invokeMethod(View.class, view, "encode", encoder); 61 byte[] data = encode(mTextView);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
URLDecoderTest.java | 45 URLEncoder.encode(URL)).equals(URL)); 47 URLEncoder.encode(URL2)).equals(URL2)); 49 URLEncoder.encode(URL3)).equals(URL3));
|
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
CharsetEncoderTest.java | 38 String output = ascii.decode(e.encode(CharBuffer.wrap(input))).toString(); 72 CoderResult cr = e.encode(CharBuffer.wrap(new char[] { '\ud842', '\udf9f' }), bb, false); 86 CoderResult cr = e.encode(CharBuffer.wrap(new char[] { '\udf9f' }), bb, false); 123 CoderResult cr = e.encode(CharBuffer.wrap(new char[] { '\ud842' }), bb, false); 126 cr = e.encode(CharBuffer.wrap(new char[] { '\udf9f' }), bb, false); 135 cr = e.encode(CharBuffer.wrap(new char[] { }), bb, true); 147 CoderResult cr = e.encode(CharBuffer.wrap(new char[] { 'x' }), bb, false); 154 // You must call encode with endOfInput true before you can flush. 157 // We had a bug where we wouldn't reset inEnd before calling encode in implFlush. 159 cr = e.encode(CharBuffer.wrap(new char[] { 'x' }), bb, true) [all...] |
/libcore/luni/src/test/java/libcore/util/ |
HexEncodingTest.java | 23 import static libcore.util.HexEncoding.encode; 29 assertArraysEqual("61766F6361646F73".toCharArray(), encode(avocados)); 30 assertArraysEqual(avocados, decode(encode(avocados), false));
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
test_tool.py | 44 out, err = proc.communicate(self.data.encode()) 45 self.assertEqual(out.splitlines(), self.expect.encode().splitlines()) 58 self.assertEqual(out.splitlines(), self.expect.encode().splitlines())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
test_tool.py | 44 out, err = proc.communicate(self.data.encode()) 45 self.assertEqual(out.splitlines(), self.expect.encode().splitlines()) 58 self.assertEqual(out.splitlines(), self.expect.encode().splitlines())
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
InstructionCodec.java | 28 * and encode from instances of {@link DecodedInstruction}. 39 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 54 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 71 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 90 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 108 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 124 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 142 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 160 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 179 @Override public void encode(DecodedInstruction insn, CodeOutput out) method 199 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 217 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 244 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 267 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 288 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 309 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 331 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 353 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 375 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 396 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 416 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 436 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 453 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 488 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 509 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 524 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 535 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 546 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 557 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 568 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 579 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 596 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 623 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 659 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 729 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 762 public abstract void encode(DecodedInstruction insn, CodeOutput out); method in class:InstructionCodec [all...] |
/external/clang/test/CodeGenObjC/ |
bitfield_encoding.m | 12 const char *encoding = @encode(struct foo);
|
/external/clang/test/Index/ |
index-refs.m | 13 @encode(struct FooS);
|
/external/libvpx/libvpx/third_party/libyuv/ |
README.libvpx | 13 in order to encode multiple resolution bit streams.
|
/external/lzma/CPP/7zip/Common/ |
CreateCoder.cpp | 160 bool encode, bool onlyCoder)
169 if (encode)
201 if (encode)
259 bool encode)
265 filter, coder, coder2, encode, true);
271 CMyComPtr<ICompressCoder> &coder, bool encode)
278 coder, coder2, encode);
285 bool encode)
292 filter, coder, coder2, encode, false);
|
/external/nanopb-c/tests/common/ |
SConscript | 5 # Protocol definitions for the encode/decode_unittests
|
/external/skia/include/core/ |
SkImageEncoder.h | 42 * Encode bitmap 'bm', returning the results in an SkData, at quality level 50 * Encode bitmap 'bm' in the desired format, writing results to 57 * Encode bitmap 'bm' in the desired format, writing results to 74 * Encode bitmap 'bm' in the desired format, writing results to
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/ |
README.webm | 13 in order to encode multiple resolution bit streams.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
encoders.py | 23 # Must encode spaces, which quopri.encodestring() doesn't do 42 """Encode the message's payload in Base64. 55 """Encode the message's payload in quoted-printable. 77 orig.encode('ascii')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
bz2_codec.py | 4 will return Python string objects for both encode and decode. 49 def encode(self, input, errors='strict'): member in class:Codec 60 def encode(self, input, final=False): member in class:IncrementalEncoder 96 encode=bz2_encode,
|
palmos.py | 12 def encode(self,input,errors='strict'): member in class:Codec 19 def encode(self, input, final=False): member in class:IncrementalEncoder 37 encode=Codec().encode,
|
zlib_codec.py | 4 will return Python string objects for both encode and decode. 48 def encode(self, input, errors='strict'): member in class:Codec 59 def encode(self, input, final=False): member in class:IncrementalEncoder 96 encode=zlib_encode,
|