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

  /external/pdfium/core/fpdfdoc/
cpdf_iconfit.h 17 enum ScaleMethod { Always = 0, Bigger, Smaller, Never };
cpdf_iconfit.cpp 27 return Smaller;
  /frameworks/base/cmds/statsd/tests/
indexed_priority_queue_test.cpp 32 struct Smaller {
43 indexed_priority_queue<AATest, AATest::Smaller> ipq;
70 indexed_priority_queue<AATest, AATest::Smaller> ipq;
124 indexed_priority_queue<AATest, AATest::Smaller> ipq;
147 indexed_priority_queue<AATest, AATest::Smaller> ipq;
159 indexed_priority_queue<AATest, AATest::Smaller> ipq;
183 indexed_priority_queue<AATest, AATest::Smaller> ipq;
198 indexed_priority_queue<AATest, AATest::Smaller> ipq;
  /external/pdfium/core/fxcrt/css/
cfx_css.h 55 Smaller,
cfx_cssdeclaration.cpp 53 {CFX_CSSPropertyValue::Smaller, L"smaller", 0x849769F0},
670 case CFX_CSSPropertyValue::Smaller:
cfx_cssstyleselector.cpp 531 case CFX_CSSPropertyValue::Smaller:
  /external/python/cpython3/Lib/email/
quoprimime.py 166 followed by a soft line break. Smaller values will generate a
  /external/llvm/test/MC/Mips/
sort-relocation-table.s 106 # offset is greater or equal. Smaller offsets are preferred so both
287 # offset is greater or equal. Smaller offsets are preferred so both
  /prebuilts/go/darwin-x86/test/
method5.go 10 // Smaller than a word, word-sized, larger than a word.
  /prebuilts/go/linux-x86/test/
method5.go 10 // Smaller than a word, word-sized, larger than a word.
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 289 bool Smaller = ValueVT.bitsLE(PartVT);
290 return DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND),
307 bool Smaller = ValueVT.bitsLE(PartVT);
308 Val = DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND),
478 bool Smaller = PartVT.bitsLE(ValueVT);
479 Val = DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND),
488 bool Smaller = ValueVT.bitsLE(PartVT);
489 Val = DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND),
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mgcwork.go 20 // Larger values reduce workbuf allocation overhead. Smaller
  /prebuilts/go/linux-x86/src/runtime/
mgcwork.go 20 // Larger values reduce workbuf allocation overhead. Smaller
  /external/pdfium/fxjs/
cjs_field.cpp 674 case CPDF_IconFit::Smaller:
676 pRuntime->NewNumber(static_cast<int32_t>(CPDF_IconFit::Smaller)));
    [all...]
  /prebuilts/go/darwin-x86/src/reflect/
all_test.go     [all...]
  /prebuilts/go/linux-x86/src/reflect/
all_test.go     [all...]

Completed in 169 milliseconds