HomeSort by relevance Sort by last modified time
    Searched full:modifier (Results 301 - 325 of 925) sorted by null

<<11121314151617181920>>

  /dalvik/dx/src/junit/framework/
TestCase.java 149 if (!Modifier.isPublic(runMethod.getModifiers())) {
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
HTMLEntities.properties 286 # Spacing Modifier Letters -- Netscape can't handle
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_mac.h 87 // the proper window open disposition from the modifier flags on |[NSApp
  /external/chromium/chrome/browser/chromeos/input_method/
xkeyboard_unittest.cc 167 // functions could handle all combinations of modifier remapping.
  /external/chromium/chrome/browser/resources/options/
options.js 164 [$('modifier-keys-button')]);
  /external/chromium/net/proxy/
proxy_config_unittest.cc 209 // SOCKS proxy (with modifier) present along with some proxies
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-nice-strict.h.pump 55 // "strict" modifier may not affect it, depending on the compiler. In
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 152 // Look for the length modifier.
367 // Set the long length modifier for wide characters
379 // Set length modifier
504 // Length modifier
  /external/icu4c/layout/
KhmerReordering.h 34 // coeng --> modifier used in Khmer to construct coeng (subscript) consonants
  /external/javassist/src/main/javassist/
CodeConverter.java 359 if (Modifier.isStatic(mod1) != Modifier.isStatic(mod2)
360 || (Modifier.isPrivate(mod1) && !Modifier.isPrivate(mod2))
CtNewWrappedMethod.java 57 boolean isStatic = Modifier.isStatic(wrappedBody.getModifiers());
  /external/kernel-headers/original/linux/
ppp_defs.h 63 #define PPP_TRANS 0x20 /* Asynchronous transparency modifier */
  /external/libvpx/examples/includes/geshi/geshi/
boo.php 97 15 => array(//Modifier
  /external/llvm/include/llvm/Target/
TargetELFWriterInfo.h 102 long int Modifier = 0) const = 0;
  /external/llvm/lib/Target/Alpha/
AlphaAsmPrinter.cpp 156 return true; // Unknown modifier.
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 289 // Does this asm operand have a single letter operand modifier?
291 return true; // Unknown modifier.
302 return true; // Unknown modifier.
414 const char *Modifier) {
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 245 // Does this asm operand have a single letter operand modifier?
247 if (ExtraCode[1] != 0) return true; // Unknown modifier.
250 default: return true; // Unknown modifier.
283 return true; // Unknown modifier.
  /external/llvm/test/CodeGen/ARM/
arm-and-tst-peephole.ll 69 ; after the "S" modifier on the instruction.
  /external/llvm/tools/llvm-ranlib/
llvm-ranlib.cpp 27 // llvm-ar operation code and modifier flags
  /external/nist-sip/java/gov/nist/javax/sip/header/
ContentEncoding.java 40 * The Content-Encoding entity-header field is used as a modifier to the
  /external/ppp/pppd/include/net/
ppp_defs.h 73 #define PPP_TRANS 0x20 /* Asynchronous transparency modifier */
  /external/proguard/src/proguard/ant/
ClassSpecificationElement.java 230 throw new BuildException("Incorrect class access modifier ["+strippedToken+"]");
MemberSpecificationElement.java 205 throw new BuildException("Incorrect class member access modifier ["+strippedToken+"]");
  /external/qemu/android/skin/
keyset.h 119 int mod; // really a SDL key modifier
  /external/quake/quake/src/QW/scitech/include/
debug.h 157 * _DLLVAR - Modifier to export/import globals in 32 bit DLL's

Completed in 664 milliseconds

<<11121314151617181920>>