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

  /external/skia/tests/
MemoryTest.cpp 4 const size_t kNum = 200;
5 char* zeros = (char*)sk_calloc_throw(kNum*sizeof(char));
7 for (size_t i = 0; i < kNum; i++) {
  /external/skqp/tests/
MemoryTest.cpp 4 const size_t kNum = 200;
5 char* zeros = (char*)sk_calloc_throw(kNum*sizeof(char));
7 for (size_t i = 0; i < kNum; i++) {
  /external/webrtc/webrtc/base/
scopedptrcollection_unittest.cc 50 const int kNum = 100;
51 for (int i = 0; i < kNum; ++i) {
54 EXPECT_EQ(static_cast<size_t>(kNum), collection_->collection().size());
55 EXPECT_EQ(kNum, num_instances_);
  /external/clang/test/SemaCXX/
typo-correction-delayed.cpp 120 const int kNum = 10; // expected-note {{'kNum' declared here}}
124 explicit SomeClass() : Kind(kSum) {} // expected-error {{use of undeclared identifier 'kSum'; did you mean 'kNum'?}}
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrCompile.g     [all...]
  /external/elfutils/src/
ldlex.l 184 return kNUM; }
ldscript.y 93 %token <num> kNUM
153 | kPAGESIZE '(' kNUM ')' ';'
339 | kNUM
  /frameworks/base/packages/SystemUI/res/values-is/
strings.xml 276 <string name="quick_settings_header_onboarding_text" msgid="8030309023792936283">"Haltu tįknum inni til aš sjį fleiri valkosti"</string>
    [all...]
  /external/hyphenation-patterns/de/
hyph-de-1901.pat.txt     [all...]
hyph-de-1996.pat.txt     [all...]
hyph-de-ch-1901.pat.txt     [all...]

Completed in 180 milliseconds