/frameworks/base/core/java/android/text/ |
Html.java | 604 Object[] objs = text.getSpans(0, text.length(), kind); local 606 if (objs.length == 0) { 609 return objs[objs.length - 1];
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_weakref.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_weakref.py | [all...] |
/libcore/luni/src/main/java/java/text/ |
MessageFormat.java | 304 * Object[] objs = {new Double(3.1415)}; 305 * String result = mf.format(objs); 307 * objs = null; 308 * objs = mf.parse(result, new ParsePosition(0)); 309 * // objs now equals {new Double(3.1)} 320 * Object[] objs = mf.parse(forParsing, new ParsePosition(0)); [all...] |
/external/mksh/src/ |
Build.sh | [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/x509/ |
by_dir.c | 430 j = sk_X509_OBJECT_find(xl->store_ctx->objs,&stmp); 431 if(j != -1) tmp=sk_X509_OBJECT_value(xl->store_ctx->objs,j);
|
/external/opencv/cvaux/src/ |
cveigenobjects.cpp | 1344 uchar **objs = (uchar **) cvAlloc( sizeof( uchar * ) * nObjects ); local 1405 uchar **objs = (uchar **) cvAlloc( sizeof( uchar * ) * nObjects ); local [all...] |
/external/openssl/crypto/x509/ |
by_dir.c | 424 j = sk_X509_OBJECT_find(xl->store_ctx->objs,&stmp); 425 if(j != -1) tmp=sk_X509_OBJECT_value(xl->store_ctx->objs,j);
|
/libcore/luni/src/test/java/libcore/java/text/ |
OldMessageFormatTest.java | 397 Object[] objs = { new Double(3.1415) }; local 398 String result = mf.format(objs);
|
/ndk/build/core/ |
build-all.mk | 35 clean clean-objs-dir \
|
/external/icu4c/i18n/unicode/ |
choicfmt.h | 407 * @param objs The array of objects to be formatted. 408 * @param cnt The size of objs. 418 virtual UnicodeString& format(const Formattable* objs,
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
pdfjs.js | [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
choicfmt.h | 493 * @param objs The array of objects to be formatted. 494 * @param cnt The size of objs. 504 virtual UnicodeString& format(const Formattable* objs,
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ArrayAdapterTest.java | 289 * return the obj position that in the array, if there are same objs, return the first one
|
/external/clang/lib/Edit/ |
RewriteObjCFoundationAPI.cpp | 441 SmallVectorImpl<const Expr *> &Objs) { 464 Objs.push_back(Msg->getArg(0)); 477 Objs.push_back(Msg->getArg(i)); 483 Objs.push_back(ArrLit->getElement(i)); [all...] |
/external/jpeg/ |
ltmain.sh | 385 objs= 556 objs="$objs $arg" 856 if test -n "$objs"; then 857 $echo "$modename: cannot build libtool library \`$output' from non-libtool objects:$objs" 2>&1 1087 if test -n "$objs"; then 1104 reload_objs="$objs"`$echo "X$libobjs " | $Xsed -e 's/[^ ]*\.a //g' -e 's/\.lo /.o /g' -e 's/ $//g'` [all...] |
/external/libvpx/libvpx/build/make/ |
Android.mk | 194 @$(RM) $(CLEAN-OBJS)
|
gen_msvs_sln.sh | 210 CLEAN-OBJS += \$(if \$(found_devenv),,.nodevenv.once)
|
/external/qemu/ |
Makefile.android | 29 CONFIG_DIRS := $(LOCAL_PATH)/objs $(CONFIG_DIRS)
|
/external/qemu/distrib/jpeg-6b/ |
ltmain.sh | 385 objs= 556 objs="$objs $arg" 856 if test -n "$objs"; then 857 $echo "$modename: cannot build libtool library \`$output' from non-libtool objects:$objs" 2>&1 1087 if test -n "$objs"; then 1104 reload_objs="$objs"`$echo "X$libobjs " | $Xsed -e 's/[^ ]*\.a //g' -e 's/\.lo /.o /g' -e 's/ $//g'` [all...] |
/system/extras/showslab/ |
showslab.c | 334 "OBJS", "ACTIVE", "USE", "OBJ SIZE", "SLABS",
|
/external/chromium_org/v8/test/cctest/ |
test-heap.cc | 875 static int ObjectsFoundInHeap(Heap* heap, Handle<Object> objs[], int size) { 882 if (*objs[i] == obj) { 899 Handle<Object> objs[objs_count]; local 903 objs[next_objs_index++] = factory->NewJSArray(10); 904 objs[next_objs_index++] = factory->NewJSArray(10, 909 objs[next_objs_index++] = 911 objs[next_objs_index++] = 919 objs[next_objs_index++] = 924 objs[next_objs_index++] = Handle<Map>(HeapObject::cast(*objs[0])->map()) [all...] |
/development/ndk/platforms/android-3/include/sys/ |
exec_elf.h | 91 #define ELFCLASS32 1 /* 32-bit objs */ 92 #define ELFCLASS64 2 /* 64-bit objs */
|
/external/chromium_org/third_party/icu/source/i18n/ |
choicfmt.cpp | 673 ChoiceFormat::format(const Formattable* objs, 686 double objDouble = objs[i].getDouble(status);
|
/external/dnsmasq/contrib/dns-loc/ |
dnsmasq2-loc-rfc1876.patch | 8 -OBJS = cache.o rfc1035.o util.o option.o forward.o isc.o network.o \ 9 +OBJS = cache.o rfc1035.o rfc1876.o util.o option.o forward.o isc.o network.o \
|