HomeSort by relevance Sort by last modified time
    Searched defs:need (Results 26 - 50 of 103) sorted by null

12 3 4 5

  /external/e2fsprogs/intl/
loadmsgcat.c 97 Note that our fallback values need not be literal strings, because we don't
494 /* We need a sign, whether a new catalog was loaded, which can be associated
1066 /* This is invalid. These minor revisions need a hash table. */
1138 size_t need = 0; local
1146 need += W (domain->must_swap, p->segsize);
1166 need += strlen (sysdep_segment_values[sysdepref]);
1169 needs[j] = need;
    [all...]
  /external/eigen/Eigen/src/OrderingMethods/
Eigen_Colamd.h 286 * not need to change, assuming that you either use
337 Index need ; /* minimum required length of A */ local
421 need = 2*nnz + n_col + Col_size + Row_size ;
423 if (need > Alen)
427 stats [COLAMD_INFO1] = need ;
429 COLAMD_DEBUG0 (("colamd: Need Alen >= %d, given only Alen = %d\n", need,Alen));
634 /* if cols not jumbled, we don't need the mark (this is faster) */
654 /* === See if we need to re-create columns ============================== */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 11 import zlib # We may need its compression method namespace
638 # No need to compute the CRC if we don't have a reference value
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 11 import zlib # We may need its compression method namespace
638 # No need to compute the CRC if we don't have a reference value
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c 338 /* The kernel doesn't need to zero the itable blocks */
560 int need, col_left; local
624 need = int_log10(group_block) + 2;
625 if (need > col_left) {
629 col_left -= need;
1110 printf("%s", _("You probably need to install an "
    [all...]
  /external/gcc-demangle/
cp-demangle.c 3269 size_t need; local
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
cp-demangle.c 3404 size_t need; local
    [all...]
  /frameworks/base/core/java/android/text/
Layout.java 78 float need = 0; local
90 if (w > need)
91 need = w;
96 return need;
442 * @return The range of lines that need to be drawn, possibly empty.
654 * characters that need to be handled specially, like tabs
    [all...]
  /frameworks/base/core/java/android/widget/
Switch.java 335 int need = style & ~typefaceStyle; local
336 mTextPaint.setFakeBoldText((need & Typeface.BOLD) != 0);
337 mTextPaint.setTextSkewX((need & Typeface.ITALIC) != 0 ? -0.25f : 0);
348 * variants, so you may need to use
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 278 int need = style & ~typefaceStyle; local
279 mTextPaint.setFakeBoldText((need & Typeface.BOLD) != 0);
280 mTextPaint.setTextSkewX((need & Typeface.ITALIC) != 0 ? -0.25f : 0);
291 * variants, so you may need to use
    [all...]
  /prebuilts/devtools/tools/lib/
common.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.2.0/
common-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.4.0/
common-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.4.2/
common-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.5.0/
common-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.5.1/
common-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.5.3/
common-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.7.0/
common-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.7.1/
common-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.7.3/
common-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.8.0/
common-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.9.2/
common-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/23.0.1/
common-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/23.0.2/
common-23.0.2.jar 
  /external/elfutils/0.153/src/
elflint.c 2857 GElf_Verneed *need = gelf_getverneed (data, offset, &needmem); local
    [all...]

Completed in 926 milliseconds

12 3 4 5