Searched defs:captured (Results 1 - 12 of 12) sorted by relevance

/external/easymock/src/org/easymock/internal/matchers/
H A DCaptures.java32 public Captures(Capture<T> captured) { argument
33 this.capture = captured;
/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2blues.c447 * Check whether `stemHint' is captured by one of the blue zones.
450 * captured. For compatibility with CoolType, search top and bottom
451 * zones in the same pass (see `BlueLock'). If a hint is captured,
454 * 1) If `BlueScale' suppresses overshoot, position the captured edge
457 * overshoot, position the captured edge a minimum of 1 device pixel
459 * 3) If overshoot is not suppressed or required, position the captured
471 /* new position of captured edge */
477 FT_Bool captured = FALSE; local
496 /* bottom edge captured by bottom zone */
512 /* simply round captured edg
[all...]
/external/freetype/src/cff/
H A Dcf2blues.c448 * Check whether `stemHint' is captured by one of the blue zones.
451 * captured. For compatibility with CoolType, search top and bottom
452 * zones in the same pass (see `BlueLock'). If a hint is captured,
455 * 1) If `BlueScale' suppresses overshoot, position the captured edge
458 * overshoot, position the captured edge a minimum of 1 device pixel
460 * 3) If overshoot is not suppressed or required, position the captured
472 /* new position of captured edge */
478 FT_Bool captured = FALSE; local
497 /* bottom edge captured by bottom zone */
513 /* simply round captured edg
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcf2blues.c447 * Check whether `stemHint' is captured by one of the blue zones.
450 * captured. For compatibility with CoolType, search top and bottom
451 * zones in the same pass (see `BlueLock'). If a hint is captured,
454 * 1) If `BlueScale' suppresses overshoot, position the captured edge
457 * overshoot, position the captured edge a minimum of 1 device pixel
459 * 3) If overshoot is not suppressed or required, position the captured
471 /* new position of captured edge */
477 FT_Bool captured = FALSE; local
496 /* bottom edge captured by bottom zone */
512 /* simply round captured edg
[all...]
/external/easymock/src/org/easymock/
H A DEasyMock.java1456 * @param <T> Type of the captured object
1457 * @param captured Where the parameter is captured
1460 public static <T> T capture(Capture<T> captured) { argument
1461 reportMatcher(new Captures<T>(captured));
1473 * @param captured Where the parameter is captured
1476 // public static int capture(Capture<Integer> captured) {
1477 // reportMatcher(new Captures<Integer>(captured));
1484 * @param captured Wher
[all...]
/external/qemu/audio/
H A Dwinaudio.c504 /* report the number of captured samples to the audio subsystem */
509 int captured = 0; local
554 captured += wav_samples;
572 return captured;
H A Daudio.c1592 int captured, min; local
1594 captured = hw->pcm_ops->run_in (hw);
1597 hw->total_samples_captured += captured - min;
1598 hw->ts_helper += captured;
1620 int live, rpos, captured; local
1624 captured = live = audio_pcm_hw_get_live_out (hw, NULL);
1650 if (audio_bug (AUDIO_FUNC, captured > sw->total_hw_samples_mixed)) {
1651 dolog ("captured=%d sw->total_hw_samples_mixed=%d\n",
1652 captured, sw->total_hw_samples_mixed);
1653 captured
[all...]
/external/pcre/dist/
H A Dpcrecpp_unittest.cc578 string captured("");
580 RE(regex,options).FullMatch(str, &captured);
582 RE(regex,options).PartialMatch(str, &captured);
583 CHECK_EQ(captured, expected);
708 string captured; local
714 CHECK(re.Extract("\\1", str , &captured));
715 CHECK_EQ(captured, "world");
720 re.Extract("\\1",str, &captured );
721 CHECK_EQ(captured, "world");
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp346 OpaqueValueExpr *captured = local
352 addSemanticExpr(captured);
353 return captured;
358 /// already be captured.
360 /// \returns the captured expression, which will be the
361 /// same as the input if the input was already captured
365 // If the expression hasn't already been captured, just capture it
378 "captured expression not found in semantics!");
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 238 milliseconds