HomeSort by relevance Sort by last modified time
    Searched full:partial (Results 526 - 550 of 3925) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
partial_sum.h 76 /** @brief Parallel partial sum implementation, two-phase approach,
195 /** @brief Parallel partial sum front-__end.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
partial_sum.h 76 /** @brief Parallel partial sum implementation, two-phase approach,
195 /** @brief Parallel partial sum front-__end.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
partial_sum.h 76 /** @brief Parallel partial sum implementation, two-phase approach,
195 /** @brief Parallel partial sum front-__end.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
partial_sum.h 76 /** @brief Parallel partial sum implementation, two-phase approach,
195 /** @brief Parallel partial sum front-__end.
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd.h 95 uint64_t in_part; /* # of partial input blocks */
97 uint64_t out_part; /* # of partial output blocks */
  /external/flac/libFLAC/
bitreader.c 233 * bitstream : 11 22 33 44 55 br->words=1 br->bytes=1 (partial tail word is left-justified)
456 if(br->consumed_words < br->words) { /* if we've not consumed up to a partial tail word... */
494 /* in this case we're starting our read at a partial tail word;
614 /* step 1: skip over partial head word to get word aligned */
631 /* step 3: skip any remainder from partial tail bytes */
649 /* step 1: read from partial head word to get word aligned */
686 /* step 3: read any remainder from partial tail bytes */
725 while(br->consumed_words < br->words) { /* if we've not consumed up to a partial tail word... */
838 while(cwords < br->words) { /* if we've not consumed up to a partial tail word... */
922 if(cwords < br->words) { /* if we've not consumed up to a partial tail word... *
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 105 <parserModifier(grammar=grammar, actions=actions)> partial class <grammar.recognizerName> : <@superClassName><superClass><@end>
171 partial void OnCreated();
172 partial void EnterRule(string ruleName, int ruleIndex);
173 partial void LeaveRule(string ruleName, int ruleIndex);
273 <parserModifier(grammar=grammar, actions=actions)> partial class <grammar.recognizerName> : <@superClassName><superClass><@end>
302 partial void OnCreated();
303 partial void EnterRule(string ruleName, int ruleIndex);
304 partial void LeaveRule(string ruleName, int ruleIndex);
411 partial void EnterRule_<ruleName>_fragment();
412 partial void LeaveRule_<ruleName>_fragment()
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
http_fs_node.cc 26 // If we're attempting to read a partial request, but the server returns a full
27 // request, we need to read all of the data up to the start of our partial
339 // Only accept OK or Partial Content.
459 // No partial result, read everything starting from the part we care about.
484 // Partial Content without Content-Range. Assume that the server gave us
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecUTF8.cpp 192 // add it to the existing partial sequence.
197 // An incomplete partial sequence at the end is an error, but it will create
238 // add it to the existing partial sequence.
243 // An incomplete partial sequence at the end is an error.
271 // That includes all bytes in the partial-sequence buffer because
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_slab.c 124 * Partial slabs
359 /* Add this slab to the list of partial slabs */
401 /* Create a new slab, if we run out of partial slabs */
410 /* Allocate the buffer from a partial (or just created) slab */
414 /* If totally full remove from the partial slab list */
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_slab.c 124 * Partial slabs
359 /* Add this slab to the list of partial slabs */
401 /* Create a new slab, if we run out of partial slabs */
410 /* Allocate the buffer from a partial (or just created) slab */
414 /* If totally full remove from the partial slab list */
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
iterator.hpp 17 // Otherwise, if partial specialization is supported or X is not a pointer
57 // partial specialization: instead of an iterator_category typedef, the standard
71 # endif // STLPort <= 4.1b4 && no partial specialization
97 // Rogue Wave Standard Library fools itself into thinking partial
277 // In case of no template partial specialization, and if T is a
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp 82 if (VarTemplatePartialSpecializationDecl *Partial =
84 if (Partial->isMemberSpecialization())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
fstream.tcc 346 // However, reaching it while looping on partial means that
348 if (__r == codecvt_base::partial)
511 if (__r == codecvt_base::ok || __r == codecvt_base::partial)
526 // Try once more for partial conversions.
527 if (__r == codecvt_base::partial && __elen == __plen)
865 __r == codecvt_base::partial)
876 while (__r == codecvt_base::partial && __ilen > 0 && __testvalid);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
fstream.tcc 344 // However, reaching it while looping on partial means that
346 if (__r == codecvt_base::partial)
509 if (__r == codecvt_base::ok || __r == codecvt_base::partial)
524 // Try once more for partial conversions.
525 if (__r == codecvt_base::partial && __elen == __plen)
863 __r == codecvt_base::partial)
874 while (__r == codecvt_base::partial && __ilen > 0 && __testvalid);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
fstream.tcc 344 // However, reaching it while looping on partial means that
346 if (__r == codecvt_base::partial)
509 if (__r == codecvt_base::ok || __r == codecvt_base::partial)
524 // Try once more for partial conversions.
525 if (__r == codecvt_base::partial && __elen == __plen)
863 __r == codecvt_base::partial)
874 while (__r == codecvt_base::partial && __ilen > 0 && __testvalid);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
fstream.tcc 337 // However, reaching it while looping on partial means that
339 if (__r == codecvt_base::partial)
487 if (__r == codecvt_base::ok || __r == codecvt_base::partial)
502 // Try once more for partial conversions.
503 if (__r == codecvt_base::partial && __elen == __plen)
808 __r == codecvt_base::partial)
819 while (__r == codecvt_base::partial && __ilen > 0 && __testvalid);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
fstream.tcc 337 // However, reaching it while looping on partial means that
339 if (__r == codecvt_base::partial)
487 if (__r == codecvt_base::ok || __r == codecvt_base::partial)
502 // Try once more for partial conversions.
503 if (__r == codecvt_base::partial && __elen == __plen)
808 __r == codecvt_base::partial)
819 while (__r == codecvt_base::partial && __ilen > 0 && __testvalid);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
fstream.tcc 337 // However, reaching it while looping on partial means that
339 if (__r == codecvt_base::partial)
487 if (__r == codecvt_base::ok || __r == codecvt_base::partial)
502 // Try once more for partial conversions.
503 if (__r == codecvt_base::partial && __elen == __plen)
808 __r == codecvt_base::partial)
819 while (__r == codecvt_base::partial && __ilen > 0 && __testvalid);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
fstream.tcc 337 // However, reaching it while looping on partial means that
339 if (__r == codecvt_base::partial)
487 if (__r == codecvt_base::ok || __r == codecvt_base::partial)
502 // Try once more for partial conversions.
503 if (__r == codecvt_base::partial && __elen == __plen)
808 __r == codecvt_base::partial)
819 while (__r == codecvt_base::partial && __ilen > 0 && __testvalid);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
fstream.tcc 346 // However, reaching it while looping on partial means that
348 if (__r == codecvt_base::partial)
511 if (__r == codecvt_base::ok || __r == codecvt_base::partial)
526 // Try once more for partial conversions.
527 if (__r == codecvt_base::partial && __elen == __plen)
865 __r == codecvt_base::partial)
876 while (__r == codecvt_base::partial && __ilen > 0 && __testvalid);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
fstream.tcc 346 // However, reaching it while looping on partial means that
348 if (__r == codecvt_base::partial)
511 if (__r == codecvt_base::ok || __r == codecvt_base::partial)
526 // Try once more for partial conversions.
527 if (__r == codecvt_base::partial && __elen == __plen)
865 __r == codecvt_base::partial)
876 while (__r == codecvt_base::partial && __ilen > 0 && __testvalid);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
fstream.tcc 346 // However, reaching it while looping on partial means that
348 if (__r == codecvt_base::partial)
511 if (__r == codecvt_base::ok || __r == codecvt_base::partial)
526 // Try once more for partial conversions.
527 if (__r == codecvt_base::partial && __elen == __plen)
865 __r == codecvt_base::partial)
876 while (__r == codecvt_base::partial && __ilen > 0 && __testvalid);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
fstream.tcc 346 // However, reaching it while looping on partial means that
348 if (__r == codecvt_base::partial)
511 if (__r == codecvt_base::ok || __r == codecvt_base::partial)
526 // Try once more for partial conversions.
527 if (__r == codecvt_base::partial && __elen == __plen)
865 __r == codecvt_base::partial)
876 while (__r == codecvt_base::partial && __ilen > 0 && __testvalid);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
fstream.tcc 344 // However, reaching it while looping on partial means that
346 if (__r == codecvt_base::partial)
509 if (__r == codecvt_base::ok || __r == codecvt_base::partial)
524 // Try once more for partial conversions.
525 if (__r == codecvt_base::partial && __elen == __plen)
863 __r == codecvt_base::partial)
874 while (__r == codecvt_base::partial && __ilen > 0 && __testvalid);

Completed in 753 milliseconds

<<21222324252627282930>>