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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderQuote.h 53 bool isAttached() { return m_attached; }
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
ProgramData.cpp 74 bool ProgramData::isAttached(GLuint shader) {
  /external/chromium_org/third_party/webrtc/modules/video_render/android/
video_render_android_native_opengl2.cc 43 bool isAttached = false;
60 isAttached = true;
86 if (isAttached) {
100 bool isAttached = false;
115 isAttached = true;
122 if (isAttached) {
146 bool isAttached = false;
160 isAttached = true;
200 if (isAttached) {
250 bool isAttached = false
    [all...]
video_render_android_surface_view.cc 43 bool isAttached = false;
62 isAttached = true;
68 if (isAttached) {
100 bool isAttached = false;
118 isAttached = true;
188 if (isAttached) {
251 bool isAttached = false;
270 isAttached = true;
275 if (isAttached) {
318 bool isAttached = false
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterPort.java 44 public boolean isAttached() {
  /external/chromium_org/third_party/sqlite/src/src/
backup.c 45 int isAttached; /* True once backup has been registered with pager */
181 p->isAttached = 0;
320 p->isAttached = 1;
403 }else if( !p->isAttached ){
558 if( p->isAttached ){
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowFragment.java 137 public void setAttached(boolean isAttached) {
138 attached = isAttached;
141 public boolean isAttached() {
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/
liblouis.js 84 if (this.isAttached()) {
113 if (!this.isAttached()) {
128 cvox.LibLouis.prototype.isAttached = function() {
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
audio_record_jni.cc 252 bool isAttached = false;
267 isAttached = true;
286 if (isAttached)
401 bool isAttached = false;
415 isAttached = true;
451 if (isAttached)
482 bool isAttached = false;
496 isAttached = true;
529 if (isAttached)
558 bool isAttached = false
    [all...]
audio_track_jni.cc 244 bool isAttached = false;
259 isAttached = true;
278 if (isAttached)
400 bool isAttached = false;
417 isAttached = true;
448 if (isAttached)
481 bool isAttached = false;
495 isAttached = true;
528 if (isAttached)
552 bool isAttached = false
    [all...]
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStack.java 482 return isAttached() &&
487 if (isAttached()) {
496 final boolean isAttached() {
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 685 milliseconds