HomeSort by relevance Sort by last modified time
    Searched full:numeric (Results 226 - 250 of 1607) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyProperties.java 50 /** Numeric name (MCC+MNC) of current registered operator.<p>
54 static final String PROPERTY_OPERATOR_NUMERIC = "gsm.operator.numeric";
104 static String PROPERTY_ICC_OPERATOR_NUMERIC = "gsm.sim.operator.numeric";
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 128 "numeric TEXT," +
248 String numeric = mcc + mnc; local
250 map.put(Telephony.Carriers.NUMERIC,numeric);
563 String numeric = initialValues.getAsString("numeric"); local
565 "numeric = '" + numeric + "'", null);
570 Log.d(TAG, "Setting numeric '" + numeric + "' to be the current operator")
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
numeric 0 // Numeric extensions -*- C++ -*-
51 /** @file ext/numeric
62 #include <numeric>
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
numeric 0 // Numeric extensions -*- C++ -*-
51 /** @file ext/numeric
62 #include <numeric>
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
numeric 0 // Numeric extensions -*- C++ -*-
51 /** @file ext/numeric
62 #include <numeric>
  /external/mesa3d/src/glsl/
glsl_types.h 107 * For scalars, each of these values will be 1. For non-numeric types
169 * For numeric and boolean derrived types returns the basic scalar type
171 * If the type is a numeric or boolean scalar, vector, or matrix type,
173 * all other types, including arrays of numeric or boolean types, the
257 * Query whether or not a type is a non-array numeric type
  /external/libvpx/examples/includes/geshi/geshi/
mysql.php 125 'NUMERIC','POINT','POLYGON','REAL','SERIAL',
185 // Numeric Functions
192 // Numeric function distinguished from other keyword by the same name
350 15 => 'color: #000099;', // numeric functions
351 16 => 'color: #000099;', // numeric functions
410 15 => 'http://dev.mysql.com/doc/refman/5.1/en/numeric-functions.html',
411 16 => 'http://dev.mysql.com/doc/refman/5.1/en/numeric-functions.html',
  /external/webkit/Source/WebCore/platform/gtk/
PlatformKeyboardEventGtk.cpp 156 return VK_NUMPAD0;// (60) Numeric keypad 0 key
158 return VK_NUMPAD1;// (61) Numeric keypad 1 key
160 return VK_NUMPAD2; // (62) Numeric keypad 2 key
162 return VK_NUMPAD3; // (63) Numeric keypad 3 key
164 return VK_NUMPAD4; // (64) Numeric keypad 4 key
166 return VK_NUMPAD5; //(65) Numeric keypad 5 key
168 return VK_NUMPAD6; // (66) Numeric keypad 6 key
170 return VK_NUMPAD7; // (67) Numeric keypad 7 key
172 return VK_NUMPAD8; // (68) Numeric keypad 8 key
174 return VK_NUMPAD9; // (69) Numeric keypad 9 ke
    [all...]
  /external/webkit/Source/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp 146 return VK_NUMPAD0; // (60) Numeric keypad 0 key
148 return VK_NUMPAD1; // (61) Numeric keypad 1 key
150 return VK_NUMPAD2; // (62) Numeric keypad 2 key
152 return VK_NUMPAD3; // (63) Numeric keypad 3 key
154 return VK_NUMPAD4; // (64) Numeric keypad 4 key
156 return VK_NUMPAD5; // (65) Numeric keypad 5 key
158 return VK_NUMPAD6; // (66) Numeric keypad 6 key
160 return VK_NUMPAD7; // (67) Numeric keypad 7 key
162 return VK_NUMPAD8; // (68) Numeric keypad 8 key
164 return VK_NUMPAD9; // (69) Numeric keypad 9 ke
    [all...]
  /frameworks/base/core/java/android/net/
VpnService.java 338 * using a numeric address string. See {@link InetAddress} for the
339 * definitions of numeric address formats.
373 * using a numeric address string. See {@link InetAddress} for the
374 * definitions of numeric address formats.
403 * using a numeric address string. See {@link InetAddress} for the
404 * definitions of numeric address formats.
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetMetaDataTest.java 282 "valueFloat FLOAT , scaleTest NUMERIC("+precisionNum+","+scale+"),"+
303 // non numeric field
348 "valueFloat FLOAT , scaleTest NUMERIC(10,"+scale+") );";
501 * Tests fail: always returns false. Exceptions and tests non Numeric fields
650 * Tests fail: always returns false. Exceptions and tests on non numeric
673 * Analogous to is Readonly. Exceptions and tests on non numeric fields
  /external/icu4c/data/unidata/
PropertyAliases.txt 29 # values, the case distinctions, whitespace, and '_' are ignored. For Numeric Property
30 # values, numeric equivalencies are applied: thus "01.00" is equivalent to "1".
51 # Numeric Properties
  /external/icu4c/i18n/unicode/
unum.h 379 * The syntax of the input number is a "numeric string"
514 * Parse a number from a string into an unformatted numeric string using a UNumberFormat.
516 * The syntax of the output is a "numeric string"
624 /** The possible UNumberFormat numeric attributes @stable ICU 2.0 */
674 * Get a numeric attribute associated with a UNumberFormat.
675 * An example of a numeric attribute is the number of integer digits a formatter will produce.
694 * Set a numeric attribute associated with a UNumberFormat.
695 * An example of a numeric attribute is the number of integer digits a formatter will produce. If the
719 * Get a numeric attribute associated with a UNumberFormat.
720 * An example of a numeric attribute is the number of integer digits a formatter will produce
    [all...]
  /external/iptables/extensions/
libxt_MARK.c 168 const struct xt_entry_target *target, int numeric)
186 int numeric)
206 int numeric)
libipt_NETMAP.c 66 int numeric)
  /external/stlport/test/unit/
num_facets_test.cpp 153 locale tmp(locale::classic(), tested_locales[i].name, locale::numeric); member in class:locale
215 locale loc(locale::classic(), "C", locale::numeric); member in class:locale
227 locale loc(locale::classic(), "", locale::numeric); member in class:locale
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
CdmaSmsAddress.java 153 * Given a numeric address string, return the string without
155 * plus signs. If the input string contains non-numeric
192 * For numeric addresses, the string is cleaned up by removing
  /ndk/tests/device/test-gnustl-full/unit/
num_facets_test.cpp 153 locale tmp(locale::classic(), tested_locales[i].name, locale::numeric); member in class:locale
215 locale loc(locale::classic(), "C", locale::numeric); member in class:locale
227 locale loc(locale::classic(), "", locale::numeric); member in class:locale
  /ndk/tests/device/test-stlport/unit/
num_facets_test.cpp 153 locale tmp(locale::classic(), tested_locales[i].name, locale::numeric); member in class:locale
215 locale loc(locale::classic(), "C", locale::numeric); member in class:locale
227 locale loc(locale::classic(), "", locale::numeric); member in class:locale
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
locale.h 53 /* Structure giving information about numeric and monetary notation. */
56 /* Numeric (non-monetary) information. */
127 /* Return the numeric/monetary information for the current locale. */
  /development/apps/Development/res/layout/
monkey_screen.xml 57 android:numeric="integer"
  /external/bison/
GNUmakefile 40 export TAR_OPTIONS = --owner=0 --group=0 --numeric-owner
  /external/chromium/base/
sys_info.h 41 // Retrieves detailed numeric values for the OS version.
  /external/icu4c/i18n/
unesctrn.h 40 * numeric values are cast to 16-bit characters and stored in the
  /external/iproute2/tc/
f_cgroup.c 35 fprintf(stderr, "Illegal handle \"%s\", must be numeric.\n",

Completed in 1663 milliseconds

1 2 3 4 5 6 7 8 91011>>