HomeSort by relevance Sort by last modified time
    Searched refs:signature (Results 926 - 950 of 2070) sorted by null

<<31323334353637383940>>

  /build/tools/ijar/
zip.cc 321 if (EnsureRemaining(4, "signature") < 0) {
324 u4 signature = get_u4le(p); local
325 if (signature == LOCAL_FILE_HEADER_SIGNATURE) {
330 error("local file header signature for file %s not found\n", filename);
410 // Skip the data descriptor. Some implementations do not put the signature
411 // here, so check if the next 4 bytes are a signature, and if so, skip the
414 u4 signature = get_u4le(p); local
415 if (signature == DATA_DESCRIPTOR_SIGNATURE) {
555 // that has a signature, so parsing it this way is safe.
559 u4 signature = get_u4le(p) local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaDrmMockTest.java 604 md.setPropertyByteArray("mock-signature", expected_signature);
606 byte[] signature = cs.sign(keyId, message);
610 assertTrue(Arrays.equals(signature, expected_signature));
626 byte[] signature = {0x60, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67, 0x68, 0x69};
629 assertTrue(cs.verify(keyId, message, signature));
633 assertTrue(Arrays.equals(signature, md.getPropertyByteArray("mock-signature")));
636 assertFalse(cs.verify(keyId, message, signature));
    [all...]
  /external/autotest/client/cros/cellular/
pseudo_modem.py 357 'SignalQuality': Struct([UInt32(90), True], signature='ub'),
458 @dbus.service.signal(mm1.MODEM_INTERFACE, signature='iiu')
526 @dbus.service.signal(dbus.PROPERTIES_IFACE, signature='sa{sv}as')
549 @dbus.service.signal(mm1.MODEM_MESSAGING_INTERFACE, signature='ob')
625 @dbus.service.signal(mm1.OFDOM, signature='oa{sa{sv}}')
629 @dbus.service.signal(mm1.OFDOM, signature='oas')
  /external/dexmaker/lib/
jarjar.jar 
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/google-breakpad/src/common/windows/
pdb_source_line_writer.cc 1214 DWORD signature; local
    [all...]
  /external/guice/lib/build/
jarjar-1.1.jar 
  /external/testng/lib-supplied/
jarjar-issue-21.jar 
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsFragment.java 316 // Clean up signature if it's only whitespace (which is easy to do on a
319 String signature = newValue.toString(); local
320 if (signature.trim().isEmpty()) {
321 signature = "";
323 mAccountSignature.setText(signature);
324 SettingsUtils.updatePreferenceSummary(mAccountSignature, signature,
326 cv.put(AccountColumns.SIGNATURE, signature);
    [all...]
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 
  /art/runtime/mirror/
class.h 48 class Signature;
    [all...]
  /external/libxml2/doc/
apibuild.py     [all...]
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_inspect.py 665 def makeCallable(self, signature):
673 return eval(code % signature, {'is_tuplename' : self.is_tuplename})
812 def makeCallable(self, signature):
813 assert 'self' not in signature
815 self.cls.method = mk('self, ' + signature)
820 def makeCallable(self, signature):
821 super(TestGetcallargsUnboundMethods, self).makeCallable(signature)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_inspect.py 665 def makeCallable(self, signature):
673 return eval(code % signature, {'is_tuplename' : self.is_tuplename})
812 def makeCallable(self, signature):
813 assert 'self' not in signature
815 self.cls.method = mk('self, ' + signature)
820 def makeCallable(self, signature):
821 super(TestGetcallargsUnboundMethods, self).makeCallable(signature)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_inspect.py 665 def makeCallable(self, signature):
673 return eval(code % signature, {'is_tuplename' : self.is_tuplename})
812 def makeCallable(self, signature):
813 assert 'self' not in signature
815 self.cls.method = mk('self, ' + signature)
820 def makeCallable(self, signature):
821 super(TestGetcallargsUnboundMethods, self).makeCallable(signature)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_inspect.py 665 def makeCallable(self, signature):
673 return eval(code % signature, {'is_tuplename' : self.is_tuplename})
812 def makeCallable(self, signature):
813 assert 'self' not in signature
815 self.cls.method = mk('self, ' + signature)
820 def makeCallable(self, signature):
821 super(TestGetcallargsUnboundMethods, self).makeCallable(signature)
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0/
kotlin-runtime-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-beta-1103/
kotlin-runtime-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-beta-4584/
kotlin-runtime-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-rc-1036/
kotlin-runtime-1.0.0-rc-1036.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.2/
kotlin-runtime-1.0.2.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-runtime/1.0.0/
kotlin-runtime-1.0.0.jar 

Completed in 1938 milliseconds

<<31323334353637383940>>