/external/chromium_org/tools/idl_parser/test_parser/ |
struct_ppapi.idl | 46 * ExtAttribute(union) 48 [union] struct MyStruct {
|
/system/core/sh/ |
nodes.c.pat | 57 STATIC void calcsize(union node *); 59 STATIC union node *copynode(union node *); 69 union node * 71 union node *n; 87 union node *n; 107 STATIC union node * 109 union node *n; 111 union node *new; 162 union node *n [all...] |
mknodes.sh | 90 nodeptr ) type="union node *";; 103 echo "union node {" 113 echo " union node *n;" 117 echo "union node *copyfunc(union node *);" 118 echo "void freefunc(union node *);"
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
PKIXNameConstraintValidator.java | 250 Set union = new HashSet(); local 257 unionEmail(_excluded, email, union); 260 return union; 302 * Returns the union of the excluded IP ranges in <code>excluded</code> 325 Set union = new HashSet(); local 331 union.addAll(unionIPRange(_excluded, ip)); 334 return union; 339 * Calculates the union if two IP ranges. 343 * @return A <code>Set</code> with the union of both addresses. 747 * added to the union <code>union</code>. If <code>email1</code> an 1080 Set union = new HashSet(); local 1270 Set union = new HashSet(); local [all...] |
/libcore/luni/src/test/java/libcore/java/security/ |
AccessControllerTest.java | 38 final DomainCombiner union = new DomainCombiner() { local 46 new AccessControlContext(new ProtectionDomain[] { protectionDomain }), union);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
FilterRedEyeRepresentation.java | 60 rect.union(r.mRect); 61 bounds.union(r.mBounds);
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
RectTest.java | 149 mRect.union(1, 1, 2, 2); 159 mRect.union(1, 1, 2, 2); 169 mRect.union(2, 2, 1, 1); 177 mRect.union(1, 1, 2, 2); 185 mRect.union(2, 2, 2, 2); 201 mRect.union(rect); 212 mRect.union(rect); 223 mRect.union(rect); 232 mRect.union(rect); 241 mRect.union(rect) [all...] |
RectFTest.java | 187 mRectF.union(1.0f, 1.0f, 2.0f, 2.0f); 197 mRectF.union(1.0f, 1.0f, 2.0f, 2.0f); 207 mRectF.union(2.0f, 2.0f, 1.5f, 1.5f); 215 mRectF.union(1.0f, 1.0f, 2.0f, 2.0f); 223 mRectF.union(2.0f, 2.0f, 2.0f, 2.0f); 240 mRectF.union(rectF); 251 mRectF.union(rectF); 262 mRectF.union(rectF); 271 mRectF.union(rectF); 280 mRectF.union(rectF) [all...] |
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/ |
menu-view.js | 82 var union = null; variable 86 if (!union) 87 union = data; 89 merge(data, union); 93 var data = [union];
|
/external/guava/guava-tests/test/com/google/common/collect/ |
SetOperationsTest.java | 36 * Unit tests for {@link Sets#union}, {@link Sets#intersection} and 48 return Sets.union( 60 return Sets.union( 70 return Sets.union( 81 return Sets.union( 94 return Sets.union( 108 return Sets.union( 113 .named("union of disjoint") 120 return Sets.union( 267 Set<String> all = Sets.union(friends, enemies) [all...] |
/external/chromium_org/ppapi/api/ |
pp_var.idl | 96 * The PP_VarValue union stores the data for any one of the types listed 99 [union] struct PP_VarValue {
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
clean-header-guards | 30 IgnoreFileNamesPattern = Regexp.union(*IgnoredFilenamePatterns).freeze
|
/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/ |
math_err.rs | 20 typedef union
|
/external/bison/etc/ |
bench.pl.in | 44 %union 144 /* Exercise pre-prologue dependency to %union. */ 151 /* Exercise %union. */ 154 %union
|
/external/chromium-trace/trace-viewer/build/ |
check_grit.py | 35 u = set(grit_files).union(set(known_images))
|
check_gyp.py | 30 u = set(gyp_files).union(set(known_files))
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
declarative_content_custom_bindings.js | 26 // Makes sure that |this| contains the union of parameters and 28 // generated union dictionary against the schema for |typeId|.
|
webview_request_custom_bindings.js | 27 // Makes sure that |this| contains the union of parameters and 29 // generated union dictionary against the schema for |typeId|.
|
declarative_webrequest_custom_bindings.js | 24 // Makes sure that |this| contains the union of parameters and 26 // generated union dictionary against the schema for |typeId|.
|
/external/chromium_org/ppapi/generators/test_gen_pnacl/ |
test_interfaces.idl | 34 [union, passByValue, returnByValue] struct some_union { 54 * Pnacl_M15_PPB_Iface_union_wrap_foo1(int32_t a, union some_union* b) {
|
/external/grub/docs/ |
multiboot.h.texi | 89 union
|
/frameworks/base/graphics/java/android/graphics/ |
RectF.java | 467 public void union(float left, float top, float right, float bottom) { method in class:RectF 494 public void union(RectF r) { method in class:RectF 495 union(r.left, r.top, r.right, r.bottom); method 505 public void union(float x, float y) { method in class:RectF
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/ |
checker.py | 241 # Take the union across all checkers. 242 categories = CommonCategories.union(CppChecker.categories) 243 categories = categories.union(JSONChecker.categories) 244 categories = categories.union(TestExpectationsChecker.categories) 245 categories = categories.union(PNGChecker.categories) 252 categories = categories.union(["pep8/W191", "pep8/W291", "pep8/E501"])
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
Interval.java | 110 public Interval union(Interval other) { method in class:Interval
|
/external/chromium_org/build/android/gyp/ |
write_ordered_libraries.py | 75 all_deps = all_deps.union(new_deps)
|