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

1 2 34 5 6 7 8 9

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
ChannelsTest.java 173 InputStream ins = Channels.newInputStream(rbChannel); local
174 assertNotNull(ins);
175 assertEquals(0, ins.available());
  /external/bison/build-aux/
install-sh 348 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/chromium_org/sdch/open-vcdiff/
install-sh 341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/chromium_org/third_party/libxml/src/
install-sh 341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/chromium_org/third_party/opus/src/
install-sh 348 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/chromium_org/third_party/tcmalloc/vendor/
install-sh 341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/chromium_org/third_party/yasm/source/patched-yasm/config/
install-sh 341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/elfutils/0.153/config/
install-sh 341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/google-tv-pairing-protocol/cpp/
install-sh 341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/libcap-ng/libcap-ng-0.7/
install-sh 348 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/libedit/
install-sh 348 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/libexif/
install-sh 341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/libmtp/
install-sh 341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/libopus/
install-sh 348 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/libpng/
install-sh 348 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/libusb/
install-sh 335 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/libusb-compat/
install-sh 341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/pixman/
install-sh 348 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/protobuf/gtest/build-aux/
install-sh 341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/protobuf/
install-sh 341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/stressapptest/
install-sh 341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /hardware/intel/img/libdrm/
install-sh 335 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
install-sh 341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /development/ndk/platforms/android-9/arch-mips/include/asm/
io.h 94 #define __BUILD_IOPORT_STRING(bwlq, type) static inline void outs##bwlq(unsigned long port, const void *addr, unsigned int count) { const volatile type *__addr = addr; while (count--) { __mem_out##bwlq(*__addr, port); __addr++; } } static inline void ins##bwlq(unsigned long port, void *addr, unsigned int count) { volatile type *__addr = addr; while (count--) { *__addr = __mem_in##bwlq(port); __addr++; } }

Completed in 1099 milliseconds

1 2 34 5 6 7 8 9