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

  /external/srec/tools/grxmlcompile/
netw_arc.h 40 outputLabel= oLabel;
52 outputLabel= oLabel;
66 outputLabel= arcsrc->outputLabel;
80 outputLabel= arcsrc->outputLabel;
116 outputLabel= Id;
138 int GetOutput() { return outputLabel; };
165 return outputLabel;
186 else if (outputLabel > test->outputLabel
    [all...]
netw_dump.cpp 126 if (!p_Doc.findRule( arc[loc]->outputLabel, outLabel ) ) {
128 ss << arc[loc]->outputLabel;
142 ss << SCRIPT_LABEL_PREFIX << arc[loc]->outputLabel;
162 if (arc[loc]->outputLabel == -1)
166 ss << SCRIPT_LABEL_PREFIX << arc[loc]->outputLabel;
212 if (arc[loc]->outputLabel >= 0) {
213 if (!p_Doc.findLabel( arc[loc]->outputLabel, outLabel ) ) {
215 ss << arc[loc]->outputLabel;
224 if (arc[loc]->outputLabel >= 0) {
225 if (!p_Doc.findLabel( arc[loc]->outputLabel, outLabel ) )
    [all...]
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DemoKitPhone.java 41 mOutputLabel = (TextView) findViewById(R.id.outputLabel);
71 case R.id.outputLabel:

Completed in 141 milliseconds