/external/chromium_org/net/spdy/ |
spdy_pinnable_buffer_piece_test.cc | 18 SpdyPrefixedBufferReader Build(std::string prefix, std::string suffix) { 20 suffix_ = suffix;
|
/external/chromium_org/sync/test/fake_server/ |
bookmark_entity_builder.cc | 61 string suffix = GenerateSyncableBookmarkHash(originator_cache_guid_, local 63 syncer::UniquePosition::FromInt64(0, suffix).ToProto(&unique_position);
|
/external/chromium_org/third_party/re2/re2/testing/ |
required_prefix_test.cc | 15 const char* suffix; member in struct:re2::PrefixTest 58 CHECK_EQ(s->ToString(), string(t.suffix))
|
/external/chromium_org/third_party/skia/src/utils/ios/ |
SkOSFile_iOS.mm | 43 NSString* suffix = [NSString stringWithUTF8String:csuffix.c_str()]; 44 NSString* path = [bundle pathForResource:name ofType:suffix];
|
/external/chromium_org/tools/metrics/histograms/ |
print_style.py | 22 'suffix': ['name', 'label'], 28 'with-suffix': ['name'],
|
/external/llvm/docs/CommandGuide/ |
llvm-dis.rst | 25 a ``.ll`` suffix added (any existing ``.bc`` suffix will first be
|
/external/qemu/distrib/kernel-toolchain/ |
android-kernel-toolchain-ar | 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
|
android-kernel-toolchain-as | 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
|
android-kernel-toolchain-gcc | 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
|
android-kernel-toolchain-ld | 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
|
android-kernel-toolchain-nm | 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
|
android-kernel-toolchain-objcopy | 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
|
android-kernel-toolchain-objdump | 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
|
android-kernel-toolchain-ranlib | 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
|
android-kernel-toolchain-size | 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
|
android-kernel-toolchain-strip | 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
|
toolbox.sh | 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
|
/external/regex-re2/re2/testing/ |
required_prefix_test.cc | 15 const char* suffix; member in struct:re2::PrefixTest 58 CHECK_EQ(s->ToString(), string(t.suffix))
|
/external/skia/src/utils/ios/ |
SkOSFile_iOS.mm | 43 NSString* suffix = [NSString stringWithUTF8String:csuffix.c_str()]; 44 NSString* path = [bundle pathForResource:name ofType:suffix];
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
config.hpp | 56 // get config suffix code: 57 #include <boost/config/suffix.hpp>
|
/external/chromium_org/net/proxy/ |
proxy_bypass_rules.h | 69 // as suffix tests rather than hostname tests (so "google.com" would actually 71 // evironment variable. It is less flexible, since with the suffix matching 107 // Match a particular domain suffix. 146 // suffix tests rather than hostname tests (so "google.com" would actually 148 // a suffix test. It is less flexible, since with the suffix matching format
|
/external/clang/include/clang/Driver/ |
Multilib.h | 38 /// \brief Get the detected GCC installation path suffix for the multi-arch 45 /// Set the GCC installation path suffix. 48 /// \brief Get the detected os path suffix for the multi-arch 55 /// Set the os path suffix. 58 /// \brief Get the include directory suffix. Always starts with a '/', unless 65 /// Set the include directory suffix
|
/external/clang/test/Lexer/ |
cxx1y_digit_separators.cpp | 15 int b = 0'xff; // expected-error {{digit separator cannot appear at end of digit sequence}} expected-error {{suffix 'xff' on integer}} 16 int c = 0x'ff; // expected-error {{suffix 'x'ff' on integer}} 21 int h = 0x1e+1; // expected-error {{invalid suffix '+1' on integer constant}} 40 float j = 0x'0.0p0; // expected-error {{invalid suffix 'x'0.0p0'}} 63 int a = 0\u1234'5; // expected-error {{invalid suffix '\u1234'5' on integer constant}} 73 int a = 0?'5; // expected-error {{invalid suffix '?'5' on integer constant}}
|
/external/llvm/utils/TableGen/ |
SequenceToOffsetTable.h | 11 // sequences as one big array. Use the same memory when a sequence is a suffix 39 // Define a comparator for SeqT that sorts a suffix immediately before a 40 // sequence with that suffix. 59 // isSuffix - Returns true if A is a suffix of B. 73 // If SeqMap contains a sequence that has Seq as a suffix, I will be 80 // The entry before I may be a suffix of Seq that can now be erased.
|
/frameworks/support/v4/java/android/support/v4/util/ |
TimeUtils.java | 38 static private int accumField(int amt, int suffix, boolean always, int zeropad) { 40 return 3+suffix; 43 return 2+suffix; 46 return 1+suffix; 51 static private int printField(char[] formatStr, int amt, char suffix, int pos, 69 formatStr[pos] = suffix;
|