HomeSort by relevance Sort by last modified time
    Searched defs:index (Results 1 - 25 of 6552) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/libiberty/
index.c 1 /* Stub implementation of (obsolete) index(). */
5 @deftypefn Supplemental char* index (char *@var{s}, int @var{c})
8 the string @var{s}, or @code{NULL} if not found. The use of @code{index} is
18 index (const char *s, int c) function
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseMapElement.h 36 NSNumber *index; variable
39 @property (retain, getter=getIndex, setter=setIndex:) NSNumber *index; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseMapElement.h 36 NSNumber *index; variable
39 @property (retain, getter=getIndex, setter=setIndex:) NSNumber *index; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseMapElement.h 36 NSNumber *index; variable
39 @property (retain, getter=getIndex, setter=setIndex:) NSNumber *index; variable
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseMapElement.h 36 NSNumber *index; variable
39 @property (retain) NSNumber *index; variable
ANTLRCharStreamState.h 36 NSInteger index; variable
41 @property (assign) NSInteger index; variable
ANTLRStringStreamState.h 35 NSUInteger index; variable
54 @property (assign) NSUInteger index; variable
ArrayIterator.h 53 NSInteger index; variable
76 @property (assign) NSInteger index; variable
  /external/v8/test/mjsunit/es6/
for-of.js 7 var index; variable
9 for (index of [1, 2, 3, 4, 5]) result += index;
12 assertEquals(index, 5);
20 for (O.index of [1, 2, 3, 4, 5]) result += O.index;
23 assertEquals(O.index, 5);
  /art/test/562-no-intermediate/src/
Main.java 22 array[index] += Math.cos(42);
25 static int index = 0; field in class:Main
  /external/aac/libSBRdec/src/
huff_dec.cpp 96 The table entries are interpreted either as index to the next entry
108 SCHAR index = 0; local
111 while (index >= 0) {
113 index = h[index][bit];
116 value = index+64; /* Add offset */
  /external/clang/include/clang/Index/
USRGeneration.h 21 namespace index { namespace in namespace:clang
58 } // namespace index
  /external/compiler-rt/test/asan/TestCases/
heap-overflow-large.cc 17 int index = atoi(argv[1]); local
18 unsigned res = x[index];
  /external/eigen/doc/examples/
Tutorial_ReductionsVisitorsBroadcasting_broadcast_1nn.cpp 18 MatrixXf::Index index; local
20 (m.colwise() - v).colwise().squaredNorm().minCoeff(&index);
22 cout << "Nearest neighbour is column " << index << ":" << endl;
23 cout << m.col(index) << endl;
  /external/vboot_reference/firmware/2lib/
2tpm_bootmode.c 50 int index = (ctx->flags & VB2_CONTEXT_RECOVERY_MODE ? 2 : 0) + local
53 return kBootStateSHA1Digests[index];
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
decode_bwe.c 34 int16_t index; local
46 err = WebRtcIsacfix_DecodeSendBandwidth(streamdata, &index);
60 index);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
enc_lag6.cpp 106 Word16 -- Return index of encoding
128 index = (T-17)*6 + frac - 3;
131 index = (T - 95) + 463; where T=[95..143]
142 index = (T-(t_min-1))*6 + frac - 3;
146 or 63 as the relative pitch index, it means that a transmission
186 Word16 Enc_lag6( /* o : Return index of encoding */
194 Word16 index; local
203 /* index = T0*6 - 105 + T0_frac */
206 index = add(i, T0_frac, pOverflow);
210 index = add(T0, 368, pOverflow)
    [all...]
cbsearch.cpp 88 Purpose : Inovative codebook search (find index and gain)
200 Word16 index; local
221 &index,
224 *(*anap)++ = index; /* sign index */
236 &index,
239 *(*anap)++ = index; /* sign index */
251 &index,
254 *(*anap)++ = index; /* sign index *
    [all...]
  /frameworks/base/docs/html/
jd_collections.js 10 "index/carousel": {
16 "index/primary": {
20 "training/material/index.html",
21 "studio/index.html"
24 "index/secondary/carousel": {
33 "index/multiscreen": {
36 "wear/index.html",
37 "tv/index.html",
38 "auto/index.html"
41 "index/primary/zhcn":
    [all...]
  /external/libcxx/test/std/experimental/utilities/tuple/tuple.apply/
return_type.pass.cpp 23 template <int N> struct index {}; struct
25 void f(index<0>) {}
27 int f(index<1>) { return 0; }
28 int const f(index<2>) { return 0; }
29 int volatile f(index<3>) { return 0; }
30 int const volatile f(index<4>) { return 0; }
32 int & f(index<5>) { return static_cast<int &>(my_int); }
33 int const & f(index<6>) { return static_cast<int const &>(my_int); }
34 int volatile & f(index<7>) { return static_cast<int volatile &>(my_int); }
35 int const volatile & f(index<8>) { return static_cast<int const volatile &>(my_int);
    [all...]
  /external/srtp/include/
ut_sim.h 57 uint32_t index; member in struct:__anon23433
72 * ut_next_index(&u) returns the next index from the simulated
  /external/v8/test/mjsunit/compiler/
to-fast-properties.js 34 index: function() { return i; },
42 assertEquals(obj.index() * n, obj.x);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_Copy16x16.c 75 OMX_INT count,index, x, y; local
86 for (y = 0, count = 0, index = 0; y < 16; y++, count = count + step - 16)
88 for (x = 0; x < 16; x++, count++, index++)
90 pDst[index] = pSrc[count];
omxVCCOMM_Copy8x8.c 75 OMX_INT count,index, x, y; local
86 for (y = 0, count = 0, index = 0; y < 8; y++, count = count + step - 8)
88 for (x = 0; x < 8; x++, count++, index++)
90 pDst[index] = pSrc[count];
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
SoundTriggerSession.cpp 35 ssize_t index = indexOfKey(session); local
36 if (index < 0) {

Completed in 854 milliseconds

1 2 3 4 5 6 7 8 91011>>