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

<<21222324252627282930>>

  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
director.swg 39 /* attempt to call a pure virtual method via a director method */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_itertools.py 59 'Pure python version in the docs'
88 'Pure python version shown in the docs'
107 'Pure python version shown in the docs'
115 'Pure python version from cwr()'
136 self.assertEqual(result, list(combinations1(values, r))) # matches first pure python version
137 self.assertEqual(result, list(combinations2(values, r))) # matches second pure python version
138 self.assertEqual(result, list(combinations3(values, r))) # matches second pure python version
155 'Pure python version shown in the docs'
173 'Pure python version shown in the docs'
208 self.assertEqual(result, list(cwr1(values, r))) # matches first pure python versio
    [all...]
test_strtod.py 15 # Correctly rounded str -> float in pure Python, for comparison.
26 # Pure Python version of correctly rounded string->float conversion.
90 string->float conversion (using float) to a pure Python
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_itertools.py 59 'Pure python version in the docs'
88 'Pure python version shown in the docs'
107 'Pure python version shown in the docs'
115 'Pure python version from cwr()'
136 self.assertEqual(result, list(combinations1(values, r))) # matches first pure python version
137 self.assertEqual(result, list(combinations2(values, r))) # matches second pure python version
138 self.assertEqual(result, list(combinations3(values, r))) # matches second pure python version
155 'Pure python version shown in the docs'
173 'Pure python version shown in the docs'
208 self.assertEqual(result, list(cwr1(values, r))) # matches first pure python versio
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/truth/truth-parent/0.24/
truth-parent-0.24.pom 16 Parent metdata for Truth, a pure-java, strongly typed testing proposition framework.
  /system/core/fastboot/
Android.mk 46 # Pure cygwin case
  /system/keymaster/include/keymaster/
android_keymaster.h 40 * For non-secure, pure software implementation there is a HAL translation layer that converts the
  /external/bison/tests/
headers.at 223 AT_TEST([x6], [%define api.pure])
225 AT_TEST([x8], [%define api.pure %define api.push-pull both])
  /external/clang/test/SemaCXX/
virtual-override.cpp 147 void f(int) = 0; // expected-error{{not virtual and cannot be declared pure}}
171 virtual void f(int) = 0; // expected-note{{unimplemented pure virtual method}}
  /external/deqp/modules/gles31/functional/
es31fTextureStateQueryTests.cpp 167 { "set_pure_int", "Set state with pure int", QUERY_TEXTURE_PARAM_PURE_INTEGER },
168 { "set_pure_uint", "Set state with pure unsigned int", QUERY_TEXTURE_PARAM_PURE_UNSIGNED_INTEGER },
  /external/icu/icu4c/source/i18n/
udat.cpp 227 // NULL destination for pure preflighting: empty dummy string
265 // NULL destination for pure preflighting: empty dummy string
303 // NULL destination for pure preflighting: empty dummy string
331 // NULL destination for pure preflighting: empty dummy string
541 // NULL destination for pure preflighting: empty dummy string
640 // NULL destination for pure preflighting: empty dummy string
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
RawHeightMap.java 43 * point. Where pure black the lowest point and pure white denotes the highest.
  /frameworks/base/docs/html/design/patterns/
pure-android.jd 1 page.title=Pure Android
2 page.image=images/cards/design-pure-android_2x.png
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/attr/
attributes.h 52 #define ATTR_CREATE 0x0010 /* pure create: fail if attr already exists */
53 #define ATTR_REPLACE 0x0020 /* pure set: fail if attr does not exist */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/attr/
attributes.h 52 #define ATTR_CREATE 0x0010 /* pure create: fail if attr already exists */
53 #define ATTR_REPLACE 0x0020 /* pure set: fail if attr does not exist */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlwapi.h     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
director.swg 249 /* Attempted to call a pure virtual method via a director method */
254 : DirectorException(rb_eRuntimeError, "SWIG director pure virtual method called", msg)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_lib.py 23 description = "install all Python modules (extensions and pure Python)"
65 # Get all the information we need to install pure Python modules
install.py 149 "installation directory for pure Python module distributions"),
151 "installation directory for non-pure module distributions"),
212 self.install_purelib = None # for pure module distributions
213 self.install_platlib = None # non-pure (dists w/ extensions)
377 # module distribution is pure or not. Of course, if the user
380 if self.distribution.ext_modules: # has extensions: non-pure
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_lib.py 23 description = "install all Python modules (extensions and pure Python)"
65 # Get all the information we need to install pure Python modules
install.py 149 "installation directory for pure Python module distributions"),
151 "installation directory for non-pure module distributions"),
212 self.install_purelib = None # for pure module distributions
213 self.install_platlib = None # non-pure (dists w/ extensions)
377 # module distribution is pure or not. Of course, if the user
380 if self.distribution.ext_modules: # has extensions: non-pure
  /external/mesa3d/src/mapi/glapi/gen/
gl_XML.py 177 """Conditionally define `PURE' function attribute.
179 Conditionally defines a preprocessor macro `PURE' that wraps
180 GCC's `pure' function attribute. The conditional code can be
186 self.undef_list.append("PURE")
188 # define PURE __attribute__((pure))
190 # define PURE
glX_proto_size.py 228 print '_X_INTERNAL PURE FASTCALL GLint'
336 print ' _X_INTERNAL PURE FASTCALL GLint __gl ## from ## _size( GLenum e ) \\'
341 print ' _X_INTERNAL PURE FASTCALL GLint __gl ## from ## _size( GLenum e ) \\'
396 print 'extern _X_INTERNAL PURE FASTCALL GLint __gl%s_size(GLenum);' % (func.name)
429 print 'extern PURE _X_HIDDEN int __glX%sReqSize(const GLbyte *pc, Bool swap);' % (func.name)
  /external/valgrind/callgrind/
fn.c 556 /* Every function gets a "pure" context, i.e. a context with stack
560 fn_node* pure[2]; local
561 pure[0] = 0;
562 pure[1] = fn;
563 fn->pure_cxt = CLG_(get_cxt)(pure+1);
  /external/clang/test/CodeGenCXX/
microsoft-abi-vtables-multiple-nonvirtual-inheritance-return-adjustment.cpp 313 // CHECK-NEXT: 0 | test7::C *test7::C::f() [pure]
314 // CHECK-NEXT: 1 | test7::C *test7::C::f() [pure]
316 // No return adjusting thunks needed for pure virtual methods.

Completed in 328 milliseconds

<<21222324252627282930>>