HomeSort by relevance Sort by last modified time
    Searched refs:labelID (Results 1 - 10 of 10) sorted by null

  /external/srec/srec/include/
srec_sizes.h 29 typedef asr_uint16_t labelID; /*16 bits is a bit overkill for this, but 8's not enough*/
search_network.h 131 labelID ilabel; /* input label */
132 labelID olabel; /* output label */
astar.h 63 labelID olabel; /* output label */
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 276 * @param labelID
279 public float getWidth(int labelID) {
280 return mLabels.get(labelID).width;
286 * @param labelID
289 public float getHeight(int labelID) {
290 return mLabels.get(labelID).height;
298 * @param labelID
301 public float getBaseline(int labelID) {
302 return mLabels.get(labelID).baseline;
337 * @param labelID
    [all...]
  /external/srec/srec/Semproc/include/
SR_SemanticGraphImpl.h 66 labelID script_olabel_offset; /* starts at SEMGRAPH_SCRIPT_OFFSET */
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-starteam.jar 
  /external/srec/srec/Semproc/src/
SemanticGraphImpl.c 279 labelID olabel = 0;
437 olabel = (labelID) atoi(&oword[1]);
    [all...]
  /external/srec/tools/test_g2g/
test_g2g.c 297 ilabels[j] = ilabels[j] - (labelID)fst->hmm_ilabel_offset;
  /external/srec/srec/crec/
srec_context.c     [all...]
srec.c     [all...]

Completed in 81 milliseconds