HomeSort by relevance Sort by last modified time
    Searched refs:Users (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium/build/
sanitize-mac-build-log.sed 25 \|^ /Users/[^/]*/bin/|d
  /external/chromium_org/build/
sanitize-mac-build-log.sed 28 \|^ /Users/[^/]*/bin/|d
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 110 SmallVector<User *, 16> Users(GV->use_begin(), GV->use_end());
111 for (unsigned I = 0, E = Users.size(); I != E; ++I) {
112 User *U = Users[I];
  /external/llvm/lib/Transforms/IPO/
PartialInlining.cpp 131 std::vector<User*> Users(duplicateFunction->use_begin(),
133 for (std::vector<User*>::iterator UI = Users.begin(), UE = Users.end();
141 // users (function pointers, etc.) back to the original function.
  /development/ide/xcode/ports/
skia_mac.cp 22 // /Users/caryclark/android/device/build/ide/xcode/animatorTest/build/Debug/animatorTest.app/Contents/MacOS/animatorTest
24 // /Users/caryclark/android/device/jsapps
26 // /Users/caryclark/android/
  /external/chromium_org/net/third_party/nss/patches/
applypatches.sh 11 patches_dir=/Users/wtc/chrome1/src/net/third_party/nss/patches
  /external/chromium_org/third_party/icu/source/config/
test-icu-config.sh 47 icu-config --prefix=/Users/srl/II --cflags
  /external/icu4c/config/
test-icu-config.sh 47 icu-config --prefix=/Users/srl/II --cflags
  /external/chromium_org/chrome/test/pyautolib/
chrome_driver_factory.py 19 Starts a single ChromeDriver server when necessary. Users should call 'Stop'
  /external/chromium_org/sandbox/win/src/
sid_unittest.cc 62 ATL::Sids::Users().GetPSID()));
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 357 // Rewrite all users of the inputs in the extracted region to use the
372 std::vector<User*> Users(inputs[i]->use_begin(), inputs[i]->use_end());
373 for (std::vector<User*>::iterator use = Users.begin(), useE = Users.end();
392 std::vector<User*> Users(header->use_begin(), header->use_end());
393 for (unsigned i = 0, e = Users.size(); i != e; ++i)
396 if (TerminatorInst *TI = dyn_cast<TerminatorInst>(Users[i]))
505 std::vector<User*> Users(outputs[i]->use_begin(), outputs[i]->use_end());
506 for (unsigned u = 0, e = Users.size(); u != e; ++u) {
507 Instruction *inst = cast<Instruction>(Users[u])
    [all...]
LowerInvoke.cpp 337 // Avoid iterator invalidation by copying users to a temporary vector.
338 SmallVector<Instruction*,16> Users;
343 Users.push_back(User);
354 while (!Users.empty()) {
355 Instruction *U = Users.back();
356 Users.pop_back();
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 308 // Avoid iterator invalidation by copying users to a temporary vector.
309 SmallVector<Instruction*, 16> Users;
314 Users.push_back(User);
320 while (!Users.empty()) {
321 Instruction *U = Users.back();
322 Users.pop_back();
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600KernelParameters.cpp 300 std::vector<User*> Users(V->use_begin(), V->use_end());
302 for (int i = 0; i < int(Users.size()); i++) {
303 Value* V2 = dyn_cast<Value>(Users[i]);
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 300 std::vector<User*> Users(V->use_begin(), V->use_end());
302 for (int i = 0; i < int(Users.size()); i++) {
303 Value* V2 = dyn_cast<Value>(Users[i]);
  /external/chromium_org/v8/test/webkit/fast/regex/
parentheses.js 130 shouldBe("regexp27.exec('file:///Users/Someone/Desktop/HelloWorld/index.html')", "['file:///Users/Someone/Desktop/HelloWorld/index.html','file','//','',undefined,undefined,undefined,'',undefined,'/Users/Someone/Desktop/HelloWorld/index.html',undefined,undefined]");
149 shouldBe("regexp28.exec('file:///Users/Someone/Desktop/HelloWorld/index.html')", "['file:','file',undefined,undefined,undefined,undefined,undefined]");
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 939 SDNode *Users[4] = { };
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 278 bool trackUsesOfI(DenseSet<Value *> &Users,
722 // users of the pair are also paired. This defines a (directed) forest
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
credentials_unittest.py 64 example_security_output = """keychain: "/Users/test/Library/Keychains/login.keychain"
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 639 // Otherwise, we can replace *all* users with the new PHI we form.
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 388 Label S Owner Users Linger Expires Dst Opt
397 \item \verb|Users| is number of applications using the label now.
  /external/chromium_org/chrome/browser/resources/
feedback.js 143 // Check the checkbox so we do send this file. Users can uncheck the
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 21 // "post-inc" users. This is not talking about post-increment addressing modes;
34 // case of post-increment users is users outside the loop.
43 // TODO: When truncation is free, truncate ICmp users' operands to make it a
82 /// bail out. This threshold is far beyond the number of users that LSR can
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 524 (*===-- Users -------------------------------------------------------------===*)
    [all...]

Completed in 498 milliseconds

1 2