/external/llvm/lib/Target/ |
TargetSubtargetInfo.cpp | 10 // This file describes the general parts of a Subtarget.
|
/external/mesa3d/src/glsl/ |
linker.h | 55 * Leaves are, roughly speaking, the parts of the uniform that the application
|
/external/oprofile/gui/ |
oprof_start.cpp | 326 vector<string> parts = separate_token(val, ':'); local 328 if (parts.size() != 5 && parts.size() != 2) { 334 string ev_name = parts[0]; 336 op_lexical_cast<unsigned int>(parts[1]); 339 if (parts.size() == 5) { 341 op_lexical_cast<unsigned int>(parts[2]); 343 op_lexical_cast<unsigned int>(parts[3]); 345 op_lexical_cast<unsigned int>(parts[4]);
|
/external/smack/src/org/xbill/DNS/ |
TSIG.java | 187 String [] parts = str.split("[:/]", 3); local 188 if (parts.length < 2) 191 if (parts.length == 3) { 193 return new TSIG(parts[0], parts[1], parts[2]); 195 parts = str.split("[:/]", 2); 198 return new TSIG(HMAC_MD5, parts[0], parts[1]);
|
/external/v8/test/mjsunit/regress/ |
regress-117409.js | 51 // Release mode will crash here when trying to visit parts of E as pointers.
|
/external/valgrind/main/memcheck/tests/ |
partiallydefinedeq.c | 40 // not give an error, since inspection of the defined parts
|
/frameworks/base/cmds/bootanimation/ |
BootAnimation.h | 78 Vector<Part> parts; member in struct:android::BootAnimation::Animation
|
/frameworks/compile/mclinker/include/mcld/LD/ |
ELFObjectReader.h | 29 * \brief ELFObjectReader reads target-independent parts of ELF object file
|
/frameworks/opt/telephony/src/java/android/telephony/gsm/ |
SmsManager.java | 99 * divided the message into correctly sized parts by calling 105 * @param parts an <code>ArrayList</code> of strings that, in order, 129 String destinationAddress, String scAddress, ArrayList<String> parts, 131 mSmsMgrProxy.sendMultipartTextMessage(destinationAddress, scAddress, parts,
|
/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/ |
ThreeIntegerSequence.java | 29 * Such sequences are parts of ASN1 encoded formats for DSA private and public keys.
|
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
SmartDialMatchPosition.java | 26 * in the query. Used to highlight certain parts of the contact's display name to indicate that
|
/packages/apps/SpareParts/res/values/ |
strings.xml | 21 <string name="app_label">Spare Parts</string>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
pktcdvd.h | 43 * No user-servicable parts beyond this point ->
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
pktcdvd.h | 43 * No user-servicable parts beyond this point ->
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
pktcdvd.h | 43 * No user-servicable parts beyond this point ->
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
iterators.py | 38 """Iterate over the parts, returning string payloads line-by-line.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/ |
xmlbuilder.py | 227 parts = urlparse.urlparse(systemId) 228 scheme, netloc, path, params, query, fragment = parts 232 parts = scheme, netloc, path, params, query, fragment 233 source.baseURI = urlparse.urlunparse(parts)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
iterators.py | 38 """Iterate over the parts, returning string payloads line-by-line.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/ |
xmlbuilder.py | 227 parts = urlparse.urlparse(systemId) 228 scheme, netloc, path, params, query, fragment = parts 232 parts = scheme, netloc, path, params, query, fragment 233 source.baseURI = urlparse.urlunparse(parts)
|
/sdk/files/ |
alias_rules.xml | 8 <!-- No user serviceable parts below. -->
|
/system/extras/tests/sdcard/ |
README | 3 There are 2 parts to the tool:
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGBuilder.cpp | 92 const SDValue *Parts, unsigned NumParts, 95 /// getCopyFromParts - Create a value that contains the specified legal parts 96 /// combined into the value they represent. If the parts combine to a type 101 const SDValue *Parts, 106 return getCopyFromPartsVector(DAG, DL, Parts, NumParts, 109 assert(NumParts > 0 && "No parts to assemble!"); 111 SDValue Val = Parts[0]; 114 // Assemble the value from multiple parts. 130 Lo = getCopyFromParts(DAG, DL, Parts, RoundParts / 2, 132 Hi = getCopyFromParts(DAG, DL, Parts + RoundParts / 2 [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
functional.rb | 25 def local_path( *parts ) 26 File.join( test_directory, *parts )
|
/external/bison/src/ |
main.c | 89 /* Read the input. Copy some parts of it to FGUARD, FACTION, FTABLE 90 and FATTRS. In file reader.c. The other parts are recorded in
|
/external/ceres-solver/internal/ceres/ |
polynomial.h | 64 // If real is not NULL, the real parts of the roots will be returned in it. 65 // Likewise, if imaginary is not NULL, imaginary parts will be returned in it.
|