/external/clang/tools/scan-build/ |
scan-build | 590 <tr><th>User:</th><td>${UserName}\@${HostName}</td></tr> [all...] |
/external/llvm/lib/Analysis/ |
BasicAliasAnalysis.cpp | 316 for (User::const_op_iterator I = GEPOp->op_begin()+1, [all...] |
InstructionSimplify.cpp | [all...] |
ScalarEvolution.cpp | [all...] |
/external/llvm/lib/CodeGen/ |
ScheduleDAGInstrs.cpp | 93 const Value *O = getUnderlyingObjectFromInt(cast<User>(V)->getOperand(0));
|
/external/llvm/lib/Transforms/IPO/ |
DeadArgumentElimination.cpp | 377 const User *V = *U; [all...] |
/external/llvm/lib/Transforms/Scalar/ |
Reassociate.cpp | 434 User *U = *UI; [all...] |
SCCP.cpp | 463 // information, we need to update the specified user of this instruction. [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/ |
Mixed.pm | 188 # $option: The pretty name of the option (as the user typed it) 265 # PRETTYNAME is the option as the user entered it. 467 =head2 User Interface 469 From the user's perspective, short options are introduced by a dash 528 argument, you can still get the null string (if the user specifically 562 and the option as the user typed it. The value will be undefined if 635 the user typed it (including the option start character). $_[2] is 655 option. $_[2] is the name of the option as the user typed it
|
/external/webkit/Tools/DumpRenderTree/qt/ |
DumpRenderTreeQt.cpp | 125 virtual QPaintEngine::Type type() const { return QPaintEngine::User; } [all...] |
/prebuilt/common/osgi/ |
osgi.jar | |
/external/llvm/lib/Target/ARM/ |
ARMFastISel.cpp | 702 const User *U = NULL; 749 for (User::const_op_iterator i = U->op_begin() + 1, e = U->op_end(); [all...] |
/external/llvm/lib/VMCore/ |
AsmWriter.cpp | 662 static void WriteOptimizationInfo(raw_ostream &Out, const User *U) { 904 for (User::const_op_iterator OI=CE->op_begin(); OI != CE->op_end(); ++OI) { [all...] |
Core.cpp | 451 return wrap(unwrap<User>(Val)->getOperand(Index)); 455 unwrap<User>(Val)->setOperand(Index, unwrap(Op)); 459 return unwrap<User>(Val)->getNumOperands(); [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
AuditRules.js | 573 varyHeader = varyHeader.replace(/User-Agent/gi, ""); [all...] |
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | 143 return User::operator new(s, 1); 258 User *U = *UI; 270 for (User::op_iterator I = UserC->op_begin(), E = UserC->op_end(); [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitcodeReader.cpp | 156 return User::operator new(s, 1); 271 User *U = *UI; 283 for (User::op_iterator I = UserC->op_begin(), E = UserC->op_end(); [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
DAGCombiner.cpp | [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.mli | 471 (** [user u] returns the user of the use [u]. 473 val user : lluse -> llvalue var 495 method [llvm::User::getOperand]. *) 500 See the method [llvm::User::setOperand]. *) 504 See the method [llvm::User::getNumOperands]. *) [all...] |
/external/dbus/dbus/ |
dbus-sysdeps-win.c | 763 psid = token_user->User.Sid; [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.cpp | [all...] |
/external/blktrace/btreplay/doc/ |
btreplay.tex | 25 \title{\texttt{btrecord} and \texttt{btreplay} User Guide} 136 turnaround time penalty (user-space to kernel and back). Note that in a 207 \emph{The user has \emph{some} control over this (via the
|
/frameworks/base/docs/html/resources/ |
resources-data.js | 28 'ui': 'User Interface', 212 en: 'This article describes best practices and user experience guidelines for multi-tasking on Android.' 272 en: 'This article explains the touch mode, one of the most important principles of Android\'s UI toolkit. Whenever a user interacts with a device\'s touch screen, the system enters touch mode. While simple in concept, there are important implications touch mode that are often overlooked.'
|
/external/e2fsprogs/lib/et/ |
texinfo.tex | 909 % Define the user-accessible indexing commands [all...] |
/external/openssl/apps/ |
apps.c | 532 ui_method = UI_create_method("OpenSSL application user interface"); 613 BIO_printf(bio_err, "User interface error\n"); [all...] |