Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 25 of 84) sorted by relevance

1234

/frameworks/base/obex/
DNOTICE5 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/
DLICENSE3 // 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/
Dindex.jd37 <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/
Dlicense-BSD.txt9 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.readme2 Once we support binary library this will go away.
/frameworks/support/v7/mediarouter/src/
D.readme2 Once we support binary library this will go away.
/frameworks/multidex/instrumentation/src/
D.readme2 Once we support binary library this will go away.
/frameworks/support/v7/gridlayout/src/
D.readme2 Once we support binary library this will go away.
/frameworks/support/v7/appcompat/src/
D.readme2 Once we support binary library this will go away.
/frameworks/multidex/library/src/
D.readme2 Once we support binary library this will go away.
/frameworks/support/percent/src/
D.readme2 Once we support binary library this will go away.
/frameworks/support/v17/leanback/src/
D.readme2 Once we support binary library this will go away.
/frameworks/support/v7/cardview/src/
D.readme2 Once we support binary library this will go away.
/frameworks/data-binding/compilerCommon/
DXMLParser.g46 Redistribution and use in source and binary forms, with or without
11 2. Redistributions in binary form must reproduce the above copyright
DXMLLexer.g46 Redistribution and use in source and binary forms, with or without
11 2. Redistributions in binary form must reproduce the above copyright
DBindingExpression.g45 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/
Dmk_hyb_file.py331 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/
DHTTPResponse.java145 byte[] binary = Base64.decode(data, Base64.DEFAULT); in getBinaryPayload()
146 return ByteBuffer.wrap(binary); in getBinaryPayload()
DHTTPRequest.java252 byte[] binary = Base64.decode(mBody, Base64.DEFAULT); in getBinaryPayload()
253 return ByteBuffer.wrap(binary); in getBinaryPayload()
/frameworks/native/opengl/specs/
DEGL_ANDROID_blob_cache.txt137 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/
Dexample.cpp97 o.open("/data/local/tmp/foo.pgm", std::ios::out | std::ios::binary); in runMinikinTest()
/frameworks/base/packages/CtsShim/build/
DREADME6 NOTE: The need to include a binary on the system image may be deprecated if a
/frameworks/base/tools/aapt2/compile/
DCompile.cpp189 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/
Dhyb_file_format.md1 # Hyb (hyphenation pattern binary) file format
92 The entries are sorted by codepoint, to facilitate binary search. Another reasonable
/frameworks/base/docs/html/about/
Dandroid.jd51 <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