HomeSort by relevance Sort by last modified time
    Searched refs:implementation (Results 1 - 25 of 2054) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/support/paging/integration-tests/testapp/
build.gradle 25 implementation(project(":arch:core-runtime"))
26 implementation(project(":arch:core-common"))
27 implementation(project(":paging:paging-common"))
28 implementation(project(":lifecycle:lifecycle-extensions"))
29 implementation(project(":lifecycle:lifecycle-runtime"))
30 implementation(project(":lifecycle:lifecycle-common"))
31 implementation(project(":paging:paging-runtime"))
32 implementation(MULTIDEX)
33 implementation(SUPPORT_RECYCLERVIEW, libs.support_exclude_config)
34 implementation(SUPPORT_APPCOMPAT, libs.support_exclude_config
    [all...]
  /frameworks/support/work/integration-tests/testapp/
build.gradle 36 implementation 'com.android.support.constraint:constraint-layout:1.0.2'
37 implementation project(':work:work-runtime')
38 implementation project(':work:work-firebase')
39 implementation "android.arch.lifecycle:extensions:1.1.0"
40 implementation "android.arch.persistence.room:runtime:1.1.0"
42 implementation MULTIDEX
43 implementation "com.android.support:recyclerview-v7:26.1.0"
44 implementation "com.android.support:appcompat-v7:26.1.0"
45 implementation "com.android.support:design:26.1.0"
  /frameworks/support/samples/SupportWearDemos/
build.gradle 22 implementation(project(":wear"))
23 implementation project(path: ':appcompat')
  /external/clang/test/Index/
complete-at-directives.m 5 @implementation MyClass
11 // CHECK-CC1: {TypedText implementation}{HorizontalSpace }{Placeholder class}
29 // CHECK-CC4: NotImplemented:{TypedText @implementation}{HorizontalSpace }{Placeholder class}
complete-interfaces.m 16 @implementation Int2
19 @implementation Int3
  /frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/resources/META-INF/gradle-plugins/
com.android.databinding.localizemaven.properties 17 implementation-class=android.databinding.MavenDependencyCollectorPlugi
  /frameworks/support/samples/SupportAppNavigation/
build.gradle 22 implementation(project(":core"))
  /frameworks/support/samples/ViewPager2Demos/
build.gradle 22 implementation(project(":viewpager2"))
  /frameworks/support/samples/SupportVectorDrawableDemos/
build.gradle 22 implementation(project(":vectordrawable"))
23 implementation(project(":vectordrawable-animated"))
24 implementation(project(":appcompat"))
  /frameworks/support/samples/SupportSliceDemos/
build.gradle 24 implementation(project(":slice-view"))
25 implementation(project(":slice-builders"))
26 implementation(project(":slice-core"))
27 implementation(project(":transition"))
28 implementation(project(":recyclerview"))
29 implementation(project(":appcompat"))
30 implementation(project(":cardview"))
  /device/google/wahoo/wifi_offload/test/
mock_chre_interface_callbacks.cpp 23 namespace implementation { namespace in namespace:android::hardware::wifi::offload::V1_0
28 } // namespace implementation
mock_chre_interface_factory.cpp 24 namespace implementation { namespace in namespace:android::hardware::wifi::offload::V1_0
29 } // namespace implementation
  /frameworks/support/navigation/integration-tests/testapp/
build.gradle 24 implementation(project(":navigation:navigation-fragment"))
25 implementation(project(":navigation:navigation-ui"))
  /frameworks/support/samples/SupportMediaDemos/
build.gradle 22 implementation(project(":media"))
23 implementation(project(":media-widget"))
  /hardware/interfaces/drm/1.0/default/
LegacyPluginPath.h 25 namespace implementation { namespace in namespace:android::hardware::drm::V1_0
29 } // namespace implementation
LegacyPluginPath.cpp 25 namespace implementation { namespace in namespace:android::hardware::drm::V1_0
35 } // namespace implementation
  /frameworks/support/room/integration-tests/testapp/
build.gradle 38 implementation(project(":room:room-common"))
39 implementation(project(":sqlite:sqlite"))
40 implementation(project(":sqlite:sqlite-framework"))
41 implementation(project(":room:room-runtime"))
42 implementation(project(":arch:core-runtime"))
43 implementation(project(":arch:core-common"))
44 implementation(project(":lifecycle:lifecycle-extensions"))
45 implementation(project(":lifecycle:lifecycle-runtime"))
46 implementation(project(":lifecycle:lifecycle-common"))
47 implementation(project(":room:room-rxjava2")
    [all...]
  /frameworks/support/testutils/
build.gradle 27 implementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
28 implementation(ESPRESSO_CORE_TMP, libs.exclude_for_espresso)
29 implementation(MOCKITO_CORE, libs.exclude_bytebuddy) // DexMaker has it"s own MockMaker
30 implementation(DEXMAKER_MOCKITO, libs.exclude_bytebuddy) // DexMaker has it"s own MockMaker
31 implementation(JUNIT)
  /frameworks/support/samples/SupportEmojiDemos/
build.gradle 26 implementation(project(":emoji"))
27 implementation(project(":emoji-bundled"))
28 implementation(project(":emoji-appcompat"))
  /external/valgrind/drd/tests/
linuxthreads_det.stdout.exp 1 NPTL or non-Linux POSIX threads implementation detected.
  /external/webrtc/webrtc/modules/video_capture/external/
video_capture_external.cc 21 RefCountImpl<VideoCaptureImpl>* implementation = local
23 return implementation;
  /frameworks/support/jetifier/jetifier/gradle-plugin/src/main/resources/META-INF/gradle-plugins/
androidx.tools.jetifier.properties 17 implementation-class=com.android.tools.build.jetifier.plugin.gradle.JetifierPlugi
  /hardware/interfaces/tests/bar/1.0/default/
ImportTypes.cpp 8 namespace implementation { namespace in namespace:android::hardware::tests::bar::V1_0
16 } // namespace implementation
  /external/parameter-framework/asio-1.10.6/include/asio/
basic_io_object.hpp 57 /// The underlying implementation type of I/O object.
82 service.construct(implementation);
93 service.destroy(implementation);
115 /// Get the underlying implementation of the I/O object.
118 return implementation;
121 /// Get the underlying implementation of the I/O object.
124 return implementation;
127 /// (Deprecated: Use get_implementation().) The underlying implementation of
129 implementation_type implementation; member in class:asio::basic_io_object
153 service_->construct(implementation);
195 implementation_type implementation; member in class:asio::basic_io_object
    [all...]
  /frameworks/support/lifecycle/integration-tests/testapp/
build.gradle 40 implementation(project(":lifecycle:lifecycle-common"))
41 implementation(project(":lifecycle:lifecycle-runtime"))
42 implementation(project(":lifecycle:lifecycle-extensions"))

Completed in 597 milliseconds

1 2 3 4 5 6 7 8 91011>>