/prebuilt/common/commons-compress/ |
commons-compress-1.0.jar | |
/external/skia/src/core/ |
SkPaint.cpp | [all...] |
/external/v8/src/ia32/ |
ic-ia32.cc | 610 Label slow, fast, array, extra, check_pixel_array; local 690 // Extra capacity case: Check if there is extra capacity to 693 __ bind(&extra); 724 __ j(above_equal, &extra, not_taken); [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/ |
run_chromium_webkit_tests.py | 319 extra = 1 + chunk_len - (slice_end - slice_start) 321 extra) 324 files.extend(test_files[0:extra]) [all...] |
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/ |
smartypants.php | 250 $add_extra_space = 1; # Remember, so we can trim the extra space later.
|
/external/libxml2/ |
debugXML.c | 168 xmlDebugErr2(xmlDebugCtxtPtr ctxt, int error, const char *msg, int extra) 175 msg, extra); 178 xmlDebugErr3(xmlDebugCtxtPtr ctxt, int error, const char *msg, const char *extra) 185 msg, extra); [all...] |
nanohttp.c | 170 * @extra: extra informations 175 xmlHTTPErrMemory(const char *extra) 177 __xmlSimpleError(XML_FROM_HTTP, XML_ERR_NO_MEMORY, NULL, NULL, extra); 1258 * @headers: the extra headers 1262 * via HTTP using the given @method, adding the given extra headers [all...] |
valid.c | 53 * @extra: extra informations 58 xmlVErrMemory(xmlValidCtxtPtr ctxt, const char *extra) 76 if (extra) 79 XML_ERR_FATAL, NULL, 0, extra, NULL, NULL, 0, 0, 80 "Memory allocation failed : %s\n", extra); 92 * @extra: extra informations 98 const char *msg, const char *extra) 116 if (extra) [all...] |
catalog.c | 215 * @extra: extra informations 220 xmlCatalogErrMemory(const char *extra) 224 extra, NULL, NULL, 0, 0, 225 "Memory allocation failed : %s\n", extra); 233 * @extra: extra informations [all...] |
nanoftp.c | 168 * @extra: extra informations 173 xmlFTPErrMemory(const char *extra) 175 __xmlSimpleError(XML_FROM_FTP, XML_ERR_NO_MEMORY, NULL, NULL, extra); [all...] |
/external/libxml2/include/libxml/ |
xmlerror.h | 83 char *str1; /* extra string information */ 84 char *str2; /* extra string information */ 85 char *str3; /* extra string information */ 86 int int1; /* extra number information */ [all...] |
/external/v8/src/ |
stub-cache.h | 202 // If extra != no_reg it might be used as am extra scratch register. 208 Register extra);
|
spaces.cc | 1260 int extra = Min(RoundUp(capacity_, static_cast<int>(OS::AllocateAlignment())), local [all...] |
/external/wpa_supplicant/ |
Android.mk | 400 LIBS += -lgnutls-extra
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
xf86str.h | 1019 int *extra [all...] |
/system/core/adb/ |
sockets.c | 769 s->extra = action_cb;
|
/build/core/ |
java.mk | 157 # - This extra copy, with the dependency on LOCAL_BUILT_MODULE allows the
|
/packages/apps/Camera/src/com/android/camera/ |
VideoCamera.java | 125 "android.intent.extra.quickCapture"; [all...] |
/packages/apps/Music/src/com/android/music/ |
MediaPlaybackService.java | [all...] |
/external/dropbear/libtommath/mtest/ |
mpi.c | 3839 int extra = 0, ix; local [all...] |
/external/speex/libspeex/ |
nb_celp.c | 1287 int extra; local [all...] |
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/ |
dhd_sdio.c | 4534 uint8 extra; local [all...] |
/build/tools/droiddoc/templates/assets/ |
android-developer-reference.js | 116 // 12 is the width of the triangle and padding extra space
|
/external/grub/docs/ |
texinfo.tex | 51 % The extra TeX runs get the cross-reference information correct. 674 % explicit \vfill so that the extra space is at the bottom. The 692 % the `@group' to put extra space in the output. Since @group [all...] |
/external/v8/src/x64/ |
stub-cache-x64.cc | 158 Register extra) { 160 USE(extra); // The register extra is not used on the X64 platform. [all...] |