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

1 2

  /external/mesa3d/src/gallium/state_trackers/xa/
README 30 The XA state tracker is intended as a versioned interface to gallium for
37 1) The Xorg sdk (versioned)
38 2) Gallium3D (not versioned)
39 3) KMS modesetting (versioned)
40 4) Driver-private (hopefully versioned)
42 Since Gallium3D is not versioned, the Xorg state tracker needs to be compiled
  /frameworks/native/cmds/installd/
otapreopt_parameters.h 32 bool ReadArgumentsPostV1(uint32_t version, const char** argv, bool versioned);
otapreopt_parameters.cpp 238 bool OTAPreoptParameters::ReadArgumentsPostV1(uint32_t version, const char** argv, bool versioned) {
255 size_t dexopt_index = versioned ? 3 : 2;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
libdso-15.d 6 # A DSO that has two versioned symbols, each with a weak alias.
7 # Each symbol is versioned.
libdso-1c.d 7 # A DSO linked to another DSO that has two versioned symbols, to which
libdso-1d.d 8 # A DSO linked to another DSO that has two versioned symbols, to which
pcrelcp-1.d 9 # to a versioned symbol in a library got caught by an assert in
12 # copied to, on the merged-to (direct) symbol. For versioned symbols,
  /frameworks/native/cmds/installd/tests/
installd_otapreopt_test.cpp 49 bool versioned,
53 if (version > 2 || (version == 2 && versioned)) {
121 std::vector<const char*> getArgs(uint32_t version, bool versioned) {
125 if (versioned) {
162 void VerifyReadArguments(uint32_t version, bool versioned) {
164 std::vector<const char*> args = getArgs(version, versioned);
166 verifyPackageParameters(params, version, versioned, args.data());
  /external/apache-http/src/org/apache/http/impl/cookie/
BestMatchSpec.java 110 boolean versioned = false;
114 versioned = true;
124 if (versioned) {
  /compatibility/cdd/10_software-compatibility-testing/
10_1_compatibility_test_suite.md 13 may itself contain bugs. The CTS will be versioned independently of this
  /external/lz4/lib/
Makefile 97 @echo creating versioned links
  /build/soong/cc/
pgo.go 109 // use a versioned file named
  /external/golang-protobuf/ptypes/any/
any.pb.go 117 // on changes to types. (Use versioned type names to manage
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Any.cs 149 /// on changes to types. (Use versioned type names to manage
  /toolchain/binutils/binutils-2.27/bfd/
elflink.c 583 if (h->versioned == unknown)
585 /* Set versioned if symbol version is unknown. */
590 h->versioned = versioned_hidden;
592 h->versioned = versioned;
616 /* We had a versioned symbol in a dynamic library. We make the
617 the versioned symbol point to this one. */
1014 if (h->versioned != unversioned)
1016 /* Symbol version is unknown or versioned. */
1020 if (h->versioned == unknown
    [all...]
elf-bfd.h 117 versioned,
193 ENUM_BITFIELD (elf_symbol_version) versioned : 2;
116 versioned, enumerator in enum:elf_symbol_version
192 ENUM_BITFIELD (elf_symbol_version) versioned : 2; member in struct:elf_link_hash_entry
    [all...]
  /external/libpng/
configure     [all...]
  /system/sepolicy/
Android.mk 34 # additional policy. types and attributes are versioned and included in
56 # private + public policy and produces attributized and versioned
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
pgen.go 590 // names of the variables may have been "versioned" to avoid conflicts
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
objfile.go 29 // One map for versioned symbols and one for unversioned symbols.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
pgen.go 590 // names of the variables may have been "versioned" to avoid conflicts
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
objfile.go 29 // One map for versioned symbols and one for unversioned symbols.
  /external/curl/
configure     [all...]
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 

Completed in 1333 milliseconds

1 2