OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isrf
(Results
1 - 7
of
7
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_applesingle.py
41
def compareData(self,
isrf
, data):
42
if
isrf
:
/external/python/cpython2/Lib/test/
test_applesingle.py
41
def compareData(self,
isrf
, data):
42
if
isrf
:
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_applesingle.py
41
def compareData(self,
isrf
, data):
42
if
isrf
:
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_applesingle.py
41
def compareData(self,
isrf
, data):
42
if
isrf
:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_applesingle.py
41
def compareData(self,
isrf
, data):
42
if
isrf
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_applesingle.py
41
def compareData(self,
isrf
, data):
42
if
isrf
:
/external/mesa3d/src/gallium/winsys/svga/drm/
vmw_context.c
455
struct vmw_ctx_validate_item *
isrf
=
local
458
if (
isrf
&&
isrf
->referenced) {
459
isrf
->referenced = FALSE;
471
struct vmw_ctx_validate_item *
isrf
;
local
474
isrf
= util_hash_table_get(vswc->hash, vsurf);
476
if (
isrf
== NULL) {
477
isrf
= &vswc->surface.items[vswc->surface.used + vswc->surface.staged];
478
vmw_svga_winsys_surface_reference(&
isrf
->vsurf, vsurf);
479
isrf
->referenced = FALSE
[
all
...]
Completed in 884 milliseconds