HomeSort by relevance Sort by last modified time
    Searched refs:union (Results 1 - 25 of 65) sorted by null

1 2 3

  /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 *);"
  /libcore/luni/src/test/java/libcore/java/security/
AccessControllerTest.java 33 final DomainCombiner union = new DomainCombiner() { local
37 ProtectionDomain[] union = new ProtectionDomain[a.length + b.length];
38 System.arraycopy(a, 0, union, 0, a.length);
39 System.arraycopy(b, 0, union, a.length, b.length);
40 return union;
46 new AccessControlContext(new ProtectionDomain[] { protectionDomain }), union);
51 assertSame(union, AccessController.getContext().getDomainCombiner());
66 assertSame(union, AccessController.getContext().getDomainCombiner());
  /external/bouncycastle/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...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
RectTest.java 202 method = "union",
211 mRect.union(1, 1, 2, 2);
221 mRect.union(1, 1, 2, 2);
231 mRect.union(2, 2, 1, 1);
239 mRect.union(1, 1, 2, 2);
247 mRect.union(2, 2, 2, 2);
256 method = "union",
268 mRect.union(rect);
279 mRect.union(rect);
290 mRect.union(rect)
    [all...]
RectFTest.java 250 method = "union",
259 mRectF.union(1.0f, 1.0f, 2.0f, 2.0f);
269 mRectF.union(1.0f, 1.0f, 2.0f, 2.0f);
279 mRectF.union(2.0f, 2.0f, 1.5f, 1.5f);
287 mRectF.union(1.0f, 1.0f, 2.0f, 2.0f);
295 mRectF.union(2.0f, 2.0f, 2.0f, 2.0f);
305 method = "union",
317 mRectF.union(rectF);
328 mRectF.union(rectF);
339 mRectF.union(rectF)
    [all...]
  /external/webkit/WebKitTools/Scripts/
clean-header-guards 30 IgnoreFileNamesPattern = Regexp.union(*IgnoredFilenamePatterns).freeze
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 214 union rpc_loc_status_event_payload_u_type switch (rpc_loc_status_event_e_type disc) {
244 union rpc_loc_server_addr_u_type switch (rpc_loc_server_addr_e_type disc) {
456 union rpc_loc_ni_event_payload_u_type switch (rpc_loc_ni_event_e_type disc) {
499 union rpc_loc_assist_data_request_payload_u_type switch (rpc_loc_assist_data_request_e_type disc) {
538 union rpc_loc_server_request_u_type switch (rpc_loc_server_request_e_type disc) {
808 union rpc_loc_ioctl_data_u_type switch (rpc_loc_ioctl_e_type disc) {
850 union rpc_loc_ioctl_callback_data_u_type switch (rpc_loc_ioctl_e_type disc) {
882 union rpc_loc_event_payload_u_type switch (unsigned hyper disc) {
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 207 union rpc_loc_status_event_payload_u_type switch (rpc_loc_status_event_e_type disc) {
235 union rpc_loc_server_addr_u_type switch (rpc_loc_server_addr_e_type disc) {
436 union rpc_loc_ni_event_payload_u_type switch (rpc_loc_ni_event_e_type disc) {
477 union rpc_loc_assist_data_request_payload_u_type switch (rpc_loc_assist_data_request_e_type disc) {
516 union rpc_loc_server_request_u_type switch (rpc_loc_server_request_e_type disc) {
712 union rpc_loc_ioctl_data_u_type switch (rpc_loc_ioctl_e_type disc) {
748 union rpc_loc_ioctl_callback_data_u_type switch (rpc_loc_ioctl_e_type disc) {
779 union rpc_loc_event_payload_u_type switch (unsigned hyper disc) {
  /external/grub/docs/
multiboot.h.texi 89 union
  /frameworks/base/graphics/java/android/graphics/
Rect.java 472 public void union(int left, int top, int right, int bottom) { method in class:Rect
499 public void union(Rect r) { method in class:Rect
500 union(r.left, r.top, r.right, r.bottom); method
510 public void union(int x, int y) { method in class:Rect
RectF.java 410 public void union(float left, float top, float right, float bottom) { method in class:RectF
437 public void union(RectF r) { method in class:RectF
438 union(r.left, r.top, r.right, r.bottom); method
448 public void union(float x, float y) { method in class:RectF
Region.java 28 UNION(2),
234 public final boolean union(Rect r) { method in class:Region
235 return op(r, Op.UNION);
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKeyboardView.java 276 mDirtyRect.union(mSoftKeyDown.mLeft, mSoftKeyDown.mTop,
327 mDirtyRect.union(mSoftKeyDown.mLeft, mSoftKeyDown.mTop,
350 mDirtyRect.union(mSoftKeyDown.mLeft, mSoftKeyDown.mTop,
  /bionic/libc/kernel/tools/
clean_header.py 53 statics = statics.union( kernel_known_statics.get( arch, set() ) )
  /external/bluetooth/glib/
glibconfig.h.win32.in 200 typedef union _GSystemThread GSystemThread;
201 union _GSystemThread
  /external/libffi/include/
ffi.h.in 203 typedef union {
214 typedef union {
  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 587 region.union(frame.left, frame.top - deltaY, frame.right, frame.bottom - deltaY);
588 region.union(0, frame.bottom - deltaY, getWidth(),
617 region.union(frame.left - deltaX, frame.top, frame.right - deltaX, frame.bottom);
618 region.union(frame.right - deltaX, 0,
    [all...]
  /build/tools/droiddoc/templates/assets/
prettify.js 5 dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ",
6 Cc="</span>",Dc='<span class="',Ec='">',Fc="$1&nbsp;",Gc="&nbsp;<br />",Hc="<br />",Ic="console",Jc="cannot override language handler %s",Kc="default-markup",Lc="default-code",Mc="dec",Z="lang-js",$="lang-css",Nc="lang-in.tag",Oc="htm",Pc="html",Qc="mxml",Rc="xhtml",Sc="xml",Tc="xsl",Uc=" \t\r\n",Vc="atv",Wc="tag",Xc="atn",Yc="lang-uq.val",Zc="in.tag",$c="uq.val",ad="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where ",
7 bd="c",cd="cc",dd="cpp",ed="cxx",fd="cyc",gd="m",hd="null true false",id="json",jd="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",
8 kd="cs",ld="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient ",md="java",nd="break continue do else for if return while case done elif esac eval fi function in local set then until ",
10 zd="rb",Ad="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN ",Bd="js",Cd="regex",Dd="pre",Ed="code",Fd="xmp",Gd="prettyprint",Hd="class",Id="br",Jd="\r";
  /external/netcat/
stupidh 427 union {
  /frameworks/base/core/java/android/gesture/
GestureStroke.java 74 bx.union(p.x, p.y);
GestureOverlayView.java 623 // union with the control point of the new curve
624 areaToRefresh.union((int) previousX - border, (int) previousY - border,
627 // union with the end point of the new curve
628 areaToRefresh.union((int) cX - border, (int) cY - border,
  /external/bison/doc/
refcard.tex 349 \key{Define the union of all data types used in the parser.}
350 {\%union\{{\it field list}\} }
361 In the above, {\it t} is a {\it type} defined in the {\tt \%union}
445 \key{Access a field of the data union.} {\$\$.{\it t},
454 Where {\it t} is a type defined in the {\tt \%union}, {\it n} is a
  /libcore/luni/src/main/java/org/apache/xpath/compiler/
Compiler.java 162 expr = union(opPos); break;
590 * Compile a location path union. The UnionPathIterator itself may create
599 protected Expression union(int opPos) throws TransformerException method in class:Compiler
615 * Get the level of the location path or union being constructed.
    [all...]
  /external/qemu/distrib/sdl-1.2.12/
android-configure.sh 305 union {

Completed in 1152 milliseconds

1 2 3