HomeSort by relevance Sort by last modified time
    Searched full:used (Results 851 - 875 of 64207) sorted by null

<<31323334353637383940>>

  /external/clang/test/CodeGenCXX/
union-dtor.cpp 7 Foo() { static_assert(b, "Foo::Foo used"); }
8 ~Foo() { static_assert(b, "Foo::~Foo used"); }
  /external/clang/test/Format/
multiple-inputs-error.cpp 5 // CHECK: error: -offset, -length and -lines can only be used for single file.
6 // CHECK-LINE: error: -offset, -length and -lines can only be used for single file.
  /external/clang/test/Index/
retain-target-options.c 5 // CHECK: error: SSE4_1 used
7 #error SSE4_1 used
  /external/clang/test/SemaObjC/
objc-container-subscripting-2.m 25 array[10]; // expected-warning {{container access result unused - container access should not be used for side effects}}
28 dict[array]; // expected-warning {{container access result unused - container access should not be used for side effects}}
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/
_README.txt 1 UpdateBugStateTask is an ant task used for updating the status of 1 or
3 project. It can also be used for updating a specified list of bugs which
  /external/eigen/Eigen/src/Core/util/
Constants.h 19 * Changing the value of Dynamic breaks the ABI, as Dynamic is often used as a template parameter for Matrix.
23 /** This value means +Infinity; it is currently used only as the p parameter to MatrixBase::lpNorm<int>().
154 * Various enumerations used in %Eigen. Many of these are used as template parameters.
165 /** %Matrix has ones on the diagonal; to be used in combination with #Lower or #Upper. */
167 /** %Matrix has zeros on the diagonal; to be used in combination with #Lower or #Upper. */
177 /** Used in BandMatrix and SelfAdjointView to indicate that the matrix is self-adjoint. */
179 /** Used to support symmetric, non-selfadjoint, complex matrices. */
193 * Enum used by DenseBase::corner() in Eigen2 compatibility mode. */
209 * not used for PartialReduxExpr and VectorwiseOp. *
    [all...]
  /external/freetype/include/freetype/internal/services/
svxf86nm.h 10 /* This file is part of the FreeType project, and may only be used, */
29 * A trivial service used to return the name of a face's font driver,
  /external/freetype/src/autofit/
afdummy.c 5 /* Auto-fitter dummy routines to be used if no hinting should be */
11 /* This file is part of the FreeType project, and may only be used, */
  /external/freetype/src/raster/
ftrend1.h 10 /* This file is part of the FreeType project, and may only be used, */
34 /* used for backwards-compatibility with FT 1.x anyway. */
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
WrongType.java 20 * A type which will never be used as the element type of any collection in our
21 * tests, and so can be used to test how a Collection behaves when given input
  /external/icu4c/common/
msvcres.h 5 // Used by common.rc and other .rc files.
13 STLPort's broken stddef.h from being used when rc.exe parses this file.
  /external/icu4c/i18n/
umsg_imp.h 8 * tab size: 8 (not used)
22 /* global variables used by the C and C++ message formatting API. */
  /external/icu4c/layout/
LEGlyphFilter.h 16 * This is a helper class that is used to
30 * This method is used to test a particular
  /external/javassist/src/main/javassist/runtime/
DotClass.java 7 * the License. Alternatively, the contents of this file may be used under
21 * only if <code>.class</code> notation is used in source code given
  /external/jmonkeyengine/engine/src/terrain/Common/MatDefs/Terrain/
HeightBasedTerrain.j3md 10 // slopeColorMap: the texture to be used for cliffs, and steep mountain sites
12 // terrainSize: the total size of the terrain (used for scaling the texture)
  /external/libnfc-nci/src/
nfca_version.c 24 // label of the NFA version being used (see stack-info.txt).
26 // NOTE: IF additional branches are used add a "+" at the end of the string
  /external/llvm/test/CodeGen/X86/
remat-phys-dead.ll 6 ; original register is actually used later. Largely irrelevant for a trivial
7 ; example like this, since EAX is never used again, but easy to test.
  /external/llvm/utils/lit/lit/ExampleTests/
lit.cfg 22 # target_triple: Used by ShTest format for XFAIL checks.
25 # available_features: Used by ShTest format for REQUIRES checks.
  /external/proguard/examples/dictionaries/
keywords.txt 3 # be used in Java source files, but they can be used in compiled class files.
  /external/qemu/android/
display-core.h 14 * Contains extension to android display (see android/display.h|c) that is used
25 * Only used to register a dummy display change listener that
  /external/qemu/target-arm/
helper-android.h 14 /* Hooks to translated BL/BLX. This callback is used to build thread's
21 /* Hooks to return from translated BL/BLX. This callback is used to build
  /external/skia/tools/
PictureRenderingFlags.h 24 * reflecting the flags used. Assumes that SkCommandLineFlags::Parse has
27 * @param tool Which tool is being used.
  /external/smack/src/com/kenai/jbosh/
BOSHClientConnListener.java 20 * Interface used by parties interested in monitoring the connection state
28 * be used to determine the current session state.
  /external/valgrind/main/memcheck/tests/
post-syscall.c 10 due to being interrupted. nanosleep is used here, because it
11 writes a result even if it fails. wait*() could also be used,
  /frameworks/base/media/java/android/media/
IRingtonePlayer.aidl 26 /** Used for Ringtone.java playback */
31 /** Used for Notification sound playback. */

Completed in 1766 milliseconds

<<31323334353637383940>>