HomeSort by relevance Sort by last modified time
    Searched refs:us (Results 226 - 250 of 361) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libpcap/msdos/
pkt_rx0.asm 149 ja @skip ; no, packet to large for us
  /external/linux-tools-perf/perf-3.12.0/tools/perf/config/
utilities.mak 1 # This allows us to work with the newline character:
  /external/mesa3d/docs/
MESA_swap_frame_usage.spec 11 Ian Romanick, IBM, idr at us.ibm.com
  /external/mesa3d/src/gallium/auxiliary/util/
u_tile.c 106 #define UNCLAMPED_FLOAT_TO_SHORT(us, f) \
107 us = ( (short) ( CLAMP((f), -1.0, 1.0) * 32767.0F) )
  /libcore/
JavaLibrary.mk 134 # allow us to submit such a file. So we create it here
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay_data.js 52 'xkb:us::eng': 'en_US',
53 'xkb:us::ind': 'en_US',
54 'xkb:us::fil': 'en_US',
55 'xkb:us::msa': 'en_US',
56 'xkb:us:altgr-intl:eng': 'en_US_altgr_intl',
57 'xkb:us:colemak:eng': 'en_US_colemak',
58 'xkb:us:dvorak:eng': 'en_US_dvorak',
59 'xkb:us:intl:eng': 'en_US_intl',
60 'xkb:us:intl:nld': 'en_US_intl',
61 'xkb:us:intl:por': 'en_US_intl'
    [all...]
  /external/deqp/modules/glshared/
glsDrawTest.cpp 520 explicit GLValue (Ushort value) : type(DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT), us(value) {}
541 Ushort us;
582 return us.getValue();
673 template<> GLValue::Ushort inline extractGLValue<GLValue::Ushort> (const GLValue& v) { return v.us; };
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_datetime.py 267 days, seconds, us = 1, 7, 31
268 td = timedelta(days, seconds, us)
271 self.assertEqual(td.microseconds, us)
    [all...]
test_xml_etree.py 881 >>> check_encoding("us-ascii")
899 >>> serialize(elem, encoding="us-ascii")
909 >>> serialize(elem, encoding="us-ascii") # cdata characters
920 >>> serialize(elem, encoding="us-ascii")
931 >>> serialize(elem, encoding="us-ascii")
942 >>> serialize(elem, encoding="us-ascii")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_datetime.py 267 days, seconds, us = 1, 7, 31
268 td = timedelta(days, seconds, us)
271 self.assertEqual(td.microseconds, us)
    [all...]
test_xml_etree.py 881 >>> check_encoding("us-ascii")
899 >>> serialize(elem, encoding="us-ascii")
909 >>> serialize(elem, encoding="us-ascii") # cdata characters
920 >>> serialize(elem, encoding="us-ascii")
931 >>> serialize(elem, encoding="us-ascii")
942 >>> serialize(elem, encoding="us-ascii")
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c     [all...]
  /external/icu/icu4c/source/test/intltest/
tmsgfmt.cpp 92 Locale("en", "US", ""),
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/
sparccpuid.S 21 ! Keep in mind that this does not excuse us from wiping the stack!
246 ! takes to execute rdtick and pair of VIS1 instructions. US-Tx VIS unit
257 ! It would be possible to detect specifically US-T1 by instrumenting
  /external/openssl/crypto/
sparccpuid.S 21 ! Keep in mind that this does not excuse us from wiping the stack!
246 ! takes to execute rdtick and pair of VIS1 instructions. US-Tx VIS unit
257 ! It would be possible to detect specifically US-T1 by instrumenting
  /external/ppp/pppd/
pppd.h 472 void timeout __P((void (*func)(void *), void *arg, int s, int us));
473 /* Call func(arg) after s.us seconds */
    [all...]
  /frameworks/base/docs/html/
jd_collections.js 254 "http://www.google.com/ads/admob/#subid=us-en-et-dac",
747 "http://www.google.com/ads/admob/#subid=us-en-et-dac",
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/
build-lucid-multilib-toolchain.sh 151 UBUNTU_MIRROR=http://mirrors.us.kernel.org
698 # $1: Ubuntu mirror base URL (e.g. http://mirrors.us.kernel.org/)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 151 UBUNTU_MIRROR=http://mirrors.us.kernel.org
698 # $1: Ubuntu mirror base URL (e.g. http://mirrors.us.kernel.org/)
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
extension_bridge.js 299 * @param {number} pongId unique id assigned to us by the background page
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
abstract_walker.js 67 * forward and then backward returns us to the same cell.
  /external/chromium_org/chrome/browser/resources/feedback/js/
feedback.js 286 // An extension called us with an attached file.
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_data_series.js 282 // us generally non-varying values for a given time.
  /external/chromium_org/remoting/webapp/
host_screen.js 143 // This can only happen if the cloud tells us that the code lifetime is
  /external/chromium_org/v8/test/mjsunit/
array-functions-prototype-misc.js 139 // allows us to test some borderline stuff relative to the standard.

Completed in 5008 milliseconds

1 2 3 4 5 6 7 8 91011>>