Searched refs:binary (Results 1 – 25 of 84) sorted by relevance
1234
/frameworks/base/obex/ |
D | NOTICE | 5 Redistribution and use in source and binary forms, with or without 11 - Redistributions in binary form must reproduce the above copyright notice,
|
/frameworks/webview/chromium/ |
D | LICENSE | 3 // Redistribution and use in source and binary forms, with or without 9 // * Redistributions in binary form must reproduce the above
|
/frameworks/base/docs/html/training/sharing/ |
D | index.jd | 37 <dd>Learn how to set up your application to be able to send text and binary data to other 41 <dd>Learn how to set up your application to receive text and binary data from intents.</dd>
|
/frameworks/native/opengl/tests/angeles/ |
D | license-BSD.txt | 9 Redistribution and use in source and binary forms, with or without 15 * Redistributions in binary form must reproduce the above copyright
|
/frameworks/support/design/src/ |
D | .readme | 2 Once we support binary library this will go away.
|
/frameworks/support/v7/mediarouter/src/ |
D | .readme | 2 Once we support binary library this will go away.
|
/frameworks/multidex/instrumentation/src/ |
D | .readme | 2 Once we support binary library this will go away.
|
/frameworks/support/v7/gridlayout/src/ |
D | .readme | 2 Once we support binary library this will go away.
|
/frameworks/support/v7/appcompat/src/ |
D | .readme | 2 Once we support binary library this will go away.
|
/frameworks/multidex/library/src/ |
D | .readme | 2 Once we support binary library this will go away.
|
/frameworks/support/percent/src/ |
D | .readme | 2 Once we support binary library this will go away.
|
/frameworks/support/v17/leanback/src/ |
D | .readme | 2 Once we support binary library this will go away.
|
/frameworks/support/v7/cardview/src/ |
D | .readme | 2 Once we support binary library this will go away.
|
/frameworks/data-binding/compilerCommon/ |
D | XMLParser.g4 | 6 Redistribution and use in source and binary forms, with or without 11 2. Redistributions in binary form must reproduce the above copyright
|
D | XMLLexer.g4 | 6 Redistribution and use in source and binary forms, with or without 11 2. Redistributions in binary form must reproduce the above copyright
|
D | BindingExpression.g4 | 5 Redistribution and use in source and binary forms, with or without 10 2. Redistributions in binary form must reproduce the above copyright
|
/frameworks/minikin/tools/ |
D | mk_hyb_file.py | 331 binary = b''.join(result) 332 if len(binary) % 4 != 0: 333 binary += b'\x00' * (4 - len(binary) % 4) 334 return binary
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/utils/ |
D | HTTPResponse.java | 145 byte[] binary = Base64.decode(data, Base64.DEFAULT); in getBinaryPayload() 146 return ByteBuffer.wrap(binary); in getBinaryPayload()
|
D | HTTPRequest.java | 252 byte[] binary = Base64.decode(mBody, Base64.DEFAULT); in getBinaryPayload() 253 return ByteBuffer.wrap(binary); in getBinaryPayload()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_blob_cache.txt | 137 To insert a new binary value into the cache and associate it with a given 156 To retrieve the binary value associated with a given key from the cache, a 164 size in bytes of the binary key pointed to by <key>. If the cache contains 165 a value associated with the given key then the size of that binary value in
|
/frameworks/minikin/sample/ |
D | example.cpp | 97 o.open("/data/local/tmp/foo.pgm", std::ios::out | std::ios::binary); in runMinikinTest()
|
/frameworks/base/packages/CtsShim/build/ |
D | README | 6 NOTE: The need to include a binary on the system image may be deprecated if a
|
/frameworks/base/tools/aapt2/compile/ |
D | Compile.cpp | 189 std::ifstream fin(pathData.source.path, std::ifstream::binary); in compileTable() 332 std::ifstream fin(pathData.source.path, std::ifstream::binary); in compileXml() 382 std::ifstream fin(pathData.source.path, std::ifstream::binary); in compilePng()
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 1 # Hyb (hyphenation pattern binary) file format 92 The entries are sorted by codepoint, to facilitate binary search. Another reasonable
|
/frameworks/base/docs/html/about/ |
D | android.jd | 51 <blockquote>Easily optimize a single binary for phones, tablets, and other devices.</blockquote> 64 <p>For example, you can create a single app binary that's optimized for
|
1234