HomeSort by relevance Sort by last modified time
    Searched refs:lc (Results 51 - 75 of 125) sorted by null

1 23 4 5

  /external/bluetooth/glib/gobject/
glib-mkenums.in 357 $nick = lc($nick);
366 $enumsym = lc $option_underscore_name;
388 $enumsym = lc($enspace) . "_" . lc($enumshort);
  /external/openssl/crypto/md5/asm/
md5-ia64.S 184 // takes care of saving/restoring ar.lc
203 // t7 ar.lc Save LCSave
278 .save ar.lc, LCSave
279 mov LCSave = ar.lc
360 mov ar.lc = LCSave
631 mov ar.lc = 3
668 mov ar.lc = 3
721 mov ar.lc = 3
774 mov ar.lc = 3
897 mov ar.lc = 3 ;
    [all...]
  /external/webkit/Tools/Scripts/
commit-log-editor 223 my $sortKey = lc $label;
227 $sortKey = lc "~, LayoutTests last";
check-Xcode-source-file-types 132 my (undef, undef, $fileExtension) = map { lc($_) } fileparse(basename($filePath), qr{\.[^.]+$});
prepare-ChangeLog 319 my $sortKey = lc $prefix;
327 $sortKey = lc "WebKit, WebBrowser after";
329 $sortKey = lc "WebFoundation, WebCore after";
331 $sortKey = lc "~, LayoutTests last";
    [all...]
  /external/llvm/utils/lit/lit/
main.py 252 lc = getLocalConfig(ts, path_in_suite[:-1], litConfig, localConfigCache)
253 yield Test.Test(ts, path_in_suite, lc)
258 lc = getLocalConfig(ts, path_in_suite, litConfig, localConfigCache)
261 if lc.test_format is not None:
262 for res in lc.test_format.getTestsInDirectory(ts, path_in_suite,
263 litConfig, lc):
269 if filename in ('Output', '.svn') or filename in lc.excludes:
  /external/oprofile/module/ia64/
IA64entry.h 56 .spillsp ar.pfs, SW(AR_PFS)+16+(off); .spillsp ar.lc, SW(AR_LC)+16+(off); \
oprofile_stubs.S 120 mov ar.lc=0
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 327 void GraphicsContext::setLineCap(LineCap lc)
332 m_data->setLineCap(lc);
  /external/libvpx/build/make/
obj_int_extract.c 114 struct load_command lc; local
116 memcpy(&lc, buf, sizeof(struct load_command));
118 if (lc.cmd == LC_SEGMENT)
143 else if (lc.cmd == LC_SEGMENT_64)
162 else if (lc.cmd == LC_SYMTAB)
219 buf += lc.cmdsize;
  /external/llvm/tools/llvm-config/
llvm-config.in.in 30 my $ARCH = lc(q{@ARCH@});
34 my @TARGETS_BUILT = map { lc($_) } qw{@TARGETS_TO_BUILD@};
152 @components = map lc, @components;
  /external/opencv/ml/src/
mltree.cpp 1575 int* lc = (int*)cvStackAlloc(m*sizeof(lc[0])); local
2174 double* lc = (double*)cvStackAlloc( (mi+1)*2*sizeof(lc[0]) ) + 1; local
    [all...]
mlboost.cpp 650 double* lc = (double*)cvStackAlloc( (mi+1)*2*sizeof(lc[0]) ) + 1; local
651 double* rc = lc + mi + 1;
654 lc[i] = rc[i] = 0;
657 // sent to the left (lc) and to the right (rc) by the primary split
663 double sum = lc[idx] + d*w;
665 lc[idx] = sum; rc[idx] = sum_abs;
670 double sum = lc[i];
672 lc[i] = (sum_abs - sum) * 0.5;
680 double lval = lc[i], rval = rc[i]
    [all...]
  /frameworks/base/core/java/android/content/
ContentService.java 91 int lc = pidCounts.get(lhs);
93 if (lc < rc) {
95 } else if (lc > rc) {
  /ndk/build/core/
default-build-commands.mk 77 TARGET_LDLIBS := -lc -lm
  /external/libffi/
ltcf-c.sh 374 archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
730 ac_cv_prog_cc_static="$ac_cv_prog_cc_static ${ac_cv_prog_cc_wl}-lC"
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
deflate.h 283 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
  /external/zlib/
deflate.h 294 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
  /external/openssl/crypto/aes/asm/
aes-ia64.S 106 mov ar.lc=te3 }
296 .save ar.lc,lcsave
297 mov lcsave=ar.lc };;
324 mov ar.lc=lcsave };;
410 mov ar.lc=lcsave }//;;
485 mov ar.lc=te3 }
675 .save ar.lc,lcsave
676 mov lcsave=ar.lc };;
703 mov ar.lc=lcsave };;
789 mov ar.lc=lcsave }//;
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
dc.sed 84 X^*dZkdXK-1+ktsc0kdSb-[Lbdlb*lc+tdSbO*-lb0!=aldx]dsaxLbsb]sad1!>a[[.]POX\
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGenerator.pm 494 $contentAttributeName = lc $generator->AttributeNameForGetterAndSetter($attribute) if $contentAttributeName eq "1";
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 491 const LocationContext *LC; // Can be null */
494 BlockDataRegion(const BlockTextRegion *bc, const LocationContext *lc,
496 : SubRegion(sreg, BlockDataRegionKind), BC(bc), LC(lc), ReferencedVars(0) {}
967 const LocationContext *LC);
973 const LocationContext *LC);
978 const LocationContext *LC);
987 const VarRegion* getVarRegion(const VarDecl *D, const LocationContext *LC);
1025 LocationContext const *LC);
1048 const LocationContext *lc = NULL)
    [all...]
  /external/webkit/Source/WebCore/dom/
make_names.pl 287 $tagConstructorMap{$tagName} = lc($interfaceName);
469 my $lowerNamespace = lc($parameters{namespacePrefix});
508 my $lowerNamespace = lc($parameters{namespacePrefix});
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnection.java 670 LinkCapabilities lc = new LinkCapabilities(mCapabilities); local
671 if (VDBG) log("REQ_GET_LINK_CAPABILITIES linkCapabilities" + lc);
672 mAc.replyToMessage(msg, DataConnectionAc.RSP_GET_LINK_CAPABILITIES, lc);
    [all...]
  /build/tools/droiddoc/templates-pdk/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 ",
6 Cc="</span>",Dc='<span class="',Ec='">',Fc="$1&nbsp;",Gc="&nbsp;<br />",Hc="<br />",Ic="console",Jc="cannot override language handler %s",Kc="default-markup",Lc="default-code",Mc="dec",Z="lang-js",$="lang-css",Nc="lang-in.tag",Oc="htm",Pc="html",Qc="mxml",Rc="xhtml",Sc="xml",Tc="xsl",Uc=" \t\r\n",Vc="atv",Wc="tag",Xc="atn",Yc="lang-uq.val",Zc="in.tag",$c="uq.val",ad="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 ",
19 n));g=i+1;break;case jc:b=0;break;default:++b}}if(!d)return c;d.push(c.substring(g));return d.join(P)}}var Vd=new RegExp(kc,R),Wd=/^<\!--/,Xd=/^<\[CDATA\[/,Yd=/^<br\b/i,Qa=/^<(\/?)([a-zA-Z]+)/;function Zd(a){var b=a.match(Vd),c=[],d=0,g=[];if(b)for(var i=0,m=b.length;i<m;++i){var l=b[i];if(l.length>1&&l.charAt(0)===I){if(!Wd.test(l))if(Xd.test(l)){c.push(l.substring(9,l.length-3));d+=l.length-12}else if(Yd.test(l)){c.push(jc);++d}else if(l.indexOf(lc)>=0&&$d(l)){var n=l.match(Qa)[2],q=1,v;v=i+1;a:for(;v<
26 var X={};function y(a,b){for(var c=b.length;--c>=0;){var d=b[c];if(X.hasOwnProperty(d))Ic in window&&console.i(Jc,d);else X[d]=a}}function Ra(a,b){a&&X.hasOwnProperty(a)||(a=/^\s*</.test(b)?Kc:Lc);return X[a]}y(ae,[Lc]);y(K([],[[S,/^[^<?]+/],[Mc,/^<!\w[^>]*(?:>|$)/],[V,/^<\!--[\s\S]*?(?:-\->|$)/],[T,/^<\?([\s\S]+?)(?:\?>|$)/],[T,/^<%([\s\S]+?)(?:%>|$)/],[Y,/^(?:<[%?]|[%?]>)/],[T,/^<xmp\b[^>]*>([\s\S]+?)<\/xmp\b[^>]*>/i],[Z,/^<script\b[^>]*>([\s\S]+?)<\/script\b[^>]*>/i],[$,/^<style\b[^>]*>([\s\S]+?)<\/style\b[^>]*>/i],
32 u)}}}v()}window.PR_normalizedHtml=W;window.prettyPrintOne=ce;window.prettyPrint=de;window.PR={combinePrefixPatterns:Na,createSimpleLexer:K,registerLangHandler:y,sourceDecorator:C,PR_ATTRIB_NAME:Xc,PR_ATTRIB_VALUE:Vc,PR_COMMENT:V,PR_DECLARATION:Mc,PR_KEYWORD:uc,PR_LITERAL:yc,PR_NOCODE:lc,PR_PLAIN:S,PR_PUNCTUATION:Y,PR_SOURCE:oc,PR_STRING:U,PR_TAG:Wc,PR_TYPE:zc}})();

Completed in 3828 milliseconds

1 23 4 5