HomeSort by relevance Sort by last modified time
    Searched refs:Mixed (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 2 package Getopt::Mixed;
9 # Note that RCS revision 1.23 => $Getopt::Mixed::VERSION = "1.023"
151 # You can override this by setting $Getopt::Mixed::badOption to a
182 # You can override this by setting $Getopt::Mixed::checkArg to a
393 Getopt::Mixed - getopt processing with both long and short options
397 use Getopt::Mixed;
398 Getopt::Mixed::getOptions(...option-descriptions...);
403 use Getopt::Mixed "nextOption";
404 Getopt::Mixed::init(...option-descriptions...);
408 Getopt::Mixed::cleanup()
    [all...]
  /external/clang/include/clang/Frontend/
CodeGenOptions.h 35 Mixed = 2
  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.h 229 mutable enum { None, Software, Mixed, Hardware } m_backingStoreState;
PlatformContextSkia.cpp 788 m_backingStoreState = Mixed;
794 } else if (m_backingStoreState == Mixed) {
815 } else if (m_backingStoreState == Mixed) {
835 else if (m_backingStoreState == Mixed) {
852 case Mixed:
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
jsDriver.pl 40 use Getopt::Mixed "nextOption";
375 Getopt::Mixed::init ($options);
376 $Getopt::Mixed::order = $Getopt::Mixed::RETURN_IN_ORDER;
473 Getopt::Mixed::cleanup();
    [all...]
  /external/webkit/LayoutTests/fast/url/script-tests/
host.js 36 // Mixed UTF-8 and escaped UTF-8 (narrow case) and UTF-16 and escaped
  /external/llvm/utils/TableGen/
ARMDecoderEmitter.cpp 271 bool Mixed; // a mixed region contains both set and unset bits
308 bool mixed);
511 unsigned numBit, bool mixed);
541 Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed),
549 bool mixed) : Owner(&owner), StartBit(startBit), NumBits(numBits),
550 Mixed(mixed) {
    [all...]
FixedLenDecoderEmitter.cpp 131 bool Mixed; // a mixed region contains both set and unset bits
167 Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, bool mixed);
349 bool mixed);
379 Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed),
387 bool mixed) : Owner(&owner), StartBit(startBit), NumBits(numBits),
388 Mixed(mixed) {
915 unsigned numBit, bool mixed) {
    [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 208 Mixed multiple different sizes seen
210 enum { Unknown=999, Exactly, Mixed } xsize_tag;
355 if (0) VG_(printf)("api %p --> Mixed(%lu -> %lu)\n",
357 api->xsize_tag = Mixed;
367 case Mixed:
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 213 case CodeGenOptions::Mixed:
214 Res.push_back("-fobjc-dispatch-method=mixed");
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 187 milliseconds