HomeSort by relevance Sort by last modified time
    Searched full:first_id (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/tools/grit/grit/format/
rc_header_unittest.py 34 <includes first_id="300" comment="bingo">
37 <messages first_id="10000">
60 <includes first_id="300" comment="bingo">
63 <messages first_id="10000">
96 # second first_id will overlap preexisting range
100 <includes first_id="300" comment="bingo">
104 <messages first_id="301">
119 <includes first_id="301" comment="bingo">
123 <messages first_id="300">
rc_header.py 133 group.attrs.get('first_id', '') != ''):
135 parent_text = group.attrs['first_id']
148 reason = 'first_id %d + offset %d' % (parent_id, offset_id)
161 if group and group.attrs.get('first_id', '') != '':
162 id = long(group.attrs['first_id'])
163 reason = "from parent's first_id attribute"
176 reason = 'chosen by random fingerprint -- use first_id to override'
resource_map_unittest.py 33 <structures first_id="300">
37 <includes first_id="10000">
  /external/jsilver/src/com/google/streamhtmlparser/impl/
InternalState.java 44 // MAX_ID and FIRST_ID are only used for asserts against developer error.
46 private static final int FIRST_ID = 1;
48 private static AtomicInteger htmlStates = new AtomicInteger(FIRST_ID);
49 private static AtomicInteger javascriptStates = new AtomicInteger(FIRST_ID);
59 Preconditions.checkArgument(id >= FIRST_ID);
  /external/chromium_org/tools/grit/grit/testdata/
substitute.grd 18 <messages first_id="8192">
buildinfo.grd 33 <messages first_id="8192">
  /external/chromium_org/tools/grit/grit/node/
empty.py 23 'first_id' : '',
message.py 99 Returns the concatenation of the parent's node first_id and
112 assert 'first_id' in grouping_parent.attrs
113 return [grouping_parent.attrs['first_id'] + '_' + self.attrs['offset']]
misc.py 434 if node.attrs['first_id'] != '':
436 "Don't set the first_id attribute when using the first_ids_file "
452 node.attrs['first_id'] = str(id_list.pop(0))
  /external/chromium_org/tools/grit/grit/tool/
toolbar_postprocess.py 74 new_messages_node.attrs['first_id'] = previous_prefix
84 new_messages_node.attrs['first_id'] = previous_prefix
95 new_messages_node.attrs['first_id'] = previous_prefix
  /external/chromium_org/tools/grit/grit/
grd_reader_unittest.py 121 self.failUnless(messages_node.attrs["first_id"] !=
122 empty.MessagesNode().DefaultAttributes()["first_id"])
132 needs to list multiple first_id values."""
158 self.assertEqual('100', messages_node.attrs["first_id"])
161 self.assertEqual('10000', messages_node.attrs["first_id"])
  /external/chromium_org/ash/system/chromeos/
tray_display.cc 167 int64 first_id = display_manager->first_display_id(); local
169 !display_manager->IsInternalDisplayId(first_id)) {
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 

Completed in 1377 milliseconds