/device/google/wahoo/ |
init.qcom.ipastart.sh | 3 echo 1 > /dev/ipa
|
ueventd.hardware.rc | 25 /dev/ipa 0660 system radio
|
init.hardware.rc | 247 # load IPA FWs 286 mkdir /data/vendor/ipa 0770 radio radio 287 chown radio radio /data/vendor/ipa
|
/external/swiftshader/third_party/LLVM/unittests/Analysis/ |
Makefile | 12 LINK_COMPONENTS := core support target analysis ipa
|
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
Makefile | 12 LINK_COMPONENTS := core support target ipa
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
PasspointNetworkScore.java | 170 IPAddressTypeAvailabilityElement ipa = (IPAddressTypeAvailabilityElement) local 173 if (ipa != null) { 174 Integer v4Score = IPV4_SCORES.get(ipa.getV4Availability()); 175 Integer v6Score = IPV6_SCORES.get(ipa.getV6Availability());
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
nv50_ir_target.h | 74 FixupEntry(FixupApply apply, int ipa, int reg, int loc) : 75 apply(apply), ipa(ipa), reg(reg), loc(loc) {} 80 uint32_t ipa:4; // SC mode used to identify colors member in struct:nv50_ir::FixupEntry::__anon29626::__anon29627 114 bool addInterp(int ipa, int reg, FixupApply apply);
|
nv50_ir_emit_gk110.cpp | 1933 int ipa = entry->ipa; local [all...] |
nv50_ir.h | 873 unsigned ipa : 4; // interpolation mode 896 inline void setInterpolate(unsigned int mode) { ipa = mode; } 898 unsigned int getInterpMode() const { return ipa & 0x3; } 899 unsigned int getSampleMode() const { return ipa & 0xc; } [all...] |
nv50_ir_target.cpp | 443 CodeEmitter::addInterp(int ipa, int reg, FixupApply apply) 459 fixupInfo->entry[n] = FixupEntry(apply, ipa, reg, codeSize >> 2);
|
nv50_ir_emit_gm107.cpp | 2352 int ipa = entry->ipa; local [all...] |
nv50_ir_emit_nvc0.cpp | [all...] |
nv50_ir.cpp | 576 ipa = 0; 762 i->ipa = ipa;
|
nv50_ir_print.cpp | 581 PRINT("%s ", interpStr[ipa]);
|
nv50_ir_emit_nv50.cpp | 887 int ipa = entry->ipa; local 891 if ((ipa & NV50_IR_INTERP_SAMPLE_MASK) == NV50_IR_INTERP_DEFAULT && 892 (ipa & NV50_IR_INTERP_MODE_MASK) != NV50_IR_INTERP_FLAT) { 937 addInterp(i->ipa, i->encSize, interpApply); [all...] |
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
DefaultHostnameVerifierTest.java | 88 assertTrue(verifyWithServerCertificate("1.2.3.4", StubX509Certificate.ipa("1.2.3.4"))); 89 assertFalse(verifyWithServerCertificate("1.2.3.5", StubX509Certificate.ipa("1.2.3.4"))); 91 StubX509Certificate.ipa("1.2.3.4", "192.168.100.1"))); 592 public static StubX509Certificate ipa(String... ipaNames) { method in class:DefaultHostnameVerifierTest.StubX509Certificate [all...] |
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicColorMatrix.cpp | 178 int ipa[4]; member in class:android::renderscript::RsdCpuScriptIntrinsicColorMatrix 243 if (ipa[0] != 0) key.u.addMask |= 0x1; 244 if (ipa[1] != 0) key.u.addMask |= 0x2; 245 if (ipa[2] != 0) key.u.addMask |= 0x4; 246 if (ipa[3] != 0) key.u.addMask |= 0x8; 760 ipa[ct] = (int)(fpa[ct] * 65536.f + 0.5f); 924 rsdIntrinsicColorMatrix_int_K(out, in, len, &cp->mFnTab, cp->ip, cp->ipa);
|
/external/toolchain-utils/fdo_scripts/ |
summarize_hot_blocks.py | 18 "-fdump-ipa-profile-blocks-lineno "
|
/external/llvm/utils/ |
GenLibDeps.pl | 106 $libpath =~ s/^ipa/Analysis\/IPA/; 146 $libpath =~ s/^ipa/Analysis\/IPA/;
|
/external/swiftshader/third_party/LLVM/utils/ |
GenLibDeps.pl | 108 $libpath =~ s/^ipa/Analysis\/IPA/; 150 $libpath =~ s/^ipa/Analysis\/IPA/;
|
/external/valgrind/coregrind/ |
m_libcfile.c | 1073 UInt ipa, i, j, c, any; local [all...] |
/frameworks/base/core/java/com/android/internal/app/procstats/ |
ProcessState.java | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
kvm.h | 242 __u16 ipa; member in struct:kvm_run::__anon62609::__anon62618
|
/bionic/libc/kernel/uapi/linux/ |
kvm.h | 245 __u16 ipa; member in struct:kvm_run::__anon803::__anon812
|
/external/kernel-headers/original/uapi/linux/ |
kvm.h | 321 __u16 ipa; member in struct:kvm_run::__anon23009::__anon23018 [all...] |