Searched
full:gets (Results
501 -
525 of
10097) sorted by null
<<21222324252627282930>>
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
ItemType.java | 76 * Gets the map value. 85 * Gets the type name.
|
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/ |
NameValuePair.java | 96 * Gets the name. 105 * Gets the value.
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstLiteralBits.java | 36 * Gets the value as {@code int} bits. If this instance contains 45 * Gets the value as {@code long} bits. If this instance contains
|
/dalvik/dx/src/com/android/dx/cf/attrib/ |
AttEnclosingMethod.java | 60 * Gets the innermost enclosing class. 69 * Gets the name-and-type of the innermost enclosing method, if
|
/dalvik/dx/src/com/android/dx/dex/file/ |
DexFile.java | 148 * Gets the dex-creation options object. 165 * Gets the class definition with the given name, if any. 237 * Gets the total file size, if known. 254 * Gets the string data section. 267 * Gets the word data section. 280 * Gets the type lists section. 293 * Gets the map section. 305 * Gets the string identifiers section. 318 * Gets the class definitions section. 331 * Gets the class data section [all...] |
EncodedMember.java | 42 * Gets the access flags. 51 * Gets the name.
|
ItemType.java | 76 * Gets the map value. 85 * Gets the type name.
|
StringIdItem.java | 109 * Gets the string value. 118 * Gets the associated data object for this instance, if known.
|
/dalvik/dx/src/com/android/dx/rop/annotation/ |
NameValuePair.java | 90 * Gets the name. 99 * Gets the value.
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstLiteralBits.java | 36 * Gets the value as {@code int} bits. If this instance contains 45 * Gets the value as {@code long} bits. If this instance contains
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/ |
Voicemail.java | 48 /** Gets the duration of the voicemail in millis, or zero if the field is not set. */ 74 * Gets the Uri that can be used to refer to this voicemail, and to make it play.
|
/development/samples/training/notify-user/src/com/example/android/pingme/ |
MainActivity.java | 39 * Gets the values the user entered and adds them to the intent that will be 46 // Gets the reminder text the user entered.
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
ReplyPacket.java | 71 * Gets the error code value of the header of the ReplyPacket. 80 * Gets the representation of the ReplyPacket as array of bytes in the JDWP
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
BCECPrivateKey.java | 63 this.d = key.getS(); 101 this.d = spec.getS(); 268 orderBitLength = ECUtil.getOrderBitLength(ecSpec.getOrder(), this.getS()); 273 orderBitLength = ECUtil.getOrderBitLength(null, this.getS()); 287 orderBitLength = ECUtil.getOrderBitLength(ecSpec.getOrder(), this.getS()); 295 keyStructure = new org.bouncycastle.asn1.sec.ECPrivateKey(orderBitLength, this.getS(), publicKey, params); 299 keyStructure = new org.bouncycastle.asn1.sec.ECPrivateKey(orderBitLength, this.getS(), params); 339 public BigInteger getS()
|
/external/chromium-trace/catapult/catapult_build/ |
node_bootstrap.js | 56 * Gets the source search paths for a catapult project module. 70 * Gets the headless test module filenames for a catapult project module.
|
/external/chromium-trace/catapult/perf_insights/perf_insights/mappers/scheduling/ |
map_wake_ups_test.html | 49 // This wake-up gets merged with the one above because it has the same 56 // The name of this wake-up gets sanitized.
|
/external/clang/test/CodeGenCXX/ |
microsoft-abi-static-initializers.cpp | 141 inline S &getS() { 146 // CHECK-LABEL: define linkonce_odr dereferenceable({{[0-9]+}}) %struct.S* @"\01?getS@@YAAAUS@@XZ"() {{.*}} comdat 147 // CHECK: load i32, i32* @"\01??_B?1??getS@@YAAAUS@@XZ@51" 153 // CHECK: store i32 {{.*}}, i32* @"\01??_B?1??getS@@YAAAUS@@XZ@51" 154 // CHECK: call x86_thiscallcc %struct.S* @"\01??0S@@QAE@XZ"(%struct.S* @"\01?TheS@?1??getS@@YAAAUS@@XZ@4U2@A") 155 // CHECK: call i32 @atexit(void ()* @"\01??__FTheS@?1??getS@@YAAAUS@@XZ@YAXXZ") 158 // CHECK: ret %struct.S* @"\01?TheS@?1??getS@@YAAAUS@@XZ@4U2@A" 225 getS();
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_INTERLEAVEFUNCTION.3 | 39 This callback function gets called by libcurl as soon as it has received 40 interleaved RTP data. This function gets called for each $ block and therefore
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
ClassDefItem.java | 222 * Gets the constant corresponding to this class. 231 * Gets the access flags. 240 * Gets the superclass. 250 * Gets the list of interfaces implemented. 263 * Gets the source file name. 309 * Gets all the methods in this class. The returned list is not linked 364 * Gets the method annotations for a given method, if any. This is 375 * Gets the parameter annotations for a given method, if any. This is
|
DexFile.java | 150 * Gets the dex-creation options object. 167 * Gets the class definition with the given name, if any. 239 * Gets the total file size, if known. 256 * Gets the string data section. 269 * Gets the word data section. 282 * Gets the type lists section. 295 * Gets the map section. 307 * Gets the string identifiers section. 320 * Gets the class definitions section. 333 * Gets the class data section [all...] |
EncodedMember.java | 43 * Gets the access flags. 52 * Gets the name.
|
ItemType.java | 76 * Gets the map value. 85 * Gets the type name.
|
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/ |
NameValuePair.java | 90 * Gets the name. 99 * Gets the value.
|
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
CstLiteralBits.java | 36 * Gets the value as {@code int} bits. If this instance contains 45 * Gets the value as {@code long} bits. If this instance contains
|
/external/dnsmasq/contrib/port-forward/ |
dnsmasq-portforward | 5 # A script which gets run when the dnsmasq DHCP lease database changes. 30 # If a lease gets stripped of a name, we see that as an "old" action
|
Completed in 580 milliseconds
<<21222324252627282930>>