HomeSort by relevance Sort by last modified time
    Searched full:reconstruct (Results 1 - 25 of 299) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/tests/
AndroidPaintTest.cpp 11 static size_t Reconstruct(const SkPaint& src, SkPaint* dst) {
37 Reconstruct(paint, &reconstructed);
55 Reconstruct(defaultOptions, &nonDefaultOptions);
77 Reconstruct(defaultOptions, &dummy) < Reconstruct(nonDefaultOptions, &dummy));
  /external/chromium_org/chromeos/test/data/network/
translation_of_shill_l2tpipsec.onc 10 // yet, that requires to reconstruct these fields from a Shill dictionary,
  /external/eigen/doc/snippets/
class_FullPivLU.cpp 15 cout << "Let us now reconstruct the original matrix m:" << endl;
  /external/chromium_org/chrome/renderer/resources/extensions/
file_browser_handler_custom_bindings.js 27 // dictionary that we used to reconstruct File API's Entry instance
  /external/pixman/pixman/
pixman-filter.c 220 pixman_kernel_t reconstruct,
230 size = scale * filters[sample].width + filters[reconstruct].width;
258 double rlow = - filters[reconstruct].width / 2.0;
259 double rhigh = rlow + filters[reconstruct].width;
270 c = integral (reconstruct, ilow,
  /external/chromium-trace/trace-viewer/src/tracing/trace_model/
object_snapshot.js 15 * are still being used by the importer to reconstruct object references.
  /external/chromium_org/content/public/common/
page_state.h 22 // engine to reconstruct a web page (and its tree of frames), including for
  /external/chromium_org/third_party/libwebp/utils/
filters.h 46 // In-place reconstruct the original data from the given filtered data.
  /external/webp/src/utils/
filters.h 46 // In-place reconstruct the original data from the given filtered data.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
StyleSheetCollection.cpp 182 return Reconstruct;
187 return Reconstruct;
192 return Reconstruct;
225 styleResolverUpdateType = Reconstruct;
270 if (styleResolverUpdateType == Reconstruct) {
StyleSheetCollection.h 70 Reconstruct,
  /external/chromium/sdch/open-vcdiff/man/
vcdiff.1 28 reconstruct target file from dictionary and delta file
  /external/chromium_org/apps/app_shim/
app_shim_host_manager_mac.mm 73 // TODO(jeremya): set a timeout and attempt to reconstruct the channel.
  /external/chromium_org/sdch/open-vcdiff/man/
vcdiff.1 28 reconstruct target file from dictionary and delta file
  /external/chromium_org/third_party/icu/source/data/unidata/
NormalizationCorrections.txt 23 # safely reconstruct the exact state of the data tables at
  /external/chromium_org/third_party/skia/include/utils/
SkCanvasStateUtils.h 47 * to reconstruct the canvas. The caller is responsible for calling
  /external/icu4c/data/unidata/
NormalizationCorrections.txt 23 # safely reconstruct the exact state of the data tables at
  /external/open-vcdiff/man/
vcdiff.1 28 reconstruct target file from dictionary and delta file
  /external/skia/include/utils/
SkCanvasStateUtils.h 47 * to reconstruct the canvas. The caller is responsible for calling
  /libcore/luni/src/main/java/java/net/
CacheResponse.java 44 * able to fully reconstruct the response. In particular, failure to provide
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_NATIVE.S 79 add rPC, r0, #6 @ reconstruct new rPC (advance 6 bytes)
  /dalvik/vm/compiler/template/mips/
TEMPLATE_INVOKE_METHOD_NATIVE.S 101 add rPC, a0, 3*2 # reconstruct new rPC (advance 3 dalvik instr)
  /external/chromium_org/chromeos/network/onc/
onc_translator_unittest.cc 62 // Note: This translation direction doesn't have to reconstruct all of the ONC
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
xml_formatted_writer.py 86 # Reconstruct XML text from the lines.
  /external/proguard/src/proguard/classfile/editor/
ClassReferenceFixer.java 194 // Reconstruct the new class name.
439 // Unravel and reconstruct the class element of the descriptor.
474 // Unravel and reconstruct the class elements of the descriptor.
531 // Reconstruct the class name.

Completed in 1468 milliseconds

1 2 3 4 5 6 7 8 91011>>