HomeSort by relevance Sort by last modified time
    Searched refs:aliases (Results 101 - 125 of 575) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 177 // If there are aliases TO this zone, then the following set will
179 set<int32_t> aliases; member in struct:ZoneInfo
190 // Clear the list of aliases OF this zone.
193 // Add an alias to the list of aliases OF this zone.
203 return aliases;
211 aliases.clear();
215 assert(aliasTo < 0 && index >= 0 && aliases.find(index) == aliases.end());
216 aliases.insert(index);
221 assert(aliases.size() == 0)
736 set<string> aliases; member in struct:FinalZone
1552 const set<string>& aliases = i->second; local
1586 const set<string>& aliases = i->second; local
1641 const set<string>& aliases = i->second; local
    [all...]
  /external/tensorflow/tensorflow/cc/framework/
cc_op_gen.cc 499 const std::vector<string>& aliases);
519 const std::vector<string>& aliases; member in struct:tensorflow::__anon38661::OpInfo
525 const std::vector<string>& aliases)
526 : graph_op_def(graph_op_def), api_def(api_def), aliases(aliases) {
658 if (!aliases.empty()) {
660 for (const auto& alias : aliases) {
823 if (!aliases.empty()) {
824 for (const auto& alias : aliases) {
1096 std::vector<string> aliases; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/security/
KeyStoreUsage.java 126 * us to choose from the available entry aliases.
233 * This clears out all previous aliases and replaces it with the
272 Enumeration<String> aliases = ks.aliases(); local
274 return aliases;
292 List<String> aliases = new ArrayList<String>(); local
294 aliases.add(result.nextElement());
296 mAdapter.setAliases(aliases);
  /prebuilts/go/darwin-x86/test/
alias2.go 7 // Test basic restrictions on type aliases.
44 // Type aliases and the original type name can be used interchangeably.
48 // But aliases and original types cannot be used with new types based on them.
  /prebuilts/go/linux-x86/test/
alias2.go 7 // Test basic restrictions on type aliases.
44 // Type aliases and the original type name can be used interchangeably.
48 // But aliases and original types cannot be used with new types based on them.
  /external/libxkbcommon/xkbcommon/test/data/
sync.sh 41 keycodes/aliases \
  /external/llvm/test/MC/ARM/
fconst.s 3 @ fconstd/fconsts aliases
  /external/python/cpython2/Lib/test/
test_winsound.py 92 aliases = [
99 for alias in aliases:
  /external/python/cpython3/Lib/test/
test_winsound.py 118 aliases = [
125 for alias in aliases:
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CharsetEncoder2Test.java 123 public MockMalfunctionCharset(String canonicalName, String[] aliases) {
124 super(canonicalName, aliases);
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
X509KeyManagerImpl.java 122 Enumeration<String> aliase = keyTest.aliases();
166 Enumeration<String> aliase = keyTest.aliases();
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue21809.go 7 // Issue 21809. Compile C `typedef` to go type aliases.
  /prebuilts/go/linux-x86/misc/cgo/test/
issue21809.go 7 // Issue 21809. Compile C `typedef` to go type aliases.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
mixins.py 28 """Mixin for matching an object's aliases."""
42 obj An object with an alias generator method named "aliases"
49 return match_in_set(obj.aliases(), self.alias, self.alias_regex)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
v8-movwr-imm.d 3 #name: V8 mov/wr aliases
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
libdso-15b.d 8 # GOT/PLT-generating relocs, using weak aliases where the strong
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
fancy_getopt.py 40 * boolean options can have "negative aliases" -- eg. if
83 # but expands short options, converts aliases, etc.
120 def _check_alias_dict (self, aliases, what):
121 assert isinstance(aliases, dict)
122 for (alias, opt) in aliases.items():
133 """Set the aliases for this option parser."""
138 """Set the negative aliases for this option parser.
  /external/python/cpython2/Lib/distutils/
fancy_getopt.py 40 * boolean options can have "negative aliases" -- eg. if
83 # but expands short options, converts aliases, etc.
120 def _check_alias_dict (self, aliases, what):
121 assert isinstance(aliases, dict)
122 for (alias, opt) in aliases.items():
133 """Set the aliases for this option parser."""
138 """Set the negative aliases for this option parser.
  /external/python/cpython3/Lib/distutils/
fancy_getopt.py 36 * boolean options can have "negative aliases" -- eg. if
78 # but expands short options, converts aliases, etc.
110 def _check_alias_dict(self, aliases, what):
111 assert isinstance(aliases, dict)
112 for (alias, opt) in aliases.items():
121 """Set the aliases for this option parser."""
126 """Set the negative aliases for this option parser.
  /external/selinux/libselinux/src/
label_internal.h 92 const char **aliases,
  /frameworks/base/core/java/android/security/net/config/
TrustedCertificateStoreAdapter.java 93 public Set<String> aliases() { method in class:TrustedCertificateStoreAdapter
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
fancy_getopt.py 40 * boolean options can have "negative aliases" -- eg. if
83 # but expands short options, converts aliases, etc.
120 def _check_alias_dict (self, aliases, what):
121 assert isinstance(aliases, dict)
122 for (alias, opt) in aliases.items():
133 """Set the aliases for this option parser."""
138 """Set the negative aliases for this option parser.
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
fancy_getopt.py 40 * boolean options can have "negative aliases" -- eg. if
83 # but expands short options, converts aliases, etc.
120 def _check_alias_dict (self, aliases, what):
121 assert isinstance(aliases, dict)
122 for (alias, opt) in aliases.items():
133 """Set the aliases for this option parser."""
138 """Set the negative aliases for this option parser.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 40 * boolean options can have "negative aliases" -- eg. if
83 # but expands short options, converts aliases, etc.
120 def _check_alias_dict (self, aliases, what):
121 assert isinstance(aliases, dict)
122 for (alias, opt) in aliases.items():
133 """Set the aliases for this option parser."""
138 """Set the negative aliases for this option parser.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 40 * boolean options can have "negative aliases" -- eg. if
83 # but expands short options, converts aliases, etc.
120 def _check_alias_dict (self, aliases, what):
121 assert isinstance(aliases, dict)
122 for (alias, opt) in aliases.items():
133 """Set the aliases for this option parser."""
138 """Set the negative aliases for this option parser.

Completed in 727 milliseconds

1 2 3 45 6 7 8 91011>>