HomeSort by relevance Sort by last modified time
    Searched defs:up (Results 76 - 100 of 205) sorted by null

1 2 34 5 6 7 8 9

  /external/ppp/pppd/
fsm.h 102 void (*up) /* Called when fsm reaches OPENED state */ member in struct:fsm_callbacks
125 #define CLOSED 2 /* Up, hasn't been opened */
139 #define OPT_RESTART 2 /* Treat 2nd OPEN as DOWN, UP */
  /external/qemu/distrib/libpng-1.2.19/
pngwrite.c 100 png_unknown_chunk *up; local
104 for (up = info_ptr->unknown_chunks;
105 up < info_ptr->unknown_chunks + info_ptr->unknown_chunks_num;
106 up++)
108 int keep=png_handle_as_unknown(png_ptr, up->name);
110 up->location && !(up->location & PNG_HAVE_PLTE) &&
111 !(up->location & PNG_HAVE_IDAT) &&
112 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS ||
115 png_write_chunk(png_ptr, up->name, up->data, up->size)
267 png_unknown_chunk *up; local
369 png_unknown_chunk *up; local
    [all...]
  /external/skia/src/svg/
SkSVGParser.cpp 392 SkSVGElement* up = parent; local
393 while (up && up->fIsDef == false) {
394 up->fIsDef = true;
395 up = up->fParent;
399 SkSVGElement* up = parent; local
400 while (up && up->fIsNotDef == false) {
401 up->fIsNotDef = true
    [all...]
  /frameworks/base/core/java/android/text/method/
ArrowKeyMovementMethod.java 89 protected boolean up(TextView widget, Spannable buffer) { method in class:ArrowKeyMovementMethod
269 // If we have scrolled, then the up shouldn't move the cursor,
LinkMovementMethod.java 35 private static final int UP = 2;
61 protected boolean up(TextView widget, Spannable buffer) { method in class:LinkMovementMethod
62 if (action(UP, widget, buffer)) {
66 return super.up(widget, buffer);
80 if (action(UP, widget, buffer)) {
143 case UP:
BaseMovementMethod.java 146 * such as {@link #down} and {@link #up}.
189 return up(widget, buffer);
269 * Performs an up movement action.
270 * Moves the cursor or scrolls up by one line.
276 protected boolean up(TextView widget, Spannable buffer) { method in class:BaseMovementMethod
293 * Performs a page-up movement action.
294 * Moves the cursor or scrolls up by one page.
499 * Performs a scroll up action.
500 * Scrolls up by the specified number of lines.
557 * Performs a scroll page up action
    [all...]
  /frameworks/native/services/sensorservice/
Fusion.cpp 261 vec3_t up(mData[0]);
262 vec3_t east(cross_product(mData[1], up));
264 vec3_t north(cross_product(up, east));
265 R << east << north << up; local
312 const vec3_t up( getRotationMatrix() * Ba );
313 const vec3_t east( cross_product(m, up) );
315 // If the m and up vectors align, the cross product magnitude will
325 vec3_t north( cross_product(up, east) );
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
BufferedTreeNodeStream.java 40 * includes pointers to DOWN and UP and EOF nodes.
51 * This is the old CommonTreeNodeStream that buffered up entire node stream.
85 protected Object up; field in class:BufferedTreeNodeStream
89 * This buffer includes pointers to DOWN, UP, and EOF nodes.
108 /** Reuse same DOWN, UP navigation nodes unless this is true */
135 up = adaptor.create(Token.UP, "UP");
140 * Don't do DOWN, UP nodes if its a list (t is isNil).
163 // add UP node if t has childre
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NFAFactory.java 48 * The NFA will be filled up with states and transitions.
79 * and throw away any epsilon transitions used to link up simple elements.
311 /** set up an NFA NFAState that will yield eof tokens or,
697 StateCluster up = build_Atom(Label.UP, associatedAST); local
698 wildRoot = build_AB(wildRoot,up); // hook in; . DOWN .+ UP
  /external/chromium_org/third_party/bintrees/bintrees/
ctrees.c 301 /* Set up our helpers */
382 /* Set up our helpers */
503 node_t *it, *up[32]; local
521 up[top++] = it;
533 /* Walk back up the search path */
538 cmp_res = ct_compare(KEY(up[top]), key);
540 lh = height(up[top]->link[upd[top]]);
541 rh = height(up[top]->link[!upd[top]]);
547 node_t *a = up[top]->link[upd[top]]->link[upd[top]];
548 node_t *b = up[top]->link[upd[top]]->link[!upd[top]]
580 node_t *it, *up[32]; local
    [all...]
  /external/dnsmasq/src/
dhcp.c 726 struct dhcp_config **up, *tmp; local
739 for (up = &daemon->dhcp_conf, config = daemon->dhcp_conf; config; config = tmp)
744 *up = tmp;
752 up = &config->next;
tftp.c 373 struct tftp_transfer *transfer, *tmp, **up; local
381 for (transfer = daemon->tftp_trans, up = &daemon->tftp_trans; transfer; transfer = tmp)
459 *up = tmp;
465 up = &transfer->next;
cache.c 144 /* don't use tolower and friends here - they may be messed up by LOCALE */
161 struct crec **up = hash_bucket(cache_get_name(crecp)); local
165 while (*up && ((*up)->flags & F_REVERSE))
166 up = &((*up)->hash_next);
169 while (*up && !((*up)->flags & F_IMMORTAL))
170 up = &((*up)->hash_next)
272 struct crec *crecp, **up; local
505 struct crec *next, **up, **insert = NULL, **chainp = &ans; local
598 struct crec **up, **chainp = &ans; local
870 struct crec *cache, **up, *tmp; local
1020 struct crec *cache, **up; local
    [all...]
  /external/elfutils/libasm/
libasmP.h 92 AsmScn_t *up; member in union:AsmScn::__anon20774
246 allows to look up symbols. */
  /external/iptables/extensions/
libxt_conntrack.c 476 struct xt_conntrack_mtinfo3 up; local
478 memset(&up, 0, sizeof(up));
479 cinfo_transform(&up, info);
480 up.origsrc_port_high = up.origsrc_port;
481 up.origdst_port_high = up.origdst_port;
482 up.replsrc_port_high = up.replsrc_port
502 struct xt_conntrack_mtinfo3 up; local
874 struct xt_conntrack_mtinfo3 up; local
885 struct xt_conntrack_mtinfo3 up; local
952 struct xt_conntrack_mtinfo3 up; local
962 struct xt_conntrack_mtinfo3 up; local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticleTriMesh.java 179 Vector3f up = new Vector3f(), local
183 up.set(camUp);
206 camDir.cross(left, up);
207 up.multLocal(p.size);
210 up.set(faceNormal).crossLocal(Vector3f.UNIT_X);
211 faceNormal.cross(up, left);
212 up.multLocal(p.size);
222 up.x = camLeft.x * -sin + camUp.x * cos;
223 up.y = camLeft.y * -sin + camUp.y * cos;
224 up.z = camLeft.z * -sin + camUp.z * cos
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/shadow/
ShadowUtil.java 101 Vector3f up = viewCam.getUp(); local
127 Vector3f right = dir.cross(up).normalizeLocal();
135 Vector3f nearUp = temp.set(up).multLocal(near_height).clone();
136 Vector3f farUp = temp.set(up).multLocal(far_height).clone();
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestSpotLightTerrain.java 209 Texture up = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_up.jpg"); local
212 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTestAdvanced.java 95 // First, we load up our textures and the heightmap texture for the terrain
175 * The total size is up to you. At 1025 it ran fine for me (200+FPS), however at
261 Texture up = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_up.jpg"); local
264 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 124 const vp8_prob *up = vp8_mv_update_probs[i].prob; local
130 if (vp8_read(bc, *up++))
  /external/openssh/openbsd-compat/
bsd-cray.c 199 struct udb *up; /* pointer to UDB entry */ local
233 if ((up = getudbnam(username)) == UDB_NULL)
241 if (up->ue_uid != uid)
581 * (interactive) job and process, and set up permissions
  /packages/apps/UnifiedEmail/assets/
script.js 62 * Walks up the DOM starting at a given element, and returns an element that has the
65 function up(el, className) { function
504 var parent = up(e.target, "elided-text") || up(e.target, "mail-message-content");
  /external/blktrace/
blkiomon.c 101 static int up = 1; variable
285 /* grab tree and make data gatherer build up another tree */
462 while (up) {
569 while (up) {
678 up = signal & 0;
  /external/chromium_org/third_party/skia/src/effects/
SkMorphologyImageFilter.cpp 59 const SkPMColor* up = upperSrc; local
63 for (const SkPMColor* p = lp; p <= up; p += srcStrideX) {
76 up += srcStrideY;
119 const SkPMColor* up = upperSrc; local
123 for (const SkPMColor* p = lp; p <= up; p += srcStrideX) {
136 up += srcStrideY;
  /external/dhcpcd/
dhcp.c 909 time_t up = uptime() - iface->start_uptime; local
951 if (up < 0 || up > (time_t)UINT16_MAX)
954 dhcp->secs = htons(up);
    [all...]

Completed in 2626 milliseconds

1 2 34 5 6 7 8 9