OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:domain
(Results
701 - 725
of
6195
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsintrp.c
129
// Fill samples per input direction and
domain
(which is number of nodes minus one)
133
p ->
Domain
[i] = nSamples[i] - 1;
198
Output[0] = LutTable[p ->
Domain
[0]];
202
val3 = p ->
Domain
[0] * Value[0];
236
Output[0] = LutTable[p ->
Domain
[0]];
240
val2 *= p ->
Domain
[0];
268
v = Input[0] * p16 ->
Domain
[0];
303
Output[0] = LutTable[p ->
Domain
[0]];
307
val2 *= p ->
Domain
[0];
348
px = fclamp(Input[0]) * p->
Domain
[0]
[
all
...]
/bionic/libc/dns/nameser/
ns_samedomain.c
36
* Check whether a name belongs to a
domain
.
39
* a - the
domain
whose ancestory is being verified
46
* Trailing dots are first removed from name and
domain
.
48
*
domain
name is the trailing string of the given name.
95
/* lb == 0 means 'b' is the root
domain
, so 'a' must be in 'b'. */
159
* make a canonical copy of
domain
name "src"
190
* determine whether
domain
name "a" is the same as
domain
name "b"
/device/moto/shamu/sepolicy/
ims.te
1
type ims,
domain
;
30
dontaudit ims
domain
:dir r_dir_perms;
/external/androidplot/Examples/DemoApp/res/values/
style.xml
30
<item name="androidplot.domainLabel">my
domain
</item>-->
31
<!--<item name="XYPlot:androidplot.title">my
domain
</item>-->
/external/apache-http/src/org/apache/http/auth/
NTCredentials.java
66
* @param usernamePassword the
domain
/username:password formed string
97
* @param userName The user name. This should not include the
domain
to authenticate with.
98
* For example: "user" is correct whereas "
DOMAIN
\\user" is not.
102
* @param
domain
The
domain
to authenticate within.
108
final String
domain
) {
113
this.principal = new NTUserPrincipal(
domain
, userName);
137
* @return String the
domain
these credentials are intended to authenticate with.
/external/dhcpcd/dhcpcd-hooks/
20-dns.conf
36
setprop dhcp.${interface}.
domain
"${new_domain_name}$separator${new_domain_search}"
45
setprop dhcp.${interface}.
domain
""
50-yp.conf
18
prefix="
domain
$new_nis_domain server "
20
echo "
domain
$new_nis_domain broadcast" >> "$cf"
/external/libvpx/libvpx/
md5_utils.h
5
* This code is in the public
domain
; do with it what you wish.
20
* Still in the public
domain
.
/external/nist-sip/
NIST-CONDITIONS-OF-USE.txt
11
* This software has been contributed to the public
domain
.
14
* and are considered to be in the public
domain
.
/external/selinux/policycoreutils/sepolicy/
sepolicy.8
56
Query SELinux Policy to see how a source process
domain
can transition to the target process
domain
/external/sepolicy/
attributes
9
attribute
domain
;
21
# All types used for
domain
entry points.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_Version.h
17
/* Define this in order to turn on ARM version/release/build strings in each
domain
*/
30
/* They are used in the ARM version strings defined for each
domain
. */
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_Version.h
17
/* Define this in order to turn on ARM version/release/build strings in each
domain
*/
30
/* They are used in the ARM version strings defined for each
domain
. */
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
armCOMM_Version.h
17
/* Define this in order to turn on ARM version/release/build strings in each
domain
*/
30
/* They are used in the ARM version strings defined for each
domain
. */
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/example/Settings/
strategy_for_usage.pfw
3
domain
: Calibration
20
domain
: AssistanceAccessibility
/frameworks/base/core/java/android/app/backup/
FullBackup.java
77
static public native int backupToTar(String packageName, String
domain
,
237
Log.i(TAG, "Unrecognized
domain
" + domainToken);
240
Log.i(TAG, "Error reading directory for
domain
: " + domainToken);
246
* A map of
domain
-> list of canonical file names in that
domain
that are to be included.
247
* We keep track of the
domain
so that we can go through the file system in order later on.
285
* @return A mapping of
domain
-> canonical paths within that
domain
. Each of these paths
369
final String domainFromXml = parser.getAttributeValue(null, "
domain
");
375
+ "
domain
=\"" + domainFromXml + "\" invalid; skipping")
[
all
...]
/frameworks/base/services/core/java/com/android/server/pm/
IntentFilterVerificationResponse.java
35
for (String
domain
: failedDomains) {
39
sb.append(
domain
);
/frameworks/ex/common/tests/src/com/android/common/
Rfc822ValidatorTest.java
36
"a@
domain
-label-cannot-be-longer-than-63-chars-and-this-is-maximum.example.com",
39
// Punycode is an ASCII representation of International
domain
names.
54
// "test@??.test", // Unicode in
domain
only.
63
// Invalid
domain
.
66
// Invalid characters in
domain
as per RFC 1034 and RFC 1035,
67
// even if these characters are in RFC5322's
domain
production.
71
// The
domain
is too long
72
"no@
domain
-label-cannot-be-longer-than-63-chars-but-this-is-64-chars.com",
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
md5_utils.h
5
* This code is in the public
domain
; do with it what you wish.
20
* Still in the public
domain
.
/libcore/luni/src/main/java/org/xml/sax/
SAXNotRecognizedException.java
4
// NO WARRANTY! This class is in the Public
Domain
.
15
* Public
Domain
, and comes with <strong>NO WARRANTY</strong>.</em>
SAXNotSupportedException.java
4
// NO WARRANTY! This class is in the Public
Domain
.
14
* Public
Domain
, and comes with <strong>NO WARRANTY</strong>.</em>
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryDumpBroadcastReceiver.java
27
private static final String
DOMAIN
= "com.android.inputmethod.latin";
28
public static final String DICTIONARY_DUMP_INTENT_ACTION =
DOMAIN
+ ".DICT_DUMP";
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dir.h
2
* This file has no copyright assigned and is placed in the Public
Domain
.
20
* This source code is offered for use in the public
domain
. You may
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
param.h
2
* This file has no copyright assigned and is placed in the Public
Domain
.
16
* This source code is offered for use in the public
domain
. You may
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
OkHostnameVerifier.java
159
* Returns {@code true} iff {@code hostName} matches the
domain
name {@code pattern}.
162
* @param pattern
domain
name pattern from certificate. May be a wildcard pattern such as
170
// Invalid
domain
name
175
// Invalid pattern/
domain
name
179
// Normalize hostName and pattern by turning them into absolute
domain
names if they are not
194
// hostName and pattern are now absolute
domain
names.
197
// hostName and pattern are now in lower case --
domain
names are case-insensitive.
206
// 1. Asterisk (*) is only permitted in the left-most
domain
name label and must be the
210
// 2. Asterisk (*) cannot match across
domain
name labels.
213
// 3. Wildcard patterns for single-label
domain
names are not permitted
[
all
...]
Completed in 5499 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>