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

1 2

  /prebuilts/go/darwin-x86/src/runtime/
mknacl.sh 6 cat /Users/rsc/pub/native_client/src/trusted/service_runtime/include/bits/nacl_syscalls.h |
  /prebuilts/go/linux-x86/src/runtime/
mknacl.sh 6 cat /Users/rsc/pub/native_client/src/trusted/service_runtime/include/bits/nacl_syscalls.h |
  /external/cblas/
Makefile.in 25 BLLIB = /Users/julie/Documents/Boulot/lapack-dev/lapack/trunk/blas_LINUX.a
  /external/llvm/lib/Target/PowerPC/
PPCBoolRetToInt.cpp 132 const auto &Users = P->users();
134 if (!std::all_of(Users.begin(), Users.end(), IsValidUser) ||
151 const auto &Users = P->users();
153 if (!std::all_of(Users.begin(), Users.end(), IsPromotable) ||
  /external/llvm/lib/Transforms/IPO/
PartialInlining.cpp 132 std::vector<User *> Users(duplicateFunction->user_begin(),
134 for (std::vector<User*>::iterator UI = Users.begin(), UE = Users.end();
142 // users (function pointers, etc.) back to the original function.
166 for (User *U : currFunc->users())
GlobalOpt.cpp 185 /// This GV is a pointer root. Loop over all users of the global and clean up
271 /// We just marked GV constant. Loop over all users of the global, cleaning up
385 for (User *U : GEPI->users())
451 for (User *UU : U->users())
461 for (User *U : GV->users())
617 /// Return true if all users of the specified value will trap if the value is
622 for (const User *U : V->users())
664 for (const User *U : GV->users())
    [all...]
  /external/icu/icu4c/source/config/
test-icu-config.sh 47 icu-config --prefix=/Users/srl/II --cflags
  /frameworks/data-binding/samples/BindingDemo/app/src/main/java/com/android/example/bindingdemo/vo/
Users.java 5 public class Users {
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 163 for (User *U : GV->users())
205 SmallVector<User *, 16> Users(GV->user_begin(), GV->user_end());
206 for (unsigned I = 0, E = Users.size(); I != E; ++I) {
207 User *U = Users[I];
  /frameworks/data-binding/samples/BindingDemo/app/src/main/java/com/android/example/bindingdemo/
MainActivity.java 20 import com.android.example.bindingdemo.vo.Users;
44 tkAdapter = new UserAdapter(Users.toolkities);
45 robotAdapter = new UserAdapter(Users.robots);
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 176 for (User *U : II->users())
359 // Rewrite all users of the inputs in the extracted region to use the
374 std::vector<User*> Users(inputs[i]->user_begin(), inputs[i]->user_end());
375 for (std::vector<User*>::iterator use = Users.begin(), useE = Users.end();
394 std::vector<User*> Users(header->user_begin(), header->user_end());
395 for (unsigned i = 0, e = Users.size(); i != e; ++i)
398 if (TerminatorInst *TI = dyn_cast<TerminatorInst>(Users[i]))
504 std::vector<User*> Users(outputs[i]->user_begin(), outputs[i]->user_end());
505 for (unsigned u = 0, e = Users.size(); u != e; ++u)
    [all...]
LoopUtils.cpp 171 // This includes users of the reduction, variables (which form a cycle
177 // We start with the PHI node and scan for all of the users of this
178 // instruction. All users must be instructions that can be used as reduction
234 // No Users.
235 // If the instruction has no users then this is a broken chain and can't be
280 // Process users of current instruction. Push non-PHI nodes after PHI nodes
285 for (User *U : Cur->users()) {
291 // Exit if you find multiple outside users or if the header phi node is
349 // only have a single instruction with out-of-loop users.
351 // The ExitInstruction(Instruction which is allowed to have out-of-loop users)
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64CollectLOH.cpp 748 // Check the number of users of ADRP.
749 const SetOfMachineInstr *Users =
752 if (Users->size() > 1) {
    [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 297 // Avoid iterator invalidation by copying users to a temporary vector.
298 SmallVector<Instruction *, 16> Users;
299 for (User *U : Inst->users()) {
302 Users.push_back(UI);
308 while (!Users.empty()) {
309 Instruction *U = Users.back();
310 Users.pop_back();
  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 385 DenseSet<Instruction *> &Users);
389 DenseSet<Instruction *> &Users);
456 for (User *U : I->users()) {
528 for (User *U : C->users()) {
560 // Collect the set of all users of the provided root instruction. This set of
561 // users contains not only the direct users of the root instruction, but also
562 // all users of those users, and so on. There are two exceptions:
565 // use set (even if they are users). This is used, for example, to exclud
    [all...]
RewriteStatepointsForGC.cpp     [all...]
  /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/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/Transforms/Vectorize/
BBVectorize.cpp 289 bool trackUsesOfI(DenseSet<Value *> &Users,
759 // users of the pair are also paired. This defines a (directed) forest
    [all...]
  /external/opencv3/3rdparty/jinja2/
filters.py 308 {{ users|join(', ', attribute='username') }}
668 group all users by genders you can do something like the following
804 of users but you are only interested in a list of usernames:
808 Users on this page: {{ users|map(attribute='username')|join(', ') }}
816 Users on this page: {{ titles|map('lower')|join(', ') }}
884 {{ users|selectattr("is_active") }}
885 {{ users|selectattr("email", "none") }}
899 {{ users|rejectattr("is_active") }}
900 {{ users|rejectattr("email", "none") }
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 73 for (const User *U : Arg->users())
647 SmallVector<const Value *, 2> Users;
648 Users.push_back(Ptr);
650 Ptr = Users.pop_back_val();
651 for (const User *U : Ptr->users()) {
655 Users.push_back(U);
657 } while (!Users.empty());
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 802 for (User *U : PN->users()) {
807 // Otherwise, we can replace *all* users with the new PHI we form.
    [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/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /build/tools/droiddoc/templates-sdk/components/
masthead.cs 277 <li class="dac-nav-item users">
278 <a class="dac-nav-link" href="<?cs var:toroot ?>distribute/users/index.html">Get Users</a></li>

Completed in 814 milliseconds

1 2