/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
netdb.h | 30 char **n_aliases; /* Alias list. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
netdb.h | 30 char **n_aliases; /* Alias list. */
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Files.py | 19 """alias file - An alias file (created with \xd2Make Alias\xd3) """ 26 """original item - the original item pointed to by the alias """
|
/prebuilts/go/darwin-x86/src/cmd/nm/ |
doc.go | 31 // an alias for -sort address (numeric),
|
/prebuilts/go/linux-x86/src/cmd/nm/ |
doc.go | 31 // an alias for -sort address (numeric),
|
/prebuilts/misc/common/swig/include/2.0.11/ruby/ |
std_list.i | 38 %alias std::list::push "<<";
|
std_multiset.i | 48 %alias std::multiset::push "<<";
|
std_vector.i | 49 %alias std::vector::push "<<";
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Files.py | 19 """alias file - An alias file (created with \xd2Make Alias\xd3) """ 26 """original item - the original item pointed to by the alias """
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
mov.s | 7 // Move (extended register) is an alias for ADD/xi Xd,Xn,#0, but
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
libdso-15.d | 6 # A DSO that has two versioned symbols, each with a weak alias.
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
AssignTokenTypesWalker.g | 43 * b) The tokens section may alias a token name to a string or char 55 * c) The tokens section may alias a token name to a string or char 58 * e) token rule definitions may also alias a token name to a literal. 59 * E.g., Rule 'FOR : "for";' will alias FOR to "for" in the sense that 187 protected void alias( GrammarAST t, GrammarAST s ) {} 283 ( s=STRING_LITERAL {trackString($s); alias($t2,$s);} 284 | c=CHAR_LITERAL {trackString($c); alias($t2,$c);}
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
route53 | 28 # Add a non-weighted alias, change its value, then delete. Alaises inherit 31 # route53 add_alias ZPO9LGHZ43QB9 alias.example.com A Z3DZXE0Q79N41H lb-1218761514.us-east-1.elb.amazonaws.com. 32 # route53 change_alias ZPO9LGHZ43QB9 alias.example.com. A Z3DZXE0Q79N41H lb2-1218761514.us-east-1.elb.amazonaws.com. 33 # route53 delete_alias ZPO9LGHZ43QB9 alias.example.com. A Z3DZXE0Q79N41H lb2-1218761514.us-east-1.elb.amazonaws.com. 106 """Add a new alias to a zone. identifier and weight are optional.""" 112 """Delete an alias from a zone: name, type, alias_hosted_zone_id, alias_dns_name, weight and identifier must match.""" 141 """Delete and then add an alias to a zone. identifier and weight are optional."""
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/ |
libtic.so | |
libtic.so.5 | |
libtic.so.5.9 | |
/prebuilts/misc/common/swig/include/2.0.11/d/ |
dhead.swg | 174 alias tango.core.Thread.ThreadLocal!(object.Exception) ThreadLocalData; 177 alias void function(char* message) SwigExceptionCallback; 255 alias void function(const char* message) SwigExceptionCallback; 294 alias char* function(char* cString) SwigStringCallback; 314 alias const(char)* function(const(char*) cString) SwigStringCallback; 329 alias extern(C) R function(P) SwigExternC; 339 alias extern(C) R function(P) SwigExternC;
|
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/jsdoc-template/ |
class.tmpl | 8 <title>glMatrix - {+data.alias+}</title> 49 {+classType+}{+data.alias+} 81 {! var ownProperties = data.properties.filter(function($){return $.memberOf == data.alias && !$.isNamespace}).sort(makeSortby("name")); !} 83 <table class="summaryTable" cellspacing="0" summary="A summary of the fields documented in the class {+data.alias+}."> 102 <if test="member.isStatic && member.memberOf != '_global_'">{+member.memberOf+}.</if><b>{+new Link().toSymbol(member.alias).withText(member.name)+}</b> 115 var borrowedMembers = data.properties.filter(function($) {return $.memberOf != data.alias}); 130 function($) { return new Link().toSymbol($.alias).withText($.name) } 143 {! var ownMethods = data.methods.filter(function($){return $.memberOf == data.alias && !$.isNamespace}).sort(makeSortby("name")); !} 146 <table class="summaryTable" cellspacing="0" summary="A summary of the methods documented in the class {+data.alias+}."> 151 <code class="fixedFont"><if test="member.isStatic && member.memberOf != '_global_'">{+member.memberOf+}.</if><b>{+new Link().toSymbol(member.alias).withText(member.name.replace(/\^\d+$/, ''))+}</b>{+makeSignature(member.params)+ [all...] |
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/ |
DictionaryDatabase.java | 67 * columns w/o the need to know real column names and create the alias itself. 118 * order for the Adapters to work, so the columns need to make "_id" an alias for "rowid" 119 * - "rowid" also needs to be used by the SUGGEST_COLUMN_INTENT_DATA alias in order 137 * actual columns in the database, creating a simple column alias mechanism 167 * identifier, so when making requests, we will use "_id" as an alias for "rowid"
|
/external/bison/src/ |
symtab.h | 95 /* Points to the other in the symbol-string pair for an alias. 97 symbol-string pair for an alias. */ 98 symbol *alias; member in struct:symbol 107 this symbol has a literal string alias. For instance, `%token foo 133 * Make \c str the literal string alias of \c sym. Copy token number,
|
/external/libvpx/libvpx/vpx/ |
vpx_image.h | 67 } vpx_img_fmt_t; /**< alias for enum vpx_img_fmt */ 79 } vpx_color_space_t; /**< alias for enum vpx_color_space */ 85 } vpx_color_range_t; /**< alias for enum vpx_color_range */ 133 } vpx_image_t; /**< alias for struct vpx_image */ 141 } vpx_image_rect_t; /**< alias for struct vpx_image_rect */
|
/external/llvm/docs/ |
CompileCudaWithLLVM.rst | 158 * **Memory-space alias analysis**. `This alias analysis 160 special memory spaces do not alias. It has yet to be integrated to the new 161 alias analysis infrastructure; the new infrastructure does not run 162 target-specific alias analysis.
|
/frameworks/base/packages/Osu/src/com/android/configparse/ |
ConfigBuilder.java | 80 String alias = aliases.nextElement(); 81 Certificate cert = ks.getCertificate(alias); 82 Log.d("HS2J", "Checking " + alias); 155 String alias = Base64.encodeToString(reference, Base64.DEFAULT); local 159 enterpriseConfig.setClientCertificateAlias(alias);
|
/packages/apps/Settings/tests/app/src/com/android/settings/vpn2/ |
CertInstallerHelper.java | 98 // be only one alias in the keystore 100 String alias = aliasesList.get(0); local 101 java.security.KeyStore.Entry entry = keystore.getEntry(alias, passwordProtection); 102 Log.d(TAG, "extracted alias = " + alias + ", entry=" + entry.getClass());
|
/external/llvm/test/Bitcode/ |
compatibility-3.6.ll | 174 ; [unnamed_addr] alias <AliaseeTy> @<Aliasee> 177 @a.private = private alias i32* @g.private 178 ; CHECK: @a.private = private alias i32, i32* @g.private 179 @a.internal = internal alias i32* @g.internal 180 ; CHECK: @a.internal = internal alias i32, i32* @g.internal 181 @a.linkonce = linkonce alias i32* @g.linkonce 182 ; CHECK: @a.linkonce = linkonce alias i32, i32* @g.linkonce 183 @a.weak = weak alias i32* @g.weak 184 ; CHECK: @a.weak = weak alias i32, i32* @g.weak 185 @a.linkonce_odr = linkonce_odr alias i32* @g.linkonce_od [all...] |