HomeSort by relevance Sort by last modified time
    Searched refs:repeat (Results 251 - 275 of 476) sorted by null

<<11121314151617181920

  /external/chromium_org/ui/webui/resources/css/
dialogs.css 130 background: url('chrome://theme/IDR_CLOSE_DIALOG') center no-repeat;
  /external/llvm/lib/Support/
regcomp.c 86 static void repeat(struct parse *, sopno, int, int);
452 repeat(p, pos, count, count2);
623 repeat(p, pos, count, count2);
972 - repeat - generate code for a bounded repetition, recursively if needed
975 repeat(struct parse *p, function
1001 repeat(p, start+1, 1, to);
1021 repeat(p, copy, 1, to-1);
1029 repeat(p, copy, from-1, to-1);
1033 repeat(p, copy, from-1, to);
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 85 static void repeat(struct parse *, sopno, int, int);
416 repeat(p, pos, count, count2);
587 repeat(p, pos, count, count2);
936 - repeat - generate code for a bounded repetition, recursively if needed
939 repeat(struct parse *p, function
965 repeat(p, start+1, 1, to);
985 repeat(p, copy, 1, to-1);
993 repeat(p, copy, from-1, to-1);
997 repeat(p, copy, from-1, to);
    [all...]
  /external/chromium_org/chrome/browser/resources/apps_debugger/css/
items.css 220 background-repeat: no-repeat;
393 0 0 no-repeat;
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_locally_managed_user_creation.css 397 background: url('chrome://theme/IDR_MIRROR_FLIP') no-repeat;
429 no-repeat center 0;
435 no-repeat center -1px;
  /external/chromium_org/chrome/browser/resources/options/
browser_options.css 225 background-repeat: no-repeat;
297 background: right center no-repeat;
  /external/qemu/android/camera/
camera-service.c 1000 int repeat; local
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 73 GTEST_DECLARE_int32(repeat);
86 const char kRepeatFlag[] = "repeat";
102 repeat_ = GTEST_FLAG(repeat);
115 GTEST_FLAG(repeat) = repeat_;
    [all...]
  /external/chromium/testing/gtest/src/
gtest-internal-inl.h 93 const char kRepeatFlag[] = "repeat";
166 repeat_ = GTEST_FLAG(repeat);
187 GTEST_FLAG(repeat) = repeat_;
    [all...]
  /external/chromium_org/chrome/browser/download/
download_path_reservation_tracker_unittest.cc 90 // Creates a name of form 'a'*repeat + suffix
92 size_t repeat, const base::FilePath::CharType* suffix);
176 size_t repeat, const base::FilePath::CharType* suffix) {
178 (base::FilePath::StringType(repeat, FILE_PATH_LITERAL('a'))
  /external/chromium_org/testing/gtest/src/
gtest-internal-inl.h 93 const char kRepeatFlag[] = "repeat";
172 repeat_ = GTEST_FLAG(repeat);
193 GTEST_FLAG(repeat) = repeat_;
    [all...]
gtest-port.cc 315 // or \c otherwise. repeat is the repetition meta character (?, *,
321 bool escaped, char c, char repeat, const char* regex,
323 const size_t min_count = (repeat == '+') ? 1 : 0;
324 const size_t max_count = (repeat == '?') ? 1 :
  /external/chromium_org/third_party/libxml/src/
runtest.c 3948 unsigned int i, repeat; local
4009 unsigned int i, repeat; local
4074 unsigned int i, repeat; local
    [all...]
testSAX.c 62 static int repeat = 0; variable
1091 if (repeat) {
1158 } else if ((!strcmp(argv[i], "-repeat")) ||
1159 (!strcmp(argv[i], "--repeat"))) {
1160 repeat++;
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-internal-inl.h 93 const char kRepeatFlag[] = "repeat";
166 repeat_ = GTEST_FLAG(repeat);
187 GTEST_FLAG(repeat) = repeat_;
    [all...]
  /external/chromium_org/v8/test/mjsunit/
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/gtest/src/
gtest-internal-inl.h 93 const char kRepeatFlag[] = "repeat";
166 repeat_ = GTEST_FLAG(repeat);
187 GTEST_FLAG(repeat) = repeat_;
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h 93 const char kRepeatFlag[] = "repeat";
166 repeat_ = GTEST_FLAG(repeat);
187 GTEST_FLAG(repeat) = repeat_;
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h 93 const char kRepeatFlag[] = "repeat";
166 repeat_ = GTEST_FLAG(repeat);
187 GTEST_FLAG(repeat) = repeat_;
    [all...]
  /external/open-vcdiff/gtest/src/
gtest-internal-inl.h 91 const char kRepeatFlag[] = "repeat";
146 repeat_ = GTEST_FLAG(repeat);
166 GTEST_FLAG(repeat) = repeat_;
    [all...]
  /external/pixman/test/
stress-test.c 407 pixman_repeat_t repeat; local
411 /* Repeat */
412 repeat = repeats[prng_rand_n (ARRAY_LENGTH (repeats))];
413 pixman_image_set_repeat (image, repeat);
  /external/protobuf/gtest/src/
gtest-internal-inl.h 91 const char kRepeatFlag[] = "repeat";
145 repeat_ = GTEST_FLAG(repeat);
164 GTEST_FLAG(repeat) = repeat_;
    [all...]
  /external/v8/test/mjsunit/
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

Completed in 690 milliseconds

<<11121314151617181920