Searched refs:up (Results 26 - 50 of 501) sorted by relevance

1234567891011>>

/external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_allocator_module/
H A Dtest_per_cpu_allocator_module.c100 unsigned long *up = per_cpu_ptr(p, cpu); local
104 *up++ = v++;
117 unsigned long *up = per_cpu_ptr(p, cpu); local
121 if (*up != v && warns-- > 0) {
125 printk(" [%p]=%lx should be %lx\n", up,
126 *up, v);
128 up++;
211 printk("XXX cleaning up\n");
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DMinimalCollection.java109 throw up();
112 throw up();
115 throw up();
118 throw up();
120 private static UnsupportedOperationException up() { method in class:MinimalCollection
/external/droiddriver/
H A Dcontributing_aosp.md5 Follow instructions at https://source.android.com/source/downloading.html except those noted below. You need to set up authentication to be able to submit changes.
35 After submitting a branch to gerrit for review, each commit will show up as an individual patch set on gerrit. First the code needs to be code reviewed (+2), then verified & submitted by an approver. Reviewers without approval rights are limited to adding a code review +1.
47 When commenting on the code, posts will show up as drafts. Drafts are not visible to other users. To post the drafts, press the reply button (keyboard shortcut 'a') and then click Post.
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
H A Dauto_pointer02.fail.cpp53 std::unique_ptr<A, Deleter> up(ap);
54 assert(up.get() == p);
/external/toybox/tests/
H A Difconfig.test34 ifconfig dummy0 up
44 testing "dummy0 up" \
45 "ifconfig dummy0 up && ifconfig dummy0 | grep dummy | wc -l" \
/external/eigen/bench/perf_monitoring/gemm/
H A Dgemm.cpp34 double up = 1e8*4/sizeof(Scalar); local
38 up /= 4;
44 long rep = std::max(1., std::min(100., up/flops) );
45 long tries = std::max(tm0, std::min(tm1, up/flops) );
/external/ltp/testcases/kernel/containers/netns/
H A Dnetns_comm.sh82 $NS_EXEC $NS_HANDLE0 $NS_TYPE ip link set dev lo up || \
86 $NS_EXEC $NS_HANDLE0 $NS_TYPE ifconfig lo up || \
/external/ltp/testcases/network/stress/interface/
H A Dif-updown54 if_cmd) ifconfig $iface up ;;
55 ip_cmd) ip link set $iface up ;;
58 tst_resm TFAIL "Failed to up $iface"
/external/python/cpython2/Demo/scripts/
H A Dqueens.py24 self.up = [0] * (2*n-1) # Is upward diagonal[x-y] safe?
39 return not self.row[y] and not self.up[x-y] and not self.down[x+y]
44 self.up[x-y] = 1
50 self.up[x-y] = 0
/external/python/cpython2/Demo/turtle/
H A Dtdemo_paint.py10 - right mouse button toogles betweem pen up
12 pen down (line is drawn). If pen up follows
27 up()
H A Dtdemo_bytedesign.py34 self.up()
39 self.up()
42 self.up()
64 self.up()
74 self.up()
80 self.up()
88 self.up()
95 self.up()
104 self.up()
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dvlan_util.h20 int ifconfig_helper(const char *if_name, int up);
/external/wpa_supplicant_8/src/ap/
H A Dvlan_util.h20 int ifconfig_helper(const char *if_name, int up);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dvlan_util.h20 int ifconfig_helper(const char *if_name, int up);
/external/elfutils/libasm/
H A Dasm_newsubscn.c52 runp = asmscn->subsection_id == 0 ? asmscn : asmscn->data.up;
79 newp->data.up = runp->subsection_id == 0 ? runp : runp->data.up;
H A Dasm_align.c116 rwlock_wrlock (asmscn->data.up->ctx->lock);
118 if (asmscn->data.up->max_align < value)
119 asmscn->data.up->max_align = value;
121 rwlock_unlock (asmscn->data.up->ctx->lock);
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DUnionPattern.java196 UnionPattern up = (UnionPattern)expr;
201 if((null == up.m_patterns) || (up.m_patterns.length != n))
206 if(!m_patterns[i].deepEquals(up.m_patterns[i]))
210 else if(up.m_patterns != null)
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeIterator.cs48 public object up; field in class:Antlr.Runtime.Tree.TreeIterator
67 up = adaptor.Create(TokenTypes.Up, "UP");
99 // if any queued up, use those first
115 // while we're out of siblings, keep popping back up towards root
118 nodes.Enqueue(up); // we're moving back up
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeIterator.cs51 public object up; field in class:Antlr.Runtime.Tree.TreeIterator
72 up = adaptor.Create( TokenTypes.Up, "UP" );
111 // if any queued up, use those first
136 // while we're out of siblings, keep popping back up towards root
140 nodes.Enqueue( up ); // we're moving back up
/external/autotest/client/cros/
H A Dhttp_speed.py117 up = BenchmarkOneDirection(
123 up.update(down)
124 return up
/external/clang/test/OpenMP/
H A Dordered_codegen.cpp218 void foo_simd(int low, int up) { argument
222 for (int i = low; i < up; ++i) {
230 for (int i = low; i < up; ++i) {
/external/libgsm/src/
H A Dtoast_audio.c42 static int get_u32 P2((f, up), FILE * f, unsigned long * up) argument
53 *up = (u<<8)|(unsigned char)i;
/external/skia/src/opts/
H A DSkMorphologyImageFilter_opts.h30 const SkPMColor* up = upperSrc; local
35 for (const SkPMColor* p = lp; p <= up; p += srcStrideX) {
43 up += srcStrideY;
63 const SkPMColor* up = upperSrc; local
67 for (const SkPMColor* p = lp; p <= up; p += srcStrideX) {
75 up += srcStrideY;
95 const SkPMColor* up = upperSrc; local
101 for (const SkPMColor* p = lp; p <= up; p += srcStrideX) {
121 up += srcStrideY;
/external/clang/test/PCH/
H A Dchain-staticvar-instantiation.cpp30 #error Header inclusion order messed up
/external/icu/icu4c/source/samples/uresb/
H A Dresources.mak18 @echo All targets are up to date

Completed in 1945 milliseconds

1234567891011>>