Searched defs:ids (Results 1 - 25 of 112) sorted by relevance

12345

/external/autotest/client/cros/chameleon/
H A Daudio_level.py9 from autotest_lib.client.cros.chameleon import chameleon_audio_ids as ids namespace
42 ids.ChameleonIds.LINEOUT: _AudioLevel.LINE_LEVEL,
43 ids.ChameleonIds.USBOUT: _AudioLevel.DIGITAL,
44 ids.CrosIds.HDMI: _AudioLevel.DIGITAL,
45 ids.CrosIds.HEADPHONE: _AudioLevel.LINE_LEVEL,
46 ids.CrosIds.SPEAKER: _AudioLevel.LINE_LEVEL,
47 ids.CrosIds.BLUETOOTH_HEADPHONE: _AudioLevel.DIGITAL,
48 ids.CrosIds.USBOUT: _AudioLevel.DIGITAL,
49 ids.PeripheralIds.MIC: _AudioLevel.MIC_LEVEL,
50 ids
[all...]
H A Daudio_board.py9 from autotest_lib.client.cros.chameleon import chameleon_audio_ids as ids namespace
85 ids.ChameleonIds.LINEIN: 'Chameleon FPGA line-in',
86 ids.ChameleonIds.LINEOUT: 'Chameleon FPGA line-out',
87 ids.CrosIds.HEADPHONE: 'Cros device headphone',
88 ids.CrosIds.EXTERNAL_MIC: 'Cros device external microphone',
89 ids.PeripheralIds.SPEAKER: 'Peripheral speaker',
90 ids.PeripheralIds.MIC: 'Peripheral microphone',
91 ids.PeripheralIds.BLUETOOTH_DATA_RX:
93 ids.PeripheralIds.BLUETOOTH_DATA_TX:
H A Dchameleon_audio_helper.py14 from autotest_lib.client.cros.chameleon import chameleon_audio_ids as ids namespace
43 self.host = ids.get_host(port_id)
44 self.interface = ids.get_interface(port_id)
45 self.role = ids.get_role(port_id)
81 (ids.CrosIds.HDMI, ids.ChameleonIds.HDMI):
83 (ids.CrosIds.HEADPHONE, ids.ChameleonIds.LINEIN):
85 (ids.ChameleonIds.LINEOUT, ids
[all...]
H A Daudio_widget.py15 from autotest_lib.client.cros.chameleon import chameleon_audio_ids as ids namespace
175 if self.port_id in [ids.ChameleonIds.MIC, ids.CrosIds.INTERNAL_MIC]:
H A Daudio_widget_link.py11 from autotest_lib.client.cros.chameleon import chameleon_audio_ids as ids namespace
437 self._check_widget_id(ids.CrosIds.HDMI, widget)
449 self._check_widget_id(ids.CrosIds.HDMI, widget)
462 self._check_widget_id(ids.ChameleonIds.HDMI, widget)
477 self._check_widget_id(ids.ChameleonIds.HDMI, widget)
/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/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/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/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/clang/docs/tools/
H A Ddump_ast_matchers.py28 # pop-up. ids[name] keeps track of those ids.
29 ids = collections.defaultdict(int) variable
103 matcher_id = '%s%d' % (name, ids[name])
104 ids[name] += 1
/external/v8/test/unittests/compiler/
H A Dcoalesced-live-ranges-unittest.cc28 bool IsRangeConflictingWith(const LiveRange* range, const LiveRangeIDs& ids);
74 const LiveRangeIDs& ids) {
82 return found_ids == ids;
73 IsRangeConflictingWith(const LiveRange* range, const LiveRangeIDs& ids) argument
/external/deqp/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp307 GLuint ids = 0; local
308 ctx.glGenQueries (-1, &ids);
315 GLuint ids[3]; local
316 ctx.glGenQueries (3, ids);
319 ctx.glBeginQuery (-1, ids[0]);
324 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[0]);
326 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[1]);
329 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED_CONSERVATIVE, ids[1]);
331 ctx.glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[1]);
333 ctx.glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dvirtio_input.h66 struct virtio_input_devids ids; member in union:virtio_input_config::__anon8409
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dnack_unittest.cc139 explicit NackVerifier(std::vector<uint16_t> ids) : ids_(ids) {} argument
/external/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp101 const char *ids[] = { local
114 for (const char **id = ids; *id; ++id)
/external/clang/test/CodeGen/
H A Dinit.c47 long ids[] = { (long) &x }; local
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTransliteratorIDParser.java426 * @param ids list vector of SingleID objects.
429 static List<Transliterator> instantiateList(List<SingleID> ids) { argument
432 for (SingleID single : ids) {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DICUServiceTest.java174 // shouldn't find unregistered ids
197 Set ids = service.getVisibleIDs();
198 confirmBoolean("18) find invisible", !ids.contains("en_US_BAR"));
201 // an anonymous factory than handles all ids
225 // we can override for particular ids
247 // iterate over the visual ids returned by the multiple factory
257 // four visible ids
258 confirmIdentical("25) visible ids", count, 4);
391 logln("all visible ids: " + service.getVisibleIDs());
414 logln("visible ids fo
546 protected final Set ids; field in class:ICUServiceTest.TestLocaleKeyFactory
549 TestLocaleKeyFactory(String[] ids, String factoryID) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Duobjtest.cpp99 static UClassID ids[MAX_CLASS_ID]; variable
154 if(staticID == ids[i]) {
165 ids[ids_count] = staticID;
497 i, ids[i], ids_class[i], ids_factory[i]);
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliteratorIDParser.java425 * @param ids list vector of SingleID objects.
428 static List<Transliterator> instantiateList(List<SingleID> ids) { argument
431 for (SingleID single : ids) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUServiceTest.java170 // shouldn't find unregistered ids
193 Set ids = service.getVisibleIDs();
194 confirmBoolean("18) find invisible", !ids.contains("en_US_BAR"));
197 // an anonymous factory than handles all ids
221 // we can override for particular ids
243 // iterate over the visual ids returned by the multiple factory
253 // four visible ids
254 confirmIdentical("25) visible ids", count, 4);
387 logln("all visible ids: " + service.getVisibleIDs());
410 logln("visible ids fo
542 protected final Set ids; field in class:ICUServiceTest.TestLocaleKeyFactory
545 TestLocaleKeyFactory(String[] ids, String factoryID) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Darbprogram.c164 _mesa_DeletePrograms(GLsizei n, const GLuint *ids) argument
176 if (ids[i] != 0) {
177 struct gl_program *prog = _mesa_lookup_program(ctx, ids[i]);
179 _mesa_HashRemove(ctx->Shared->Programs, ids[i]);
187 ctx->VertexProgram.Current->Base.Id == ids[i]) {
195 ctx->FragmentProgram.Current->Base.Id == ids[i]) {
205 _mesa_HashRemove(ctx->Shared->Programs, ids[i]);
219 _mesa_GenPrograms(GLsizei n, GLuint *ids) argument
231 if (!ids)
243 ids[
[all...]
H A Darrayobj.c404 * that this function requires all ids to have been previously generated
435 * \param ids Array of \c n array object IDs.
438 _mesa_DeleteVertexArraysAPPLE(GLsizei n, const GLuint *ids) argument
450 struct gl_array_object *obj = lookup_arrayobj(ctx, ids[i]);
453 ASSERT( obj->Name == ids[i] );

Completed in 1773 milliseconds

12345