HomeSort by relevance Sort by last modified time
    Searched full:used (Results 151 - 175 of 64207) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/arm-linux-androideabi/lib/armv7-a/thumb/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/arm-linux-androideabi/lib/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/arm-linux-androideabi/lib/thumb/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/mipsel-linux-android/lib/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/mipsel-linux-android/lib/mips-r2/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/i686-linux-android/lib/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
doctest_aliases.py 0 # Used by test_doctest.py.
sample_doctest_no_docstrings.py 1 # This is a sample module used for testing doctest.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
doctest_aliases.py 0 # Used by test_doctest.py.
sample_doctest_no_docstrings.py 1 # This is a sample module used for testing doctest.
  /sdk/emulator/skins/assets/
README.txt 1 The svg files in these folder were used to generate the corresponding
  /external/dropbear/libtommath/
bn_s_mp_mul_high_digs.c 32 if (((a->used + b->used + 1) < MP_WARRAY)
33 && MIN (a->used, b->used) < (1 << ((CHAR_BIT * sizeof (mp_word)) - (2 * DIGIT_BIT)))) {
38 if ((res = mp_init_size (&t, a->used + b->used + 1)) != MP_OKAY) {
41 t.used = a->used + b->used + 1;
43 pa = a->used;
    [all...]
bn_mp_mul_d.c 27 if (c->alloc < a->used + 1) {
28 if ((res = mp_grow (c, a->used + 1)) != MP_OKAY) {
33 /* get the original destinations used count */
34 olduse = c->used;
49 for (ix = 0; ix < a->used; ix++) {
69 /* set used count */
70 c->used = a->used + 1;
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
app.html 4 Used by <a href="http://developer.chrome.com/trunk/apps/app_lifecycle.html#eventpage">packaged apps</a>
6 Also used by <a href="https://developers.google.com/chrome/apps/docs/developers_guide#live">hosted apps</a>
  /external/chromium_org/tools/telemetry/unittest_data/
dom_counter_sample.html 4 <h1 onclick="">Webpage to be used for DOM counter unit testing.</h1>
6 This webpage is meant to be used by a unit test that checks DOM element
  /external/clang/test/CodeGenCXX/
constructor-alias.cpp 3 // The target attribute code used to get confused with aliases. Make sure
4 // we don't crash when an alias is used.
  /external/iptables/extensions/
libipt_realm.man 1 This matches the routing realm. Routing realms are used in complex routing
6 can be a named realm from /etc/iproute2/rt_realms (mask can not be used in
  /external/stlport/test/unit/
cstdlib_header_test.cpp 5 * used to check that files included by those headers are compatible with
10 //Just an additionnal compilation test for Borland that used to fail here.
  /frameworks/native/opengl/libs/GLES_trace/
dev.make 2 ## This file is used for development purposes only. It is not used by the build system.
  /ndk/tests/device/test-gnustl-full/unit/
cstdlib_header_test.cpp 5 * used to check that files included by those headers are compatible with
10 //Just an additionnal compilation test for Borland that used to fail here.
  /ndk/tests/device/test-stlport/unit/
cstdlib_header_test.cpp 5 * used to check that files included by those headers are compatible with
10 //Just an additionnal compilation test for Borland that used to fail here.
  /external/chromium_org/chrome/common/
benchmarking_messages.h 18 // close all sockets. Used for debugging/testing.
22 // enable or disable the cache. Used for debugging/testing.
27 // clear the cache. Used for debugging/testing.
33 // clear the host cache. Used for debugging/testing.
39 // enable or disable spdy. Used for debugging/testing/benchmarking.
44 // clear the predictor cache. Used for debugging/testing.
  /external/chromium_org/components/nacl/common/
nacl_helper_linux.h 9 // constants used to implement communication between the nacl_helper
12 // Used by Helper to tell Zygote it has started successfully.
14 // Used by Zygote to ask Helper to fork a new NaCl loader.
32 // of three file descriptors. These constants are used as indicies
34 // Used to pass in the descriptor for talking to the Browser
36 // The next two are used in the protocol for discovering the
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnumtst.h 27 * The function used to test the Number format API
32 * The function used to test parsing of numbers in UNUM_SPELLOUT style
37 * The function used to test significant digits in the Number format API
42 * The function used to test Number format API rounding with significant digits
47 * The function used to test the Number format API with padding
52 * The function used to test the Number format API with padding

Completed in 1189 milliseconds

1 2 3 4 5 67 8 91011>>