Searched defs:compact (Results 1 - 13 of 13) sorted by relevance

/external/v8/src/extensions/
H A Dgc-extension.cc43 bool compact = false; local
46 compact = args[0]->BooleanValue();
48 HEAP->CollectAllGarbage(compact);
/external/llvm/lib/DebugInfo/
H A DDWARFDebugArangeSet.cpp23 void DWARFDebugArangeSet::compact() { function in class:DWARFDebugArangeSet
/external/junit/src/junit/framework/
H A DComparisonCompactor.java21 public String compact(String message) { method in class:ComparisonCompactor
/external/javassist/src/main/javassist/bytecode/
H A DFieldInfo.java80 void compact(ConstPool cp) { method in class:FieldInfo
H A DMethodInfo.java129 void compact(ConstPool cp) { method in class:MethodInfo
H A DClassFile.java166 public void compact() { method in class:ClassFile
172 minfo.compact(cp);
179 finfo.compact(cp);
/external/hyphenation/
H A Dsubstrings.c106 static char* compact( function
251 fprintf(out,"%s\n",compact(newpattab_val[p]));
/external/webkit/Source/WebCore/inspector/front-end/
H A DElementsPanel.js791 crumb.removeStyleClass("compact");
814 return; // No need to compact the crumbs, they all fit at full size.
845 return true; // No need to compact the crumbs more.
892 crumb.removeStyleClass("compact");
931 function compact(crumb) function
935 crumb.addStyleClass("compact");
943 crumb.removeStyleClass("compact");
951 compact(crumb);
965 if (makeCrumbsSmaller(compact, ChildSide))
982 if (makeCrumbsSmaller(compact, (focusedCrum
[all...]
/external/skia/src/views/
H A DSkEvent.cpp61 static size_t makeCharArray(char* buffer, size_t compact) argument
63 size_t bits = (size_t) compact >> 1;
64 memcpy(buffer, &bits, sizeof(compact));
65 buffer[sizeof(compact)] = 0;
/external/flac/libFLAC/
H A Dmetadata_object.c1141 FLAC_API FLAC__bool FLAC__metadata_object_seektable_template_sort(FLAC__StreamMetadata *object, FLAC__bool compact) argument
1150 return !compact || FLAC__metadata_object_seektable_resize_points(object, unique);
/external/dbus/dbus/
H A Ddbus-string.c276 compact (DBusRealString *real, function
310 * string's data to "compact" it.
325 compact (real, MAX_WASTE);
379 * current length of the string. The compact is only done if more
385 * @returns #FALSE if the compact failed due to realloc failure
393 return compact (real, max_waste);
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h439 @property BOOL compact; variable
443 @property BOOL compact; variable
682 @property BOOL compact; variable
698 @property BOOL compact; variable
910 @property BOOL compact; variable
/external/libxml2/
H A Dxmlregexp.c275 * That's the compact form for determinists automatas
278 int *compact; member in struct:_xmlRegexp
456 * Switch to a compact representation
581 * the compact form can't be used !
646 ret->compact = transitions;
3455 if ((comp->compact == NULL) && (comp->states == NULL))
3471 if (comp->compact == NULL)
3629 * @comp: the precompiled exec with a compact table
3646 if ((comp == NULL) || (comp->compact == NULL) || (comp->stringMap == NULL))
3653 if (comp->compact[stat
[all...]

Completed in 1415 milliseconds