OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:represent
(Results
226 - 250
of
7724
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
itbl
5
; Here, the processors
represent
mips coprocessors.
/tools/tradefederation/core/src/com/android/tradefed/config/
IConfigurationReceiver.java
19
* Simple interface to
represent
object that accepts an {@link IConfiguration}.
/dalvik/dx/src/com/android/dx/rop/
package-info.java
25
* The Rop form is intended to
represent
the instructions and the control-flow
36
* container {@link InsnList}. {@code Insn} instances
represent
42
* <li> {@link Rop} instances
represent
opcodes in the abstract machine. Many
47
* <li> {@link Constant} and its subclasses
represent
constant data values
49
* <li> {@link Type} instances
represent
the core data types that can be
52
*
represent
a core data type, but may also have secondary information
86
* in the non-exceptional case, where all other successors
represent
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
Parameter.java
94
*
represent
an existing layout resource name
112
/** The associated value should
represent
a fully qualified activity class name */
115
/** The associated value should
represent
an API level */
118
/** The associated value should
represent
a valid class name */
121
/** The associated value should
represent
a valid package name */
124
/** The associated value should
represent
a valid layout resource name */
127
/** The associated value should
represent
a valid drawable resource name */
130
/** The associated value should
represent
a valid id resource name */
133
/** The associated value should
represent
a valid string resource name */
/external/llvm/lib/Analysis/
AliasAnalysisSummary.h
61
/// Attr
represent
whether the said pointer comes from an unknown source
65
/// AttrUnknown
represent
whether the said pointer comes from a source not known
70
/// AttrCaller
represent
whether the said pointer comes from a source not known
77
/// AttrEscaped
represent
whether the said pointer comes from a known source but
84
/// AttrGlobal
represent
whether the said pointer is a global value.
85
/// AttrArg
represent
whether the said pointer is an argument, and if so, what
/external/mesa3d/src/gallium/include/state_tracker/
st_api.h
211
*
Represent
the visual of a framebuffer.
252
*
Represent
the attributes of a context.
282
*
Represent
a windowing system drawable.
354
*
Represent
a rendering context.
421
*
Represent
a state tracker manager.
457
*
Represent
a rendering API such as OpenGL or OpenVG.
/dalvik/dexgen/src/com/android/dexgen/util/
BitIntSet.java
45
* Ensures that the bit set has the capacity to
represent
the given value.
47
* @param value {@code >= 0;} value to
represent
/dalvik/dx/src/com/android/dx/util/
BitIntSet.java
45
* Ensures that the bit set has the capacity to
represent
the given value.
47
* @param value {@code >= 0;} value to
represent
/device/generic/goldfish-opengl/system/include/ETC1/
etc1.h
35
// pIn is a pointer to a ETC_DECODED_BLOCK_SIZE array of bytes that
represent
a
50
// pOut is a pointer to a ETC_DECODED_BLOCK_SIZE array of bytes that
represent
a
/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
HwIoDebug.c
35
@param Argv Array of strings that
represent
the parsed command line.
86
@param Argv Array of strings that
represent
the parsed command line.
/device/linaro/hikey/overlay/frameworks/base/core/res/res/values/
config.xml
59
<!-- List of regexpressions describing the interface (if any) that
represent
tetherable
67
<!-- List of regexpressions describing the interface (if any) that
represent
tetherable
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
AbstractListChromosome.java
59
* Asserts that <code>representation</code> can
represent
a valid chromosome.
61
* @throws InvalidRepresentationException iff the <code>representation</code> can not
represent
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ExtendedType.java
68
* Redefine this ExtendedType object to
represent
a different extended type.
81
* Redefine this ExtendedType object to
represent
a different extended type.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
SubjectPublicKeyInfo.java
103
* @exception IOException - if the bit string doesn't
represent
a DER
119
* @exception IOException - if the bit string doesn't
represent
a DER
/external/dng_sdk/source/
dng_matrix.h
31
/// \brief Class to
represent
2D matrix up to kMaxColorPlanes x kMaxColorPlanes
155
/// \brief Class to
represent
1-dimensional vector with up to kMaxColorPlanes
/external/icu/icu4c/source/common/unicode/
unifilt.h
26
* U_ETHER is used to
represent
character values for positions outside
27
* a range. For example, transliterator uses this to
represent
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-api-fst.h
43
#define MAX_KEY_SIZE 64 /* # of ASCII char's needed to
represent
a key */
44
#define MAX_IV_SIZE 16 /* # bytes needed to
represent
an IV */
/external/llvm/include/llvm-c/
Types.h
34
* LLVM uses a polymorphic type hierarchy which C cannot
represent
, therefore
112
* Used to
represent
an attributes.
/external/parameter-framework/asio-1.10.6/include/asio/ip/
tcp.hpp
48
/// Construct to
represent
the IPv4 TCP protocol.
54
/// Construct to
represent
the IPv6 TCP protocol.
/external/protobuf/src/google/protobuf/stubs/
time.h
49
// negative to
represent
time before 1970-01-01) to DateTime. Returns false
62
// digits will be used depending on how many are required to
represent
the exact
/external/skia/site/user/api/
skregion.md
8
Regions are a highly compressed way to
represent
(integer) areas. Skia
9
uses them to
represent
(internally) the current clip on the
/external/skia/third_party/etc1/
etc1.h
43
// pIn is a pointer to a ETC_DECODED_BLOCK_SIZE array of bytes that
represent
a
58
// pOut is a pointer to a ETC_DECODED_BLOCK_SIZE array of bytes that
represent
a
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue11/
YamlMapTest.java
29
import org.yaml.snakeyaml.representer.
Represent
;
125
private class RepresentCustom implements
Represent
{
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue311/
BooleanEnumTest.java
26
import org.yaml.snakeyaml.representer.
Represent
;
67
private class RepresentEnum implements
Represent
{
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/
DumpSetAsSequenceExampleTest.java
30
import org.yaml.snakeyaml.representer.
Represent
;
63
private class RepresentIterable implements
Represent
{
Completed in 1174 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>