HomeSort by relevance Sort by last modified time
    Searched refs:extra (Results 101 - 125 of 527) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/skia/src/animator/
SkAnimateMaker.cpp 75 SkExtras* extra = *extraPtr; local
76 if (extra->definesType(type)) {
77 extra->fExtraCallBack = NULL;
78 extra->fExtraStorage = NULL;
343 SkExtras* extra = *extraPtr; local
344 if (extra->definesType(type)) {
345 extra->fExtraCallBack = callBack;
346 extra->fExtraStorage = userStorage;
  /external/valgrind/main/coregrind/
m_errormgr.c 113 /* Errors. Extensible (via the 'extra' field). Tools can use a normal
138 void* extra; // For any tool-specific extras member in struct:_Error
164 return err->extra;
209 declared in include/pub_tool_errormgr.h. Extensible via the 'extra' field.
226 void* extra; // Anything else -- use is optional. NULL by default. member in struct:_Supp
241 return su->extra;
255 void VG_(set_supp_extra) ( Supp* su, void* extra )
257 su->extra = extra;
626 Char* s, void* extra, ExeContext* where
    [all...]
  /external/valgrind/main/massif/tests/
peak2.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
48 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
60 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
72 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
84 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
96 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
108 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
120 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
132 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
144 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B
    [all...]
peak.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
48 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
60 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
72 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
84 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
96 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
108 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
120 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
132 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
144 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B
    [all...]
basic.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
52 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
68 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
84 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
98 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
114 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
130 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
146 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
long-names.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
49 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
new-cpp.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
54 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
overloaded-new.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
54 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
  /sdk/sdkmanager/app/src/com/android/sdkmanager/
CommandLineProcessor.java 320 // have a verb/object. Must be some extra unknown argument.
617 * whether an extra parameter is required after the flag and how to parse it.
627 public String process(Arg arg, String extra) {
641 public String process(Arg arg, String extra) {
643 arg.setCurrentValue(Integer.parseInt(extra));
646 return String.format("Failed to parse '%1$s' as an integer: %2$s", extra,
659 public String process(Arg arg, String extra) {
663 if (value.equals(extra)) {
664 arg.setCurrentValue(extra);
674 return String.format("'%1$s' is not one of %2$s", extra, desc.toString())
    [all...]
  /external/bison/lib/
obstack.c 126 (that adds an extra first argument), based on the state of use_extra_arg.
166 /* 12 is sizeof (mhead) and 4 is EXTRA from GNU malloc.
168 the extra bytes won't be missed terribly, but if range checking is on
169 and we used a larger request, a whole extra 4096 bytes would be
174 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1))
177 size = 4096 - extra;
213 /* 12 is sizeof (mhead) and 4 is EXTRA from GNU malloc.
215 the extra bytes won't be missed terribly, but if range checking is on
216 and we used a larger request, a whole extra 4096 bytes would be
221 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1)
173 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1)) local
220 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1)) local
    [all...]
  /external/chromium/chrome/browser/sync/glue/
password_change_processor.cc 149 DCHECK(changes[i].extra.get());
150 sync_api::SyncManager::ExtraPasswordChangeRecordData* extra = local
151 changes[i].extra.get();
152 const sync_pb::PasswordSpecificsData& password = extra->unencrypted();
  /external/icu4c/extra/
Makefile 19 subdir = extra
  /external/icu4c/samples/layout/
Makefile.in 19 ## Extra files to remove for 'make clean'
81 # compile scrptrun.cpp from the extra/scrptrun directory.
84 scrptrun.d: $(top_srcdir)/extra/scrptrun/scrptrun.cpp
89 scrptrun.o: $(top_srcdir)/extra/scrptrun/scrptrun.cpp
  /external/libxslt/libxslt/
variables.h 35 (ctxt)->xpathCtxt->extra = ctxt
  /external/oprofile/libpp/
arrange_profiles.cpp 550 extra_images const & extra)
557 parse_filename(it->sample_filename, extra);
568 parse_filename(*cit, extra);
589 bool merge_by_lib, extra_images const & extra)
593 find_profile_sample_files(set.files, parsed, extra);
606 extra);
615 find_profile_sample_files(depset.files, parsed, extra);
627 bool merge_by_lib, extra_images const & extra)
634 add_to_profile_set(*it, parsed, merge_by_lib, extra);
641 add_to_profile_set(set, parsed, merge_by_lib, extra);
    [all...]
callgraph_container.h 109 * @param extra extra image list to fixup binary name.
119 extra_images const & extra, bool debug_info,
symbol.h 145 extra_images const & extra);
xml_utils.h 28 extra_images const & extra);
  /external/oprofile/libutil++/
bfd_support.h 112 extra_images const & extra);
  /external/qemu/android/
framebuffer.h 60 /* extra data that is handled by the framebuffer implementation */
61 void* extra; member in struct:QFrameBuffer
  /external/qemu/slirp/
socket.h 53 void * extra; /* Extra pointer */ member in struct:socket
  /external/webkit/Source/WebCore/xml/
XSLTExtensions.cpp 36 #include <libxslt/extra.h>
  /external/webkit/Tools/gdb/
webkit.py 48 extra = ''
59 extra = u' (gdb hit inaccessible memory)'
63 extra = u' (gdb found no trailing NUL)'
70 return string + extra
  /frameworks/base/media/libstagefright/mpeg2ts/
ATSParser.h 64 DiscontinuityType type, const sp<AMessage> &extra);
AnotherPacketSource.h 51 ATSParser::DiscontinuityType type, const sp<AMessage> &extra);

Completed in 492 milliseconds

1 2 3 45 6 7 8 91011>>