OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:skipstart
(Results
1 - 5
of
5
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoring.java
201
int
skipStart
= range.getStartOffset();
204
skipStart
, skipEnd,
VisualRefactoring.java
347
IStructuredDocument doc, int
skipStart
, int skipEnd,
388
if (subRegionStart >=
skipStart
&& subRegionStart <= skipEnd) {
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_RLEaccel.c
1516
int runstart,
skipstart
;
local
1709
int
skipstart
= x;
local
[
all
...]
/external/clang/lib/Sema/
SemaTemplateInstantiate.cpp
481
unsigned
SkipStart
= ActiveTemplateInstantiations.size(), SkipEnd =
SkipStart
;
484
SkipStart
= Limit / 2 + Limit % 2;
496
if (InstantiationIdx >=
SkipStart
&& InstantiationIdx < SkipEnd) {
497
if (InstantiationIdx ==
SkipStart
) {
[
all
...]
/external/clang/lib/AST/
ExprConstant.cpp
719
unsigned
SkipStart
= ActiveCalls, SkipEnd =
SkipStart
;
721
SkipStart
= Limit / 2 + Limit % 2;
730
if (CallIdx >=
SkipStart
&& CallIdx < SkipEnd) {
731
if (CallIdx ==
SkipStart
) {
[
all
...]
Completed in 197 milliseconds