HomeSort by relevance Sort by last modified time
    Searched refs:tagged (Results 26 - 50 of 73) sorted by null

12 3

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py 598 if os.path.exists(self.tagged):
599 shutil.rmtree(self.tagged)
606 os.mkdir(self.tagged)
607 init_file = os.path.join(self.tagged, '__init__.py')
611 # now create a symlink to the tagged package
612 # sample -> sample-tagged
613 symlink_support.symlink(self.tagged, self.package_name)
619 def tagged(self): member in class:TestSymbolicallyLinkedPackage
620 return self.package_name + '-tagged'
639 if os.path.exists(self.tagged)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_import.py 598 if os.path.exists(self.tagged):
599 shutil.rmtree(self.tagged)
606 os.mkdir(self.tagged)
607 init_file = os.path.join(self.tagged, '__init__.py')
611 # now create a symlink to the tagged package
612 # sample -> sample-tagged
613 symlink_support.symlink(self.tagged, self.package_name)
619 def tagged(self): member in class:TestSymbolicallyLinkedPackage
620 return self.package_name + '-tagged'
639 if os.path.exists(self.tagged)
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11_auth.c 511 int *untagged, *tagged, *notempty; local
571 tagged = cache->vlan_id.tagged;
574 tagged);
604 cache->vlan_id.tagged[0] ? "+" : "");
ap_config.c 738 if (vlan_desc->tagged[i] < 0 ||
739 vlan_desc->tagged[i] > MAX_VLAN_ID)
742 if (!vlan_desc->untagged && !vlan_desc->tagged[0])
sta_info.c 931 if (vlan_desc->tagged[0]) {
932 /* Tagged VLAN configuration */
941 vlan_desc->tagged[0] ? "+" : "");
956 (vlan_desc && vlan_desc->tagged[0]) ?
    [all...]
ieee802_1x.c 1699 int *untagged, *tagged, *notempty; local
    [all...]
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.js 122 var taggedWithHtml = ['Showing technical resources tagged with '];
162 resultJqNode.addClass('tagged-' + tag);
  /prebuilts/go/darwin-x86/src/encoding/json/
encode.go 125 // 1) Of those fields, if any are JSON-tagged, only tagged fields are considered,
128 // 2) If there is exactly one field (tagged or not according to the first rule), that is selected.
1143 tagged := name != ""
1149 tag: tagged,
    [all...]
encode_test.go 515 // BugD's tagged S field should dominate BugA's.
542 BugY // Contains a tagged S field through BugD; should not dominate.
  /prebuilts/go/linux-x86/src/encoding/json/
encode.go 125 // 1) Of those fields, if any are JSON-tagged, only tagged fields are considered,
128 // 2) If there is exactly one field (tagged or not according to the first rule), that is selected.
1143 tagged := name != ""
1149 tag: tagged,
    [all...]
encode_test.go 515 // BugD's tagged S field should dominate BugA's.
542 BugY // Contains a tagged S field through BugD; should not dominate.
  /external/wpa_supplicant_8/src/radius/
radius.h 284 int *tagged);
radius.c     [all...]
  /external/python/cpython3/Lib/test/test_import/
__init__.py 815 tagged = package_name + '-tagged' variable in class:TestSymbolicallyLinkedPackage
818 test.support.rmtree(self.tagged)
824 os.mkdir(self.tagged)
825 self.addCleanup(test.support.rmtree, self.tagged)
826 init_file = os.path.join(self.tagged, '__init__.py')
830 # now create a symlink to the tagged package
831 # sample -> sample-tagged
832 os.symlink(self.tagged, self.package_name, target_is_directory=True)
    [all...]
  /build/make/core/
main.mk 365 # For most goals, anything not tagged with the "tests" tag should
414 CUSTOM_MODULES := $(sort $(call get-tagged-modules,$(ALL_MODULE_TAGS)))
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/cryptobyte/
asn1.go 557 // element (not including tag and length bytes) tagged with the given tag into
582 // explicitly tagged with tag into out and advances. If no element with a
621 // explicitly tagged with tag into out and advances. If no element with a
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/cryptobyte/
asn1.go 557 // element (not including tag and length bytes) tagged with the given tag into
582 // explicitly tagged with tag into out and advances. If no element with a
621 // explicitly tagged with tag into out and advances. If no element with a
  /prebuilts/go/darwin-x86/src/encoding/asn1/
common.go 59 // For example: a BIT STRING is tagged [UNIVERSAL 3] by default (although ASN.1
asn1_test.go     [all...]
marshal.go 616 return nil, StructuralError{"non sequence tagged as set"}
  /prebuilts/go/linux-x86/src/encoding/asn1/
common.go 59 // For example: a BIT STRING is tagged [UNIVERSAL 3] by default (although ASN.1
asn1_test.go     [all...]
  /build/blueprint/
unpack.go 197 panic(fmt.Errorf(`int field %s must be tagged blueprint:"mutated"`, propertyName))
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 165 // tagged with call cost. Net effect is that loop entry is favored.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 165 // tagged with call cost. Net effect is that loop entry is favored.

Completed in 1651 milliseconds

12 3