Searched refs:index (Results 276 - 300 of 6826) sorted by relevance

<<11121314151617181920>>

/external/skia/src/pathops/
H A DSkReduceOrder.cpp56 int index, minX, maxX, minY, maxY; local
60 for (index = 1; index < 3; ++index) {
61 if (quad[minX].fX > quad[index].fX) {
62 minX = index;
64 if (quad[minY].fY > quad[index].fY) {
65 minY = index;
67 if (quad[maxX].fX < quad[index].fX) {
68 maxX = index;
189 int index, minX, maxX, minY, maxY; local
[all...]
/external/swiftshader/src/OpenGL/libGLESv2/
H A DTransformFeedback.cpp41 Buffer* TransformFeedback::getBuffer(GLuint index) const
43 return mBuffer[index].get();
51 GLuint TransformFeedback::getBufferName(GLuint index) const
53 return mBuffer[index].get().name();
56 int TransformFeedback::getOffset(GLuint index) const
58 return mBuffer[index].getOffset();
61 int TransformFeedback::getSize(GLuint index) const
63 return mBuffer[index].getSize();
116 void TransformFeedback::setBuffer(GLuint index, Buffer* buffer) argument
118 mBuffer[index]
121 setBuffer(GLuint index, Buffer* buffer, GLintptr offset, GLsizeiptr size) argument
[all...]
/external/v8/src/compiler/
H A Djs-frame-specialization.cc35 int index = OsrValueIndexOf(node->op()); local
37 if (index == Linkage::kOsrContextSpillSlotIndex) {
39 } else if (index >= parameters_count) {
40 value = handle(frame()->GetExpression(index - parameters_count), isolate());
42 // The OsrValue index 0 is the receiver.
44 handle(index ? frame()->GetParameter(index - 1) : frame()->receiver(),
60 int const index = ParameterIndexOf(node->op()); local
62 if (index == Linkage::kJSCallClosureParamIndex) {
63 // The Parameter index reference
[all...]
/external/v8/src/crankshaft/x64/
H A Dlithium-gap-resolver-x64.h27 // Perform the move at the moves_ index in question (possibly requiring
29 void PerformMove(int index);
32 void EmitMove(int index);
36 void EmitSwap(int index);
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dsimple_lsf_quant.c30 int16_t *index, /* (o) quantization index */
37 WebRtcIlbcfix_SplitVq( lsfdeq, index, lsf,
42 WebRtcIlbcfix_SplitVq( lsfdeq + LPC_FILTERORDER, index + LSF_NSPLIT,
27 WebRtcIlbcfix_SimpleLsfQ( int16_t *lsfdeq, int16_t *index, int16_t *lsf, int16_t lpc_n ) argument
/external/webrtc/webrtc/modules/audio_processing/vad/
H A Dvad_circular_buffer.h48 // Get previous values. |index = 0| corresponds to the most recent
49 // insertion. |index = 1| is the one before the most recent insertion, and
51 int Get(int index, double* value) const;
52 // Set a given position to |value|. |index| is interpreted as above.
53 int Set(int index, double value);
57 // Convert an index with the interpretation as get() method to the
58 // corresponding linear index.
59 int ConvertToLinearIndex(int* index) const;
/external/webrtc/webrtc/modules/video_capture/ios/
H A Ddevice_info_ios_objc.h20 + (AVCaptureDevice*)captureDeviceForIndex:(int)index;
22 + (NSString*)deviceNameForIndex:(int)index;
23 + (NSString*)deviceUniqueIdForIndex:(int)index;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DStringBuilderExtensions.cs50 public static char charAt( this StringBuilder buffer, int index )
52 return buffer[index];
62 public static void setCharAt( this StringBuilder buffer, int index, char c ) argument
64 buffer[index] = c;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
H A DIntArray.java73 public void ensureCapacity(int index) { argument
77 else if ( (index+1)>=data.length ) {
79 if ( index>newSize ) {
80 newSize = index+1;
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
H A DNonMonotonousSequenceException.java45 private final int index; field in class:NonMonotonousSequenceException
58 * @param index Index of the value that did not match the requirements.
62 int index) {
63 this(wrong, previous, index, MathUtils.OrderDirection.INCREASING, true);
71 * @param index Index of the value that did not match the requirements.
79 int index,
89 wrong, previous, index, index - 1);
93 this.index = index;
60 NonMonotonousSequenceException(Number wrong, Number previous, int index) argument
77 NonMonotonousSequenceException(Number wrong, Number previous, int index, MathUtils.OrderDirection direction, boolean strict) argument
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DArrayRegion.java43 * @param index Index of value to return
46 public Value getValue(int index) { argument
47 return values[index];
51 * @param index Index of value
54 public void setValue(int index, Value value) { argument
55 values[index] = value;
/external/boringssl/include/openssl/
H A Dex_data.h123 * assigned indexes in which to store their data. Each index has callback
137 /* TYPE_get_ex_new_index allocates a new index for |TYPE|. An optional
141 * new index or a negative number on error. */
147 /* TYPE_set_ex_data sets an extra data pointer on |t|. The |index| argument
149 OPENSSL_EXPORT int TYPE_set_ex_data(TYPE *t, int index, void *arg);
152 * pointer exists. The |index| argument should have been returned from a
154 OPENSSL_EXPORT void *TYPE_get_ex_data(const TYPE *t, int index);
172 * value set for this index. However, the callbacks may also be skipped entirely
175 int index, long argl, void *argp);
185 void **from_d, int index, lon
[all...]
/external/boringssl/src/crypto/
H A Dthread_none.c49 void *CRYPTO_get_thread_local(thread_local_data_t index) { argument
50 return g_thread_locals[index];
53 int CRYPTO_set_thread_local(thread_local_data_t index, void *value, argument
55 g_thread_locals[index] = value;
/external/boringssl/src/include/openssl/
H A Dex_data.h123 * assigned indexes in which to store their data. Each index has callback
137 /* TYPE_get_ex_new_index allocates a new index for |TYPE|. An optional
141 * new index or a negative number on error. */
147 /* TYPE_set_ex_data sets an extra data pointer on |t|. The |index| argument
149 OPENSSL_EXPORT int TYPE_set_ex_data(TYPE *t, int index, void *arg);
152 * pointer exists. The |index| argument should have been returned from a
154 OPENSSL_EXPORT void *TYPE_get_ex_data(const TYPE *t, int index);
172 * value set for this index. However, the callbacks may also be skipped entirely
175 int index, long argl, void *argp);
185 void **from_d, int index, lon
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DX509NameEntryConverter.java57 * @param off the index at which the encoding starts
67 for (int index = 0; index != data.length; index++)
69 char left = str.charAt((index * 2) + off);
70 char right = str.charAt((index * 2) + off + 1);
74 data[index] = (byte)((left - '0') << 4);
78 data[index] = (byte)((left - 'a' + 10) << 4);
82 data[index] |= (byte)(right - '0');
86 data[index] |
[all...]
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dshared-lib-test.cc49 void inc(int index) { argument
50 GLOB[index]++;
54 void inc2(int *a, int index) { argument
55 a[index]++;
/external/guava/guava-tests/benchmark/com/google/common/collect/
H A DIteratorBenchmark.java55 for (int index = 0; index < size; index++) {
56 sum += array[index].hashCode();
65 for (int index = 0; index < array.length; index++) {
66 sum += array[index].hashCode();
85 for (int index = 0; index < siz
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DCalendarCache.java52 int index = findIndex(key);
54 keys[index] = key;
55 values[index] = value;
60 int index = hash(key);
63 while (values[index] != EMPTY && keys[index] != key)
68 index = (index + delta) % arraySize;
70 return index;
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DTimeUnit.java27 private final int index; field in class:TimeUnit
31 index = 0;
47 // The old index field used to uniquely identify the time unit.
48 switch (index) {
64 throw new InvalidObjectException("Bad index: " + index);
/external/icu/icu4c/source/common/
H A Dpluralmap.cpp37 int32_t index = c; local
38 return (index < 0 || index >= UPRV_LENGTHOF(gPluralForms)) ?
39 NULL : gPluralForms[index];
/external/icu/icu4c/source/test/intltest/
H A Dtfsmalls.h26 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCalendarCache.java50 int index = findIndex(key);
52 keys[index] = key;
53 values[index] = value;
58 int index = hash(key);
61 while (values[index] != EMPTY && keys[index] != key)
66 index = (index + delta) % arraySize;
68 return index;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DTimeUnit.java28 private final int index; field in class:TimeUnit
32 index = 0;
49 // The old index field used to uniquely identify the time unit.
50 switch (index) {
66 throw new InvalidObjectException("Bad index: " + index);
/external/lzma/Java/Tukaani/src/org/tukaani/xz/index/
H A DIndexRecord.java10 package org.tukaani.xz.index;
/external/proguard/src/proguard/classfile/attribute/
H A DBootstrapMethodInfo.java70 for (int index = 0; index < u2methodArgumentCount; index++)
72 clazz.constantPoolEntryAccept(u2methodArguments[index],

Completed in 1976 milliseconds

<<11121314151617181920>>