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 449 bool gotten = true; local
575 bool gotten = false; local
582 for (index = 0; ((!gotten) && (index < pClass->count)); index++)
590 // Set the gotten flag.
591 gotten = true;
596 if (!gotten)
613 bool gotten = false; local
620 for (index = 0; ((!gotten) && (index < pClass->count)); index++)
628 // Set the gotten flag.
629 gotten = true
650 bool gotten = false; local
677 bool gotten = false; local
722 bool gotten = true; local
822 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 723 milliseconds