HomeSort by relevance Sort by last modified time
    Searched full:thirdparty (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /packages/apps/Test/connectivity/sl4n/rapidjson/
.gitmodules 1 [submodule "thirdparty/gtest"]
2 path = thirdparty/gtest
CHANGELOG.md 19 * CMakeLists for include as a thirdparty in projects (#334, #337)
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ver2_ulp_components/
ThirdParty.java 37 public class ThirdParty
44 public ThirdParty() {
71 * Creates a new ThirdParty from encoded stream.
73 public static ThirdParty fromPerUnaligned(byte[] encodedBytes) {
74 ThirdParty result = new ThirdParty();
80 * Creates a new ThirdParty from encoded stream.
82 public static ThirdParty fromPerAligned(byte[] encodedBytes) {
83 ThirdParty result = new ThirdParty();
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/
http-builder-0.7.2-sources.jar 
http-builder-0.7.2.jar 
  /packages/apps/Test/connectivity/sl4n/rapidjson/CMakeModules/
FindGTestSrc.cmake 4 "${CMAKE_CURRENT_LIST_DIR}/../thirdparty/gtest")
  /external/guava/guava-gwt/src/com/google/common/
ForceGuavaCompilation.gwt.xml 14 <inherits name="com.google.thirdparty.publicsuffix.PublicSuffixPatterns" />
15 <inherits name="com.google.thirdparty.publicsuffix.PublicSuffixType" />
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_version_2_message_extensions/
Ver2_SUPL_START_extension.java 35 import android.location.cts.asn1.supl2.ver2_ulp_components.ThirdParty;
119 private ThirdParty thirdParty_;
120 public ThirdParty getThirdParty() {
124 * @throws ClassCastException if value is not a ThirdParty
127 this.thirdParty_ = (ThirdParty) value;
129 public ThirdParty setThirdPartyToNewInstance() {
130 thirdParty_ = new ThirdParty();
239 return tag == null ? ThirdParty.getPossibleFirstTags() : ImmutableList.of(tag);
253 return "thirdParty : "
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_triggered_start/
Ver2_SUPLTRIGGEREDSTART.java 41 import android.location.cts.asn1.supl2.ver2_ulp_components.ThirdParty;
185 private ThirdParty thirdParty_;
186 public ThirdParty getThirdParty() {
190 * @throws ClassCastException if value is not a ThirdParty
193 this.thirdParty_ = (ThirdParty) value;
195 public ThirdParty setThirdPartyToNewInstance() {
196 thirdParty_ = new ThirdParty();
537 return tag == null ? ThirdParty.getPossibleFirstTags() : ImmutableList.of(tag);
551 return "thirdParty : "
  /external/flatbuffers/biicode/support/
bii-travis.sh 23 wget https://s3.amazonaws.com/biibinaries/thirdparty/cmake-3.0.2-Linux-64.tar.gz
  /external/guava/guava/src/com/google/thirdparty/publicsuffix/
PublicSuffixType.java 17 package com.google.thirdparty.publicsuffix;
TrieParser.java 17 package com.google.thirdparty.publicsuffix;
  /external/guava/guava-gwt/src/com/google/thirdparty/publicsuffix/
PublicSuffixPatterns.gwt.xml 24 <inherits name="com.google.thirdparty.publicsuffix.PublicSuffixType"/>
  /external/guava/guava-gwt/src/com/google/common/net/
Net.gwt.xml 29 <inherits name="com.google.thirdparty.publicsuffix.PublicSuffixPatterns"/>
  /external/v8/tools/clang/plugins/
FindBadConstructsAction.cpp 50 } else if (args[i] == "enforce-in-thirdparty-webkit") {
  /packages/apps/TV/partner_support/tests/robotests/javatests/com/google/android/tv/partner/support/
BaseCustomizationTest.java 28 import com.google.thirdparty.robolectric.GoogleRobolectricTestRunner;
TunerSetupUtilsTest.java 22 import com.google.thirdparty.robolectric.GoogleRobolectricTestRunner;
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TelecomServiceImplTest.java 409 String packageNameToUse = "com.thirdparty.connectionservice";
427 String packageNameToUse = "com.thirdparty.connectionservice";
444 String packageNameToUse = "com.thirdparty.connectionservice";
464 String packageNameToUse = "com.thirdparty.connectionservice";
517 String packageNameToUse = "com.thirdparty.connectionservice";
    [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
guava-19.0-sources.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/17.0/
guava-17.0-sources.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/18.0/
guava-18.0-sources.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/19.0/
guava-19.0-sources.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/20.0/
guava-20.0-sources.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CustomViewFinder.java 271 List<String> thirdParty = new ArrayList<String>(thirdPartyViews);
276 mThirdPartyViews = thirdParty;
279 return Pair.of(custom, thirdParty);
  /external/libmtp/
hotplug.sh.in 10 HALPATH=/usr/share/hal/fdi/information/20thirdparty

Completed in 590 milliseconds

1 2 3 4