/external/autotest/client/cros/chameleon/ |
D | audio_level.py | 9 from autotest_lib.client.cros.chameleon import chameleon_audio_ids as ids unknown 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.PeripheralIds.BLUETOOTH_DATA_RX: _AudioLevel.LINE_LEVEL, [all …]
|
D | chameleon_audio_helper.py | 15 from autotest_lib.client.cros.chameleon import chameleon_audio_ids as ids unknown 44 self.host = ids.get_host(port_id) 45 self.interface = ids.get_interface(port_id) 46 self.role = ids.get_role(port_id) 82 (ids.CrosIds.HDMI, ids.ChameleonIds.HDMI): 84 (ids.CrosIds.HEADPHONE, ids.ChameleonIds.LINEIN): 86 (ids.ChameleonIds.LINEOUT, ids.CrosIds.EXTERNAL_MIC): 88 (ids.ChameleonIds.LINEOUT, ids.PeripheralIds.SPEAKER): 90 (ids.PeripheralIds.MIC, ids.ChameleonIds.LINEIN): 92 (ids.PeripheralIds.BLUETOOTH_DATA_RX, [all …]
|
D | audio_board.py | 9 from autotest_lib.client.cros.chameleon import chameleon_audio_ids as ids unknown 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:
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t039labels.py | 37 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[3].text == '1', ids[3] 44 assert ids[4].text == '2', ids[4] 45 assert ids[5].text == 'A', ids[5]
|
D | t042ast.g | 215 : ids+=ID (','! ids+=ID)* 219 : ids+=ID! (','! ids+=ID!)* {$res = [id.text for id in $ids]} 223 : ids+=ID^ (','! ids+=ID^)* 231 : ids+=primary! (','! ids+=primary!)* {$res = [id.text for id in $ids]} 235 : ids+=primary (','! ids+=primary)* 239 : ids+=. (','! ids+=.)*
|
D | t039labels.g | 7 : ids+=A ( ',' ids+=(A|B) )* C D w=. ids+=. F EOF 8 { l = ($ids, $w) }
|
/external/iptables/extensions/ |
D | libip6t_frag.c | 31 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, ids)}, 48 fraginfo->ids[1] = ~0U; in frag_init() 59 fraginfo->ids[1] = fraginfo->ids[0]; in frag_parse() 113 print_ids("id", frag->ids[0], frag->ids[1], in frag_print() 143 if (!(fraginfo->ids[0] == 0 in frag_save() 144 && fraginfo->ids[1] == 0xFFFFFFFF)) { in frag_save() 147 if (fraginfo->ids[0] in frag_save() 148 != fraginfo->ids[1]) in frag_save() 150 fraginfo->ids[0], in frag_save() 151 fraginfo->ids[1]); in frag_save() [all …]
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
D | properties.rb | 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[ 3 ].text.should == '1' 96 ids[ 4 ].text.should == '2' 97 ids[ 5 ].text.should == 'A'
|
/external/libvpx/libvpx/examples/ |
D | vpx_temporal_svc_encoder.c | 169 int ids[1] = { 0 }; in set_temporal_layer_pattern() local 174 memcpy(cfg->ts_layer_id, ids, sizeof(ids)); in set_temporal_layer_pattern() 182 int ids[2] = { 0, 1 }; in set_temporal_layer_pattern() local 188 memcpy(cfg->ts_layer_id, ids, sizeof(ids)); in set_temporal_layer_pattern() 208 int ids[3] = { 0, 1, 1 }; in set_temporal_layer_pattern() local 214 memcpy(cfg->ts_layer_id, ids, sizeof(ids)); in set_temporal_layer_pattern() 226 int ids[6] = { 0, 2, 2, 1, 2, 2 }; in set_temporal_layer_pattern() local 233 memcpy(cfg->ts_layer_id, ids, sizeof(ids)); in set_temporal_layer_pattern() 246 int ids[4] = { 0, 2, 1, 2 }; in set_temporal_layer_pattern() local 253 memcpy(cfg->ts_layer_id, ids, sizeof(ids)); in set_temporal_layer_pattern() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeFragmentApiTests.cpp | 212 GLuint ids; in init() 213 glGenQueries (-1, &ids); in init() 219 GLuint ids[3]; in init() 220 glGenQueries (3, ids); in init() 223 glBeginQuery (-1, ids[0]); in init() 228 glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[0]); in init() 230 glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[1]); in init() 233 glBeginQuery (GL_ANY_SAMPLES_PASSED_CONSERVATIVE, ids[1]); in init() 235 glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[1]); in init() 237 glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[2]); in init() [all …]
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t042ast.g | 221 : ids+=ID (','! ids+=ID)* 225 …: ids+=ID! (','! ids+=ID!)* {$res = org.antlr.lang.map($ids, function(id) { return id.getText(); }… 229 : ids+=ID^ (','! ids+=ID^)* 237 …: ids+=primary! (','! ids+=primary!)* {$res = org.antlr.lang.map($ids, function(id) { return id.ge… 241 : ids+=primary (','! ids+=primary)* 245 : ids+=. (','! ids+=.)*
|
D | t057autoAST36.g | 3 a returns [result] : ids+=ID ids+=ID { 5 for (p=0; p<$ids.length; p++) { 6 buffer.push($ids[p]);
|
D | t057autoAST37.g | 3 a returns [result] : ids+=ID^ ids+=ID { 5 for (p=0; p<$ids.length; p++) { 6 buffer.push($ids[p]);
|
D | t039labels.g | 7 : ids+=A ( ',' ids+=(A|B) )* C D w=. ids+=. F EOF 8 { l = [$ids, $w]; }
|
/external/clang/lib/ARCMigrate/ |
D | TransAPIUses.cpp | 41 IdentifierTable &ids = Pass.Ctx.Idents; in APIChecker() local 42 getReturnValueSel = sels.getUnarySelector(&ids.get("getReturnValue")); in APIChecker() 43 setReturnValueSel = sels.getUnarySelector(&ids.get("setReturnValue")); in APIChecker() 46 selIds[0] = &ids.get("getArgument"); in APIChecker() 47 selIds[1] = &ids.get("atIndex"); in APIChecker() 49 selIds[0] = &ids.get("setArgument"); in APIChecker() 52 zoneSel = sels.getNullarySelector(&ids.get("zone")); in APIChecker()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_stackdepot_test.cc | 73 u32 ids[4] = {0}; in TEST() local 78 ids[0] = StackDepotPut(s1); in TEST() 79 ids[1] = StackDepotPut(s2); in TEST() 80 ids[2] = StackDepotPut(s3); in TEST() 81 ids[3] = StackDepotPut(s4); in TEST() 86 StackTrace stack = StackDepotGet(ids[i]); in TEST() 87 StackTrace from_map = map.Get(ids[i]); in TEST()
|
/external/libmtp/examples/ |
D | newplaylist.c | 41 uint32_t *ids = NULL; in main() local 54 if ((tmp = realloc(ids, sizeof(uint32_t) * (idcount))) == NULL) { in main() 58 ids = tmp; in main() 59 ids[(idcount-1)] = strtoul(optarg, &rest, 0); in main() 92 playlist->tracks = ids; in main()
|
D | albumart.c | 48 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/deqp/modules/gles31/functional/ |
D | es31fNegativeFragmentApiTests.cpp | 307 GLuint ids = 0; in gen_queries() local 308 ctx.glGenQueries (-1, &ids); in gen_queries() 315 GLuint ids[3]; in begin_query() local 316 ctx.glGenQueries (3, ids); in begin_query() 319 ctx.glBeginQuery (-1, ids[0]); in begin_query() 324 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[0]); in begin_query() 326 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[1]); in begin_query() 329 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED_CONSERVATIVE, ids[1]); in begin_query() 331 ctx.glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[1]); in begin_query() 333 ctx.glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[2]); in begin_query() [all …]
|
/external/testng/src/test/java/test/thread/ |
D | SequentialTest.java | 79 long[] ids = new long[] { in runTest() local 86 for (long id : ids) { in runTest() 92 ppp("COUNT:" + threadCount + " THREAD ID'S:" + ids[0] + " " + ids[1] + " " + ids[2]); in runTest()
|
/external/syslinux/com32/hdt/floppy/ |
D | hdt.cfg | 33 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet 42 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet nomenu vesa 51 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet nomenu 60 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet vesa nomenu a… 69 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids vesa nomenu verbose 78 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids verbose nomenu 87 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet vesa nomenu a… 96 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet vesa nomenu a… 106 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids silent nomenu vesa …
|
/external/skia/src/gpu/gl/ |
D | GrGLCreateNullInterface.cpp | 246 GrGLvoid genBuffers(GrGLsizei n, GrGLuint* ids) override { in genBuffers() argument 249 ids[i] = buffer->id(); in genBuffers() 275 GrGLvoid deleteBuffers(GrGLsizei n, const GrGLuint* ids) override { in deleteBuffers() argument 282 if (ids[i] == fBoundBuffers[buffIdx]) { in deleteBuffers() 291 if (ids[i] > 0) { in deleteBuffers() 292 Buffer* buffer = fBufferManager.lookUp(ids[i]); in deleteBuffers() 316 GrGLvoid deleteFramebuffers(GrGLsizei n, const GrGLuint* ids) override { in deleteFramebuffers() argument 318 if (ids[i] == fCurrDrawFramebuffer) { in deleteFramebuffers() 321 if (ids[i] == fCurrReadFramebuffer) { in deleteFramebuffers() 325 if (ids[i] > 0) { in deleteFramebuffers() [all …]
|
/external/toybox/toys/other/ |
D | lspci.c | 34 char *ids; in GLOBALS() 123 if (!TT.ids) TT.ids = "/usr/share/misc/pci.ids"; in lspci_main() 124 if (!(TT.db = fopen(TT.ids, "r"))) perror_msg("%s", TT.ids); in lspci_main()
|
/external/syslinux/com32/hdt/ |
D | Makefile | 45 PCI_IDS_FILE ?= $(PWD)/$(FLOPPY_DIR)/pci.ids 66 …-[ ! -f $(GZ_PCI_IDS_FILE) ] && cp /usr/share/hwdata/pci.ids $(PCI_IDS_FILE) && $(GZIPPROG) $(PCI_… 67 …-[ ! -f $(GZ_PCI_IDS_FILE) ] && cp /usr/share/pci.ids $(PCI_IDS_FILE) && $(GZIPPROG) $(PCI_IDS_FIL… 73 …TOOLSRC=$(PWD)/$(FLOPPY_DIR)/mtools.conf $(MCOPY) $(GZ_PCI_IDS_FILE) a:pci.ids || printf "\nThe $(… 101 …-[ ! -f $(GZ_PCI_IDS_FILE) ] && cp /usr/share/hwdata/pci.ids $(PCI_IDS_FILE) && $(GZIPPROG) $(PCI_… 102 …-[ ! -f $(GZ_PCI_IDS_FILE) ] && cp /usr/share/pci.ids $(PCI_IDS_FILE) && $(GZIPPROG) $(PCI_IDS_FIL… 109 …-[ ! -f $(ISO_DIR)/$(ISOLINUX_DIR)/pci.ids.gz ] && cp $(GZ_PCI_IDS_FILE) $(ISO_DIR)/$(ISOLINUX_DIR… 110 …-[ ! -f $(ISO_DIR)/$(ISOLINUX_DIR)/pci.ids ] && printf "\nThe $(FLOPPY_DIR)/pci.ids file is missin… 143 rm -rf $(FLOPPY_DIR)/pci.ids*
|
/external/icu/icu4c/source/test/intltest/ |
D | icusvtst.cpp | 464 UVector ids(uprv_deleteUObject, uhash_compareUnicodeString, status); in testAPI_One() local 465 service.getVisibleIDs(ids, status); in testAPI_One() 467 confirmBoolean("18) find invisible", !ids.contains(&target)); in testAPI_One() 555 …TestMultipleKeyStringFactory(const UnicodeString ids[], int32_t count, const UnicodeString& factor… in TestMultipleKeyStringFactory() argument 561 _ids.addElement(new UnicodeString(ids[i]), _status); in TestMultipleKeyStringFactory() 686 UVector ids(uprv_deleteUObject, uhash_compareUnicodeString, 0, status); in testAPI_Two() local 687 service.getVisibleIDs(ids, status); in testAPI_Two() 688 for (int i = 0; i < ids.size(); ++i) { in testAPI_Two() 689 const UnicodeString* id = (const UnicodeString*)ids[i]; in testAPI_Two() 699 confirmIdentical("25) visible ids", ids.size(), 4); in testAPI_Two() [all …]
|