Home
last modified time | relevance | path

Searched refs:l (Results 1 – 19 of 19) sorted by relevance

/build/tools/droiddoc/src/
DSorter.java22 public Sorter(String l, Object d) in Sorter() argument
24 label = l; in Sorter()
DErrors.java31 Message(SourcePositionInfo p, int l, String m) { in Message() argument
33 level = l; in Message()
/build/tools/droiddoc/templates/assets/
Djquery-resizable.min.js12l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s…
19l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInte… function
29l,n){var m=c.ui[k].prototype;for(var j in n){m.plugins[j]=m.plugins[j]||[];m.plugins[j].push([l,n[… argument
40l=["padding",/ne|nw|n/.test(m)?"Top":/se|sw|s/.test(m)?"Bottom":/^e$/.test(m)?"Right":"Left"].join… argument
Dandroid-developer-docs.js471 l = getBaseUri(location.pathname);
472 window.location = l;
/build/tools/apriori/
Drangesort.c60 static int range_cmp_for_search(const void *l, const void *r) { in range_cmp_for_search() argument
61 range_t *left = (range_t *)l, *right = (range_t *)r; in range_cmp_for_search()
70 static inline void run_checks(const void *l, const void *r) { in run_checks() argument
71 range_t *left = (range_t *)l, *right = (range_t *)r; in run_checks()
95 static int range_cmp(const void *l, const void *r) { in range_cmp() argument
96 run_checks(l, r); in range_cmp()
97 range_t *left = (range_t *)l, *right = (range_t *)r; in range_cmp()
Ddebug.h86 int dump_hex_buffer(FILE *s, void *b, size_t l, size_t elsize);
/build/tools/droiddoc/test/stubs/src/com/android/stubs/
DParent.java46 public int method(boolean b, char c, int i, long l, float f, double d) { in method() argument
/build/tools/droiddoc/test/stubs/expected/com/android/stubs/
DParent.java11 public int method(boolean b, char c, int i, long l, float f, double d) { throw new RuntimeExceptio… in method() argument
/build/tools/soslim/
Ddebug.h86 int dump_hex_buffer(FILE *s, void *b, size_t l, size_t elsize);
/build/tools/isprelinked/
Ddebug.h86 int dump_hex_buffer(FILE *s, void *b, size_t l, size_t elsize);
/build/tools/lsd/
Ddebug.h91 int dump_hex_buffer(FILE *s, void *b, size_t l, size_t elsize);
/build/tools/iself/
Ddebug.h88 int dump_hex_buffer(FILE *s, void *b, size_t l, size_t elsize);
/build/tools/releasetools/
Dedify_generator.py204 for d, l in symlink_list:
205 by_dest.setdefault(d, []).append(l)
/build/core/
Dbinary.mk104 lex_sources := $(filter %.l,$(LOCAL_SRC_FILES))
106 $(intermediates)/,$(lex_sources:.l=$(LOCAL_CPP_EXTENSION)))
111 $(TOPDIR)$(LOCAL_PATH)/%.l
Dproduct_config.mk34 a b c d e f g h i j k l m n o p q r s t u v w x y z \
Ddefinitions.mk263 $(shell if [ -d $(1) ] ; then cd $(1) ; find ./ -type f -and -not -type l ; fi)), \
/build/target/board/generic/
Dtuttle2.kcm16 L 'L' ''' 'l' 'L' ''' '`'
/build/target/board/emulator/
Dtuttle2.kcm16 L 'L' ''' 'l' 'L' ''' '`'
/build/tools/kcm/
Dkcm.cpp39 PropValue(int l, const string& v) { lineno = l; value = v; } in PropValue()