HomeSort by relevance Sort by last modified time
    Searched full:pure (Results 451 - 475 of 1743) sorted by null

<<11121314151617181920>>

  /frameworks/base/docs/html/design/
design_toc.cs 62 <div class="nav-section-header"><a href="<?cs var:toroot ?>design/style/index.html">Pure Android</a></div>
99 <li><a href="<?cs var:toroot ?>design/patterns/pure-android.html">Pure Android</a></li>
  /external/bison/tests/
calc.at 607 AT_CHECK_CALC_LALR([%define api.pure full %locations])
608 AT_CHECK_CALC_LALR([%define api.push-pull both %define api.pure full %locations])
618 AT_CHECK_CALC_LALR([%define api.pure full %verbose %debug %locations %defines %name-prefix "calc" %verbose %yacc])
619 AT_CHECK_CALC_LALR([%define api.push-pull both %define api.pure full %verbose %debug %locations %defines %define api.prefix "calc" %verbose %yacc])
621 AT_CHECK_CALC_LALR([%define api.pure %error-verbose %debug %locations %defines %define api.prefix "calc" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count}])
648 AT_CHECK_CALC_GLR([%define api.pure %locations])
657 AT_CHECK_CALC_GLR([%define api.pure %error-verbose %debug %locations %defines %name-prefix "calc" %verbose %yacc])
659 AT_CHECK_CALC_GLR([%define api.pure %error-verbose %debug %locations %defines %name-prefix "calc" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count}])
660 AT_CHECK_CALC_GLR([%define api.pure %error-verbose %debug %locations %defines %define api.prefix "calc" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count}])
685 AT_CHECK_CALC_LALR1_CC([%pure-parser %error-verbose %debug %define api.prefix "calc" %verbose %yacc]
    [all...]
  /external/v8/src/compiler/
js-generic-lowering.cc 96 #define REPLACE_COMPARE_IC_CALL(op, token, pure) \
98 ReplaceWithCompareIC(node, token, pure); \
144 bool pure) {
156 if (pure) {
157 // A pure (strict) comparison doesn't have an effect, control or frame
  /art/runtime/verifier/
reg_type.h 310 static const ConflictType* GetInstance() PURE;
339 static const UndefinedType* GetInstance() PURE;
380 static const IntegerType* GetInstance() PURE;
398 static const BooleanType* GetInstance() PURE;
417 static const ByteType* GetInstance() PURE;
435 static const ShortType* GetInstance() PURE;
453 static const CharType* GetInstance() PURE;
471 static const FloatType* GetInstance() PURE;
496 static const LongLoType* GetInstance() PURE;
514 static const LongHiType* GetInstance() PURE;
    [all...]
  /external/lldb/include/lldb/Core/
DataBuffer.h 21 /// @brief A pure virtual protocol class for abstracted data buffers.
34 /// All subclasses must override all of the pure virtual functions as
51 /// this class and be downcast to the DataBuffer pure virtual
  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
mathimpl.h 49 * instead of a pure macro to avoid depending on the gcc feature of
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/vinn/
path_utils.js 10 * This file is pure js instead of an HTML imports module,
  /external/chromium-trace/trace-viewer/tracing/tracing/base/
extension_registry.html 26 * Use these for pure-JS classes or ui.define'd classes. For polymer element
  /external/clang/include/clang/Rewrite/Frontend/
ASTConsumers.h 28 // ObjC rewriter: attempts to rewrite ObjC constructs into pure C code.
  /external/clang/test/Analysis/
call-invalidation.cpp 93 void usePointerPure(int * const *) __attribute__((pure));
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p14.cpp 94 virtual ~X() = 0; // expected-note{{unimplemented pure virtual method '~X' in 'X'}}
  /external/eigen/demos/mix_eigen_and_c/
binary_library.h 10 // This is a pure C header, no C++ here.
  /external/eigen/doc/
TutorialGeometry.dox 63 <em class=note>(pure rotations, \n scaling, etc.)</em></td><td>\code
84 Rotation2Df r; r = Matrix2f(..); // assumes a pure rotation matrix
86 AngleAxisf aa; aa = Matrix3f(..); // assumes a pure rotation matrix
135 Apply a transformation with \em pure \em rotation \n to a \b normal \b vector
  /external/jpeg/
makcjpeg.st 3 ; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C.
makdjpeg.st 3 ; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C.
  /external/kernel-headers/original/uapi/linux/
auto_fs.h 37 #if defined(__ia64__) || defined(__alpha__) /* pure 64bit architectures */
  /external/linux-tools-perf/src/tools/perf/scripts/perl/Perf-Trace-Util/
README 6 Core.pm and Util.pm are pure Perl modules; Core.pm contains routines
  /external/llvm/test/MC/AArch64/
elf-globaladdress.ll 57 ; Pure address-calculation against var64
  /external/parameter-framework/parameter/
ConfigurableElementWithMapping.h 39 * declares getMappingData as pure virtual fonction.
  /external/protobuf/python/google/protobuf/internal/
descriptor_python_test.py 33 """Unittest for descriptor.py for the pure Python implementation."""
message_factory_python_test.py 33 """Tests for ..public.message_factory for the pure Python implementation."""
message_python_test.py 33 """Tests for ..public.message for the pure Python implementation."""
  /external/v8/build/
landmine_utils.py 14 """This decorator caches the return value of a parameterless pure function"""
  /frameworks/compile/mclinker/include/mcld/Target/
GOT.h 48 // Override pure virtual function
  /libcore/luni/src/main/native/
NetworkUtilities.h 37 // care whether the original address was pure IPv4 or an IPv4-mapped IPv6 address, and

Completed in 614 milliseconds

<<11121314151617181920>>