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

  /external/clearsilver/python/examples/trans/
trans.sql 2 string_id integer not null primary key auto_increment,
10 string_id integer not null,
15 index(string_id),
21 string_id integer not null,
25 index(string_id)
db_trans.py 13 # -> lookup individual entries by string_id
16 self.d_addColumn("string_id", kInteger, primarykey=1, autoincrement=1)
31 self.d_addColumn("string_id", kInteger, indexed=1)
42 # -> lookup entry by string_id/lang
44 self.d_addColumn("string_id", kInteger, primarykey=1)
trans.py 42 def __init__ (self, string_id, filename, location):
43 self.string_id = string_id
305 return row.string_id
309 return rows[0].string_id
366 maps_d[int(map.string_id)] = map
370 strings_d[int(string.string_id)] = string
373 s_id = int(loc.string_id)
382 log("Missing string_id %d, skipping" % s_id)
418 rows = self.tdb.maps.fetchRows( [('string_id', s_id), ('lang', lang)]
    [all...]
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java     [all...]
  /dalvik/libdex/
DexFile.h 601 /* return the const char* string data referred to by the given string_id */
616 /* return the UTF-8 encoded string with the specified string_id index */
622 /* Return the UTF-8 encoded string with the specified string_id index,
    [all...]
DexFile.c 285 /* Return the UTF-8 encoded string with the specified string_id index,
    [all...]
  /dalvik/docs/
dex-format.html 187 in the file or not. This list must be sorted by <code>string_id</code>
206 index) is the major order, field name (by <code>string_id</code> index)
217 index) is the major order, method name (by <code>string_id</code>
786 <code>string_id</code> index.
    [all...]

Completed in 118 milliseconds