HomeSort by relevance Sort by last modified time
    Searched refs:matter (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /system/connectivity/shill/
crypto_des_cbc.cc 99 string matter; local
102 if (!base::ReadFileToString(path, &matter)) {
103 LOG(ERROR) << "Unable to load key matter from " << path.value();
106 if (matter.size() < 2 * kBlockSize) {
107 LOG(ERROR) << "Key matter data not enough " << matter.size() << " < "
112 matter.begin() + (matter.size() - 2 * kBlockSize);
crypto_des_cbc_unittest.cc 59 const char kKeyMatterFile[] = "key-matter-file";
66 string matter = string(kTestIV) + kTestKey; local
68 base::WriteFile(key_matter, matter.data(), matter.size() - 1);
73 base::WriteFile(key_matter, matter.data(), matter.size());
80 matter = string("X") + kIV2 + kKey2;
82 base::WriteFile(key_matter, matter.data(), matter.size());
crypto_provider_unittest.cc 38 const char kKeyMatterFile[] = "key-matter-file";
57 string matter = string(kTestIV) + kTestKey; local
58 base::WriteFile(path, matter.data(), matter.size());
  /external/wpa_supplicant_8/
Android.mk 4 # The order of the 2 Android.mks does matter!
  /prebuilts/go/darwin-x86/src/runtime/
defs_nacl_386.go 5 // but really don't matter. Even so, use the standard numbers.
defs_nacl_arm.go 5 // but really don't matter. Even so, use the standard numbers.
defs_nacl_amd64p32.go 5 // but really don't matter. Even so, use the standard numbers.
  /prebuilts/go/linux-x86/src/runtime/
defs_nacl_386.go 5 // but really don't matter. Even so, use the standard numbers.
defs_nacl_arm.go 5 // but really don't matter. Even so, use the standard numbers.
defs_nacl_amd64p32.go 5 // but really don't matter. Even so, use the standard numbers.
  /ndk/tests/build/absolute-src-file-paths/jni/
Android.mk 6 # to determin ABIs. In this case FOO_PATH isn't set and doesn't matter.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
crange1.s 37 ! section change. It should not matter.
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
rwmutex_test.go 64 // Use three readers so that no matter what order they're
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
rwmutex_test.go 64 // Use three readers so that no matter what order they're
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 126 vspltisw v7, -16 ;# == 16 == -16, only low 5 bits matter
155 vspltisw v7, -16 ;# == 16 == -16, only low 5 bits matter
177 vspltisw v7, -16 ;# == 16 == -16, only low 5 bits matter
  /external/v8/test/mjsunit/regress/
regress-2250.js 33 // immediate deopt. Another problem here is that no matter how many time we
  /prebuilts/go/darwin-x86/src/sync/
mutex_test.go 144 // As a matter of fact, this benchmark still triggers some spinning in the mutex.
  /prebuilts/go/darwin-x86/test/
nilcheck.go 116 // matter enough.
  /prebuilts/go/linux-x86/src/sync/
mutex_test.go 144 // As a matter of fact, this benchmark still triggers some spinning in the mutex.
  /prebuilts/go/linux-x86/test/
nilcheck.go 116 // matter enough.
  /prebuilts/go/darwin-x86/src/net/http/fcgi/
child.go 215 // body could be an io.LimitReader, but it shouldn't matter
296 // race with call to Close in c.serveRequest doesn't matter because
  /prebuilts/go/darwin-x86/src/net/
lookup.go 28 // Make sure that no matter what we do later, host=="" is rejected.
42 // Make sure that no matter what we do later, host=="" is rejected.
  /prebuilts/go/linux-x86/src/net/http/fcgi/
child.go 215 // body could be an io.LimitReader, but it shouldn't matter
296 // race with call to Close in c.serveRequest doesn't matter because
  /prebuilts/go/linux-x86/src/net/
lookup.go 28 // Make sure that no matter what we do later, host=="" is rejected.
42 // Make sure that no matter what we do later, host=="" is rejected.
  /development/build/
build_android_stubs.mk 11 # these files don't really matter, because they are all generated as part of

Completed in 1098 milliseconds

1 2 3 4 5 6 7