Searched refs:use (Results 101 - 125 of 947) sorted by relevance

1234567891011>>

/external/valgrind/main/memcheck/tests/
H A Dleak-pool-2.stderr.exp4 in use at exit: ... bytes in ... blocks
H A Dleak-pool-3.stderr.exp4 in use at exit: ... bytes in ... blocks
H A Dleak-pool-4.stderr.exp4 in use at exit: ... bytes in ... blocks
H A Dleak-pool-5.stderr.exp4 in use at exit: ... bytes in ... blocks
H A Dmallinfo.stderr.exp5 in use at exit: ... bytes in ... blocks
H A Dnew_override.stderr.exp4 in use at exit: ... bytes in ... blocks
H A Dsbfragment.stderr.exp4 in use at exit: ... bytes in ... blocks
H A Dsem.stderr.exp4 in use at exit: 0 bytes in 0 blocks
/external/valgrind/main/memcheck/tests/linux/
H A Dbrk.stderr.exp4 in use at exit: ... bytes in ... blocks
H A Dcapget.stderr.exp8 in use at exit: ... bytes in ... blocks
H A Dlsframe1.stderr.exp6 in use at exit: ... bytes in ... blocks
H A Dlsframe2.stderr.exp6 in use at exit: ... bytes in ... blocks
H A Dsigqueue.stderr.exp5 in use at exit: 0 bytes in 0 blocks
H A Dsys-openat.stderr.exp5 in use at exit: 0 bytes in 0 blocks
H A Dsyscalls-2007.stderr.exp4 in use at exit: ... bytes in ... blocks
H A Dsyslog-syscall.stderr.exp5 in use at exit: ... bytes in ... blocks
/external/valgrind/main/memcheck/tests/ppc32/
H A Dpower_ISA2_05.stderr.exp4 in use at exit: 0 bytes in 0 blocks
/external/valgrind/main/memcheck/tests/ppc64/
H A Dpower_ISA2_05.stderr.exp4 in use at exit: 0 bytes in 0 blocks
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DEscapeAnalysis.java5 * you may not use this file except in compliance with the License.
335 for (SsaInsn use : useList) {
336 Rop useOpcode = use.getOpcode();
340 processPhiUse(use, escSet, regWorklist);
343 processUse(def, use, escSet, regWorklist);
354 * @param use {@code non-null;} phi use being processed
359 private void processPhiUse(SsaInsn use, EscapeSet escSet, argument
361 int setIndex = findSetIndex(use.getResult());
377 escSet.regSet.set(use
392 processUse(RegisterSpec def, SsaInsn use, EscapeSet escSet, ArrayList<RegisterSpec> regWorklist) argument
563 replaceUse(SsaInsn use, SsaInsn prev, ArrayList<RegisterSpec> newRegs, HashSet<SsaInsn> deletedInsns) argument
[all...]
/external/clang/test/CXX/drs/
H A Ddr3xx.cpp506 template<typename T> struct C : public A<T>::B<T> { // expected-error {{use 'template'}}
507 C() : A<T>::B<T>() {} // expected-error {{use 'template'}}
1138 void use(const void *);
1140 use(&withLinkage1); use(&withLinkage2); use(&withLinkage3a); use(&withLinkage3b);
1141 use(&withLinkage4a); use(&withLinkage4b); use(
[all...]
/external/clang/test/Analysis/
H A Dtest-after-div-zero.c138 void use(int a);
143 use(5 / x);
155 use(5 / x); // expected-note {{Division with compared value made here}}
/external/chromium_org/v8/src/compiler/
H A Dsimplified-lowering.cc26 // operators are interwined. We use a fixpoint calculation to compute both the
45 // During this phase, use the {RepresentationChanger} to insert
56 MachineTypeUnion use : 15; // Union of all usages for the node. member in struct:v8::internal::compiler::RepresentationSelector::NodeInfo
88 VisitNode(node, info->use, NULL);
114 // Enqueue {node} if the {use} contains new information for that node.
116 void Enqueue(Node* node, MachineTypeUnion use = 0) {
126 info->use |= use;
132 if ((info->use & use) !
148 Enqueue(Node* node, MachineType use) argument
167 ProcessInput(Node* node, int index, MachineTypeUnion use) argument
271 VisitPhi(Node* node, MachineTypeUnion use, SimplifiedLowering* lowering) argument
363 VisitNode(Node* node, MachineTypeUnion use, SimplifiedLowering* lowering) argument
[all...]
/external/chromium_org/third_party/libxslt/libxslt/
H A Dkeys.c93 if (keyd->use != NULL)
94 xmlFree(keyd->use);
266 * @use: the use value
276 const xmlChar *use, xmlNodePtr inst) {
281 if ((style == NULL) || (name == NULL) || (match == NULL) || (use == NULL))
286 "Add key %s, match %s, use %s\n", name, match, use);
291 key->use = xmlStrdup(use);
274 xsltAddKey(xsltStylesheetPtr style, const xmlChar *name, const xmlChar *nameURI, const xmlChar *match, const xmlChar *use, xmlNodePtr inst) argument
[all...]
/external/clang/test/CodeGenCXX/
H A Dlambda-expressions.cpp8 void *use = &used; variable
/external/google-fonts/carrois-gothic-sc/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
15 # We have to use BUILD_PREBUILT instead of PRODUCT_COPY_FIES,

Completed in 538 milliseconds

1234567891011>>