HomeSort by relevance Sort by last modified time
    Searched refs:extra (Results 451 - 475 of 754) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/massif/tests/
thresholds_0_0.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodeinsertbeforedocfragment.js 86 extra children("newChild1" and "newChild2") at
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodeinsertbeforedocfragment.js 86 extra children("newChild1" and "newChild2") at
  /frameworks/base/tools/aidl/
aidl_language_l.l 26 yylval.buffer.extra = get_extra_text(); \
  /ndk/sources/host-tools/sed-4.2.1/
bootstrap.sh 56 bug if you need extra "#define"s in here. */
bootstrap.sh.in 56 bug if you need extra "#define"s in here. */
  /bionic/libc/kernel/common/linux/mtd/
cfi.h 91 uint8_t extra[0]; member in struct:cfi_pri_intelext
  /bootable/recovery/minadbd/
adb.h 126 void *extra; member in struct:asocket
  /cts/tests/tests/widget/src/android/widget/cts/
VideoViewTest.java 85 public boolean onError(MediaPlayer mp, int what, int extra) {
  /development/build/tools/
sdk_repo.mk 63 # to package SDK/extra/android/support or SDK/system-images/android-N/armeabi.
71 # $4=the root of directory to package in the sdk (e.g. extra/android).
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
visitor.rb 40 AST::Visitor is an extra utility class for working with tree objects. Visitor
  /external/bluetooth/bluedroid/btif/include/
btif_hl.h 115 btif_hl_extra_mdl_cfg_t extra; member in struct:__anon2413
  /external/chromium/chrome/browser/extensions/
extension_updater.cc 142 std::string extra = full_url_.has_query() ? "&" : "?"; local
143 extra += "x=" + EscapeQueryParamValue(JoinString(parts, '&'), true);
146 int new_size = full_url_.possibly_invalid_spec().size() + extra.size();
155 full_url_ = GURL(full_url_.possibly_invalid_spec() + extra);
228 // data. At the moment there is no extra data that an extension can
    [all...]
  /external/clang/tools/driver/
driver.cpp 449 // FIXME: Driver shouldn't take extra initial argument.
452 // FIXME: Driver shouldn't take extra initial argument.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
  /external/libppp/src/
arp.c 96 char extra[128]; member in struct:__anon9551
  /external/libxml2/
HTMLtree.c 340 * @extra: extra informations
345 htmlSaveErrMemory(const char *extra)
347 __xmlSimpleError(XML_FROM_OUTPUT, XML_ERR_NO_MEMORY, NULL, NULL, extra);
354 * @extra: extra informations
359 htmlSaveErr(int code, xmlNodePtr node, const char *extra)
379 __xmlSimpleError(XML_FROM_OUTPUT, code, node, msg, extra);
  /external/libxml2/include/libxml/
xpath.h 138 * Extra type: a name and a conversion function.
149 * Extra variable: a name and a value.
171 * Extra function: a name and a evaluation function.
197 * Extra axis: a name and an axis function.
312 /* extra variables */
316 /* extra stuff for XPointer */
326 /* Possibility to link in an extra item */
327 void *extra; /* needed for XSLT */ member in struct:_xmlXPathContext
  /external/qemu/android/camera/
camera-service.c 399 * extra data, containing response to the query. In case there are extra data,
404 * extra - Optional extra query data. Can be NULL.
405 * extra_size - Extra data size.
410 const void* extra,
416 /* Make sure extra_size is 0 if extra is NULL. */
417 if (extra == NULL && extra_size != 0) {
418 W("%s: 'extra' = NULL, while 'extra_size' = %d",
425 /* 'extra' size + 2 'ok'/'ko' bytes + 1 ':' separator byte. *
    [all...]
  /external/skia/src/animator/
SkAnimatorScript.cpp 70 SkExtras* extra = *extraPtr; local
71 if (extra->fExtraCallBack)
72 propertyCallBack(extra->fExtraCallBack, extra->fExtraStorage);
  /external/valgrind/main/coregrind/
pub_core_aspacemgr.h 289 also ensure that at least abs(EXTRA) extra free bytes will remain
292 The reservation will only be created if it, plus the extra-zone,
296 ( Addr start, SizeT length, ShrinkMode smode, SSizeT extra );
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.h 305 virtual void onDraw(SkCanvas*, SkScalar opacity, android::DrawExtra* extra, PaintStyle style);
  /external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp 872 break; // Parts that have no extra params get here.
916 void PlatformBridge::traceEventBegin(const char* name, void* id, const char* extra)
918 webKitClient()->traceEventBegin(name, id, extra);
921 void PlatformBridge::traceEventEnd(const char* name, void* id, const char* extra)
923 webKitClient()->traceEventEnd(name, id, extra);
    [all...]
  /frameworks/av/media/libstagefright/include/
FragmentedMP4Parser.h 266 size_t offset, uint64_t size, size_t extra = 0) const;
  /frameworks/base/core/java/android/webkit/
HTML5Audio.java 158 public boolean onError(MediaPlayer mp, int what, int extra) {

Completed in 2214 milliseconds

<<11121314151617181920>>