HomeSort by relevance Sort by last modified time
    Searched full:"$ color" (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/linux-kselftest/tools/testing/selftests/futex/functional/
run.sh 41 ./futex_requeue_pi $COLOR
42 ./futex_requeue_pi $COLOR -b
43 ./futex_requeue_pi $COLOR -b -l
44 ./futex_requeue_pi $COLOR -b -o
45 ./futex_requeue_pi $COLOR -l
46 ./futex_requeue_pi $COLOR -o
48 ./futex_requeue_pi $COLOR -b -l -t 5000
49 ./futex_requeue_pi $COLOR -l -t 5000
50 ./futex_requeue_pi $COLOR -b -l -t 500000
51 ./futex_requeue_pi $COLOR -l -t 50000
    [all...]
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
R$color.class 
R.class 
  /external/flatbuffers/tests/MyGame/Example/
TestSimpleTableWithEnum.php 72 public static function createTestSimpleTableWithEnum(FlatBufferBuilder $builder, $color)
75 self::addColor($builder, $color);
85 public static function addColor(FlatBufferBuilder $builder, $color)
87 $builder->addSbyteX(0, $color, 2);
Monster.php 395 public static function createMonster(FlatBufferBuilder $builder, $pos, $mana, $hp, $name, $inventory, $color, $test_type, $test, $test4, $testarrayofstring, $testarrayoftables, $enemy, $testnestedflatbuffer, $testempty, $testbool, $testhashs32_fnv1, $testhashu32_fnv1, $testhashs64_fnv1, $testhashu64_fnv1, $testhashs32_fnv1a, $testhashu32_fnv1a, $testhashs64_fnv1a, $testhashu64_fnv1a, $testarrayofbools, $testf, $testf2, $testf3, $testarrayofstring2)
403 self::addColor($builder, $color);
510 public static function addColor(FlatBufferBuilder $builder, $color)
512 $builder->addSbyteX(6, $color, 8);
  /external/syslinux/utils/
lss16toppm 57 $color{$i} = pack("ccc", $r, $g, $b);
93 print $color{$n};
107 print $color{$n} x $c;
  /external/ImageMagick/tests/
cli-colorspace.tap 82 if [ "X$color" = "X$average" ]; then
87 if [ "X$color" = "X$too_light" ]; then
90 if [ "X$color" = "X$too_dark" ]; then
  /external/regex-re2/benchlog/
mktable 59 my $color = $color{$who};
60 printf JGR "marktype none color $color linethickness 2 linetype solid label : $who\n";
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc0/
adapters-1.0-rc0.jar 
  /external/guice/core/test/com/google/inject/
BindingAnnotationTest.java 90 "BindingAnnotationTest$Color",
  /external/parameter-framework/upstream/tools/xmlGenerator/
domainGenerator.sh 58 /bin/echo -e "\033[${color}m${@}\033[0m"
  /prebuilts/misc/common/android-support-test/espresso/
espresso-contrib-2.3-beta-2-release.jar 
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
plot_bars.sh 173 echo -n "$x_bar $color "
210 echo -n "$x_bar $color "
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc1/
adapters-1.0-rc1.jar 
  /external/autotest/client/site_tests/firmware_TouchMTB/
report_html.py 54 <pre><span style="color:$color"><b>$name</b></span>
  /external/ImageMagick/PerlMagick/t/
subroutines.pl 996 my $color;
997 foreach $color ( @colors ) {
1001 #print("\$image->ReadImage(xc:$color);\n");
1002 $status=$image->ReadImage("xc:$color");
    [all...]
  /external/gptfdisk/
gdisk_test.sh 76 printf "\033[0;${color}m**$1**\033[m $2\n"
  /system/extras/tools/
graph_lockdep_chains 271 sed 's/ ;$/ [color=red] ;/'
  /external/libvorbis/examples/
frameview.pl 461 my$color=$colors[($count-1)%($#colors+1)];
463 -fill=>$color,-text=>$panel_keys[$i]);
471 $w->createLine((@pairs),-fill=>$color,-tags=>['lines']);
  /external/bison/data/xslt/
xml2dot.xsl 258 <xsl:if test="$color = 5">
270 <xsl:value-of select="$color"/>
  /external/icu/icu4j/perf-tests/
converterperf.pl 144 my $color = $mean < 0 ? "RED" : "BLACK";
145 print HTML "<TD><B><FONT COLOR=\"$color\">", formatPercent(3, $mean, $r->getError);
dateformatperf.pl 131 my $color = $mean < 0 ? "RED" : "BLACK";
132 print HTML "<TD><B><FONT COLOR=\"$color\">", formatPercent(3, $mean, $r->getError);
decimalformatperf.pl 126 my $color = $mean < 0 ? "RED" : "BLACK";
127 print HTML "<TD><B><FONT COLOR=\"$color\">", formatPercent(3, $mean, $r->getError);
normperf.pl 180 my $color = $mean < 0 ? "RED" : "BLACK";
181 print HTML "<TD><B><FONT COLOR=\"$color\">", formatPercent(3, $mean, $r->getError);
ucharacterperf.pl 128 my $color = $mean < 0 ? "RED" : "BLACK";
129 print HTML "<TD><B><FONT COLOR=\"$color\">", formatPercent(3, $mean, $r->getError);

Completed in 3837 milliseconds

1 2 3