HomeSort by relevance Sort by last modified time
    Searched refs:Repeat (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfSoundActionDictionary_autogen.cpp 59 bool SkPdfSoundActionDictionary::Repeat(SkPdfNativeDoc* doc) {
60 SkPdfNativeObject* ret = get("Repeat", "");
68 return get("Repeat", "") != NULL;
SkPdfSoundActionDictionary_autogen.h     [all...]
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/
p2.cpp 84 namespace Repeat {
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfSoundActionDictionary_autogen.cpp 59 bool SkPdfSoundActionDictionary::Repeat(SkPdfNativeDoc* doc) {
60 SkPdfNativeObject* ret = get("Repeat", "");
68 return get("Repeat", "") != NULL;
SkPdfSoundActionDictionary_autogen.h     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
wbnf.cpp 716 class Repeat : public Pick {
738 Repeat(Pick * base, int minCount =0, int maxCount = 1, Buffer_int * weights = NULL):
744 virtual ~Repeat(){
971 UBool repeat (Pick* &node /*in,out*/){ function in class:Parser
    [all...]
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_glyf.h 88 Repeat,
  /external/skia/src/sfnt/
SkOTTable_glyf.h 88 Repeat,
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
ListExtensions.cs 178 list.AddRange( Enumerable.Repeat( default( T ), size - list.Count ) );
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
std_vector.i 220 %newobject Repeat(CTYPE const& value, int count);
294 static std::vector< CTYPE > *Repeat(CTYPE const& value, int count) throw (std::out_of_range) {
  /external/chromium_org/v8/test/mjsunit/
int32-ops.js 28 // Repeat most the tests in smi-ops.js that use SMI_MIN and SMI_MAX, but
smi-ops-inlined.js 347 // Repeat block A with 2^32 added to positive numbers and
349 // Begin block A repeat 1
438 // End block A repeat 1
439 // Repeat block A with shift amounts in variables intialized with
446 // Begin block A repeat 2
532 // End block A repeat 2
534 // Repeat previous block, with computed values in the shift variables.
542 // Begin block A repeat 3
628 // End block A repeat 3
smi-ops.js 354 // Repeat block A with 2^32 added to positive numbers and
356 // Begin block A repeat 1
445 // End block A repeat 1
446 // Repeat block A with shift amounts in variables intialized with
453 // Begin block A repeat 2
539 // End block A repeat 2
541 // Repeat previous block, with computed values in the shift variables.
549 // Begin block A repeat 3
635 // End block A repeat 3
  /external/protobuf/editors/
proto.vim 90 HiLink pbRepeat Repeat
  /external/chromium_org/third_party/re2/re2/
regexp.h 174 kRegexpRepeatArgument, // repeat argument missing, e.g. "*"
392 static Regexp* Repeat(Regexp* sub, ParseFlags flags, int min, int max);
523 // ref greater than the maximum repeat count (100),
547 struct { // Repeat
regexp.cc 274 Regexp* Regexp::Repeat(Regexp* sub, ParseFlags flags, int min, int max) {
  /external/regex-re2/re2/
regexp.h 174 kRegexpRepeatArgument, // repeat argument missing, e.g. "*"
392 static Regexp* Repeat(Regexp* sub, ParseFlags flags, int min, int max);
523 // ref greater than the maximum repeat count (100),
547 struct { // Repeat
regexp.cc 274 Regexp* Regexp::Repeat(Regexp* sub, ParseFlags flags, int min, int max) {
  /external/iputils/doc/
docbook2man-spec.pl 438 if($_[0]->attribute('REP')->value =~ /^Repeat/i) {
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp 413 int Repeat =
414 SchedRW.TheDef ? SchedRW.TheDef->getValueAsInt("Repeat") : 1;
415 for (int i = 0; i < Repeat; ++i) {
454 int Repeat =
455 SchedWrite.TheDef ? SchedWrite.TheDef->getValueAsInt("Repeat") : 1;
456 for (int i = 0; i < Repeat; ++i) {
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
commands.js 238 * Repeat the command that was recently un-done.
  /external/chromium_org/v8/test/webkit/fast/js/
Object-defineProperty.js 159 // Repeat of the above, in strict mode.
  /external/chromium_org/testing/gtest/test/
gtest_unittest.cc 50 || testing::GTEST_FLAG(repeat) > 0
215 using testing::GTEST_FLAG(repeat);
5529 Int32 repeat; member in struct:testing::Flags
    [all...]
  /external/gtest/test/
gtest_unittest.cc 50 || testing::GTEST_FLAG(repeat) > 0
215 using testing::GTEST_FLAG(repeat);
5420 Int32 repeat; member in struct:testing::Flags
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 50 || testing::GTEST_FLAG(repeat) > 0
133 using testing::GTEST_FLAG(repeat);
5328 Int32 repeat; member in struct:testing::Flags
    [all...]

Completed in 674 milliseconds

1 2