OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PREF
(Results
26 - 33
of
33
) sorted by null
1
2
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/asm/
asm.h
56
#define
PREF
(hint, addr)
/packages/apps/Nfc/src/com/android/nfc/
NfcService.java
103
public static final String
PREF
= "NfcServicePrefs";
400
mPrefs = mContext.getSharedPreferences(
PREF
, Context.MODE_PRIVATE);
[
all
...]
P2pLinkManager.java
264
mPrefs = context.getSharedPreferences(NfcService.
PREF
, Context.MODE_PRIVATE);
[
all
...]
/external/v8/src/mips/
constants-mips.h
189
// '
pref
' instruction hints
390
PREF
= ((6U << 3) + 3) << kOpcodeShift,
[
all
...]
assembler-mips.cc
2167
void Assembler::
pref
(int32_t hint, const MemOperand& rs) {
function in class:v8::Assembler
[
all
...]
/external/v8/src/mips64/
constants-mips64.h
152
// '
pref
' instruction hints
371
PREF
= ((6U << 3) + 3) << kOpcodeShift,
[
all
...]
assembler-mips64.cc
2499
void Assembler::
pref
(int32_t hint, const MemOperand& rs) {
function in class:v8::internal::Assembler
[
all
...]
/external/iproute2/doc/
ip-cref.tex
[
all
...]
Completed in 2759 milliseconds
1
2