/external/llvm/lib/Target/R600/ |
SIISelLowering.cpp | 142 SmallVector<ISD::InputArg, 16> Splits; 176 Splits.push_back(NewArg); 181 Splits.push_back(Arg); 203 AnalyzeFormalArguments(CCInfo, Splits); [all...] |
/external/lzma/CPP/Common/ |
Wildcard.cpp | 85 // Splits path to strings
|
/external/openssl/crypto/engine/ |
eng_ctrl.c | 148 /* Now the logic splits depending on command type */
|
/external/regex-re2/re2/testing/ |
search_test.cc | 255 // splits the ranges in an interesting way.
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
TryListBuilder.java | 95 * This splits the current range into two ranges at the given
|
/frameworks/base/core/java/android/content/ |
ComponentName.java | 193 * {@link #flattenToString()}. It splits the string at the first '/',
|
/frameworks/base/test-runner/src/android/test/ |
ClassPathPackageInfoSource.java | 300 * Gets the class path from the System Property "java.class.path" and splits
|
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardParserImpl_V30.java | 203 * Splits parameter values into pieces in accordance with vCard 3.0 specification and
|
/external/llvm/lib/Transforms/Utils/ |
LowerInvoke.cpp | 265 // across the unwind edge. This process also splits all critical edges 421 // across the unwind edge. This process also splits all critical edges
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
string.py | 285 delimiter string. If maxsplit is given, splits at no more than 301 to the front. If maxsplit is given, at most maxsplit splits are
|
textwrap.py | 92 # splits into 102 # splits into
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
string.py | 285 delimiter string. If maxsplit is given, splits at no more than 301 to the front. If maxsplit is given, at most maxsplit splits are
|
textwrap.py | 92 # splits into 102 # splits into
|
/external/llvm/lib/CodeGen/ |
SplitKit.cpp | 32 STATISTIC(NumFinished, "Number of splits finished"); 33 STATISTIC(NumSimple, "Number of splits that were simple"); 109 // Only allow splits before the call. [all...] |
/art/runtime/ |
utils.h | 312 // Splits a string using the given separator character into a vector of
|
/cts/tools/signature-tools/src/signature/converter/dex/ |
DexUtil.java | 276 * Splits a list of types:
|
/external/chromium/testing/ |
generate_gmock_mutant.py | 296 """Splits a single line at comma, at most |width| characters long."""
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
sync_test.h | 294 // to start. Splits the time into |intervals| intervals, and polls the
|
/external/chromium_org/content/child/ |
browser_font_resource_trusted.cc | 56 // Splits a PP_BrowserFont_Trusted_TextRun into a sequence or LTR and RTL
|
/external/chromium_org/net/base/registry_controlled_domains/ |
registry_controlled_domain.h | 130 // uses as a data source splits all effective-TLDs into two groups. The main
|
/external/chromium_org/net/websockets/ |
websocket_handshake_handler.cc | 27 // Splits |handshake_message| into Status-Line or Request-Line (including CRLF)
|
/external/chromium_org/testing/ |
generate_gmock_mutant.py | 297 """Splits a single line at comma, at most |width| characters long."""
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
cpdtrtst.cpp | 319 * Splits a UnicodeString
|
itspoof.cpp | 352 // This regular expression matches lines and splits the fields into capture groups.
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
plstr.h | 440 * Splits the string s1 into tokens, separated by one or more characters
|