OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numeric
(Results
226 - 250
of
2753
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/iptables/extensions/
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
)
/external/jmdns/src/javax/jmdns/impl/constants/
DNSLabel.java
54
* Return the
numeric
value of this type
DNSOperationCode.java
61
* Return the
numeric
value of this type
DNSOptionCode.java
53
* Return the
numeric
value of this type
/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/llvm/test/Object/
coff-archive-short.test
8
RUN: llvm-nm --
numeric
-sort -s %p/Inputs/coff_archive_short.lib | FileCheck -check-prefix=CHECKIDX %s
/external/proguard/src/proguard/obfuscate/
NumericNameFactory.java
27
* This <code>NameFactory</code> generates unique
numeric
names, starting at
/external/sepolicy/
mls_macros
19
# in increasing
numeric
order with s0 lowest, s(N-1) highest
/external/skia/expectations/gm/
loader.js
9
/* Override transformResponse so that the
numeric
checksums are interpreted as
/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/core/res/res/values-large/
dimens.xml
22
<!-- Default height of a key in the password keyboard for
numeric
-->
/frameworks/base/core/res/res/values-xlarge/
dimens.xml
23
<!-- Default height of a key in the password keyboard for
numeric
-->
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataCallResponse.java
144
throw new UnknownHostException("Non-
numeric
ip addr=" + addr);
169
throw new UnknownHostException("Non-
numeric
dns addr=" + addr);
186
throw new UnknownHostException("Non-
numeric
dns addr=" + dnsAddr);
212
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/issue42891-boost-1_52/jni/boost/boost/test/
floating_point_comparison.hpp
25
#include <boost/
numeric
/conversion/conversion_traits.hpp> // for
numeric
::conversion_traits
228
typedef typename
numeric
::conversion_traits<FPT1,FPT2>::supertype FPT;
241
typedef typename
numeric
::conversion_traits<FPT1,FPT2>::supertype FPT;
Completed in 389 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>