HomeSort by relevance Sort by last modified time
    Searched refs:up (Results 151 - 175 of 2165) sorted by null

1 2 3 4 5 67 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
dependency-1.d 7 # With follows up on the binutils mailing list here:
  /external/iptables/extensions/
libxt_conntrack.c 518 struct xt_conntrack_mtinfo3 up; local
520 memset(&up, 0, sizeof(up));
521 cinfo_transform(&up, info);
522 up.origsrc_port_high = up.origsrc_port;
523 up.origdst_port_high = up.origdst_port;
524 up.replsrc_port_high = up.replsrc_port
544 struct xt_conntrack_mtinfo3 up; local
927 struct xt_conntrack_mtinfo3 up; local
938 struct xt_conntrack_mtinfo3 up; local
1005 struct xt_conntrack_mtinfo3 up; local
1015 struct xt_conntrack_mtinfo3 up; local
    [all...]
  /frameworks/base/core/jni/android/opengl/
poly_clip.cpp 61 float *up, *vp, *wp; local
79 up = (float *)u;
82 for(int i = 0; i < 4; i++, wp++, up++, vp++) {
83 *wp = *up+t*(*vp-*up);
148 /* if result ended up in p2 then copy it to p1 */
  /build/make/core/
dpi_specific_apk.mk 1 # Set up rules to build dpi-specific apk, with whatever else from the base apk.
2 # Input variable: my_dpi, and all other variables set up in package_internal.mk.
10 # Set up all the target-specific variables.
48 # Set up dependenncies and the build recipe.
73 # Set up global variables to register this apk to the higher-level dependency graph.
android_manifest.mk 17 # Set up dependency on aar libraries
32 # Set up rules to merge library manifest files
  /external/syslinux/com32/lib/libpng/
pngwrite.c 108 png_unknown_chunk *up; local
112 for (up = info_ptr->unknown_chunks;
113 up < info_ptr->unknown_chunks + info_ptr->unknown_chunks_num;
114 up++)
116 int keep = png_handle_as_unknown(png_ptr, up->name);
118 up->location && !(up->location & PNG_HAVE_PLTE) &&
119 !(up->location & PNG_HAVE_IDAT) &&
120 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS ||
123 if (up->size == 0
286 png_unknown_chunk *up; local
389 png_unknown_chunk *up; local
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
umoddi3.S 52 # Set up the local stack for Reminder pointer
58 # Set up the local stack for Divisor parameter
66 # Set up the local stack for Dividend parameter
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeIterator.cs 39 * Emit navigation nodes (DOWN, UP, and EOF) to let show tree structure.
48 public object up; field in class:Antlr.Runtime.Tree.TreeIterator
52 /** If we emit UP/DOWN nodes, we need to spit out multiple nodes per
67 up = adaptor.Create(TokenTypes.Up, "UP");
99 // if any queued up, use those first
115 // while we're out of siblings, keep popping back up towards root
118 nodes.Enqueue(up); // we're moving back up
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeIterator.cs 40 * Emit navigation nodes (DOWN, UP, and EOF) to let show tree structure.
51 public object up; field in class:Antlr.Runtime.Tree.TreeIterator
55 /** If we emit UP/DOWN nodes, we need to spit out multiple nodes per
72 up = adaptor.Create( TokenTypes.Up, "UP" );
111 // if any queued up, use those first
136 // while we're out of siblings, keep popping back up towards root
140 nodes.Enqueue( up ); // we're moving back up
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeIterator.java 39 * Emit navigation nodes (DOWN, UP, and EOF) to let show tree structure.
48 public Object up; field in class:TreeIterator
52 /** If we emit UP/DOWN nodes, we need to spit out multiple nodes per
67 up = adaptor.create(Token.UP, "UP");
94 // if any queued up, use those first
108 // while we're out of siblings, keep popping back up towards root
112 nodes.add(up); // we're moving back up
    [all...]
  /external/autotest/frontend/client/src/autotest/public/
standard.css 85 .gwt-ToggleButton-up,
86 .gwt-ToggleButton-up-hovering,
87 .gwt-ToggleButton-up-disabled,
96 .gwt-ToggleButton-up {
101 .gwt-ToggleButton-up-hovering {
107 .gwt-ToggleButton-up-disabled {
  /external/eigen/bench/perf_monitoring/gemm/
lazy_gemm.cpp 41 double up = 1e7*4/sizeof(Scalar); local
45 long rep = std::max(10., std::min(10000., up/flops) );
46 long tries = std::max(tm0, std::min(tm1, up/flops) );
  /external/valgrind/coregrind/m_demangle/
safe-ctype.c 142 #define up _sch_isupper macro
149 #define U (const unsigned short) (up|is |pr) /* upper case letter */
150 #define XU (const unsigned short) (up|is|xd|pr) /* uppercase hex digit */
  /external/valgrind/coregrind/m_syswrap/
syscall-mips32-linux.S 81 subu $29, $29, 56 #set up the steck frame,
120 subu $29, $29, 24 #set up the steck frame,
129 3: addu $29, $29, 24 #set up the steck frame,
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
ViewMatrix.java 212 double[] up = {0, 0, 1}; local
218 v.setUpVector(up);
280 double[] up = new double[3]; local
284 VectorUtil.cross(zv, rv, up);
285 VectorUtil.cross(zv, up, rv);
286 VectorUtil.cross(zv, rv, up);
287 mUpVector = up;
300 double[] up = new double[3]; local
304 VectorUtil.cross(zv, rv, up);
305 VectorUtil.cross(zv, up, rv);
    [all...]
  /frameworks/support/core-ui/ics/android/support/v4/app/
ActionBarDrawerToggleIcs.java 36 * Before JB-MR2 (API 18) it was not possible to change the home-as-up indicator glyph
60 Log.w(TAG, "Couldn't set home-as-up indicator via JB-MR2 API", e);
65 Log.w(TAG, "Couldn't set home-as-up indicator");
132 final View up = first.getId() == android.R.id.home ? second : first; local
134 if (up instanceof ImageView) {
136 upIndicatorView = (ImageView) up;
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarDrawerToggleHoneycomb.java 37 * Before JB-MR2 (API 18) it was not possible to change the home-as-up indicator glyph
62 Log.w(TAG, "Couldn't set home-as-up indicator via JB-MR2 API", e);
67 Log.w(TAG, "Couldn't set home-as-up indicator");
133 final View up = first.getId() == android.R.id.home ? second : first; local
135 if (up instanceof ImageView) {
137 upIndicatorView = (ImageView) up;
  /sdk/templates/docs/
default.js 138 up = delta > 0;
140 if (!up && -delta > scrollHeight - height - scrollTop) {
143 } else if (up && delta > scrollTop) {
144 // Scrolling up, but this will take us past the top.
  /toolchain/binutils/binutils-2.25/libiberty/
safe-ctype.c 136 #define up _sch_isupper macro
143 #define U (const unsigned short) (up|is |pr) /* upper case letter */
144 #define XU (const unsigned short) (up|is|xd|pr) /* uppercase hex digit */
  /frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
AdapterHelperTest.java 219 up(0, 5);
620 up(6, 2);
647 up(0, 39);
652 up(36, 29);
656 up(12, 69);
657 up(116, 13);
658 up(118, 19);
660 up(98, 21);
663 up(71, 8);
676 up(0, 5)
895 up(s, len); method
902 up(s, len, Integer.toString(s)); method
1034 void up(int start, int count) { method in class:AdapterHelperTest
1041 void up(int start, int count, Object payload) { method in class:AdapterHelperTest
    [all...]
  /external/icu/icu4c/source/i18n/
decNumber.c 62 /* precision (up to 999,999,999 digits) and arbitrary exponent */
160 /* numbers up to four digits, using appropriate constants. This */
237 /* of 17 [we only need up to **4] */
382 Unit *up; /* work pointer */ local
385 for (up=dn->lsu; uin>0; up++) {
386 *up=(Unit)(uin%(DECDPUNMAX+1));
389 dn->digits=decGetDigits(dn->lsu, up-dn->lsu);
412 const Unit *up; /* .. */ local
414 up=dn->lsu; /* -> lsu *
448 const Unit *up; \/* .. *\/ local
525 Unit *up; \/* .. *\/ local
3490 const Unit *up=dn->lsu; \/* Unit pointer, -> lsu *\/ local
3523 Unit *up=dn->lsu+D2U(dn->digits)-1; \/* -> msu [target pointer] *\/ local
3658 const Unit *up=dn->lsu+D2U(dn->digits)-1; \/* -> msu [input pointer] *\/ local
4739 Unit *up; \/* .. *\/ local
4921 Unit *up; \/* .. *\/ local
6639 Unit *up; \/* -> current Unit *\/ local
6786 Unit *target, *up; \/* work *\/ local
6937 const Unit *up; \/* work *\/ local
7202 Unit *up; \/* work *\/ local
7226 Unit *up, *sup; \/* work *\/ local
7440 Unit *up; \/* work *\/ local
7589 const Unit *up; \/* work *\/ local
7813 Unit *up=uar+(len-1); \/* -> msu *\/ local
7859 const Unit *up; \/* work *\/ local
8002 const Unit *up; \/* work *\/ local
    [all...]
  /external/skia/tools/
reformat-json.py 13 (only the actual checksum differences will show up as diffs, not obscured
  /external/webrtc/webrtc/modules/video_coding/utility/
quality_scaler.h 43 void AdjustScale(bool up);
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
d1.go 31 // and show up in sorted order.
37 // and show up in sorted order.
  /prebuilts/go/linux-x86/src/go/doc/testdata/
d1.go 31 // and show up in sorted order.
37 // and show up in sorted order.

Completed in 936 milliseconds

1 2 3 4 5 67 8 91011>>