OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:indexvalue
(Results
1 - 25
of
39
) sorted by null
1
2
/ndk/docs/Additional_library_docs/renderscript/
annotated.html
31
<tr><td class="indexkey"><a class="el" href="classandroid_1_1RSC_1_1Allocation.html">android::RSC::Allocation</a></td><td class="
indexvalue
"></td></tr>
32
<tr><td class="indexkey"><a class="el" href="classandroid_1_1RSC_1_1BaseObj.html">android::RSC::BaseObj</a></td><td class="
indexvalue
"></td></tr>
33
<tr><td class="indexkey"><a class="el" href="classandroid_1_1RSC_1_1Type_1_1Builder.html">android::RSC::Type::Builder</a></td><td class="
indexvalue
"></td></tr>
34
<tr><td class="indexkey"><a class="el" href="classandroid_1_1RSC_1_1Element_1_1Builder.html">android::RSC::Element::Builder</a></td><td class="
indexvalue
"></td></tr>
35
<tr><td class="indexkey"><a class="el" href="classandroid_1_1RSC_1_1Byte2.html">android::RSC::Byte2</a></td><td class="
indexvalue
"></td></tr>
36
<tr><td class="indexkey"><a class="el" href="classandroid_1_1RSC_1_1Byte3.html">android::RSC::Byte3</a></td><td class="
indexvalue
"></td></tr>
37
<tr><td class="indexkey"><a class="el" href="classandroid_1_1RSC_1_1Byte4.html">android::RSC::Byte4</a></td><td class="
indexvalue
"></td></tr>
38
<tr><td class="indexkey"><a class="el" href="classandroid_1_1RSC_1_1Double2.html">android::RSC::Double2</a></td><td class="
indexvalue
"></td></tr>
39
<tr><td class="indexkey"><a class="el" href="classandroid_1_1RSC_1_1Double3.html">android::RSC::Double3</a></td><td class="
indexvalue
"></td></tr>
40
<tr><td class="indexkey"><a class="el" href="classandroid_1_1RSC_1_1Double4.html">android::RSC::Double4</a></td><td class="
indexvalue
"></td></tr
[
all
...]
files.html
31
<tr><td class="indexkey"><b>RenderScript.h</b> <a href="RenderScript_8h_source.html">[code]</a></td><td class="
indexvalue
"></td></tr>
32
<tr><td class="indexkey"><b>rsCppStructs.h</b> <a href="rsCppStructs_8h_source.html">[code]</a></td><td class="
indexvalue
"></td></tr>
/external/proguard/src/proguard/evaluation/value/
DetailedArrayReferenceValue.java
81
public IntegerValue integerArrayLoad(IntegerValue
indexValue
, ValueFactory valueFactory)
83
Value value = arrayLoad(
indexValue
, valueFactory);
86
super.integerArrayLoad(
indexValue
, valueFactory);
90
public LongValue longArrayLoad(IntegerValue
indexValue
, ValueFactory valueFactory)
92
Value value = arrayLoad(
indexValue
, valueFactory);
95
super.longArrayLoad(
indexValue
, valueFactory);
99
public FloatValue floatArrayLoad(IntegerValue
indexValue
, ValueFactory valueFactory)
101
Value value = arrayLoad(
indexValue
, valueFactory);
104
super.floatArrayLoad(
indexValue
, valueFactory);
108
public DoubleValue doubleArrayLoad(IntegerValue
indexValue
, ValueFactory valueFactory
[
all
...]
ReferenceValue.java
78
public IntegerValue integerArrayLoad(IntegerValue
indexValue
, ValueFactory valueFactory)
88
public LongValue longArrayLoad(IntegerValue
indexValue
, ValueFactory valueFactory)
98
public FloatValue floatArrayLoad(IntegerValue
indexValue
, ValueFactory valueFactory)
108
public DoubleValue doubleArrayLoad(IntegerValue
indexValue
, ValueFactory valueFactory)
118
public abstract ReferenceValue referenceArrayLoad(IntegerValue
indexValue
, ValueFactory valueFactory);
125
public void arrayStore(IntegerValue
indexValue
, Value value)
/external/tinyxml/docs/
annotated.html
9
<tr><td class="indexkey"><a class="el" href="classTiXmlAttribute.html">TiXmlAttribute</a></td><td class="
indexvalue
">An attribute is a name-value pair </td></tr>
10
<tr><td class="indexkey"><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td class="
indexvalue
">TiXmlBase is a base class for every class in TinyXml </td></tr>
11
<tr><td class="indexkey"><a class="el" href="classTiXmlComment.html">TiXmlComment</a></td><td class="
indexvalue
">An XML comment </td></tr>
12
<tr><td class="indexkey"><a class="el" href="classTiXmlDeclaration.html">TiXmlDeclaration</a></td><td class="
indexvalue
">In correct XML the declaration is the first entry in the file </td></tr>
13
<tr><td class="indexkey"><a class="el" href="classTiXmlDocument.html">TiXmlDocument</a></td><td class="
indexvalue
">Always the top level node </td></tr>
14
<tr><td class="indexkey"><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td class="
indexvalue
">The element is a container class </td></tr>
15
<tr><td class="indexkey"><a class="el" href="classTiXmlHandle.html">TiXmlHandle</a></td><td class="
indexvalue
">A TiXmlHandle is a class that wraps a node pointer with null checks; this is an incredibly useful thing </td></tr>
16
<tr><td class="indexkey"><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td class="
indexvalue
">The parent class for everything in the Document Object Model </td></tr>
17
<tr><td class="indexkey"><a class="el" href="classTiXmlText.html">TiXmlText</a></td><td class="
indexvalue
">XML text </td></tr>
18
<tr><td class="indexkey"><a class="el" href="classTiXmlUnknown.html">TiXmlUnknown</a></td><td class="
indexvalue
">Any tag that tinyXml doesn't recognize is saved as an unknown </td></tr
[
all
...]
files.html
9
<tr><td class="indexkey"><b>tinystr.h</b> <a href="tinystr_8h-source.html">[code]</a></td><td class="
indexvalue
"></td></tr>
10
<tr><td class="indexkey"><b>tinyxml.h</b> <a href="tinyxml_8h-source.html">[code]</a></td><td class="
indexvalue
"></td></tr>
doxygen.css
133
TD.
indexvalue
{
/external/jmdns/src/javax/jmdns/impl/constants/
DNSLabel.java
58
public int
indexValue
() {
84
return this.name() + " index " + this.
indexValue
();
DNSOperationCode.java
65
public int
indexValue
() {
83
return this.name() + " index " + this.
indexValue
();
DNSOptionCode.java
57
public int
indexValue
() {
75
return this.name() + " index " + this.
indexValue
();
DNSRecordClass.java
91
public int
indexValue
() {
135
return this.name() + " index " + this.
indexValue
();
DNSRecordType.java
276
public int
indexValue
() {
309
return this.name() + " index " + this.
indexValue
();
DNSResultCode.java
120
public int
indexValue
() {
146
return this.name() + " index " + this.
indexValue
();
/external/regex-re2/util/
sparse_array.h
106
//
IndexValue
pairs: exposed in SparseArray::iterator.
107
class
IndexValue
;
109
typedef
IndexValue
value_type;
110
typedef typename vector<
IndexValue
>::iterator iterator;
111
typedef typename vector<
IndexValue
>::const_iterator const_iterator;
113
inline const
IndexValue
& iv(int i) const;
157
static bool less(const
IndexValue
& a, const
IndexValue
& b);
226
vector<
IndexValue
> dense_;
236
//
IndexValue
pairs: exposed in SparseArray::iterator
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
TransliterationRuleSet.java
114
int[]
indexValue
= new int[n];
117
indexValue
[j] = r.getIndexValue();
122
if (
indexValue
[j] >= 0) {
123
if (
indexValue
[j] == x) {
127
// If the
indexValue
is < 0, then the first key character is
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliterationRuleSet.java
113
int[]
indexValue
= new int[n];
116
indexValue
[j] = r.getIndexValue();
121
if (
indexValue
[j] >= 0) {
122
if (
indexValue
[j] == x) {
126
// If the
indexValue
is < 0, then the first key character is
/external/icu/icu4c/source/i18n/
rbt_set.cpp
302
int16_t*
indexValue
= (int16_t*) uprv_malloc( sizeof(int16_t) * (n > 0 ? n : 1) );
304
if (
indexValue
== 0) {
310
indexValue
[j] = r->getIndexValue();
315
if (
indexValue
[j] >= 0) {
316
if (
indexValue
[j] == x) {
320
// If the
indexValue
is < 0, then the first key character is
331
uprv_free(
indexValue
);
/external/jmdns/src/javax/jmdns/impl/
DNSEntry.java
224
dout.writeShort(this.getRecordType().
indexValue
());
225
dout.writeShort(this.getRecordClass().
indexValue
());
269
return this.getKey().hashCode() + this.getRecordType().
indexValue
() + this.getRecordClass().
indexValue
();
DNSOutgoing.java
150
writeShort(question.getRecordType().
indexValue
());
151
writeShort(question.getRecordClass().
indexValue
());
156
writeShort(rec.getRecordType().
indexValue
());
157
writeShort(rec.getRecordClass().
indexValue
() | ((rec.isUnique() && _out.isMulticast()) ? DNSRecordClass.CLASS_UNIQUE : 0));
/external/icu/android_icu4j/src/main/java/android/icu/impl/
IntTrieBuilder.java
524
int
indexValue
= m_index_[ch];
525
if (
indexValue
> 0) {
526
return
indexValue
;
538
System.arraycopy(m_data_, Math.abs(
indexValue
), m_data_, newBlock,
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
IntTrieBuilder.java
522
int
indexValue
= m_index_[ch];
523
if (
indexValue
> 0) {
524
return
indexValue
;
536
System.arraycopy(m_data_, Math.abs(
indexValue
), m_data_, newBlock,
/external/proguard/src/proguard/evaluation/
Processor.java
[
all
...]
/external/icu/icu4c/source/common/
utrie.cpp
195
int32_t
indexValue
, newBlock;
198
indexValue
=trie->index[c];
199
if(
indexValue
>0) {
200
return
indexValue
;
212
uprv_memcpy(trie->data+newBlock, trie->data-
indexValue
, 4*UTRIE_DATA_BLOCK_LENGTH);
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineInputAssemblyTests.cpp
75
static bool isRestartIndex (VkIndexType indexType, deUint32
indexValue
);
259
bool InputAssemblyTest::isRestartIndex (VkIndexType indexType, deUint32
indexValue
)
262
return
indexValue
== s_restartIndex32;
264
return
indexValue
== s_restartIndex16;
[
all
...]
/external/ImageMagick/www/api/MagickCore/
doxygen.css
126
TD.
indexvalue
{
Completed in 683 milliseconds
1
2