OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:predefined
(Results
26 - 50
of
1179
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/docs/source/
make_predefined_table.py
6
import crcmod.
predefined
namespace
28
for defn in crcmod.
predefined
._crc_definitions:
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/socket/
StubServerSocketFactory.java
22
* Test-only implementation of ServerSocketFactory. It always returns the
predefined
42
* Return the
predefined
ServerSocket instance.
StubSocketFactory.java
23
* Test-only implementation of SocketFactory. It always returns the
predefined
45
* Return the
predefined
StubSocket instance
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/socket/
StubServerSocketFactory.java
24
* Test-only implementation of ServerSocketFactory. It always returns the
predefined
44
* Return the
predefined
ServerSocket instance.
StubSocketFactory.java
25
* Test-only implementation of SocketFactory. It always returns the
predefined
47
* Return the
predefined
StubSocket instance
/frameworks/compile/mclinker/include/mcld/
AttributeOption.h
20
const Attribute&
predefined
() const { return m_Predefined; }
function in class:mcld::AttributeOption
21
Attribute&
predefined
() { return m_Predefined; }
function in class:mcld::AttributeOption
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
creg-1.s
1
! Test recognition of
predefined
control register names, lower and upper
3
! simple enough. Note that basic-1.s has already tested non-
predefined
creg-2.d
3
#name:
Predefined
control register names specified in crN syntax.
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
VisualSampleEntry.java
72
private long[]
predefined
= new long[3];
field in class:VisualSampleEntry
141
predefined
[0] = IsoTypeReader.readUInt32(content); // should be zero
142
predefined
[1] = IsoTypeReader.readUInt32(content); // should be zero
143
predefined
[2] = IsoTypeReader.readUInt32(content); // should be zero
186
IsoTypeWriter.writeUInt32(byteBuffer,
predefined
[0]);
187
IsoTypeWriter.writeUInt32(byteBuffer,
predefined
[1]);
188
IsoTypeWriter.writeUInt32(byteBuffer,
predefined
[2]);
/external/libcxx/include/support/win32/
limits_win32.h
34
//
predefined
by MinGW GCC
47
//
predefined
by MinGW GCC
60
//
predefined
by MinGW GCC
/external/skia/src/sfnt/
SkOTUtils.h
46
SkOTTableName::Record::NameID::
Predefined
::Value types[],
59
static SkOTTableName::Record::NameID::
Predefined
::Value familyNameTypes[3];
61
SkOTTableName::Record::NameID::
Predefined
::Value* fTypes;
/libcore/ojluni/src/main/java/java/security/spec/
ECGenParameterSpec.java
43
* generation using a standard (or
predefined
) name
61
* Returns the standard or
predefined
name of the
63
* @return the standard or
predefined
name.
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
limits_win32.h
34
//
predefined
by MinGW GCC
47
//
predefined
by MinGW GCC
60
//
predefined
by MinGW GCC
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
limits_win32.h
34
//
predefined
by MinGW GCC
47
//
predefined
by MinGW GCC
60
//
predefined
by MinGW GCC
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
TableSizingMethod.java
22
* FIXED: Each element in the table has a
predefined
number of pixels
/external/icu/icu4c/source/i18n/unicode/
upluralrules.h
31
* Keywords: ICU locale data has 6
predefined
values -
36
*
predefined
rules, see the CLDR page at
74
* Opens a new UPluralRules object using the
predefined
cardinal-number plural rules for a
86
* Opens a new UPluralRules object using the
predefined
plural rules for a
/external/libcxx/include/support/ibm/
limits.h
63
//
predefined
by XLC on LoP
75
//
predefined
by XLC on LoP
87
//
predefined
by XLC on LoP
94
//
predefined
by XLC on LoP
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
limits.h
63
//
predefined
by XLC on LoP
75
//
predefined
by XLC on LoP
87
//
predefined
by XLC on LoP
94
//
predefined
by XLC on LoP
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
limits.h
63
//
predefined
by XLC on LoP
75
//
predefined
by XLC on LoP
87
//
predefined
by XLC on LoP
94
//
predefined
by XLC on LoP
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
basep-2.d
1
#as: --no-
predefined
-syms
builtin2.d
1
# as: -no-
predefined
-syms
err-builtin.s
2
% { dg-options "-no-
predefined
-syms" }
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python2/crcmod/
predefined.py
23
crcmod.
predefined
defines some well-known CRC algorithms.
26
import crcmod.
predefined
28
crc32func = crcmod.
predefined
.mkPredefinedCrcFun("crc-32")
29
crc32class = crcmod.
predefined
.PredefinedCrc("crc-32")
31
crcmod.
predefined
.Crc is an alias for crcmod.
predefined
.PredefinedCrc
32
But if doing 'from crc.
predefined
import *', only PredefinedCrc is imported.
152
# crcmod.
predefined
.Crc is an alias for crcmod.
predefined
.PredefinedCrc
161
# crcmod.
predefined
.mkCrcFun is an alias for crcmod.predefined.mkPredefinedCrcFu
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python3/crcmod/
predefined.py
23
crcmod.
predefined
defines some well-known CRC algorithms.
26
import crcmod.
predefined
28
crc32func = crcmod.
predefined
.mkPredefinedCrcFun("crc-32")
29
crc32class = crcmod.
predefined
.PredefinedCrc("crc-32")
31
crcmod.
predefined
.Crc is an alias for crcmod.
predefined
.PredefinedCrc
32
But if doing 'from crc.
predefined
import *', only PredefinedCrc is imported.
152
# crcmod.
predefined
.Crc is an alias for crcmod.
predefined
.PredefinedCrc
161
# crcmod.
predefined
.mkCrcFun is an alias for crcmod.predefined.mkPredefinedCrcFu
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod_osx/crcmod/
predefined.py
23
crcmod.
predefined
defines some well-known CRC algorithms.
26
import crcmod.
predefined
28
crc32func = crcmod.
predefined
.mkPredefinedCrcFun("crc-32")
29
crc32class = crcmod.
predefined
.PredefinedCrc("crc-32")
31
crcmod.
predefined
.Crc is an alias for crcmod.
predefined
.PredefinedCrc
32
But if doing 'from crc.
predefined
import *', only PredefinedCrc is imported.
152
# crcmod.
predefined
.Crc is an alias for crcmod.
predefined
.PredefinedCrc
161
# crcmod.
predefined
.mkCrcFun is an alias for crcmod.predefined.mkPredefinedCrcFu
[
all
...]
Completed in 1424 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>