Searched refs:part (Results 251 - 275 of 441) sorted by relevance

<<1112131415161718

/external/libvpx/examples/includes/geshi/geshi/
H A Dperl.php35 * This file is part of GeSHi.
H A Dphp.php35 * This file is part of GeSHi.
H A Dpixelbender.php47 * This file is part of GeSHi.
H A Dplsql.php25 * This file is part of GeSHi.
H A Dpowershell.php31 * This file is part of GeSHi.
H A Dtcl.php33 * This file is part of GeSHi.
H A Dteraterm.php29 * This file is part of GeSHi.
H A Dtsql.php22 * This file is part of GeSHi.
H A Dwinbatch.php33 * This file is part of GeSHi.
/external/v8/test/cctest/
H A Dcctest.h107 static void SetUp(PartOfTest part);
/external/webkit/Source/WebCore/platform/android/
H A DRenderThemeAndroid.h84 virtual bool shouldRenderMediaControlPart(ControlPart part, Element* e);
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps.h346 int part; member in struct:wps_event_data::wps_event_pwd_auth_fail
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBitSet.pm336 part of the standard Perl distribution, part of the module's distribution,
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dgrammar.rb257 parts.map! { |part| shell_escape( part ) }.join( ' ' ) << ' 2>&1'
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DDoubleTest.java758 int part = i*11;
759 String inputString = "0x" + part + "." + part + "0123456789abcdefp" + part;
819 int part = i*11;
820 String inputString = "0x" + part + "." + part + "0123456789abcdefp-" + part;
/external/markdown/markdown/
H A Dinlinepatterns.py266 for part in url[2:]:
267 if ":" in part:
/external/skia/src/animator/
H A DSkDrawPaint.cpp95 SkPaintPart* part = (SkPaintPart*) child; local
96 if (part->add() && maker)
/external/v8/tools/
H A Dpresubmit.py333 for part in parts:
334 line += part.count('\n') + 1
/external/webkit/Source/WebCore/rendering/
H A DRenderMediaControlsChromium.cpp245 bool RenderMediaControlsChromium::paintMediaControlsPart(MediaControlElementType part, RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) argument
247 switch (part) {
H A DRenderTreeAsText.cpp476 const RenderPart* part = toRenderPart(const_cast<RenderObject*>(&o)); local
477 if (part->widget() && part->widget()->platformWidget()) {
478 QWidget* wid = part->widget()->platformWidget();
483 ts << "isSelfVisible: " << part->widget()->isSelfVisible() << " ";
484 ts << "isParentVisible: " << part->widget()->isParentVisible() << " ";
/external/webkit/Source/WebCore/inspector/front-end/
H A DElementsPanel.js702 var part = "#" + idAttribute;
703 title += part;
704 idElement.appendChild(document.createTextNode(part));
723 var part = "." + className;
724 title += part;
725 classesElement.appendChild(document.createTextNode(part));
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dtest_expectations.py529 return [part.strip().lower() for part in listString.strip().split(' ')]
533 for part in expectations:
534 if not part in self.EXPECTATIONS:
535 self._add_error(lineno, 'Unsupported expectation: %s' % part,
538 expectation = self.EXPECTATIONS[part]
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php12 * This file is part of GeSHi.
2193 // when we have only one part, we don't have anything to highlight at all.
2270 // Now we go through each part. We know that even-indexed parts are
2285 $part = $parts[$key][1]; variable
2326 $length = strlen($part);
2329 $char = $part[$i];
2348 (GESHI_PHP_PRE_433 && preg_match($regexp, substr($part, $i), $match, PREG_OFFSET_CAPTURE)) ||
2349 (!GESHI_PHP_PRE_433 && preg_match($regexp, $part, $match, PREG_OFFSET_CAPTURE, $i))
2386 if ($testchar === substr($part, $i, strlen($testchar)) &&
2397 if ($testchar === substr($part,
[all...]
/external/icu4c/tools/tzcode/
H A Dtz2icu.cpp549 // eat 32bit data part
558 // we only use 64bit part
891 FinalRulePart part[2]; member in struct:FinalRule
894 return part[0].isset && part[1].isset;
965 int32_t p = fr.part[0].isset ? 1 : 0;
966 fr.part[p].set(id, mode, month, dom, dow, time, isstd, isgmt, offset);
1416 // First print the rule part that enters DST; then the rule part
1418 int32_t whichpart = (part[
[all...]
/external/valgrind/main/callgrind/
H A Dcallgrind_annotate.in8 # This file is part of Callgrind, a cache-simulator and call graph
14 # This file is based heavily on cg_annotate, part of Valgrind.
106 my $part = "";
417 elsif (/^part:\s+(.*)$/) { $part = $1; }
724 if ($part ne "") { $target .= ", part $part"; }

Completed in 4686 milliseconds

<<1112131415161718