/external/chromium_org/third_party/sfntly/cpp/src/test/ |
test_utils_test.cc | 37 int32_t want[12] = {0xc5, 0xaa, 0x6e, 0xc4, 0xad, 0x63, 0xc5, 0x8d, 0x64, local 46 EXPECT_EQ(want[j], b); 47 if (want[j++] != b) {
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
config_for_unittests.h | 36 // perftools dll, but still want to include config.h just like the 47 // variable is in case people want to set PERFTOOLS_DLL_DECL explicitly 49 // may want to use something other than __declspec(dllimport) for the
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
config_for_unittests.h | 36 // perftools dll, but still want to include config.h just like the 47 // variable is in case people want to set PERFTOOLS_DLL_DECL explicitly 49 // may want to use something other than __declspec(dllimport) for the
|
/external/dropbear/ |
SMALL | 3 If you only want server functionality (for example), compile with 35 If you are compiling statically, you may want to disable zlib, as it will use 41 If you're compiling with gcc, you might want to look at gcc's options for
|
/external/linux-tools-perf/scripts/perl/Perf-Trace-Util/ |
README | 9 that scripts may want to use. Context.pm contains the Perl->C 14 want to add new Perl functions that end up accessing C data in the 17 that you want to access - it's passed as the second parameter,
|
/external/sfntly/cpp/src/test/ |
test_utils_test.cc | 37 int32_t want[12] = {0xc5, 0xaa, 0x6e, 0xc4, 0xad, 0x63, 0xc5, 0x8d, 0x64, local 46 EXPECT_EQ(want[j], b); 47 if (want[j++] != b) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
aetypes.py | 395 'want' type 4-char class code of thing we want, 398 'form' enum how we specify which 'want' thing(s) we want, 401 'seld' any which thing(s) we want, 411 def __init__(self, want, form, seld, fr = None): 412 self.want = want 418 s = "ObjectSpecifier(%r, %r, %r" % (self.want, self.form, self.seld) 426 return pack({'want': mktype(self.want) [all...] |
/bionic/libc/upstream-netbsd/ |
namespace.h | 20 // NetBSD uses __weak_alias on a lot of functions. We don't want that.
|
/build/target/product/ |
core.mk | 18 # (phones, tablets, etc.). If you want a change to apply to ALL
|
/development/host/windows/usb/adb_winapi_test/ |
MAKEFILE | 18 # DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
|
/development/host/windows/usb/api/ |
MAKEFILE | 18 # DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
|
/development/host/windows/usb/winusb/ |
MAKEFILE | 18 # DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
|
/development/samples/Support4Demos/res/values/ |
attrs.xml | 18 <!-- These are the attributes that we want to retrieve for
|
/development/tutorials/MoarRam/ |
Android.mk | 19 # We only want this apk build for tests.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
ITokenSource.cs | 45 /// Errors from the lexer are never passed to the parser. Either you want 47 /// want to continue lexing then you do not want to continue parsing. Just 49 /// toss you all the way out of the recognizers. If you want to continue
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
ITokenSource.cs | 43 * Errors from the lexer are never passed to the parser. Either you want 45 * want to continue lexing then you do not want to continue parsing. Just 47 * toss you all the way out of the recognizers. If you want to continue
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/ |
ContentVerifier.java | 19 * a signature for later verification. Use org.bouncycastle.util.io.TeeOutputStream if you want to accumulate
|
DigestCalculator.java | 23 * a digest. Use org.bouncycastle.util.io.TeeOutputStream if you want to accumulate
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
KeyGenerationParameters.java | 18 * @param strength the size, in bits, of the keys we want to produce.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
OpenSSLPBEParametersGenerator.java | 86 * @param keySize the size of the key we want (in bits) 105 * @param keySize the size of the key we want (in bits) 106 * @param ivSize the size of the iv we want (in bits) 126 * @param keySize the size of the key we want (in bits)
|
PKCS5S1ParametersGenerator.java | 58 * @param keySize the size of the key we want (in bits) 83 * @param keySize the size of the key we want (in bits) 84 * @param ivSize the size of the iv we want (in bits) 110 * @param keySize the size of the key we want (in bits)
|
PKCS5S2ParametersGenerator.java | 111 * @param keySize the size of the key we want (in bits) 129 * @param keySize the size of the key we want (in bits) 130 * @param ivSize the size of the iv we want (in bits) 149 * @param keySize the size of the key we want (in bits)
|
/external/chromium/chrome/browser/ |
browser_process_sub_thread.cc | 17 // We cannot rely on our base class to stop the thread since we want our
|
/external/chromium/chrome/browser/chromeos/login/ |
web_page_screen.cc | 24 // Just return true because we don't want to show context menue.
|
/external/chromium/chrome/browser/net/ |
chrome_dns_cert_provenance_checker.h | 25 // ChromeURLRequestContext. Eventually we'll want to have the other contexts
|