OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cutpoint
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
ActivityManagerServiceTest.java
379
ActivityManager.PROCESS_STATE_UNKNOWN /*
cutpoint
*/, null /* caller */);
484
* change across the
cutpoint
(this is specified when registering the observer).
492
ActivityManager.PROCESS_STATE_SERVICE /*
cutpoint
*/, null /* callingPackage */);
507
// change is above or below the
cutpoint
(PROCESS_STATE_SERVICE).
515
// Previous process state change is below
cutpoint
(PROCESS_STATE_SERVICE) and
516
// the current process state change is also below
cutpoint
, so no callback will be invoked.
522
// Previous process state change is below
cutpoint
(PROCESS_STATE_SERVICE) and
523
// the current process state change is above
cutpoint
, so callback will be invoked with the
532
// Previous process state change is above
cutpoint
(PROCESS_STATE_SERVICE) and
533
// the current process state change is also above
cutpoint
, so no callback will be invoked
[
all
...]
/prebuilts/go/darwin-x86/src/cmd/vet/
buildtag.go
28
// Determine
cutpoint
where +build comments are no longer valid.
/prebuilts/go/linux-x86/src/cmd/vet/
buildtag.go
28
// Determine
cutpoint
where +build comments are no longer valid.
/external/fonttools/Lib/fontTools/ttLib/tables/
E_B_D_T_.py
520
cutPoint
= curBit % 8
524
numBitsCut = 8 -
cutPoint
528
firstHalf = byteord(curByte) >>
cutPoint
558
cutPoint
= curBit % 8
562
numBitsCut = 8 -
cutPoint
567
ordDataList[firstByteLoc] |= (firstByte <<
cutPoint
)
/frameworks/base/packages/SystemUI/src/com/android/systemui/
HardwareUiLayout.java
388
mAnimator = ObjectAnimator.ofInt(mBackground, "
cutPoint
", curPoint, point);
/frameworks/base/core/java/android/app/
IActivityManager.aidl
469
void registerUidObserver(in IUidObserver observer, int which, int
cutpoint
,
[
all
...]
/frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java
1534
final int
cutpoint
;
field in class:ActivityManagerService.UidObserverRegistration
[
all
...]
Completed in 187 milliseconds