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

  /frameworks/base/media/jni/mediaeditor/
VideoEditorPropertiesMain.cpp 83 bool gotten = true; local
116 &gotten, pEnv, (NULL == file), "file is null");
120 &gotten, pEnv, file, NULL, M4OSA_NULL);
130 videoEditJava_checkAndThrowIllegalArgumentException(&gotten, pEnv,
145 if (gotten)
162 &gotten, pEnv,
168 &gotten, pEnv,
173 if (gotten)
186 &gotten, pEnv,
191 if (gotten)
432 bool gotten = true; local
    [all...]
VideoEditorJava.cpp 452 bool gotten = true; local
578 bool gotten = false; local
585 for (index = 0; ((!gotten) && (index < pClass->count)); index++)
593 // Set the gotten flag.
594 gotten = true;
599 if (!gotten)
616 bool gotten = false; local
623 for (index = 0; ((!gotten) && (index < pClass->count)); index++)
631 // Set the gotten flag.
632 gotten = true
653 bool gotten = false; local
680 bool gotten = false; local
725 bool gotten = true; local
825 bool gotten = true; local
    [all...]
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
runPatchCommand.pl 65 +This file should not have gotten created on your system.
  /external/v8/src/
v8threads.cc 270 ThreadState* gotten = free_anchor_->next_; local
271 if (gotten == free_anchor_) {
276 return gotten;

Completed in 65 milliseconds