HomeSort by relevance Sort by last modified time
    Searched defs:captured (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/freetype/src/cff/
cf2blues.c 448 * 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 edge *
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cf2blues.c 448 * 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 edge *
    [all...]
  /external/owasp/sanitizer/src/tests/org/owasp/html/
ExamplesTest.java 52 ByteArrayOutputStream captured = new ByteArrayOutputStream(); local
53 PrintStream capturingOut = new PrintStream(captured, true, "UTF-8");
67 + captured.toString("UTF-8"));
  /external/pdfium/third_party/freetype/src/cff/
cf2blues.c 448 * 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 edge *
    [all...]
  /external/guava/guava/src/com/google/common/reflect/
TypeToken.java 140 Type captured = super.capture(); local
141 if (captured instanceof Class) {
142 this.runtimeType = captured;
144 this.runtimeType = of(declaringClass).resolveType(captured).runtimeType;
    [all...]
  /system/core/libmemunreachable/
ThreadCapture.cpp 162 auto captured = captured_threads_.find(*it); local
163 if (captured == captured_threads_.end()) {
  /external/pcre/dist/
pcrecpp_unittest.cc 578 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");
    [all...]
  /system/core/crash_reporter/
kernel_collector.cc 96 std::string captured; local
114 if (record_re.FullMatch(record, &captured)) {
116 contents->append(captured);
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 363 OpaqueValueExpr *captured = local
369 addSemanticExpr(captured);
370 return captured;
375 /// already be captured.
377 /// \returns the captured expression, which will be the
378 /// same as the input if the input was already captured
382 // If the expression hasn't already been captured, just capture it
395 "captured expression not found in semantics!");
    [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
easymock-3.1-tests.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/2.4/
easymock-2.4.jar 
  /prebuilts/devtools/tools/lib/
easymock-3.3.jar 
ecj-4.4.jar 
guava-13.0.1.jar 
guava-17.0.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.3/
easymock-3.3.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h 2409 BOOLEAN captured; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/misc/common/android-support-test/espresso/
espresso-core-2.2.2-release-no-dep.jar 
  /prebuilts/misc/common/guava/
guava-15.0.jar 

Completed in 1455 milliseconds

1 2 3