Searched defs:isReserved (Results 1 - 14 of 14) sorted by relevance

/external/v8/test/webkit/fast/js/
H A Dreserved-words-strict.js24 function isReserved(word) function
78 shouldBeTrue("isReserved('" + reservedWords[p] + "')");
85 shouldBeFalse("isReserved('" + unreservedWords[p] + "')");
/external/v8/test/webkit/
H A Dreserved-words.js24 function isReserved(word) function
108 shouldBeTrue("isReserved('" + reservedWords[p] + "')");
115 shouldBeFalse("isReserved('" + unreservedWords[p] + "')");
/external/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h152 bool isReserved(unsigned Reg) const { return MRI->isReserved(Reg); } function in class:llvm::RegScavenger
H A DMachineRegisterInfo.h694 /// isReserved - Returns true when PhysReg is a reserved register.
699 bool isReserved(unsigned PhysReg) const { function in class:llvm::MachineRegisterInfo
711 !isReserved(PhysReg);
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DURLParser.java176 protected static boolean isReserved(char next) { method in class:URLParser
196 if (isReserved(next)) {
262 } else if (isReserved(la)) {
/external/jetty/src/java/org/eclipse/jetty/client/
H A DAbstractHttpConnection.java85 public boolean isReserved() method in class:AbstractHttpConnection
/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp183 bool isReserved(unsigned Reg) { function in struct:__anon12240::MachineVerifier
1054 if (TargetRegisterInfo::isPhysicalRegister(Reg) && !isReserved(Reg)) {
1096 bool Bad = !isReserved(Reg);
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 206 milliseconds