Home
last modified time | relevance | path

Searched defs:active (Results 1 – 25 of 103) sorted by relevance

12345

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vs_constval.c42 GLubyte active[PROGRAM_OUTPUT+1][MAX_PROGRAM_TEMPS]; member
50 GLubyte active ) in set_active_component()
67 GLuint active ) in set_active()
101 GLubyte active = src.Negate; /* NOTE! */ in get_active() local
119 GLubyte active; in get_output_size() local
Dgen7_sol_state.c184 upload_3dstate_streamout(struct brw_context *brw, bool active, in upload_3dstate_streamout()
241 bool active = xfb_obj->Active && !xfb_obj->Paused; in upload_sol_state() local
/external/skia/src/animator/
DSkDisplayList.cpp27 void SkDisplayList::append(SkActive* active) { in append()
38 SkActive* active = *activePtr; in draw() local
126 void SkDisplayList::remove(SkActive* active) { in remove()
DSkAnimateMaker.cpp60 void SkAnimateMaker::appendActive(SkActive* active) { in appendActive()
273 void SkAnimateMaker::removeActive(SkActive* active) { in removeActive()
/external/clang/test/CodeGen/
D2008-09-03-WeakAlias.c5 int active (void) in active() function
D2007-09-17-WeakRef.c6 int active (void) in active() function
/external/v8/test/mjsunit/regress/
Dregress-982.js34 function g(active) { argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowRemoteCallbackList.java101 Object[] active = activeBroadcast; in beginBroadcast() local
128 Object[] active = activeBroadcast; in finishBroadcast() local
/external/jemalloc/test/unit/
Dprof_reset.c91 bool active; in TEST_BEGIN() local
185 bool active; in TEST_BEGIN() local
Dprof_idump.c26 bool active; in TEST_BEGIN() local
Dprof_gdump.c24 bool active, gdump, gdump_old; in TEST_BEGIN() local
Dprof_accum.c63 bool active; in TEST_BEGIN() local
/external/selinux/libselinux/utils/
Dgetsebool.c17 int i, get_all = 0, rc = 0, active, pending, len = 0, opt; in main() local
/external/jmonkeyengine/engine/src/core/com/jme3/app/state/
DAppState.java73 public void setEnabled(boolean active); in setEnabled()
/external/jmonkeyengine/engine/src/test/jme3test/animation/
DTestMotionPath.java57 private boolean active = true; field in TestMotionPath
DTestCameraMotionPath.java58 private boolean active = true; field in TestCameraMotionPath
/external/jmonkeyengine/engine/src/test/jme3test/post/
DTestCrossHatch.java60 boolean active=true; field in TestCrossHatch
DTestPosterization.java60 boolean active=true; field in TestPosterization
DTestBloom.java60 boolean active=true; field in TestBloom
/external/apache-http/android/src/android/net/http/
DConnectionThread.java130 String active = mWaiting ? "w" : "a"; in toString() local
/external/skia/src/utils/debugger/
DSkDrawCommand.h93 virtual void setActive(bool active) {} in setActive()
94 virtual bool active() const { return false; } in active() function
577 void setActive(bool active) override { fActive = active; } in setActive()
578 bool active() const override { return fActive; } in active() function
/external/selinux/libselinux/src/
Daudit2why.c34 int active; member
80 int active = boollist[i]->active; in check_booleans() local
/external/guava/guava-bootstrap/src/java/util/concurrent/
DAbstractExecutorService.java57 int active = 1; in doInvokeAny() local
/external/skia/src/core/
DSkTLList.h303 bool active = fList.isInList(block->fNodes + i); in validate() local
324 bool active = fList.isInList(block->fNodes + i); in validate() local
/external/libdrm/freedreno/kgsl/
Dkgsl_drm.h155 uint32_t active; member
167 uint32_t active; member

12345