HomeSort by relevance Sort by last modified time
    Searched defs:numeric (Results 1 - 25 of 150) sorted by null

1 2 3 4 5 6

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/numeric/
package-info.java 4 package android.filterpacks.numeric;
SinWaveFilter.java 18 package android.filterpacks.numeric;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
mboxconvert.py 48 numeric = re.compile('[1-9][0-9]*') variable
54 if numeric.match(msg) != len(msg):
  /external/python/cpython2/Demo/scripts/
mboxconvert.py 48 numeric = re.compile('[1-9][0-9]*') variable
54 if numeric.match(msg) != len(msg):
  /external/devlib/devlib/utils/
types.py 62 def numeric(value): function
66 forward numeric conversion.
78 raise ValueError('Not numeric: {}'.format(value))
83 raise ValueError('Not numeric: {}'.format(value))
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/numeric/
AbsFunction.java 17 package com.google.clearsilver.jsilver.functions.numeric;
26 * Returns the absolute value of the numeric expressions.
31 * @param args Single numeric value
MaxFunction.java 17 package com.google.clearsilver.jsilver.functions.numeric;
26 * Returns the larger of two numeric expressions.
31 * @param args Two numeric values
MinFunction.java 17 package com.google.clearsilver.jsilver.functions.numeric;
26 * Returns the smaller of two numeric expressions.
31 * @param args Two numeric values
  /external/clang/test/SemaCXX/
namespace.cpp 79 namespace numeric { namespace in namespace:PR6620
88 namespace numeric { namespace in namespace:PR6620
95 { numeric::greater(l, r); }
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
NormFilter.java 17 package androidx.media.filterpacks.numeric;
StatsFilter.java 20 package androidx.media.filterpacks.numeric;
  /frameworks/base/core/tests/coretests/src/android/app/admin/
PasswordMetricsTest.java 42 assertEquals(0, metrics.numeric);
54 final int numeric = 5; local
62 quality, length, letters, upperCase, lowerCase, numeric, symbols, nonLetter)
75 assertEquals(numeric, metrics.numeric);
88 assertEquals(5, metrics.numeric);
154 metrics1.numeric++;
156 metrics1.numeric--;
  /external/iptables/iptables/
xtables-translate.c 57 int ret = 1, numeric = cs->options & OPT_NUMERIC; local
72 .numeric = numeric,
93 int ret = 1, numeric = cs->options & OPT_NUMERIC; local
99 .numeric = numeric,
  /external/syslinux/gpxe/src/core/
resolv.c 88 * Numeric name resolver
93 /** A numeric name resolver */
108 struct numeric_resolv *numeric = local
111 resolv_done ( &numeric->resolv, &numeric->sa, numeric->rc );
117 struct numeric_resolv *numeric; local
121 numeric = zalloc ( sizeof ( *numeric ) );
122 if ( ! numeric )
    [all...]
  /frameworks/base/core/java/android/app/admin/
PasswordMetrics.java 43 public int numeric = 0; field in class:PasswordMetrics
55 int numeric, int symbols, int nonLetter) {
60 this.numeric = numeric;
71 numeric = in.readInt();
79 && numeric == 0 && symbols == 0 && nonLetter == 0;
94 dest.writeInt(numeric);
115 int numeric = 0; local
130 numeric++;
141 final boolean hasNumeric = numeric > 0
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
VoiceMailConstants.java 102 String numeric = parser.getAttributeValue(null, "numeric"); local
107 CarrierVmMap.put(numeric, data);
  /external/icu/icu4c/source/i18n/
coleitr.cpp 283 UBool numeric = rbc_->settings->isNumeric(); local
285 newIter = new UTF16CollationIterator(rbc_->data, numeric, s, s, s + string_.length());
287 newIter = new FCDUTF16CollationIterator(rbc_->data, numeric, s, s, s + string_.length());
  /external/icu/icu4c/source/test/cintltst/
uregiontest.c 50 int32_t numeric; member in struct:KnownRegion
368 int32_t e = rd->numeric;
370 log_err("ERROR: Numeric code mismatch for region %s. Expected:%d Got:%d\n", uregion_getRegionCode(r), e, n );
378 log_err("ERROR: Creating region %s by its numeric code returned a different region. Got: %s instead.\n",
  /external/icu/icu4c/source/test/intltest/
regiontst.cpp 24 int32_t numeric; member in struct:KnownRegion
373 int32_t e = rd.numeric;
375 errln("Numeric code mismatch for region %s. Expected:%d Got:%d",r->getRegionCode(),e,n);
382 int32_t nc = rd.numeric;
386 errln("Creating region %s by its numeric code returned a different region. Got: %s instead.",r->getRegionCode(),ncRegion->getRegionCode());
407 { "276", "DE", URGN_TERRITORY }, // Numeric code for Germany
408 { "278", "DE", URGN_TERRITORY }, // Numeric code for East Germany (Deprecated)
459 { 276, "DE", URGN_TERRITORY }, // Numeric code for Germany
460 { 278, "DE", URGN_TERRITORY }, // Numeric code for East Germany (Deprecated)
462 { 736, "SD", URGN_TERRITORY }, // Sudan (pre-2011) - changed numeric code after South Sudan split of
    [all...]
  /external/libcups/cups/
testhttp.c 360 char numeric[1024]; /* Numeric IP address */ local
363 httpAddrString(&(addr->addr), numeric, sizeof(numeric));
364 if (!strcmp(numeric, "UNKNOWN"))
377 puts("FAIL (ignored because hostname is numeric)");
  /external/vboot_reference/host/include/
cgpt_params.h 49 int numeric; member in struct:CgptShowParams
92 int numeric; member in struct:CgptFindParams
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
locale_classes.h 92 * The standard category values are none, ctype, numeric, collate, time,
100 static const category numeric = 1L << 1; member in class:locale
105 static const category all = (ctype | numeric | collate |
295 // collate, ctype, monetary, numeric, time, and messages. These
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_classes.h 92 * The standard category values are none, ctype, numeric, collate, time,
100 static const category numeric = 1L << 1; member in class:locale
105 static const category all = (ctype | numeric | collate |
295 // collate, ctype, monetary, numeric, time, and messages. These
  /external/v8/src/
i18n.cc 480 bool numeric; local
481 if (ExtractBooleanSetting(isolate, options, "numeric", &numeric)) {
483 UCOL_NUMERIC_COLLATION, numeric ? UCOL_ON : UCOL_OFF, status);
537 resolved, factory->NewStringFromStaticChars("numeric"),
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnSetting.java 70 public final String numeric; field in class:ApnSetting
154 public ApnSetting(int id, String numeric, String carrier, String apn,
163 this.numeric = numeric;
200 public ApnSetting(int id, String numeric, String carrier, String apn,
208 this(id, numeric, carrier, apn, proxy, port, mmsc, mmsProxy, mmsPort, user, password,
214 public ApnSetting(int id, String numeric, String carrier, String apn,
223 this.numeric = numeric;
260 this(apn.id, apn.numeric, apn.carrier, apn.apn, apn.proxy, apn.port, apn.mmsc, apn.mmsProxy
    [all...]

Completed in 715 milliseconds

1 2 3 4 5 6