OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rawid
(Results
1 - 7
of
7
) sorted by null
/external/linux-tools-perf/util/
values.h
22
u64
rawid
, const char *name, u64 value);
values.c
99
u64
rawid
, const char *name)
104
if (values->counterrawid[i] ==
rawid
)
111
values->counterrawid[i] =
rawid
;
119
u64
rawid
, const char *name, u64 value)
124
cindex = perf_read_values__findnew_counter(values,
rawid
, name);
/frameworks/base/core/tests/coretests/src/com/android/internal/net/
NetworkStatsFactoryTest.java
132
private void stageFile(int
rawId
, File file) throws Exception {
137
in = getContext().getResources().openRawResource(
rawId
);
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
NetworkStatsCollectionTest.java
158
private void stageFile(int
rawId
, File file) throws Exception {
163
in = getContext().getResources().openRawResource(
rawId
);
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieTransition.java
289
final int
rawId
= FileUtils.getMaskRawId(mAlphaMaskFilename);
290
switch (
rawId
) {
/external/clang/lib/Serialization/
GlobalModuleIndex.cpp
530
unsigned
RawID
= ReadUnalignedLE32(d);
531
bool IsInteresting =
RawID
& 0x01;
ASTReader.cpp
483
unsigned
RawID
= ReadUnalignedLE32(d);
484
bool IsInteresting =
RawID
& 0x01;
487
RawID
=
RawID
>> 1;
489
IdentID ID = Reader.getGlobalIdentifierID(F,
RawID
);
[
all
...]
Completed in 405 milliseconds