HomeSort by relevance Sort by last modified time
    Searched refs:up (Results 76 - 100 of 2165) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/asm/
sgidefs.h 22 #error Use a Linux compiler or give up.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
macroat.s 1 ; Test that an "@" does do TRT in a macro, and does not break up
continue.s 2 ; broken up and that a continued line is.
  /external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_allocator_module/
test_per_cpu_allocator_module.c 100 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/
MinimalCollection.java 109 throw up(); method
112 throw up(); method
115 throw up(); method
118 throw up(); method
120 private static UnsupportedOperationException up() { method in class:MinimalCollection
  /device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
llmul.c 52 ; Set up the local stack for Multiplicand parameter
60 ; Set up the local stack for Multiplier parameter
lldiv.c 64 ; Set up the local stack for NULL Reminder pointer
70 ; Set up the local stack for Divisor parameter
78 ; Set up the local stack for Dividend parameter
lldvrm.c 60 ; Set up the local stack for Reminder pointer
66 ; Set up the local stack for Divisor parameter
74 ; Set up the local stack for Dividend parameter
llrem.c 54 ; Set up the local stack for Reminder pointer
60 ; Set up the local stack for Divisor parameter
68 ; Set up the local stack for Dividend parameter
  /external/droiddriver/
contributing_aosp.md 5 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
parsecvs.sh 20 cvs $CVSOPTS up -Pd .;
  /external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
auto_pointer02.fail.cpp 53 std::unique_ptr<A, Deleter> up(ap);
54 assert(up.get() == p);
  /external/toybox/tests/
ifconfig.test 34 ifconfig dummy0 up
44 testing "dummy0 up" \
45 "ifconfig dummy0 up && ifconfig dummy0 | grep dummy | wc -l" \
121 # NOARP and UP flags
123 "ifconfig dummy0 pointtopoint && ifconfig dummy0 | grep -i NOARP | grep -i UP | wc -l" \
  /frameworks/base/core/java/com/android/server/net/
BaseNetworkObserver.java 31 public void interfaceStatusChanged(String iface, boolean up) {
51 public void interfaceLinkStateChanged(String iface, boolean up) {
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
auto_pointer02.fail.cpp 53 std::unique_ptr<A, Deleter> up(ap);
54 assert(up.get() == p);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
auto_pointer02.fail.cpp 53 std::unique_ptr<A, Deleter> up(ap);
54 assert(up.get() == p);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
emit-relocs-309-up.d 1 #name: aarch64-emit-relocs-309-up
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-selective/
keepdot0.d 6 # Check that GC:ing does not mess up the value for dot when specified
  /developers/build/prebuilts/gradle/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/fragments/
CounterFragment.java 44 private boolean up = false; field in class:CounterFragment
70 up ? mUpDrawable : mDownDrawable, null, null, null);
71 up = !up;
  /developers/samples/android/wearable/wear/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/fragments/
CounterFragment.java 44 private boolean up = false; field in class:CounterFragment
70 up ? mUpDrawable : mDownDrawable, null, null, null);
71 up = !up;
  /development/samples/browseable/JumpingJack/src/com.example.android.wearable.jumpingjack/fragments/
CounterFragment.java 44 private boolean up = false; field in class:CounterFragment
70 up ? mUpDrawable : mDownDrawable, null, null, null);
71 up = !up;
  /external/eigen/bench/perf_monitoring/gemm/
gemm.cpp 34 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/
netns_comm.sh 82 $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/
if-updown 56 if_cmd) ifconfig $iface up ;;
57 ip_cmd) ip link set $iface up ;;
60 tst_resm TFAIL "Failed to up $iface"
  /external/wpa_supplicant_8/src/ap/
vlan_util.h 20 int ifconfig_helper(const char *if_name, int up);

Completed in 521 milliseconds

1 2 34 5 6 7 8 91011>>