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

1 2 3 4 5

  /prebuilts/tools/linux-x86_64/kythe/
README.google 11 -added extractors/BUILD and extractors/vnames.json
README.md 5 extractors, and tools directly supported by the Kythe team.
13 - extractors
58 export JAVAC_EXTRACTOR_JAR=/opt/kythe/extractors/javac_extractor.jar
64 # Force Maven to compile with extractors/javac-wrapper.sh
68 -Dmaven.compiler.executable=/opt/kythe/extractors/javac-wrapper.sh
100 ## Extractors
102 `extractors/cxx_extractor` and `extractors/javac_extractor.jar` are
121 `extractors/javac-wrapper.sh` is provided as one way to inject an extractor into
130 Read `extractors/javac-wrapper.sh` for more details on its usage and se
    [all...]
RELEASES.md 202 - Bazel `extra_action` extractors for C++ and Java
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
GLPropertyAccessor.java 36 private GLPropertyAccessor(int contextId, List<GLPropertyExtractor> extractors) {
38 mExtractors = extractors;
67 List<GLPropertyExtractor> extractors = new ArrayList<GLPropertyExtractor>(); local
71 extractors.add(new GLNamePropertyExtractor((GLStateType) accessor));
73 extractors.add(new GLIndexPropertyExtractor((Integer) accessor));
80 return new GLPropertyAccessor(contextId, extractors);
  /prebuilts/tools/linux-x86_64/kythe/extractors/
BUILD 20 main_class = "com.google.devtools.kythe.extractors.java.bazel.JavaExtractor",
javac-wrapper.sh 47 readonly JAVAC_EXTRACTOR_JAR="/opt/kythe/extractors/javac_extractor.jar"
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/studio/
build_studio_kythe.sh 5 EAL=//prebuilts/tools/linux-x86_64/kythe/extractors:extract_kindex
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-dis.h 56 /* Operand extractors. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
istream 140 * @name Extractors
160 * @brief Integer arithmetic extractors
206 * @brief Floating point arithmetic extractors
227 * @brief Basic arithmetic extractors
242 * This function behaves like one of the basic arithmetic extractors,
652 * extractors are run. It is responsible for <em>exception-safe
711 * @brief Character extractors
716 * Behaves like one of the formatted arithmetic extractors described in
738 * @brief Character string extractors
743 * Behaves like one of the formatted arithmetic extractors described i
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
istream 140 * @name Extractors
160 * @brief Integer arithmetic extractors
206 * @brief Floating point arithmetic extractors
227 * @brief Basic arithmetic extractors
242 * This function behaves like one of the basic arithmetic extractors,
652 * extractors are run. It is responsible for <em>exception-safe
711 * @brief Character extractors
716 * Behaves like one of the formatted arithmetic extractors described in
738 * @brief Character string extractors
743 * Behaves like one of the formatted arithmetic extractors described i
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
istream 140 * @name Extractors
160 * @brief Integer arithmetic extractors
206 * @brief Floating point arithmetic extractors
227 * @brief Basic arithmetic extractors
242 * This function behaves like one of the basic arithmetic extractors,
652 * extractors are run. It is responsible for <em>exception-safe
711 * @brief Character extractors
716 * Behaves like one of the formatted arithmetic extractors described in
738 * @brief Character string extractors
743 * Behaves like one of the formatted arithmetic extractors described i
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
istream 140 * @name Extractors
160 * @brief Integer arithmetic extractors
206 * @brief Floating point arithmetic extractors
227 * @brief Basic arithmetic extractors
242 * This function behaves like one of the basic arithmetic extractors,
652 * extractors are run. It is responsible for <em>exception-safe
711 * @brief Character extractors
716 * Behaves like one of the formatted arithmetic extractors described in
738 * @brief Character string extractors
743 * Behaves like one of the formatted arithmetic extractors described i
    [all...]
  /device/common/
generate-packages.sh 32 cd ../$MANUFACTURER/$ROOTDEVICE/self-extractors || echo Error change dir
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.h 129 /// @name VariantKind information extractors.
  /frameworks/av/media/libmedia/
IMediaExtractor.cpp 262 out.append("Recent extractors, most recent first:\n");
  /docs/source.android.com/src/devices/media/
framework-hardening.jd 33 <li>Enabling updatable media components (extractors, codecs, etc.).</li>
135 <p>The extractor service hosts the <em>extractors</em>, components that parse
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_iostream.i 165 // 27.6.1.2.2 Arithmetic Extractors
  /docs/source.android.com/src/devices/tech/display/
hdr.jd 339 by Dolby. Applications may implement their own Dolby-capable extractors as
501 <h3 id="extractors">Extractors</h3>
  /external/google-breakpad/src/processor/
postfix_evaluator-inl.h 288 // stream extractors for unsigned integer values that permit a leading
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istream.h 167 public: // Helper functions for non-member extractors.
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_istream.h 167 public: // Helper functions for non-member extractors.
  /external/opencv3/modules/features2d/include/opencv2/
features2d.hpp 130 /** @brief Abstract base class for 2D image feature detectors and descriptor extractors
208 /** Extractors of keypoint descriptors in OpenCV have wrappers with a common interface that enables you
211 the vector descriptor extractors inherit the DescriptorExtractor interface.
    [all...]
  /external/opencv3/modules/features2d/test/
test_descriptors_regression.cpp 52 * Regression tests for descriptor extractors. *
  /frameworks/av/media/libstagefright/
NuMediaExtractor.cpp 249 // Extractors either support trackID-s or not, so either all tracks have trackIDs or none.

Completed in 557 milliseconds

1 2 3 4 5