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

12345

/external/perfetto/src/tracing/core/
H A Did_allocator_unittest.cc30 std::set<IdType> ids; local
34 ASSERT_EQ(0u, ids.count(id));
35 ids.insert(id);
/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.py15 from autotest_lib.client.cros.chameleon import chameleon_audio_ids as ids namespace
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
[all...]
H A Daudio_widget_link.py11 from autotest_lib.client.cros.chameleon import chameleon_audio_ids as ids namespace
/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.h8 __u32 ids[2]; /* Identification range */ member in struct:ip6t_frag
22 #define IP6T_FRAG_INV_IDS 0x01 /* Invert the sense of ids. */
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dmessage_header_validator.cc90 const uint32_t* ids = header_v2->payload_interface_ids.Get()->storage(); local
92 if (!IsValidInterfaceId(ids[i]) || IsMasterInterfaceId(ids[i])) {
/external/libmtp/examples/
H A Dnewplaylist.c41 uint32_t *ids = NULL; local
56 if ((tmp = realloc(ids, sizeof(uint32_t) * (idcount))) == NULL) {
60 ids = tmp;
61 ids[(idcount-1)] = strtoul(optarg, &rest, 0);
100 playlist->tracks = ids;
H A Dalbumart.c48 uint32_t *ids = NULL; local
71 if ((tmp = realloc(ids, sizeof(uint32_t) * (idcount))) == NULL) {
75 ids = tmp;
76 ids[(idcount-1)] = strtoul(optarg, &rest, 0);
148 album->tracks = ids;
/external/oj-libjdwp/src/share/back/
H A DoutStream.h52 struct bag *ids; member in struct:PacketOutputStream
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/
H A DNameScope.java50 return new NameScope(opPrefix, name, ids);
70 private NameScope(String opPrefix, String opName, Map<String, Integer> ids) { argument
73 if (ids != null) {
74 this.ids = ids;
76 this.ids = new HashMap<String, Integer>();
80 // Generate a unique name, different from existing ids.
82 // ids is a map from id to integer, representing a counter of the
87 // to ids and returns "a".
89 // The second use of makeUnique("a") updates ids t
121 private final Map<String, Integer> ids; field in class:NameScope
[all...]
/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
108 matcher_id = '%s%d' % (name, ids[name])
109 ids[name] += 1
/external/libbackup/src/com/google/android/libraries/backup/
H A DBackupKeyPredicates.java152 Context context, Collection<Integer> ids) {
154 for (Integer id : ids) {
151 buildPredicateFromResourceIds( Context context, Collection<Integer> ids) argument
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
H A Dstress.c180 int ids[NSCENAR]; local
185 ids[sc] = sc;
216 threaded, &ids[sc]);
/external/perf_data_converter/src/quipper/
H A Dperf_data_structures.h21 std::vector<uint64_t> ids; member in struct:quipper::PerfFileAttr
/external/syslinux/gpxe/src/include/gpxe/
H A Dmca.h62 struct mca_device_id *ids; member in struct:mca_driver
H A Deisa.h64 struct eisa_device_id *ids; member in struct:eisa_driver
/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::__anon10123
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_sampler.c237 SVGA3dShaderResourceViewId ids[PIPE_MAX_SAMPLERS]; local
257 ids[i] = sv->id;
262 ids[i] = SVGA3D_INVALID_ID;
268 ids[i] = SVGA3D_INVALID_ID;
285 ids,
349 SVGA3dSamplerId ids[PIPE_MAX_SAMPLERS]; local
355 ids[i] = svga->curr.sampler[shader][i]->id;
356 assert(ids[i] != SVGA3D_INVALID_ID);
359 ids[i] = SVGA3D_INVALID_ID;
364 ids[
[all...]
/external/tensorflow/tensorflow/compiler/jit/
H A Dmark_for_compilation_pass_test.cc60 std::unordered_map<string, string> ids; local
65 ids[node->name()] = cluster;
68 return ids;
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dnack_unittest.cc139 explicit NackVerifier(std::vector<uint16_t> ids) : ids_(ids) {} argument

Completed in 1284 milliseconds

12345