HomeSort by relevance Sort by last modified time
    Searched refs:number (Results 1576 - 1600 of 1948) sorted by null

<<61626364656667686970>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneProxy.java 684 public void setLine1Number(String alphaTag, String number, Message onComplete) {
685 mActivePhone.setLine1Number(alphaTag, number, onComplete);
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldNumberFormatTest.java     [all...]
  /ndk/build/core/
setup-toolchain.mk 116 # number from the toolchain name, e.g. arm-eabi-4.4.0 -> path/bin/arm-eabi-
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
gcov-io.c 358 /* Return the number of words STRING would need including the length
758 /* Convert an unsigned NUMBER to a percentage after dividing by
762 convert_unsigned_to_pct (const unsigned number)
764 return (float)number / 100.0f;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
gcov-io.c 358 /* Return the number of words STRING would need including the length
758 /* Convert an unsigned NUMBER to a percentage after dividing by
762 convert_unsigned_to_pct (const unsigned number)
764 return (float)number / 100.0f;
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
gcov-io.c 358 /* Return the number of words STRING would need including the length
758 /* Convert an unsigned NUMBER to a percentage after dividing by
762 convert_unsigned_to_pct (const unsigned number)
764 return (float)number / 100.0f;
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
gcov-io.c 358 /* Return the number of words STRING would need including the length
758 /* Convert an unsigned NUMBER to a percentage after dividing by
762 convert_unsigned_to_pct (const unsigned number)
764 return (float)number / 100.0f;
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
gcov-io.c 358 /* Return the number of words STRING would need including the length
758 /* Convert an unsigned NUMBER to a percentage after dividing by
762 convert_unsigned_to_pct (const unsigned number)
764 return (float)number / 100.0f;
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
gcov-io.c 358 /* Return the number of words STRING would need including the length
758 /* Convert an unsigned NUMBER to a percentage after dividing by
762 convert_unsigned_to_pct (const unsigned number)
764 return (float)number / 100.0f;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/
gcov-io.c 358 /* Return the number of words STRING would need including the length
758 /* Convert an unsigned NUMBER to a percentage after dividing by
762 convert_unsigned_to_pct (const unsigned number)
764 return (float)number / 100.0f;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/
gcov-io.c 358 /* Return the number of words STRING would need including the length
758 /* Convert an unsigned NUMBER to a percentage after dividing by
762 convert_unsigned_to_pct (const unsigned number)
764 return (float)number / 100.0f;
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
gcov-io.c 358 /* Return the number of words STRING would need including the length
758 /* Convert an unsigned NUMBER to a percentage after dividing by
762 convert_unsigned_to_pct (const unsigned number)
764 return (float)number / 100.0f;
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
gcov-io.c 358 /* Return the number of words STRING would need including the length
758 /* Convert an unsigned NUMBER to a percentage after dividing by
762 convert_unsigned_to_pct (const unsigned number)
764 return (float)number / 100.0f;
  /system/core/sh/
eval.c 93 STATIC int skipcount; /* number of levels to skip */
1139 * the number of loops to break/continue, or the number of function
1148 int n = argc > 1 ? number(argv[1]) : 1;
1167 int ret = argc > 1 ? number(argv[1]) : exitstatus;
jobs.c 649 /* XXX: limits number of signals */
706 jobno = number(name + 1) - 1;
749 pid = number(name);
  /external/webkit/Tools/Scripts/
old-run-webkit-tests 44 # the number of tests that got the expected results
45 # the number of tests that ran, but did not get the expected results
46 # the number of tests that failed to run
47 # the number of tests that were run but had no expected results to compare against
292 --iterations n Number of times to run the set of tests (e.g. ABCABCABC)
305 --repeat-each n Number of times to run each test (e.g. AAABBBCCC)
318 --timeout t Sets the number of seconds before a test times out (default: $timeoutSeconds)
321 -m|--merge-leak-depth arg Merges leak callStacks and prints the number of unique leaks beneath a callstack depth of arg. Defaults to 5.
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/libxml2/
xmlschemastypes.c     [all...]
  /external/icu4c/test/intltest/
itrbnf.cpp 245 errln("Number of rule set names should be more than zero");
251 logln("number of rule set names is %i", noOfRuleSetNames);
349 // this rule formats the number if it's 1 or more. It formats
355 // this rule formats the number if it's between 0 and 1. It
360 // preceding example: We multiply the fractional part of the number
1931 double number = 1001; local
    [all...]
  /external/libxslt/libxslt/
preproc.c 691 comp->number = 0;
692 else if (xmlStrEqual(comp->stype, (const xmlChar *) "number"))
693 comp->number = 1;
697 comp->number = 0; /* use default */
    [all...]
  /external/ppp/pppd/
auth.c 147 /* Remote telephone number, if available */
156 /* Number of network protocols which we have opened. */
159 /* Number of network protocols which have come up. */
393 "Set remote telephone number for authentication", OPT_PRIO | OPT_STATIC,
396 { "allow-number", o_special, (void *)set_permitted_number,
397 "Set telephone number(s) which are allowed to connect",
506 * set_permitted_number - set remote telephone number(s) that may connect.
512 char *number = *argv; local
513 int l = strlen(number) + 1;
518 novm("allow-number argument")
    [all...]
  /external/v8/src/arm/
ic-arm.cc 393 Label number, non_number, non_string, boolean, probe, miss; local
409 // Check for number.
410 __ JumpIfSmi(r1, &number);
413 __ bind(&number);
608 // Check whether the elements is a number dictionary.
    [all...]
  /external/v8/src/
d8.cc 291 Local<Value> number = value_in->ToNumber(); local
294 ASSERT(number->IsNumber());
295 Local<Int32> int32 = number->ToInt32();
549 // Print (filename):(line number): (message).
    [all...]
heap.h 184 V(number_symbol, "number") \
185 V(Number_symbol, "Number") \
    [all...]
  /external/v8/src/ia32/
ic-ia32.cc 481 // Check whether the elements is a number dictionary.
648 &miss, // When not a number.
948 Label number, non_number, non_string, boolean, probe, miss; local
    [all...]

Completed in 1439 milliseconds

<<61626364656667686970>>