HomeSort by relevance Sort by last modified time
    Searched defs:mInputName (Results 1 - 9 of 9) sorted by null

  /device/samsung/manta/libsensors/
SensorBase.h 32 char mInputName[PATH_MAX];
  /frameworks/base/media/mca/effect/java/android/media/effect/
FilterGraphEffect.java 39 protected String mInputName;
61 mInputName = inputName;
85 Filter src = mGraph.getFilter(mInputName);
SingleFilterEffect.java 35 protected String mInputName;
55 mInputName = inputName;
73 Frame resultFrame = mFunction.executeWithArgList(mInputName, inputFrame);
  /external/chromium_org/third_party/codesighs/
nm2tsv.c 59 ** mInputName Name of the file.
68 char* mInputName;
270 ERROR_REPORT(retval, inOptions->mInputName, "Unable to read file.");
295 outOptions->mInputName = strdup("stdin");
299 if(NULL == outOptions->mOutputName || NULL == outOptions->mInputName)
367 CLEANUP(outOptions->mInputName);
382 outOptions->mInputName = strdup(current->mValue);
383 if(NULL == outOptions->mInputName)
436 CLEANUP(inOptions->mInputName);
codesighs.c 59 ** mInputName Name of the file.
78 char* mInputName;
535 ERROR_REPORT(retval, inOptions->mInputName, "Problem extracting values from file.");
542 ERROR_REPORT(retval, inOptions->mInputName, "Unable to read file.");
619 outOptions->mInputName = strdup("stdin");
624 if(NULL == outOptions->mOutputName || NULL == outOptions->mInputName)
692 CLEANUP(outOptions->mInputName);
707 outOptions->mInputName = strdup(current->mValue);
708 if(NULL == outOptions->mInputName)
973 CLEANUP(inOptions->mInputName);
    [all...]
msdump2symdb.c 59 ** mInputName Name of the file.
68 char* mInputName;
882 outOptions->mInputName = strdup("stdin");
886 if(NULL == outOptions->mOutputName || NULL == outOptions->mInputName)
954 CLEANUP(outOptions->mInputName);
969 outOptions->mInputName = strdup(current->mValue);
970 if(NULL == outOptions->mInputName)
    [all...]
maptsvdifftool.c 58 ** mInputName Name of the file.
70 char* mInputName;
649 ERROR_REPORT(retval, inOptions->mInputName, "Unable to scan line data.");
657 ERROR_REPORT(retval, inOptions->mInputName, "Unable to read file.");
    [all...]
msmap2tsv.c 167 ** mInputName Name of the file.
183 char* mInputName;
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 562 milliseconds