OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vi2
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java
420
CanvasViewInfo
vi2
= mAltSelection.getCurrent();
local
421
if (
vi2
!= null) {
422
mSelections.addFirst(createSelection(
vi2
));
428
CanvasViewInfo
vi2
= mAltSelection.getCurrent();
local
429
deselect(
vi2
);
432
vi2
= mAltSelection.getNext();
433
if (
vi2
!= null) {
434
mSelections.addFirst(createSelection(
vi2
));
879
CanvasViewInfo
vi2
= cs2.getViewInfo();
local
880
if (vi.isParent(
vi2
)) {
[
all
...]
/external/valgrind/main/helgrind/
libhb_core.c
3171
struct { VtsID vi1; VtsID
vi2
; Bool leq; }
member in struct:__anon28133
3176
struct { VtsID vi1; VtsID
vi2
; VtsID res; }
member in struct:__anon28134
[
all
...]
/external/libvorbis/lib/
vorbisfile.c
2143
vorbis_info *vi1,*
vi2
;
local
[
all
...]
/external/clang/test/CodeGen/
builtins-ppc-altivec.c
3093
vector int
vi2
= (vector int)(-2);
local
[
all
...]
Completed in 224 milliseconds