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

1 2 3 4 56 7 8 91011>>

  /external/iptables/extensions/
libipt_LOG.man 14 Level of logging (numeric or see \fIsyslog.conf\fP(5)).
libxt_NFQUEUE.c 96 const struct xt_entry_target *target, int numeric)
104 const struct xt_entry_target *target, int numeric)
118 const struct xt_entry_target *target, int numeric)
122 NFQUEUE_print_v1(ip, target, numeric);
libxt_TOS.c 139 const struct xt_entry_target *target, int numeric)
144 if (numeric || !tos_try_print_symbolic("", info->tos, 0xFF))
149 int numeric)
153 if (numeric)
libxt_cpu.c 33 cpu_print(const void *ip, const struct xt_entry_match *match, int numeric)
libxt_helper.c 33 helper_print(const void *ip, const struct xt_entry_match *match, int numeric)
libxt_quota.c 28 quota_print(const void *ip, const struct xt_entry_match *match, int numeric)
libxt_socket.c 49 int numeric)
libxt_policy.c 225 static void print_mode(const char *prefix, uint8_t mode, int numeric)
242 static void print_proto(const char *prefix, uint8_t proto, int numeric)
247 if (!numeric)
262 bool numeric, uint8_t family)
274 print_proto(prefix, e->proto, numeric);
278 print_mode(prefix, e->mode, numeric);
321 int numeric)
331 print_entry("", &info->pol[i], numeric, NFPROTO_IPV4);
336 int numeric)
346 print_entry("", &info->pol[i], numeric, NFPROTO_IPV6)
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/operators/
NumericAddFunction.java 24 * X + Y (numeric).
NumericEqualFunction.java 24 * X == Y (numeric).
NumericFunction.java 24 * #X (numeric). Forces a value to a number.
NumericNotEqualFunction.java 24 * X != Y (numeric).
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
FindFunction.java 24 * Returns the numeric position of the substring in the string (if found), otherwise returns -1
  /external/jsilver/src/com/google/clearsilver/jsilver/values/
NumberValue.java 22 * A simple numeric value.
  /external/netcat/scripts/
iscan 8 ## disadvantages: requires numeric-only port args, the output sleazitude,
  /external/proguard/src/proguard/obfuscate/
NumericNameFactory.java 27 * This <code>NameFactory</code> generates unique numeric names, starting at
  /external/srec/tools/grxmlcompile/
testhashmap.cpp 54 std::cout << "index " << i << " has numeric index " << j <<std::endl;
56 std::cout << "value " << value << " has numeric index " << j <<std::endl;
81 std::cout << "index " << i << " has numeric index " << j <<std::endl;
83 std::cout << "value " << value << " has numeric index " << j <<std::endl;
  /external/stlport/test/unit/
innerprod_test.cpp 3 #include <numeric>
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataCallState.java 143 throw new UnknownHostException("Non-numeric ip addr=" + addr);
166 throw new UnknownHostException("Non-numeric dns addr=" + addr);
181 throw new UnknownHostException("Non-numeric dns addr=" + dnsAddr);
205 throw new UnknownHostException("Non-numeric gateway addr=" + addr);
  /libcore/json/src/main/java/org/json/
JSONException.java 26 * <li>Use of numeric types not available to JSON, such as {@link
  /ndk/tests/device/test-gnustl-full/unit/
innerprod_test.cpp 3 #include <numeric>
  /ndk/tests/device/test-stlport/unit/
innerprod_test.cpp 3 #include <numeric>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
error.h 36 /** Return a human readable error message for the specified numeric error code */
  /system/media/mca/
Docs.mk 37 filterpacks/numeric/java \
  /external/webkit/Source/WebCore/platform/chromium/
KeyCodeConversionGtk.cpp 45 return VKEY_NUMPAD0; // (60) Numeric keypad 0 key
47 return VKEY_NUMPAD1; // (61) Numeric keypad 1 key
49 return VKEY_NUMPAD2; // (62) Numeric keypad 2 key
51 return VKEY_NUMPAD3; // (63) Numeric keypad 3 key
53 return VKEY_NUMPAD4; // (64) Numeric keypad 4 key
55 return VKEY_NUMPAD5; //(65) Numeric keypad 5 key
57 return VKEY_NUMPAD6; // (66) Numeric keypad 6 key
59 return VKEY_NUMPAD7; // (67) Numeric keypad 7 key
61 return VKEY_NUMPAD8; // (68) Numeric keypad 8 key
63 return VKEY_NUMPAD9; // (69) Numeric keypad 9 ke
    [all...]

Completed in 866 milliseconds

1 2 3 4 56 7 8 91011>>