/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/ml/nn/runtime/test/ |
D | TestExtensions.cpp | 197 auto test_app_process = [&](const std::string& binary) { in TEST_F() argument 199 EXPECT_TRUE(TypeManager::isExtensionsUseAllowed({.binaryPath = binary, in TEST_F() 208 EXPECT_FALSE(TypeManager::isExtensionsUseAllowed({.binaryPath = binary, in TEST_F() 217 EXPECT_TRUE(TypeManager::isExtensionsUseAllowed({.binaryPath = binary, in TEST_F() 226 EXPECT_FALSE(TypeManager::isExtensionsUseAllowed({.binaryPath = binary, in TEST_F() 235 EXPECT_TRUE(TypeManager::isExtensionsUseAllowed({.binaryPath = binary, in TEST_F() 244 EXPECT_FALSE(TypeManager::isExtensionsUseAllowed({.binaryPath = binary, in TEST_F() 253 EXPECT_FALSE(TypeManager::isExtensionsUseAllowed({.binaryPath = binary, in TEST_F() 262 EXPECT_FALSE(TypeManager::isExtensionsUseAllowed({.binaryPath = binary, in TEST_F()
|
/frameworks/base/cmds/statsd/tools/localtools/src/com/android/statsd/shelltools/localdrive/ |
D | LocalDrive.java | 157 boolean binary = contains(args, 2, BINARY_FLAG); in updateConfig() 158 if (binary) argCount --; in updateConfig() 170 origConfigLocation, configId, binary, removeOldConfig)); in updateConfig() 186 if (binary) { in updateConfig() 222 boolean binary = contains(args, 1, BINARY_FLAG); in cmdGetData() 228 if (binary) argCount--; in cmdGetData() 240 configId, clearData, binary, noUidMap)); in cmdGetData() 262 if (!binary) { in cmdGetData()
|
/frameworks/native/opengl/include/EGL/ |
D | eglext_angle.h | 164 …LEPROC) (EGLDisplay dpy, EGLint index, void *key, EGLint *keysize, void *binary, EGLint *binarysiz… 165 …ANGLEPROC) (EGLDisplay dpy, const void *key, EGLint keysize, const void *binary, EGLint binarysize… 169 …eryANGLE(EGLDisplay dpy, EGLint index, void *key, EGLint *keysize, void *binary, EGLint *binarysiz… 170 …pulateANGLE(EGLDisplay dpy, const void *key, EGLint keysize, const void *binary, EGLint binarysize…
|
/frameworks/native/libs/gui/tests/ |
D | Android.bp | 3 // Build the binary to $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE) 58 // Build a separate binary to $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE) 59 // This test has a main method, and requires a separate binary to be built.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/ |
D | README.md | 25 npm, but you can download a pre-built binary 34 a pre-built binary from [https://github.com/google/protobuf/releases](https://github.com/google/pro… 70 $ protoc --js_out=library=myproto_libs,binary:. messages.proto base.proto 102 $ protoc --js_out=import_style=commonjs,binary:. messages.proto base.proto 134 - `--js_out=library=myprotos_lib.js,binary:.`: this contains the options 135 `library=myprotos.lib.js` and `binary` and outputs to the current directory. 137 - `--js_out=import_style=commonjs,binary:protos`: this contains the options 138 `import_style=commonjs` and `binary` and outputs to the directory `protos`.
|
D | testempty.proto | 5 // Redistribution and use in source and binary forms, with or without 11 // * Redistributions in binary form must reproduce the above
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/ |
D | README.md | 20 2) Build the C++ code, or obtain a binary distribution of protoc (see 21 the toplevel [README.md](../README.md)). If you install a binary 68 1) Build the C++ code, or obtain a binary distribution of protoc. If 69 you install a binary distribution, make sure that it is the same 74 If you built the C++ code without installing, the compiler binary 91 the new version as well. Both binary compatibility and source compatibility
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/examples/ |
D | add_person.cc | 70 fstream input(argv[1], ios::in | ios::binary); in main() 84 fstream output(argv[1], ios::out | ios::trunc | ios::binary); in main()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | README.md | 29 download a pre-built binary from our release page: 34 zip packages: protoc-$VERSION-$PLATFORM.zip. It contains the protoc binary 44 or you are using C++, it's recommended to build your own protoc binary from 47 If you would like to build protoc binary from source, see the [C++ Installation
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/ |
D | README.md | 35 Before running the tests, make sure you have already built the protoc binary 37 scripts will use the built binary located at ${protobuf}/src/protoc. 50 binary compatibility will be tested.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | more_extensions_dynamic.proto | 5 // Redistribution and use in source and binary forms, with or without 11 // * Redistributions in binary form must reproduce the above 35 // defined in a file whose C++ type is not in the binary.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | any.proto | 5 // Redistribution and use in source and binary forms, with or without 11 // * Redistributions in binary form must reproduce the above 126 // value in binary format, or produce an error. 128 // URL, or have them precompiled into a binary to avoid any 129 // lookup. Therefore, binary compatibility needs to be preserved
|
D | unittest_no_arena_import.proto | 5 // Redistribution and use in source and binary forms, with or without 11 // * Redistributions in binary form must reproduce the above
|
/frameworks/base/tools/aapt2/ |
D | Android.bp | 94 "format/binary/BinaryResourceParser.cpp", 95 "format/binary/ResChunkPullParser.cpp", 96 "format/binary/TableFlattener.cpp", 97 "format/binary/XmlFlattener.cpp",
|
/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/base/native/webview/plat_support/ |
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/tools/bit/ |
D | make.cpp | 85 std::ifstream stream(m_filename, std::ifstream::binary); in BuildVars() 143 std::ofstream stream(m_filename, std::ofstream::binary); in save() 204 std::ifstream stream(filename, std::ifstream::binary); in read_modules()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/ |
D | json_util.cc | 226 string binary; in JsonStringToMessage() local 228 resolver, GetTypeUrl(*message), input, &binary, options); in JsonStringToMessage() 229 if (result.ok() && !message->ParseFromString(binary)) { in JsonStringToMessage()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/ |
D | main.m | 5 // Redistribution and use in source and binary forms, with or without 11 // * Redistributions in binary form must reproduce the above
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/ |
D | unittest_single_nano.proto | 5 // Redistribution and use in source and binary forms, with or without 11 // * Redistributions in binary form must reproduce the above
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/import_test_package/ |
D | inner.proto | 5 // Redistribution and use in source and binary forms, with or without 11 // * Redistributions in binary form must reproduce the above
|
D | outer.proto | 5 // Redistribution and use in source and binary forms, with or without 11 // * Redistributions in binary form must reproduce the above
|
/frameworks/base/cmds/hid/ |
D | README.md | 4 type `hid -` into the terminal, then type/paste commands to send to the binary. 5 Use Ctrl+D to signal end of stream to the binary (EOF). 16 In the current implementation of the hid command, the hid binary will wait 24 type `hid <filename>`, and the file will be used an an input to the binary. 27 with the hid binary.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/ |
D | non_nested_extension.proto | 5 // Redistribution and use in source and binary forms, with or without 11 // * Redistributions in binary form must reproduce the above
|