/frameworks/rs/ |
D | rsScriptGroup.h | 46 class Link { 53 Link(); 54 ~Link(); 62 std::vector<Link *> mOutputs; 63 std::vector<Link *> mInputs; 77 std::vector<Link *> mLinks;
|
D | rsScriptGroup.cpp | 82 const Link *l = n->mOutputs[ct]; in calcOrderRecurse() 123 Link *l = mLinks[ct]; in calcOrder() 216 Link *l = new Link(); in create() 230 Link *l = n->mOutputs[ct2]; in create() 359 ScriptGroup::Link::Link() { in Link() function in android::renderscript::ScriptGroup::Link 362 ScriptGroup::Link::~Link() { in ~Link()
|
/frameworks/base/tools/aapt2/cmd/ |
D | Link_test.cpp | 41 ASSERT_TRUE(Link(link_args, compiled_files_dir, &diag)); in TEST_F() 69 ASSERT_TRUE(Link(link_args, compiled_files_dir, &diag)); in TEST_F()
|
D | Convert_test.cpp | 44 ASSERT_TRUE(Link(link_args, compiled_files_dir, &diag)); in TEST_F() 81 ASSERT_TRUE(Link(link_args, compiled_files_dir, &diag)); in TEST_F()
|
D | Compile_test.cpp | 213 ASSERT_TRUE(ctf->Link({ in AssertTranslations()
|
/frameworks/base/tools/aapt2/process/ |
D | SymbolTable_test.cpp | 100 ASSERT_TRUE(Link(link_args, static_lib_compiled_files_dir, &diag)); in TEST_F() 119 ASSERT_TRUE(Link(link_args, app_compiled_files_dir, &diag)); in TEST_F()
|
/frameworks/base/tools/aapt2/test/ |
D | Fixture.h | 80 bool Link(const std::vector<std::string>& args, const android::StringPiece& flat_dir,
|
D | Fixture.cpp | 104 bool CommandTestFixture::Link(const std::vector<std::string>& args, in Link() function in aapt::CommandTestFixture
|
/frameworks/native/services/inputflinger/ |
D | InputDispatcher.h | 454 struct Link { struct 459 inline Link() : next(nullptr), prev(nullptr) { } in Link() argument 478 struct EventEntry : Link<EventEntry> { 593 struct DispatchEntry : Link<DispatchEntry> { 648 struct CommandEntry : Link<CommandEntry> {
|
/frameworks/base/core/proto/android/bluetooth/ |
D | enums.proto | 53 // Link type is at most 1 byte (0xFF), thus 0xFFF must not be a valid value
|
/frameworks/base/core/java/com/google/android/util/ |
D | AbstractMessageParser.java | 226 return new Link(url, text); in tokenForUrl() 800 public static class Link extends Token { class in AbstractMessageParser 803 public Link(String url, String text) { in Link() method in AbstractMessageParser.Link 1265 html.append(((Link)token).getURL()); in toHtml()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/ |
D | CMakeLists.txt | 24 cmake_dependent_option(protobuf_MSVC_STATIC_RUNTIME "Link static runtime libraries" ON
|
/frameworks/base/tools/aapt2/ |
D | Android.bp | 23 "cmd/Link.cpp",
|
/frameworks/opt/net/wifi/service/proto/src/ |
D | scorecard.proto | 89 optional UnivariateStatistic linkspeed = 4; // Link speed (Mbits/sec)
|
/frameworks/base/proto/src/ |
D | wifi.proto | 522 // Link Probe metrics 817 // Link speed (Mbps) 975 // Link probe was performed 1039 // Link speed from the last rssi poll (Only valid for active connections) 1906 // Link probe status is unknown 1909 // Link probe is not triggered 1912 // Link probe is triggered and the result is success 1915 // Link probe is triggered and the result is failure 1952 // Link speed at the sample time in Mbps 2436 // Counts the occurrences of Link Speed values when a link probe succeeds. [all …]
|
/frameworks/base/core/proto/android/bluetooth/hci/ |
D | enums.proto | 28 // Link control commands 0x0400 85 // Link policy commands 0x0800
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 137 HelpText<"Link against dynamic library">; 147 HelpText<"Link against static library">;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/ |
D | README.md | 357 - Link with the generated jar file
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 1940 * Logs when we receive Bluetooth Link Quality Report event from the controller 1981 // Current Link Supervision Timeout Setting
|