/external/guava/src/com/google/common/collect/ |
ByFunctionOrdering.java | 29 * An ordering that orders elements by applying an order to the result of a 30 * function on those elements.
|
/external/llvm/tools/bugpoint/ |
ListReducer.h | 76 // before the elements are randomly shuffled. 121 // The property still holds. We can just drop the prefix elements, and 122 // shorten the list to the "kept" elements. 130 // The predicate still holds, shorten the list to the prefix elements. 138 // Otherwise the property doesn't hold. Some of the elements we removed 154 // could. If there is more than two elements in the list, try deleting 155 // interior elements and testing that. 165 // remaining elements (large search space). Backjumping out of that
|
/external/mesa3d/src/glsl/ |
builtin_types.h | 84 Elements(gl_DepthRangeParameters_fields), 150 Elements(gl_PointParameters_fields), 153 Elements(gl_MaterialParameters_fields), 156 Elements(gl_LightSourceParameters_fields), 159 Elements(gl_LightModelParameters_fields), 162 Elements(gl_LightModelProducts_fields), 165 Elements(gl_LightProducts_fields), 168 Elements(gl_FogParameters_fields),
|
/external/protobuf/gtest/test/ |
gtest_xml_test_utils.py | 56 elements and actual_node meets all of the following conditions: 63 * It has an equivalent set of child nodes (including elements and 98 "number of child elements differ in element " + actual_node.tagName) 116 children. For <testsuites>, <testsuite> and <testcase> elements, the ID 117 is the value of their "name" attribute; for <failure> elements, it is 121 four is encountered, if two child elements with the same identifying 151 elements is replaced with a single asterisk, if it contains 154 attribute of <failure> elements is replaced with a single asterisk.
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
AppletsCollection.html | 21 <p>This test demonstrates a couple of object tags being added that do not contain Java applets. Previously these Object element would be included in the document.applets collection even though the spec says that collection should contain only Applet elements and Object elements that contain applets.</p>
|
/external/webkit/Source/WebCore/css/ |
themeWinQuirks.css | 31 /* These styles override the default styling for HTML elements in quirks-mode 33 making our form elements match Firefox's. */
|
/external/webkit/Source/WebCore/html/ |
HTMLFormCollection.h | 33 // This class is just a big hack to find form elements even in malformed HTML elements.
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGGradientStop.cpp | 50 // <stop> elements should only be allowed to make renderers under gradient elements
|
RenderSVGViewportContainer.h | 31 // This is used for non-root <svg> elements and <marker> elements, neither of which are SVGTransformable
|
/external/webkit/Source/WebCore/webaudio/ |
RealtimeAnalyserNode.idl | 41 // If the array has fewer elements than the frequencyBinCount, the excess elements will be dropped.
|
/frameworks/base/test-runner/src/junit/runner/ |
ClassPathTestCollector.java | 25 return result.elements(); 35 Enumeration e= roots.elements();
|
/packages/apps/Protips/res/values-ca/ |
arrays.xml | 23 <item msgid="3123213860439458492">"Elimina elements."\n" Manteniu premut un element i, quan vibri, arrossegueu-lo a la icona Paperera. @drawable/trash"</item> 24 <item msgid="1000948398885889319">"Diverses pantalles Inici."\n" Feu-ho lliscar cap a l\'esquerra o la dreta per canviar de pantalla. Arrossegueu elements a altres pantalles."</item>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
UnwrapRefactoring.java | 100 // elements, then it's the parent which should be removed. Otherwise, 111 List<Element> elements = DomUtilities.getChildren(mContainer); local 112 if (elements.size() == 0) { 126 "All unwrapped elements must share the same parent element"); 177 // Transfer namespace elements? 179 List<Element> elements = DomUtilities.getChildren(mContainer); local 180 assert elements.size() == 1; 181 Element newRoot = elements.get(0);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_vector.h | 153 * individual elements in any order. 165 * elements in any order and saves the user from worrying about 205 * @brief Default constructor creates no elements. 211 * @brief Creates a %vector with no elements. 220 * @param n The number of elements to initially create. 237 * object used by @a x. All the elements of @a x are copied, 265 * Create a %vector consisting of copies of the elements in the 286 * Create a %vector consisting of copies of the elements from 290 * random-access, then this will call the elements' copy 307 * The dtor only erases the elements, and note that if th [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_vector.h | 153 * individual elements in any order. 165 * elements in any order and saves the user from worrying about 205 * @brief Default constructor creates no elements. 211 * @brief Creates a %vector with no elements. 220 * @param n The number of elements to initially create. 237 * object used by @a x. All the elements of @a x are copied, 265 * Create a %vector consisting of copies of the elements in the 286 * Create a %vector consisting of copies of the elements from 290 * random-access, then this will call the elements' copy 307 * The dtor only erases the elements, and note that if th [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_vector.h | 153 * individual elements in any order. 165 * elements in any order and saves the user from worrying about 205 * @brief Default constructor creates no elements. 211 * @brief Creates a %vector with no elements. 220 * @param n The number of elements to initially create. 237 * object used by @a x. All the elements of @a x are copied, 265 * Create a %vector consisting of copies of the elements in the 286 * Create a %vector consisting of copies of the elements from 290 * random-access, then this will call the elements' copy 307 * The dtor only erases the elements, and note that if th [all...] |
/external/chromium/base/ |
sys_string_conversions_mac.mm | 45 // contain elements of StringType::value_type. Use a container for the 47 // value_type elements per UInt8. Leave room for a NUL terminator. 48 typename StringType::size_type elements = 51 std::vector<typename StringType::value_type> out_buffer(elements); 63 out_buffer[elements - 1] = '\0'; 64 return StringType(&out_buffer[0], elements - 1);
|
/external/collada/include/1.4/dom/ |
domController.h | 45 protected: // Elements 65 * Used to preserve order in elements that do not specify strict sequencing of sub-elements. 69 * Used to preserve order in elements that have a complex content model. 121 * @return Returns a reference to the array of extra elements. 126 * @return Returns a constant reference to the array of extra elements.
|
domGeometry.h | 47 protected: // Elements 66 * Used to preserve order in elements that do not specify strict sequencing of sub-elements. 70 * Used to preserve order in elements that have a complex content model. 127 * @return Returns a reference to the array of extra elements. 132 * @return Returns a constant reference to the array of extra elements.
|
domGlsl_setparam.h | 27 protected: // Elements 32 * Used to preserve order in elements that do not specify strict sequencing of sub-elements. 36 * Used to preserve order in elements that have a complex content model. 71 * @return Returns a reference to the array of annotate elements. 76 * @return Returns a constant reference to the array of annotate elements.
|
domPhysics_material.h | 50 protected: // Elements 122 protected: // Elements 180 * @return Returns a reference to the array of technique elements. 185 * @return Returns a constant reference to the array of technique elements. 190 * @return Returns a reference to the array of extra elements. 195 * @return Returns a constant reference to the array of extra elements.
|
domProfile_COMMON.h | 64 protected: // Elements 143 protected: // Elements 234 protected: // Elements 337 protected: // Elements 443 protected: // Elements 459 * Used to preserve order in elements that do not specify strict sequencing of sub-elements. 463 * Used to preserve order in elements that have a complex content model. 505 * @return Returns a reference to the array of image elements. 510 * @return Returns a constant reference to the array of image elements [all...] |
domTriangles.h | 52 protected: // Elements 59 * The triangles element may have any number of p elements. @see domP 103 * @return Returns a reference to the array of input elements. 108 * @return Returns a constant reference to the array of input elements. 118 * @return Returns a reference to the array of extra elements. 123 * @return Returns a constant reference to the array of extra elements.
|
/external/expat/lib/ |
Makefile.MPW | 12 # versions of the expat library as well as the elements.c and outline.c 53 "{ToolDir}elements.c" ? 64 ElementToolObjFile = "{ObjDir}elements.c.o" 96 ElementsTool = "{ToolDir}elements" 179 "{ObjDir}elements.c.o" ? "{ToolDir}elements.c"
|
/external/llvm/include/llvm/ADT/ |
ArrayRef.h | 19 /// ArrayRef - Represent a constant reference to an array (0 or more elements 21 /// various APIs to take consecutive elements easily and conveniently. 41 /// The number of elements. 113 /// slice(n) - Chop off the first N elements of the array. 119 /// slice(n, m) - Chop off the first N elements of the array, and keep M 120 /// elements in the array.
|