OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uid3
(Results
1 - 4
of
4
) sorted by null
/cts/tests/ProcessTest/src/com/android/cts/process/
ProcessTest.java
43
int
uid3
= mContext.getPackageManager().getApplicationInfo(testApp,
local
45
assertEquals(uid1,
uid3
);
46
assertNotSame(uid2,
uid3
);
/external/v8/test/cctest/
test-cpu-profiler.cc
346
unsigned
uid3
= p3->GetUid();
local
347
CHECK_NE(static_cast<int>(uid1), static_cast<int>(
uid3
));
348
CHECK_EQ(p3, v8::CpuProfiler::FindProfile(
uid3
));
353
CHECK_EQ(p3, v8::CpuProfiler::FindProfile(
uid3
));
356
CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(
uid3
));
401
unsigned
uid3
= p3->GetUid();
local
402
CHECK_NE(static_cast<int>(uid1), static_cast<int>(
uid3
));
403
CHECK_EQ(p3, v8::CpuProfiler::FindProfile(
uid3
));
407
CHECK_EQ(p3, v8::CpuProfiler::FindProfile(
uid3
));
411
CHECK_EQ(p3, v8::CpuProfiler::FindProfile(
uid3
));
[
all
...]
test-heap-profiler.cc
1311
unsigned
uid3
= s3->GetUid();
local
[
all
...]
/packages/apps/Email/tests/src/com/android/email/mail/store/
Pop3StoreUnitTests.java
367
String
uid3
= getSingleMessageUID(3);
local
372
//
uid3
does not exist
373
Message msg3 = mFolder.getMessage(
uid3
);
374
assertTrue("message with
uid3
", msg3 == null);
[
all
...]
Completed in 168 milliseconds