Searched refs:objects (Results 201 - 225 of 735) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dcentral_freelist.cc62 // is not done, large size class objects will consume a lot of memory if
68 // Limit each size class cache to at most 1MB of objects or one entry,
109 if (span->objects == NULL) {
119 for (void* p = span->objects; p != NULL; p = FL_Next(p)){
145 FL_Push(&(span->objects), object);
293 ASSERT(span->objects != NULL);
295 void *result = FL_Pop(&(span->objects));
296 if (span->objects == NULL) {
333 // TODO: coloring of objects to avoid cache conflicts?
345 span->objects
[all...]
/external/chromium_org/ui/base/clipboard/
H A Dclipboard_unittest.cc58 const Clipboard::ObjectMap& objects) {
59 clipboard->WriteObjects(ui::CLIPBOARD_TYPE_COPY_PASTE, objects);
65 void WriteObjectsToClipboard(const Clipboard::ObjectMap& objects) { argument
66 WriteObjectsToClipboard(&clipboard(), objects); local
373 Clipboard::ObjectMap objects; local
374 objects[Clipboard::CBF_SMBITMAP] = params;
376 &objects, handle_to_share, current_process));
378 ClipboardTest::WriteObjectsToClipboard(clipboard, objects);
449 Clipboard::ObjectMap objects; local
450 objects[Clipboar
57 WriteObjectsToClipboard(ui::Clipboard* clipboard, const Clipboard::ObjectMap& objects) argument
472 Clipboard::ObjectMap objects; local
497 Clipboard::ObjectMap objects; local
521 Clipboard::ObjectMap objects; local
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DFilterExprIteratorSimple.java31 import org.apache.xpath.objects.XNodeSet;
116 result = (org.apache.xpath.objects.XNodeSet) expr.execute(xctxt);
123 result = (org.apache.xpath.objects.XNodeSet) expr.execute(xctxt);
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Dyasm.pyx31 Expression objects encapsulate complex expressions containing registers,
34 Bytecode objects encapsulate data or code objects such as data, reserve,
37 Section objects encapsulate an object file section, including the section
38 name, any Bytecode objects contained within that section, and other
96 # yasm objects.
/external/chromium_org/v8/tools/
H A Dgenerate-builtins-tests.py116 objects = json.loads(output)
119 for obj_name in objects:
121 obj = objects[obj_name]
/external/ltrace/testsuite/lib/
H A Dltrace.exp210 if {![LtraceCompileObjects $sources $obj_options objects]} {
220 if {[ltrace_compile "${objects}" "${dest}" executable $link_options] != ""} {
454 # files named *.o are objects. The remaining source
456 # then together with other objects passed to
492 set objects {}
501 lappend objects $a
518 verbose " : objects $objects"
524 set objects [concat $objects
[all...]
/external/mockito/src/org/mockito/internal/util/collections/
H A DHashCodeAndEqualsSafeSet.java149 public static HashCodeAndEqualsSafeSet of(Iterable<Object> objects) { argument
151 if (objects != null) {
152 for (Object mock : objects) {
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DFuncKey.java34 import org.apache.xpath.objects.XNodeSet;
35 import org.apache.xpath.objects.XObject;
H A DAVTPartXPath.java28 import org.apache.xpath.objects.XObject;
H A DElemChoose.java28 import org.apache.xpath.objects.XObject;
H A DElemIf.java28 import org.apache.xpath.objects.XObject;
H A DElemParam.java27 import org.apache.xpath.objects.XObject;
H A DElemVariable.java29 import org.apache.xpath.objects.XObject;
30 import org.apache.xpath.objects.XRTreeFrag;
31 import org.apache.xpath.objects.XRTreeFragSelectWrapper;
32 import org.apache.xpath.objects.XString;
408 // Down the line this can be done with multiple string objects using
H A DXUnresolvedVariable.java27 import org.apache.xpath.objects.XObject;
97 * For support of literal objects in xpaths.
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncId.java30 import org.apache.xpath.objects.XNodeSet;
31 import org.apache.xpath.objects.XObject;
H A DFunction.java29 import org.apache.xpath.objects.XObject;
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DFunctionPattern.java29 import org.apache.xpath.objects.XNumber;
30 import org.apache.xpath.objects.XObject;
/external/chromium_org/third_party/freetype/src/psaux/
H A Dpsobjs.h96 void** objects,
103 void** objects,
/external/chromium_org/tools/perf/benchmarks/
H A Dsunspider.py61 'date-format-tofte': 'Performance of JavaScript\'s "date" objects.',
62 'date-format-xparb': 'Performance of JavaScript\'s "date" objects.',
/external/freetype/src/psaux/
H A Dpsobjs.h96 void** objects,
103 void** objects,
/external/libnl/
H A Dconfigure.in15 AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
/external/openssl/crypto/asn1/
H A Dx_attrib.c61 #include <openssl/objects.h>
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
H A Dpsobjs.h96 void** objects,
103 void** objects,
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DKeyManager.java30 import org.apache.xpath.objects.XNodeSet;
/external/apache-xml/src/main/java/org/apache/xpath/
H A DArg.java24 import org.apache.xpath.objects.XObject;

Completed in 628 milliseconds

1234567891011>>