HomeSort by relevance Sort by last modified time
    Searched refs:values (Results 1976 - 2000 of 2119) sorted by null

<<71727374757677787980>>

  /external/skia/src/animator/
SkAnimator.cpp 557 dispArray->values = array;
  /external/stlport/src/
num_put_float.cpp 41 # include <values.h>
767 //If numeric_limits support is correct we use the exposed values to detect NaN and infinity:
800 * In order to limit static buffer size we have to give 2 different values depending on x value.
801 * For small values (abs(x) < 1) we need as many digits as requested by precision limited by the maximum number of digits
803 * For bigger values we won't have more than limits::digits10 + 2 digits after decimal point. */
    [all...]
  /external/v8/benchmarks/
deltablue.js 681 * values of all variables whose stay flag is true. If a cycle is
791 * constraint and values must propagate down the entire length of the
  /external/v8/src/
hydrogen.h 321 const ZoneList<HValue*>* values() const { return &values_; } function in class:v8::internal::HEnvironment
387 // is_speculative, the argument values are expected to be PushArgument
388 // instructions, otherwise they are the actual values.
    [all...]
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 301 push %rsi # restore the values
  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 301 push %esi # restore the values
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 675 * values of all variables whose stay flag is true. If a cycle is
785 * constraint and values must propagate down the entire length of the
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 675 * values of all variables whose stay flag is true. If a cycle is
785 * constraint and values must propagate down the entire length of the
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 675 * values of all variables whose stay flag is true. If a cycle is
785 * constraint and values must propagate down the entire length of the
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 440 Values for argument specifiers are:
724 want your values pushed into an array, you'll have to use nextOption
  /external/webkit/Tools/Scripts/
VCSUtils.pm 122 # Call a function while suppressing STDERR, and return the return values
825 # The corresponding values are--
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py 95 test_config: specific values to check against when
326 # Maps a test to its list of options (string values)
388 for c in strings_to_constants.values():
    [all...]
  /frameworks/base/core/java/android/os/
Bundle.java 31 * A mapping from String values to various Parcelable types.
165 Object o = mMap.values().iterator().next();
200 * values to which it refers are copied by reference.
514 * Inserts an array of Parcelable values into the mapping of this Bundle,
528 * Inserts a List of Parcelable values into the mapping of this Bundle,
543 * Inserts a SparceArray of Parcelable values into the mapping of this
    [all...]
  /frameworks/base/core/java/android/webkit/
WebSettings.java 157 // retrieve the values. After setXXX, postSync() needs to be called.
159 // The default values need to match those in WebSettings.cpp
211 // are basic types, also none of these values are used in
761 for (TextSize size : TextSize.values()) {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java     [all...]
  /frameworks/base/services/java/com/android/server/
DropBoxManagerService.java 725 TreeSet<FileList> tags = new TreeSet<FileList>(mFilesByTag.values());
InputMethodManagerService.java     [all...]
TextServicesManagerService.java 397 for (SpellCheckerBindGroup group : mSpellCheckerBindGroups.values()) {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnection.java 146 for (FailCause fc : values()) {
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 41 # include <values.h>
766 //If numeric_limits support is correct we use the exposed values to detect NaN and infinity:
799 * In order to limit static buffer size we have to give 2 different values depending on x value.
800 * For small values (abs(x) < 1) we need as many digits as requested by precision limited by the maximum number of digits
802 * For bigger values we won't have more than limits::digits10 + 2 digits after decimal point. */
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 179 * values
656 * @param dayXs An array of x values to draw the dna at, one for each day
680 "Bad values for createDNAStrands! events:" + events + " dayXs:"
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 821 for (Utils.DNAStrand strand : mDna.values()) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 471 for (List<Action> actionChildren : mActions.values()) {
545 * Inflate the in-track view for the action of the given MIME-type, collapsing duplicate values.
  /packages/apps/Email/src/com/android/email/
NotificationController.java 373 for (ContentObserver observer : mNotificationMap.values()) {
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 892 for (ImageBlock blk : mCache.values()) {
    [all...]

Completed in 901 milliseconds

<<71727374757677787980>>