HomeSort by relevance Sort by last modified time
    Searched refs:installable (Results 1 - 20 of 20) sorted by null

  /external/libcups/cups/
ppd-conflicts.c 43 static int ppd_is_installable(ppd_group_t *installable,
367 * Try resolving by choosing the default values for non-installable
381 * Can't resolve by changing an installable option...
384 if (constptr->installable)
632 * an installable option.
677 static int /* O - 1 if installable, 0 if normal */
679 ppd_group_t *installable, /* I - InstallableOptions group */
682 if (installable)
688 for (i = installable->num_options, option = installable->options
711 ppd_group_t *installable; \/* Installable options group *\/ local
    [all...]
ppd-private.h 88 int installable; /* Installable option? */ member in struct:_ppd_cups_uiconst_s
94 int installable, /* Constrained against any installable options? */ member in struct:_ppd_cups_uiconsts_s
  /build/soong/java/
dexpreopt_test.go 37 name: "installable java library",
41 installable: true,
66 name: "installable java library without sources",
70 installable: true,
dexpreopt_bootjars_test.go 38 installable: true,
java.go 114 // effect on host modules, which are always considered installable.
115 Installable *bool
231 // If set to true, compile dex regardless of installable. Defaults to false.
    [all...]
  /external/autotest/server/hosts/
base_classes_unittest.py 39 # create a dummy installable class
40 class installable(object): class in function:test_host_class.test_install
43 installableObj = self.god.create_mock_class(installable,
  /build/soong/apex/
key.go 52 // Whether this key is installable to one of the partitions. Defualt: true.
53 Installable *bool
64 func (m *apexKey) installable() bool { func
112 if m, ok := module.(*apexBundle); ok && m.Enabled() && m.installable() {
119 if m, ok := module.(*Prebuilt); ok && m.Enabled() && m.installable() &&
apex.go 161 if a.installable() && !a.testApex {
163 // non-installable apex's cannot be installed and so should not prevent libraries from being
255 // Whether this APEX is installable to one of the partitions. Default: true.
256 Installable *bool
550 func (a *apexBundle) installable() bool { func
551 return a.properties.Installable == nil || proptools.Bool(a.properties.Installable)
1325 func (p *Prebuilt) installable() bool { func
    [all...]
  /build/soong/bpfix/bpfix/
bpfix_test.go 534 name: "java installable lib",
538 installable: true,
544 installable: true,
586 installable: true,
bpfix.go 244 // An android_library_import doesn't get installed, so setting "installable = false" isn't supported
245 removeProperty(mod, "installable")
389 // rewriteAndroidmkJavaLibs rewrites java_library_installable into java_library plus installable: true
403 _, hasInstallable := mod.GetProperty("installable")
406 Name: "installable",
638 "installable",
  /build/soong/androidmk/cmd/androidmk/
androidmk_test.go 587 installable: true,
592 installable: false,
597 installable: true,
android.go 60 "LOCAL_UNINSTALLABLE_MODULE": invert("installable"),
  /build/soong/android/
sh_binary.go 49 // Whether this module is directly installable to one of the partitions. Default: true.
50 Installable *bool
96 func (s *ShBinary) Installable() bool {
97 return s.properties.Installable == nil || Bool(s.properties.Installable)
prebuilt_etc.go 55 // Whether this module is directly installable to one of the partitions. Default: true.
56 Installable *bool
108 func (p *PrebuiltEtc) Installable() bool {
109 return p.properties.Installable == nil || Bool(p.properties.Installable)
159 fmt.Fprintln(w, "LOCAL_UNINSTALLABLE_MODULE :=", !p.Installable())
  /build/soong/cc/
cc.go 1004 // Note: this is still non-installable
    [all...]
  /external/google-breakpad/autotools/
ltmain.sh     [all...]
  /external/libnetfilter_conntrack/
ltmain.sh     [all...]
  /external/libnfnetlink/
ltmain.sh     [all...]
  /external/libogg/
ltmain.sh     [all...]
  /external/libusb-compat/
ltmain.sh     [all...]

Completed in 5744 milliseconds