HomeSort by relevance Sort by last modified time
    Searched refs:isLegal (Results 1 - 25 of 66) sorted by null

1 2 3

  /frameworks/compile/libbcc/lib/
RSScreenFunctionsPass.cpp 49 bool isLegal(llvm::Function &F) {
83 if (!isLegal(F)) {
  /frameworks/compile/mclinker/include/mcld/MC/
Attribute.h 131 bool isLegal(const Attribute& pAttr) const;
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetUTF7.java 83 private static boolean isLegal(char c, boolean useIMAP) {
98 (isLegal(c, true) && c != AMPERSAND)
237 if (!isLegal(b, useIMAP)) {
347 if (useIMAP && isLegal(c, useIMAP)) {
366 if(useIMAP && isLegal(c, useIMAP)) {
385 if (useIMAP && isLegal(c, useIMAP)) {
579 if ((!useIMAP && c<=127 && encodeDirectly[c]==1) || (useIMAP && isLegal(c, useIMAP))) {
    [all...]
  /frameworks/compile/mclinker/lib/MC/
Attribute.cpp 19 bool AttrConstraint::isLegal(const Attribute& pAttr) const {
  /external/llvm/lib/Target/X86/
X86CallFrameOptimization.cpp 84 bool isLegal(MachineFunction &MF);
124 bool X86CallFrameOptimization::isLegal(MachineFunction &MF) {
228 if (!isLegal(MF))
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 189 bool isLegal(const MachineInstr &MI, const MachineRegisterInfo &MRI) const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 196 bool isLegal(const MachineInstr &MI, const MachineRegisterInfo &MRI) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 196 bool isLegal(const MachineInstr &MI, const MachineRegisterInfo &MRI) const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 213 bool isLegal(const MachineInstr &MI, const MachineRegisterInfo &MRI) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 213 bool isLegal(const MachineInstr &MI, const MachineRegisterInfo &MRI) const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 213 bool isLegal(const MachineInstr &MI, const MachineRegisterInfo &MRI) const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 213 bool isLegal(const MachineInstr &MI, const MachineRegisterInfo &MRI) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 189 bool isLegal(const MachineInstr &MI, const MachineRegisterInfo &MRI) const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 196 bool isLegal(const MachineInstr &MI, const MachineRegisterInfo &MRI) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 196 bool isLegal(const MachineInstr &MI, const MachineRegisterInfo &MRI) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 213 bool isLegal(const MachineInstr &MI, const MachineRegisterInfo &MRI) const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 213 bool isLegal(const MachineInstr &MI, const MachineRegisterInfo &MRI) const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 213 bool isLegal(const MachineInstr &MI, const MachineRegisterInfo &MRI) const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 213 bool isLegal(const MachineInstr &MI, const MachineRegisterInfo &MRI) const;
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacter.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacter.java     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UCharacterTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterTest.java     [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.common_3.7.0.v20150402-1709.jar 

Completed in 1219 milliseconds

1 2 3