HomeSort by relevance Sort by last modified time
    Searched defs:repeat (Results 76 - 100 of 213) sorted by null

1 2 34 5 6 7 8 9

  /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...]
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmClockFragment.java 538 CheckBox repeat; field in class:AlarmClockFragment.AlarmItemAdapter.ItemHolder
663 holder.repeat = (CheckBox) view.findViewById(R.id.repeat_onoff);
757 // Set the repeat text or leave it blank if it does not repeat.
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-clean-plugin/2.5/
maven-clean-plugin-2.5.jar 
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp 535 // Create the repeat rules.
536 RefPtrWillBeRawPtr<CSSValue> repeat = valueForNinePieceImageRepeat(image); local
538 return createBorderImageValue(imageValue.release(), imageSlices.release(), borderSlices.release(), outset.release(), repeat.release());
    [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/libwebp/dec/
vp8l.c 223 int repeat = VP8LReadBits(br, extra_bits) + repeat_offset; local
224 if (symbol + repeat > num_symbols) {
229 while (repeat-- > 0) code_lengths[symbol++] = length;
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmllint.c 158 static int repeat = 0; variable
    [all...]
runtest.c 3948 unsigned int i, repeat; local
4009 unsigned int i, repeat; local
4074 unsigned int i, repeat; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 110 * Compute coord % size for repeat wrap modes.
116 repeat(int coord, unsigned size) function
137 *icoord = repeat(i, size);
269 *icoord0 = repeat(util_ifloor(u), size);
270 *icoord1 = repeat(*icoord0 + 1, size);
    [all...]
  /external/libxml2/
xmllint.c 159 static int repeat = 0; variable
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 110 * Compute coord % size for repeat wrap modes.
116 repeat(int coord, unsigned size) function
137 *icoord = repeat(i, size);
269 *icoord0 = repeat(util_ifloor(u), size);
270 *icoord1 = repeat(*icoord0 + 1, size);
    [all...]
  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part1.c 1597 int i, condreg, repeat = 0; local
    [all...]
test_isa_2_06_part2.c 1295 Bool repeat = False; local
1504 int idx, i, repeat = 1; local
1603 int i, repeat = 1; local
1655 int i, repeat = 1; local
    [all...]
test_isa_2_06_part3.c 1378 int i, repeat = 1; local
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_07_part2.c 888 int i, repeat = 0; local
907 if (!repeat) {
908 repeat = 1;
959 if (repeat) {
1000 if (repeat) {
1001 repeat = 0;
    [all...]
  /external/webp/src/dec/
vp8l.c 223 int repeat = VP8LReadBits(br, extra_bits) + repeat_offset; local
224 if (symbol + repeat > num_symbols) {
229 while (repeat-- > 0) code_lengths[symbol++] = length;
    [all...]
  /hardware/samsung_slsi/exynos5/include/
fimg2d.h 101 enum repeat { enum
214 enum repeat mode;
244 struct fimg2d_repeat repeat; member in struct:fimg2d_param
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimg2d.h 133 * @REPEAT_NORMAL: repeat horizontally and vertically
140 enum repeat { enum
307 enum repeat mode;
343 * @repeat: repeat type (tile mode)
354 struct fimg2d_repeat repeat; member in struct:fimg2d_param
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
StringUtil.java 119 * Old location of {@link Strings#repeat}; this method will be deprecated
122 public static String repeat(String string, int count) { method in class:StringUtil
123 return Strings.repeat(string, count);
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java 120 * Old location of {@link Strings#repeat}; this method will be deprecated
123 public static String repeat(String string, int count) { method in class:StringUtil
124 return Strings.repeat(string, count);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 6086 from itertools import chain, repeat namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 6086 from itertools import chain, repeat namespace
    [all...]
  /external/pixman/pixman/
pixman-private.h 106 pixman_repeat_t repeat; member in struct:image_common
331 pixman_repeat_t repeat; member in struct:__anon32562
339 pixman_repeat_t repeat);
    [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...]
  /external/chromium_org/testing/gtest/src/
gtest.cc 250 repeat,
251 internal::Int32FromGTestEnv("repeat", 1),
252 "How many times to repeat each test. Specify a negative number "
4281 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat); local
    [all...]

Completed in 786 milliseconds

1 2 34 5 6 7 8 9