OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:types
(Results
1 - 25
of
27608
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/Headers/
Sub.h
1
#include <Sub/
Types
.h>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
bitypes.h
1
/* The GNU <sys/
types
.h> defines all the necessary
types
. */
3
#include <sys/
types
.h>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
bitypes.h
1
/* The GNU <sys/
types
.h> defines all the necessary
types
. */
3
#include <sys/
types
.h>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
bitypes.h
1
/* The GNU <sys/
types
.h> defines all the necessary
types
. */
3
#include <sys/
types
.h>
/external/e2fsprogs/include/nonunix/asm/
types.h
1
#include "../linux/
types
.h"
/external/sepolicy/
roles
2
role r
types
domain;
net.te
1
# Network
types
su_user.te
1
# File
types
must be defined for file_contexts.
attributes
5
# All
types
used for devices.
8
# All
types
used for processes.
11
# All
types
used for filesystems.
14
# All
types
used for files that can exist on a labeled fs.
15
# Do not use for pseudo file
types
.
18
# All
types
used for domain entry points.
21
# All
types
used for /data files.
24
# All
types
use for sysfs files.
30
# All
types
used for nodes/hosts.
33
# All
types
used for network interfaces
[
all
...]
/external/chromium_org/chrome/common/extensions/docs/templates/public/apps/
types.html
1
{{+partials.standard_apps_api api:apis.
types
intro:intros.
types
/}}
/external/chromium_org/chrome/common/extensions/docs/templates/public/extensions/
types.html
1
{{+partials.standard_extensions_api api:apis.
types
intro:intros.
types
/}}
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
new.py
1
"""Create new objects of various
types
. Deprecated.
4
Objects of most
types
can now be created by calling the type object.
7
warnpy3k("The 'new' module has been removed in Python 3.0; use the '
types
' "
11
from
types
import ClassType as classobj
12
from
types
import FunctionType as function
13
from
types
import InstanceType as instance
14
from
types
import MethodType as instancemethod
15
from
types
import ModuleType as module
17
from
types
import CodeType as code
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
new.py
1
"""Create new objects of various
types
. Deprecated.
4
Objects of most
types
can now be created by calling the type object.
7
warnpy3k("The 'new' module has been removed in Python 3.0; use the '
types
' "
11
from
types
import ClassType as classobj
12
from
types
import FunctionType as function
13
from
types
import InstanceType as instance
14
from
types
import MethodType as instancemethod
15
from
types
import ModuleType as module
17
from
types
import CodeType as code
/external/lzma/CPP/Common/
Types.h
1
// Common/
Types
.h
6
#include "../../C/
Types
.h"
/dalvik/dx/tests/103-verify-branch-ops/
info.txt
2
the appropriate
types
.
/external/iptables/include/linux/netfilter/
xt_CLASSIFY.h
4
#include <linux/
types
.h>
/external/kernel-headers/original/linux/
termios.h
4
#include <linux/
types
.h>
/external/libsepol/tests/policies/test-expander/
role-module.conf
9
role role_check_1
types
role_check_1_2_t;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
termios.h
4
#include <linux/
types
.h>
utime.h
4
#include <linux/
types
.h>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
termios.h
4
#include <linux/
types
.h>
utime.h
4
#include <linux/
types
.h>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
termios.h
4
#include <linux/
types
.h>
utime.h
4
#include <linux/
types
.h>
/external/dexmaker/src/main/java/com/google/dexmaker/
BinaryOp.java
42
@Override Rop rop(TypeList
types
) {
43
return Rops.opAdd(
types
);
49
@Override Rop rop(TypeList
types
) {
50
return Rops.opSub(
types
);
56
@Override Rop rop(TypeList
types
) {
57
return Rops.opMul(
types
);
63
@Override Rop rop(TypeList
types
) {
64
return Rops.opDiv(
types
);
70
@Override Rop rop(TypeList
types
) {
71
return Rops.opRem(
types
);
[
all
...]
Completed in 918 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>