HomeSort by relevance Sort by last modified time
    Searched refs:final (Results 176 - 200 of 239) sorted by null

1 2 3 4 5 6 78 910

  /external/doclava/res/assets/templates/assets/
prettify.js 5 dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ",
7 bd="c",cd="cc",dd="cpp",ed="cxx",fd="cyc",gd="m",hd="null true false",id="json",jd="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",
8 kd="cs",ld="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient ",md="java",nd="break continue do else for if return while case done elif esac eval fi function in local set then until ",
  /external/libvorbis/doc/
03-codebook.tex 15 decoded Huffman value is applied as an offset, generating the final
306 final values of a codebook entry vector from the entries in
339 final values of a codebook entry vector from the entries in
  /external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h 140 Weight Final(StateId state) const {
356 if (fst.Final(i) != Weight::Zero()) {
359 context_fst.SetFinal(context_fst.AddState(), fst.Final(i));
463 const Weight &final = context_fst.Final(state); local
464 if (final != Weight::Zero()) {
466 final_probs[final_bit] = final;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 284 class _Sp_counted_ptr final : public _Sp_counted_base<_Lp> class in inherits:_Sp_counted_base
324 class _Sp_counted_deleter final : public _Sp_counted_base<_Lp> class in inherits:_Sp_counted_base
382 class _Sp_counted_ptr_inplace final : public _Sp_counted_base<_Lp> class in inherits:_Sp_counted_base
    [all...]
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 175 is repeated 1000 times. The percentage values in the final column are the most
  /bionic/libc/arch-mips/string/
memcpy.S 111 addu a3,a0,a3 # Now a3 is the final dst after 64-byte chunks
265 addu a3,a0,a3 # Now a3 is the final dst after 64-byte chunks
  /external/ceres-solver/docs/
bundleadjustment.tex 49 // Compute final projected point position.
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.cc 173 bool final) {
186 if (final)
  /external/openfst/src/include/fst/
compose.h 160 Weight Final(StateId s) {
162 Weight final = ComputeFinal(s); local
163 SetFinal(s, final);
165 return CacheImpl<A>::Final(s);
356 Weight final1 = internal::Final(fst1_, s1);
361 Weight final2 = internal::Final(fst2_, s2);
  /ndk/build/core/
definitions-utils.mk 143 # Returns : Parent dir or path of $1, with final separator removed.
definitions.mk 362 # LDFLAGS -> Final linker flags
406 # LOCAL_LDFLAGS will contain the set of final linker flags for the module
582 # Use module-get-static-dependencies to retrieve final list.
594 # Use modulge-get-shared-dependencies to retrieve final list.
732 # to be linked as whole, i.e. placed in a special section on the final
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 126 # Location where we're going to install the final binaries
130 # Location of the final sysroot. This must be a sub-directory of INSTALL_DIR
410 # Name of the final generated toolchain
413 # Name of the final toolchain binary tarball that this script will create
417 # the final toolchain. This includes both SHA-1 for toolchain git repositories
1254 # It's content will be copied to the final SOURCES file later.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 126 # Location where we're going to install the final binaries
130 # Location of the final sysroot. This must be a sub-directory of INSTALL_DIR
410 # Name of the final generated toolchain
413 # Name of the final toolchain binary tarball that this script will create
417 # the final toolchain. This includes both SHA-1 for toolchain git repositories
1254 # It's content will be copied to the final SOURCES file later.
    [all...]
  /external/v8/src/
bootstrapper.cc 282 // These are the final, writable prototype, maps.
460 // The final map for functions. Writeable prototype.
628 // The final map for the strict mode functions. Writeable prototype.
953 PropertyAttributes final = local
    [all...]
  /external/srec/srec/crec/
srec_context.c 3498 arc_token *atl, *final, *atli; local
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_block_sse2.asm 486 ; final combination
723 ; final combination
  /build/tools/droiddoc/templates-ds/assets/js/
prettify.js 18 "catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"],F=[w,"alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,dynamic_cast,explicit,export,friend,inline,late_check,mutable,namespace,nullptr,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"],G=[w,"abstract,boolean,byte,extends,final,finally,implements,import,instanceof,null,native,package,strictfp,super,synchronized,throws,transient"],
  /build/tools/droiddoc/templates-sac/assets/js/
prettify.js 18 "catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"],F=[w,"alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,dynamic_cast,explicit,export,friend,inline,late_check,mutable,namespace,nullptr,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"],G=[w,"abstract,boolean,byte,extends,final,finally,implements,import,instanceof,null,native,package,strictfp,super,synchronized,throws,transient"],
  /build/tools/droiddoc/templates-sdk/assets/js/
prettify.js 18 "catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"],F=[w,"alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,dynamic_cast,explicit,export,friend,inline,late_check,mutable,namespace,nullptr,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"],G=[w,"abstract,boolean,byte,extends,final,finally,implements,import,instanceof,null,native,package,strictfp,super,synchronized,throws,transient"],
  /external/openssl/crypto/evp/
evp.h 168 int (*final)(EVP_MD_CTX *ctx,unsigned char *md); member in struct:env_md_st
429 unsigned char final[EVP_MAX_BLOCK_LENGTH];/* possible final block */ member in struct:evp_cipher_ctx_st
    [all...]
  /external/openssl/include/openssl/
evp.h 168 int (*final)(EVP_MD_CTX *ctx,unsigned char *md); member in struct:env_md_st
429 unsigned char final[EVP_MAX_BLOCK_LENGTH];/* possible final block */ member in struct:evp_cipher_ctx_st
    [all...]
  /external/v8/test/mjsunit/
debug-sourceinfo.js 315 // the final character.
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 137 0000 0001 show final assembly
  /sdk/templates/docs/
prettify.js 18 "catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"],F=[w,"alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,dynamic_cast,explicit,export,friend,inline,late_check,mutable,namespace,nullptr,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"],G=[w,"abstract,boolean,byte,extends,final,finally,implements,import,instanceof,null,native,package,strictfp,super,synchronized,throws,transient"],
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gimple.h 614 /* Final value. */
615 tree final; variable
    [all...]

Completed in 988 milliseconds

1 2 3 4 5 6 78 910