/frameworks/native/libs/math/include/math/ |
D | half.h | 96 enum Binary { binary }; enumerator 154 return android::half(android::half::binary, android::half::ftoh(static_cast<float>(v)).bits); 193 …atic constexpr type round_error() noexcept { return android::half(android::half::binary, 0x3800); } 194 …inline static constexpr type min() noexcept { return android::half(android::half::binary, 0x0400);… 195 …inline static constexpr type max() noexcept { return android::half(android::half::binary, 0x7bff);… 196 …inline static constexpr type lowest() noexcept { return android::half(android::half::binary, 0xfbf… 197 …inline static constexpr type epsilon() noexcept { return android::half(android::half::binary, 0x14… 198 …inline static constexpr type infinity() noexcept { return android::half(android::half::binary, 0x7… 199 …inline static constexpr type quiet_NaN() noexcept { return android::half(android::half::binary, 0x… 200 …inline static constexpr type denorm_min() noexcept { return android::half(android::half::binary, 0… [all …]
|
/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/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/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
|
D | README.txt | 23 The Win32 (2000/XP) binary package of original version is
|
/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/native/libs/gui/tests/ |
D | Android.bp | 3 // Build the binary to $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE)
|
/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 | 141 byte[] binary = Base64.decode(data, Base64.DEFAULT); in getBinaryPayload() 142 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/base/packages/CtsShim/build/ |
D | README | 6 NOTE: The need to include a binary on the system image may be deprecated if a
|
/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/native/opengl/tools/glgen/specs/gles11/ |
D | checks.spec | 96 glShaderBinary check binary length
|
D | GLES30.spec | 103 …amBinary ( GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary ) 104 void glProgramBinary ( GLuint program, GLenum binaryFormat, const GLvoid *binary, GLsizei length )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 1703 java.nio.Buffer binary in glGetProgramBinary() argument 1713 java.nio.Buffer binary in glGetProgramBinary() argument 1721 java.nio.Buffer binary, in glProgramBinary() argument
|
/frameworks/base/tools/bit/ |
D | make.cpp | 142 std::ifstream stream(filename, std::ifstream::binary); in read_modules()
|
/frameworks/base/tools/aapt2/ |
D | readme.md | 38 - aapt2 optimize can now split a binary APK with the same --split parameters as the link 67 a binary search tree representation. Only available when minSdkVersion >= API O or resource
|
/frameworks/compile/mclinker/ |
D | LICENSE.TXT | 26 * Redistributions in binary form must reproduce the above copyright notice,
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | README | 17 llvm-rs-cc from the Android SDK to build a test binary package (apk)
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 5428 GLvoid *binary = (GLvoid *) 0; in android_glGetProgramBinary__II_3II_3IILjava_nio_Buffer_2() local 5466 …binary = (GLvoid *)getPointer(_env, binary_buf, (jarray*)&_array, &_binaryRemaining, &_bufferOffse… in android_glGetProgramBinary__II_3II_3IILjava_nio_Buffer_2() 5467 if (binary == NULL) { in android_glGetProgramBinary__II_3II_3IILjava_nio_Buffer_2() 5469 binary = (GLvoid *) (_binaryBase + _bufferOffset); in android_glGetProgramBinary__II_3II_3IILjava_nio_Buffer_2() 5476 (GLvoid *)binary in android_glGetProgramBinary__II_3II_3IILjava_nio_Buffer_2() 5481 releasePointer(_env, _array, binary, _exception ? JNI_FALSE : JNI_TRUE); in android_glGetProgramBinary__II_3II_3IILjava_nio_Buffer_2() 5514 GLvoid *binary = (GLvoid *) 0; in android_glGetProgramBinary__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_Buffer_2() local 5532 …binary = (GLvoid *)getPointer(_env, binary_buf, (jarray*)&_binaryArray, &_binaryRemaining, &_binar… in android_glGetProgramBinary__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_Buffer_2() 5541 if (binary == NULL) { in android_glGetProgramBinary__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_Buffer_2() 5543 binary = (GLvoid *) (_binaryBase + _binaryBufferOffset); in android_glGetProgramBinary__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_Buffer_2() [all …]
|
/frameworks/base/tools/aapt2/cmd/ |
D | Link.cpp | 291 std::ifstream fin(path, std::ifstream::binary); in LoadXml() 612 std::ofstream fout(id_map_path, std::ofstream::binary); in WriteStableIdMapToPath() 933 std::ofstream fout(out_path, std::ofstream::binary); 944 util::make_unique<std::ofstream>(out_text_symbols_path.value(), std::ofstream::binary); 1005 std::ofstream fout(out_path, std::ofstream::binary); in WriteManifestJavaFile() 1028 std::ofstream fout(out_path, std::ofstream::binary); in WriteProguardFile()
|
D | Compile.cpp | 198 std::ifstream fin(path_data.source.path, std::ifstream::binary); in CompileTable() 395 std::ifstream fin(path_data.source.path, std::ifstream::binary); in CompileXml()
|