Searched refs:part (Results 201 - 225 of 441) sorted by relevance

1234567891011>>

/external/libvpx/examples/includes/geshi/geshi/
H A Dpascal.php32 * This file is part of GeSHi.
H A Dphp-brief.php32 * This file is part of GeSHi.
H A Dprogress.php25 * This file is part of GeSHi.
H A Dprovidex.php24 * This file is part of GeSHi.
H A Dqbasic.php35 * This file is part of GeSHi.
H A Drebol.php35 * This file is part of GeSHi.
H A Dsas.php26 * This file is part of GeSHi.
H A Dsmalltalk.php23 * This file is part of GeSHi.
H A Dsmarty.php22 * This file is part of GeSHi.
H A Dsql.php34 * This file is part of GeSHi.
H A Dvb.php29 * This file is part of GeSHi.
H A Dverilog.php24 * This file is part of GeSHi.
H A Dvhdl.php25 * This file is part of GeSHi.
H A Dvim.php28 * This file is part of GeSHi.
H A Dxml.php29 * This file is part of GeSHi.
H A Dxpp.php23 * This file is part of GeSHi.
H A Dz80.php28 * This file is part of GeSHi.
/external/protobuf/gtest/test/
H A Dgtest-test-part_test.cc33 #include <gtest/gtest-test-part.h>
/external/qemu/android/
H A Dqemulator.c148 SKIN_FILE_LOOP_PARTS( emulator->layout_file, part )
149 SkinDisplay* disp = part->display;
198 SKIN_FILE_LOOP_PARTS( emulator->layout_file, part )
199 SkinDisplay* disp = part->display;
/external/openssh/
H A Dpkcs11.h831 unsigned char *part, unsigned long part_len,
852 unsigned char *part, unsigned long *part_len));
868 unsigned char *part, unsigned long part_len));
887 unsigned char *part, unsigned long part_len));
913 unsigned char *part, unsigned long part_len));
931 unsigned char *part, unsigned long part_len,
938 unsigned char *part,
942 unsigned char *part, unsigned long part_len,
949 unsigned char *part,
/external/webkit/Source/WebCore/rendering/
H A DRenderThemeChromiumWin.cpp2 * This file is part of the WebKit project.
578 ControlPart part = o->style()->appearance(); local
581 if (part == SliderHorizontalPart || part == SliderVerticalPart)
585 if (isReadOnlyControl(o) && (part == TextFieldPart || part == TextAreaPart || part == SearchFieldPart))
588 if (part == SliderThumbHorizontalPart || part == SliderThumbVerticalPart) {
601 else if (supportsFocus(part)
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
H A DRuntime.pm70 part of the standard Perl distribution, part of the module's distribution,
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DFloatTest.java470 int part = i * 6;
471 String inputString = "0x" + part + "." + part + "0123456789abcdefp" + part;
519 int part = i * 7;
520 String inputString = "0x" + part + "." + part + "0123456789abcdefp-" + part;
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DHTMLEntities.properties219 part=8706
/external/grub/stage2/
H A Ddisk_io.c450 int part = saved_partition >> 16; local
454 if (part > 3)
466 if (IS_PC_SLICE_TYPE_EXTENDED (PC_SLICE_TYPE (mbr, part)))
473 if (PC_SLICE_FLAG (mbr, part) != PC_SLICE_FLAG_BOOTABLE)
482 PC_SLICE_FLAG (mbr, part) = PC_SLICE_FLAG_BOOTABLE;
504 unsigned long part = 0xFFFFFF; local
525 while (next_partition (current_drive, 0xFFFFFF, &part, &type,
529 if (part == current_partition)
957 /* The `partition' part must always have a valid number. */
1272 part int
[all...]

Completed in 1971 milliseconds

1234567891011>>