/external/v8/test/webkit/ |
dfg-peephole-compare-final-object-to-final-object-or-other-when-proven-final-object.js | 25 "Tests that the peephole CompareEq optimization for the case where one side is predicted final object and the other side is predicted either final object or other (i.e. null or undefined) doesn't assert when the other side is also proven final object."
|
/prebuilts/go/darwin-x86/src/testing/iotest/ |
reader.go | 43 // behavior so the final error is returned along with the final data, instead 44 // of in the first call after the final data.
|
/prebuilts/go/linux-x86/src/testing/iotest/ |
reader.go | 43 // behavior so the final error is returned along with the final data, instead 44 // of in the first call after the final data.
|
/docs/source.android.com/scripts/ |
build.py | 115 final = template.safe_substitute(main=main, sidebar=sidebar, sidebar2=sidebar2, \ 119 html.write(final)
|
/external/clang/test/OpenMP/ |
taskloop_simd_ast_print.cpp | 24 #pragma omp taskloop simd private(argc, b), firstprivate(c, d), lastprivate(d, f) collapse(N) shared(g) if (c) final(d) mergeable priority(f) simdlen(N) nogroup num_tasks(N) 37 // CHECK-NEXT: #pragma omp taskloop simd private(argc,b) firstprivate(c,d) lastprivate(d,f) collapse(N) shared(g) if(c) final(d) mergeable priority(f) simdlen(N) nogroup num_tasks(N) 56 #pragma omp taskloop simd if(taskloop: a) default(none) shared(a) final(b) priority(5) safelen(8) linear(b), aligned(argv) nogroup num_tasks(argc) 57 // CHECK-NEXT: #pragma omp taskloop simd if(taskloop: a) default(none) shared(a) final(b) priority(5) safelen(8) linear(b) aligned(argv) nogroup num_tasks(argc)
|
/external/ipsec-tools/src/racoon/ |
algorithm.h | 135 vchar_t *(*final) __P((caddr_t)); member in struct:hmac_algorithm 146 vchar_t *(*final) __P((caddr_t)); member in struct:hash_algorithm
|
/external/libbrillo/brillo/dbus/ |
dbus_object_test_helpers.h | 25 class DBusInterfaceTestHelper final { class in namespace:brillo::dbus_utils 42 struct ResponseHolder final : public base::SupportsWeakPtr<ResponseHolder> { struct in namespace:brillo::dbus_utils::testing
|
/external/libgdx/extensions/gdx-bullet/jni/swig/common/ |
gdxPooledObject.i | 9 protected final static JTYPE temp = new JTYPE(0, false); 15 protected static final com.badlogic.gdx.utils.Pool<JTYPE> pool = new com.badlogic.gdx.utils.Pool<JTYPE>() { 23 final JTYPE result = pool.obtain(); 28 public static void free(final JTYPE inst) {
|
/external/libweave/src/privet/ |
privet_types.h | 70 class ConnectionState final { class in namespace:weave::privet 102 class SetupState final { class in namespace:weave::privet
|
/external/skia/src/gpu/batches/ |
GrClearBatch.h | 16 class GrClearBatch final : public GrBatch { class in inherits:GrBatch 72 class GrClearStencilClipBatch final : public GrBatch { class in inherits:GrBatch
|
/external/toybox/toys/pending/ |
compress.c | 303 int final, type; local 305 final = bitbuf_get(bb, 1); 408 if (final) break; 422 int len, final = 0; local 426 while (!final) { 430 if (len != 32768) final++; 435 bitbuf_put(bb, final, 1); 449 if (!(32767 & ++TT.pos) && !final) break;
|
/external/v8/src/compiler/ |
js-native-context-specialization.h | 36 class JSNativeContextSpecialization final : public AdvancedReducer { class in namespace:v8::internal::compiler 50 Reduction Reduce(Node* node) final; member in class:v8::internal::compiler::final
|
simplified-operator.h | 38 class BufferAccess final { class in namespace:v8::internal::compiler 128 class SimplifiedOperatorBuilder final : public ZoneObject { class in namespace:v8::internal::compiler
|
/external/v8/src/ |
objects-body-descriptors.h | 73 class FixedBodyDescriptor final : public BodyDescriptorBase { class in namespace:v8::internal 111 class FlexibleBodyDescriptor final : public BodyDescriptorBase { class in namespace:v8::internal
|
/prebuilts/gdb/darwin-x86/lib/python2.7/encodings/ |
rot_13.py | 23 def encode(self, input, final=False): 27 def decode(self, input, final=False):
|
uu_codec.py | 105 def encode(self, input, final=False): 109 def decode(self, input, final=False):
|
/prebuilts/gdb/linux-x86/lib/python2.7/encodings/ |
rot_13.py | 23 def encode(self, input, final=False): 27 def decode(self, input, final=False):
|
uu_codec.py | 105 def encode(self, input, final=False): 109 def decode(self, input, final=False):
|
/prebuilts/go/darwin-x86/test/ |
simassign.go | 65 print("final val\n")
|
/prebuilts/go/linux-x86/test/ |
simassign.go | 65 print("final val\n")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
rot_13.py | 23 def encode(self, input, final=False): 27 def decode(self, input, final=False):
|
uu_codec.py | 105 def encode(self, input, final=False): 109 def decode(self, input, final=False):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
rot_13.py | 23 def encode(self, input, final=False): 27 def decode(self, input, final=False):
|
uu_codec.py | 105 def encode(self, input, final=False): 109 def decode(self, input, final=False):
|
/external/skia/src/core/ |
SkFindAndPlaceGlyph.h | 151 class Utf8GlyphFinder final : public UtfNGlyphFinder { class in class:SkFindAndPlaceGlyph 159 class Utf16GlyphFinder final : public UtfNGlyphFinder { class in class:SkFindAndPlaceGlyph 169 class Utf32GlyphFinder final : public UtfNGlyphFinder { class in class:SkFindAndPlaceGlyph 182 class GlyphIdGlyphFinder final : public GlyphFinderInterface { class in class:SkFindAndPlaceGlyph 248 class HorizontalPositions final : public PositionReaderInterface { class in class:SkFindAndPlaceGlyph 264 class ArbitraryPositions final : public PositionReaderInterface { class in class:SkFindAndPlaceGlyph 296 class TranslationMapper final : public MapperInterface { class in class:SkFindAndPlaceGlyph 309 class XScaleMapper final : public MapperInterface { class in class:SkFindAndPlaceGlyph 324 class GeneralMapper final : public MapperInterface { class in class:SkFindAndPlaceGlyph 401 // position and calls processOneGlyph with the correct glyph, final position and roundin 428 class GlyphFindAndPlaceSubpixel final : public GlyphFindAndPlaceInterface<ProcessOneGlyph> { class in class:SkFindAndPlaceGlyph 483 class GlyphFindAndPlaceFullPixel final : public GlyphFindAndPlaceInterface<ProcessOneGlyph> { class in class:SkFindAndPlaceGlyph [all...] |