HomeSort by relevance Sort by last modified time
    Searched refs:index (Results 251 - 275 of 19608) sorted by null

<<11121314151617181920>>

  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3StreamMem.cpp 115 * @index : index of the buffer
119 int QCamera3StreamMem::getFd(uint32_t index)
123 if (index < mMaxHeapBuffers)
124 return mHeapMem.getFd(index);
126 return mGrallocMem.getFd(index);
135 * @index : index of the buffer
139 ssize_t QCamera3StreamMem::getSize(uint32_t index)
143 if (index < mMaxHeapBuffers
518 int32_t index = mGrallocMem.getBufferIndex(frameNumber); local
537 int32_t index = mHeapMem.getBufferIndex(frameNumber); local
557 int32_t index = mGrallocMem.getBufferIndex(frameNumber); local
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
PointLabeler.java 21 public String getLabel(XYSeries series, int index);
  /external/clang/bindings/python/tests/cindex/
test_index.py 7 index = Index.create()
9 # FIXME: test Index.read
12 index = Index.create()
13 assert isinstance(index, Index)
14 tu = index.parse(os.path.join(kInputsDir, 'hello.cpp'))
  /external/guava/guava/src/com/google/common/escape/
CharEscaper.java 62 for (int index = 0; index < length; index++) {
63 if (escape(string.charAt(index)) != null) {
64 return escapeSlow(string, index);
71 * Returns the escaped form of a given literal string, starting at the given index. This method is
77 * @param index the index to start escaping from
81 protected final String escapeSlow(String s, int index) {
92 for (; index < slen; index++)
    [all...]
  /external/javassist/src/main/javassist/bytecode/
InstructionPrinter.java 150 int index = iter.u16bitAt(pos + 2); local
164 return opcodes[opcode] + " " + index;
195 private static String classInfo(ConstPool pool, int index) {
196 return "#" + index + " = Class " + pool.getClassInfo(index);
200 private static String interfaceMethodInfo(ConstPool pool, int index) {
201 return "#" + index + " = Method "
202 + pool.getInterfaceMethodrefClassName(index) + "."
203 + pool.getInterfaceMethodrefName(index) + "("
204 + pool.getInterfaceMethodrefType(index) + ")"
225 int index = (pos & ~3) + 4; local
244 int index = (pos & ~3) + 4; local
    [all...]
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
FwdRef.java 30 int index; field in class:FwdRef
  /external/mesa3d/src/gallium/auxiliary/util/
u_bitmask.h 65 * Returns the bit index on success, or UTIL_BITMASK_INVALID_INDEX on out of
74 * Returns the input index on success, or UTIL_BITMASK_INVALID_INDEX on out of
79 unsigned index);
83 unsigned index);
87 unsigned index);
104 * Search for the first set bit, starting from the giving index.
110 unsigned index);
u_handle_table.c 131 unsigned index)
141 object = ht->objects[index];
143 ht->objects[index] = NULL;
155 unsigned index; local
170 index = ht->filled;
171 handle = index + 1;
178 if(!handle_table_resize(ht, index))
181 assert(!ht->objects[index]);
182 ht->objects[index] = object;
194 unsigned index; local
241 unsigned index; local
264 unsigned index; local
285 unsigned index; local
    [all...]
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
InvocationHistory.java 38 * @param index - the index of the invocation record to return. The first record is at index zero.
39 * @return the InvocationRecord for the specified index
41 * @throws AssertFailedException - if there is no invocation record corresponding to the specified index */
42 public InvocationRecord getInvocation(int index);
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
InvocationHistory.java 38 * @param index - the index of the invocation record to return. The first record is at index zero.
39 * @return the InvocationRecord for the specified index
41 * @throws AssertFailedException - if there is no invocation record corresponding to the specified index */
42 public InvocationRecord getInvocation(int index);
  /external/sfntly/cpp/src/sfntly/data/
writable_font_data.h 47 // Write a byte at the given index.
48 // @param index index into the font data
51 virtual int32_t WriteByte(int32_t index, byte_t b);
54 // @param index index into the font data
58 // @return the number of bytes actually written; -1 if the index is outside
60 virtual int32_t WriteBytes(int32_t index,
66 // @param index index into the font dat
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
create_augmented_vec.h 30 size_t index, /* (i) Index for the augmented vector to be created */
gain_dequant.h 31 int16_t index, /* (i) quantization index */
simple_lsf_dequant.h 25 * obtain dequantized lsf coefficients from quantization index
30 int16_t *index, /* (i) quantization index */
sort_sq.c 27 int16_t *index, /* (o) the quantization index */
35 *index = 0;
44 *index = i;
47 *index = i - 1;
  /external/webrtc/webrtc/modules/audio_processing/transient/
wpd_tree.cc 41 size_t index = 1; local
52 index = (1 << current_level) + i;
53 // Obtain the index of the current node children.
54 index_left_child = index * 2;
56 nodes_[index_left_child].reset(new WPDNode(nodes_[index]->length() / 2,
59 nodes_[index_right_child].reset(new WPDNode(nodes_[index]->length() / 2,
68 WPDNode* WPDTree::NodeAt(int level, int index) {
70 if (level < 0 || level > levels_ || index < 0 || index >= kNumNodesAtLevel) {
73 return nodes_[(1 << level) + index].get()
88 size_t index = 1; local
    [all...]
  /external/wpa_supplicant_8/hs20/server/ca/
ocsp-responder.sh 3 openssl ocsp -index demoCA/index.txt -port 8888 -nmin 5 -rsigner ocsp.pem -rkey ocsp.key -CA demoCA/cacert.pem -text
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
d_gain_p.h 39 * Purpose : Decodes the pitch gain using the received index.
63 * Purpose : Decodes the pitch gain using the received index.
65 * from the quantization table at the given index;
73 Word16 index /* i : index of quantization */
  /frameworks/base/core/java/com/android/internal/util/
RingBufferIndices.java 40 * @return Returns the index at which the new item appears, for placing in your array.
76 int index = mStart + pos; local
77 if (index >= mCapacity) {
78 index -= mCapacity;
80 return index;
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3StreamMem.cpp 119 * @index : index of the buffer
123 int QCamera3StreamMem::getFd(uint32_t index)
127 if (index < mMaxHeapBuffers)
128 return mHeapMem.getFd(index);
130 return mGrallocMem.getFd(index);
139 * @index : index of the buffer
143 ssize_t QCamera3StreamMem::getSize(uint32_t index)
147 if (index < mMaxHeapBuffers
523 int32_t index = mGrallocMem.getBufferIndex(frameNumber); local
542 int32_t index = mHeapMem.getBufferIndex(frameNumber); local
562 int32_t index = mGrallocMem.getBufferIndex(frameNumber); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/file/
InvalidPathExceptionTest.java 28 int index = 0; local
30 InvalidPathException exception = new InvalidPathException(input, reason, index);
31 assertEquals(index, exception.getIndex());
35 // Test the case where index = -1.
36 index = -1;
37 exception = new InvalidPathException(input, reason, index);
38 assertEquals(index, exception.getIndex());
42 // Test the case where index < -1;
43 index = -2;
45 new InvalidPathException(input, reason, index);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
ParameterSet.java 22 Parameter getFilterParameter(int index);
  /hardware/qcom/display/msm8960/liboverlay/
overlay.h 79 /* set the framebuffer index for external display */
81 /* Returns framebuffer index of the current external display */
91 /*Validate index range, abort if invalid */
92 void validate(int index);
111 static void setUse(int index);
112 static void resetUse(int index);
113 static bool isUsed(int index);
114 static bool isNotUsed(int index);
117 static void setAllocation(int index);
118 static void resetAllocation(int index);
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
Breakpoint.java 34 public long index; field in class:Breakpoint
42 index = 0;
55 index = location;
  /external/compiler-rt/test/asan/TestCases/
vla_condition_overflow.cc 9 __attribute__((noinline)) void foo(int index, int len) {
10 if (index > len) {
13 str[index] = '1'; // BOOM

Completed in 804 milliseconds

<<11121314151617181920>>