Searched refs:ids (Results 1 - 25 of 151) sorted by relevance

1234567

/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt039labels.py37 ids, w = parser.a()
39 assert len(ids) == 6, ids
40 assert ids[0].text == 'a', ids[0]
41 assert ids[1].text == 'b', ids[1]
42 assert ids[2].text == 'c', ids[2]
43 assert ids[
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
H A DAudioStream.java56 protected int[] ids; field in class:AudioStream
62 protected AudioStream(int[] ids){ argument
67 this.ids = ids;
126 ids = new int[count];
130 return ids[index];
134 ids[index] = id;
138 return ids;
141 public void setIds(int[] ids){ argument
142 this.ids
[all...]
/external/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp41 IdentifierTable &ids = Pass.Ctx.Idents; local
42 getReturnValueSel = sels.getUnarySelector(&ids.get("getReturnValue"));
43 setReturnValueSel = sels.getUnarySelector(&ids.get("setReturnValue"));
46 selIds[0] = &ids.get("getArgument");
47 selIds[1] = &ids.get("atIndex");
49 selIds[0] = &ids.get("setArgument");
52 zoneSel = sels.getNullarySelector(&ids.get("zone"));
/external/marisa-trie/tests/
H A Dtrie-test.cc132 std::vector<marisa::UInt32> ids; local
133 ASSERT(trie.find("ap", &ids) == 0);
134 ASSERT(trie.find("applex", &ids) == 2);
135 ASSERT(ids.size() == 2);
136 ASSERT(ids[0] == trie["app"]);
137 ASSERT(ids[1] == trie["apple"]);
140 ASSERT(trie.find("Baddie", &ids, &lengths) == 1);
141 ASSERT(ids.size() == 3);
142 ASSERT(ids[2] == trie["Bad"]);
146 ASSERT(trie.find_callback("anderson", FindCallback(&ids,
336 std::vector<marisa::UInt32> ids; local
374 marisa::UInt32 ids[10]; local
534 std::vector<marisa::UInt32> ids; local
621 std::vector<marisa::UInt32> ids; local
[all...]
/external/marisa-trie/v0_1_5/tests/
H A Dtrie-test.cc134 std::vector<marisa_alpha::UInt32> ids; local
135 ASSERT(trie.find("ap", &ids) == 0);
136 ASSERT(trie.find("applex", &ids) == 2);
137 ASSERT(ids.size() == 2);
138 ASSERT(ids[0] == trie["app"]);
139 ASSERT(ids[1] == trie["apple"]);
142 ASSERT(trie.find("Baddie", &ids, &lengths) == 1);
143 ASSERT(ids.size() == 3);
144 ASSERT(ids[2] == trie["Bad"]);
148 ASSERT(trie.find_callback("anderson", FindCallback(&ids,
338 std::vector<marisa_alpha::UInt32> ids; local
376 marisa_alpha::UInt32 ids[10]; local
552 std::vector<marisa_alpha::UInt32> ids; local
641 std::vector<marisa_alpha::UInt32> ids; local
[all...]
/external/iptables/extensions/
H A Dlibip6t_frag.c31 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, ids)},
48 fraginfo->ids[1] = ~0U;
59 fraginfo->ids[1] = fraginfo->ids[0];
113 print_ids("id", frag->ids[0], frag->ids[1],
143 if (!(fraginfo->ids[0] == 0
144 && fraginfo->ids[1] == 0xFFFFFFFF)) {
147 if (fraginfo->ids[0]
148 != fraginfo->ids[
[all...]
/external/libmtp/examples/
H A Dnewplaylist.c41 uint32_t *ids = NULL; local
54 if ((tmp = realloc(ids, sizeof(uint32_t) * (idcount))) == NULL) {
58 ids = tmp;
59 ids[(idcount-1)] = strtoul(optarg, &rest, 0);
92 playlist->tracks = ids;
H A Dalbumart.c48 uint32_t *ids = NULL; local
65 if ((tmp = realloc(ids, sizeof(uint32_t) * (idcount))) == NULL) {
69 ids = tmp;
70 ids[(idcount-1)] = strtoul(optarg, &rest, 0);
135 album->tracks = ids;
/external/libvncserver/x11vnc/misc/
H A Dshm_clear78 ids=`ipcs $m_arg | grep "$g_arg" | grep $USER | awk "$awkcut" | grep ' 0$' | awk '{print $1}'`
79 if [ "X$ids" = "X" ]; then
83 for id in $ids
/external/iptables/include/linux/netfilter_ipv6/
H A Dip6t_frag.h7 __u32 ids[2]; /* Security Parameter Index */ member in struct:ip6t_frag
21 #define IP6T_FRAG_INV_IDS 0x01 /* Invert the sense of ids. */
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/
H A Dip6t_frag.h7 __u32 ids[2]; /* Identification range */ member in struct:ip6t_frag
21 #define IP6T_FRAG_INV_IDS 0x01 /* Invert the sense of ids. */
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stackdepot_test.cc73 u32 ids[4] = {0}; local
78 ids[0] = StackDepotPut(s1);
79 ids[1] = StackDepotPut(s2);
80 ids[2] = StackDepotPut(s3);
81 ids[3] = StackDepotPut(s4);
86 StackTrace stack = StackDepotGet(ids[i]);
87 StackTrace from_map = map.Get(ids[i]);
/external/libvpx/libvpx/examples/
H A Dvpx_temporal_svc_encoder.c143 int ids[1] = {0}; local
148 memcpy(cfg->ts_layer_id, ids, sizeof(ids));
156 int ids[2] = {0, 1}; local
162 memcpy(cfg->ts_layer_id, ids, sizeof(ids));
180 int ids[3] = {0, 1, 1}; local
186 memcpy(cfg->ts_layer_id, ids, sizeof(ids));
197 int ids[ local
218 int ids[4] = {0, 2, 1, 2}; local
238 int ids[4] = {0, 2, 1, 2}; local
259 int ids[4] = {0, 2, 1, 2}; local
279 int ids[16] = {0, 4, 3, 4, 2, 4, 3, 4, 1, 4, 3, 4, 2, 4, 3, 4}; local
310 int ids[2] = {0, 1}; local
345 int ids[4] = {0, 2, 1, 2}; local
375 int ids[4] = {0, 2, 1, 2}; local
412 int ids[4] = {0, 2, 1, 2}; local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fNegativeFragmentApiTests.cpp212 GLuint ids;
213 glGenQueries (-1, &ids);
219 GLuint ids[3];
220 glGenQueries (3, ids);
223 glBeginQuery (-1, ids[0]);
228 glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[0]);
230 glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[1]);
233 glBeginQuery (GL_ANY_SAMPLES_PASSED_CONSERVATIVE, ids[1]);
235 glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[1]);
237 glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dproperties.rb72 : ids+=A ( ',' ids+=(A|B) )* C D w=. ids+=. F EOF
73 { $l = [$ids, $w] }
89 ids, w = parser.a
91 ids.should have( 6 ).things
92 ids[ 0 ].text.should == 'a'
93 ids[ 1 ].text.should == 'b'
94 ids[ 2 ].text.should == 'c'
95 ids[
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp213 GLuint ids = 0; local
214 ctx.glGenQueries (-1, &ids);
221 GLuint ids[3]; local
222 ctx.glGenQueries (3, ids);
225 ctx.glBeginQuery (-1, ids[0]);
230 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[0]);
232 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[1]);
235 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED_CONSERVATIVE, ids[1]);
237 ctx.glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[1]);
239 ctx.glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[
[all...]
/external/toybox/toys/other/
H A Dlspci.c26 -i PCI ID database (default /usr/share/misc/pci.ids)
34 char *ids;
75 // Lookup/display data from pci.ids?
124 if (!TT.ids) TT.ids = "/usr/share/misc/pci.ids";
125 if (!(TT.db = fopen(TT.ids, "r")))
/external/squashfs-tools/squashfs-tools/
H A Dread_xattrs.c153 int res, bytes, i, indexes, index_bytes, ids; local
177 ids = id_table.xattr_ids;
179 index_bytes = SQUASHFS_XATTR_BLOCK_BYTES(ids);
180 indexes = SQUASHFS_XATTR_BLOCKS(ids);
196 bytes = SQUASHFS_XATTR_BYTES(ids);
261 for(i = 0; i < ids; i++)
266 return ids;
/external/boringssl/src/crypto/x509v3/
H A Dv3_sxnet.c104 ASN1_SEQUENCE_OF(SXNET, ids, SXNETID)
118 for(i = 0; i < sk_SXNETID_num(sx->ids); i++) {
119 id = sk_SXNETID_value(sx->ids, i);
216 if(!sk_SXNETID_push(sx->ids, id)) goto err;
259 for(i = 0; i < sk_SXNETID_num(sx->ids); i++) {
260 id = sk_SXNETID_value(sx->ids, i);
/external/icu/icu4c/source/test/intltest/
H A Dicusvtst.cpp416 // shouldn't find unregistered ids
461 UVector ids(uprv_deleteUObject, uhash_compareUnicodeString, status);
462 service.getVisibleIDs(ids, status);
464 confirmBoolean("18) find invisible", !ids.contains(&target));
552 TestMultipleKeyStringFactory(const UnicodeString ids[], int32_t count, const UnicodeString& factoryID) argument
558 _ids.addElement(new UnicodeString(ids[i]), _status);
648 // we can override for particular ids
680 // iterate over the visual ids returned by the multiple factory
683 UVector ids(uprv_deleteUObject, uhash_compareUnicodeString, 0, status);
684 service.getVisibleIDs(ids, statu
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
H A Dconstruction.rb233 : ids+=ID (','! ids+=ID)*
237 : ids+=ID! (','! ids+=ID!)* {$res = $ids.map { |id| id.text }}
241 : ids+=ID^ (','! ids+=ID^)*
249 : ids+=primary! (','! ids+=primary!)* {$res = $ids
[all...]
/external/conscrypt/src/test/java/org/conscrypt/
H A DClientSessionContextTest.java99 Enumeration<byte[]> ids = context.getIds();
100 while (ids.hasMoreElements()) {
101 byte[] id = ids.nextElement();
/external/mesa3d/src/mesa/main/
H A Darbprogram.h37 _mesa_DeletePrograms(GLsizei n, const GLuint *ids);
40 _mesa_GenPrograms(GLsizei n, GLuint *ids);
H A Dnvprogram.h41 _mesa_AreProgramsResidentNV(GLsizei n, const GLuint *ids, GLboolean *residences);
44 _mesa_RequestResidentProgramsNV(GLsizei n, const GLuint *ids);
/external/skia/src/gpu/gl/debug/
H A DGrGLCreateDebugInterface.cpp513 GrGLuint* ids) {
518 ids[i] = obj->getID();
522 GrGLvoid GR_GL_FUNCTION_TYPE debugGLGenBuffers(GrGLsizei n, GrGLuint* ids) { argument
523 debugGenObjs(GrDebugGL::kBuffer_ObjTypes, n, ids);
530 GrGLuint* ids) {
531 debugGenObjs(GrDebugGL::kFrameBuffer_ObjTypes, n, ids);
535 GrGLuint* ids) {
536 debugGenObjs(GrDebugGL::kRenderBuffer_ObjTypes, n, ids);
539 GrGLvoid GR_GL_FUNCTION_TYPE debugGLGenTextures(GrGLsizei n, GrGLuint* ids) { argument
540 debugGenObjs(GrDebugGL::kTexture_ObjTypes, n, ids);
511 debugGenObjs(GrDebugGL::GrObjTypes type, GrGLsizei n, GrGLuint* ids) argument
529 debugGLGenFramebuffers(GrGLsizei n, GrGLuint* ids) argument
534 debugGLGenRenderbuffers(GrGLsizei n, GrGLuint* ids) argument
543 debugGLGenVertexArrays(GrGLsizei n, GrGLuint* ids) argument
547 debugGLDeleteVertexArrays(GrGLsizei n, const GrGLuint* ids) argument
595 debugGLDeleteBuffers(GrGLsizei n, const GrGLuint* ids) argument
[all...]

Completed in 1746 milliseconds

1234567