HomeSort by relevance Sort by last modified time
    Searched full:hold (Results 51 - 75 of 9550) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/install-tools/include/
limits.h 71 /* Minimum and maximum values a `signed char' can hold. */
77 /* Maximum value an `unsigned char' can hold. (Minimum is 0). */
85 /* Minimum and maximum values a `char' can hold. */
102 /* Minimum and maximum values a `signed short int' can hold. */
108 /* Maximum value an `unsigned short int' can hold. (Minimum is 0). */
116 /* Minimum and maximum values a `signed int' can hold. */
122 /* Maximum value an `unsigned int' can hold. (Minimum is 0). */
126 /* Minimum and maximum values a `signed long int' can hold.
133 /* Maximum value an `unsigned long int' can hold. (Minimum is 0). */
138 /* Minimum and maximum values a `signed long long int' can hold. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include-fixed/
limits.h 71 /* Minimum and maximum values a `signed char' can hold. */
77 /* Maximum value an `unsigned char' can hold. (Minimum is 0). */
85 /* Minimum and maximum values a `char' can hold. */
102 /* Minimum and maximum values a `signed short int' can hold. */
108 /* Maximum value an `unsigned short int' can hold. (Minimum is 0). */
116 /* Minimum and maximum values a `signed int' can hold. */
122 /* Maximum value an `unsigned int' can hold. (Minimum is 0). */
126 /* Minimum and maximum values a `signed long int' can hold.
133 /* Maximum value an `unsigned long int' can hold. (Minimum is 0). */
138 /* Minimum and maximum values a `signed long long int' can hold. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/install-tools/include/
limits.h 71 /* Minimum and maximum values a `signed char' can hold. */
77 /* Maximum value an `unsigned char' can hold. (Minimum is 0). */
85 /* Minimum and maximum values a `char' can hold. */
102 /* Minimum and maximum values a `signed short int' can hold. */
108 /* Maximum value an `unsigned short int' can hold. (Minimum is 0). */
116 /* Minimum and maximum values a `signed int' can hold. */
122 /* Maximum value an `unsigned int' can hold. (Minimum is 0). */
126 /* Minimum and maximum values a `signed long int' can hold.
133 /* Maximum value an `unsigned long int' can hold. (Minimum is 0). */
138 /* Minimum and maximum values a `signed long long int' can hold. *
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/
limits.h 71 /* Minimum and maximum values a `signed char' can hold. */
77 /* Maximum value an `unsigned char' can hold. (Minimum is 0). */
85 /* Minimum and maximum values a `char' can hold. */
102 /* Minimum and maximum values a `signed short int' can hold. */
108 /* Maximum value an `unsigned short int' can hold. (Minimum is 0). */
116 /* Minimum and maximum values a `signed int' can hold. */
122 /* Maximum value an `unsigned int' can hold. (Minimum is 0). */
126 /* Minimum and maximum values a `signed long int' can hold.
133 /* Maximum value an `unsigned long int' can hold. (Minimum is 0). */
138 /* Minimum and maximum values a `signed long long int' can hold. *
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include-fixed/
limits.h 71 /* Minimum and maximum values a `signed char' can hold. */
77 /* Maximum value an `unsigned char' can hold. (Minimum is 0). */
85 /* Minimum and maximum values a `char' can hold. */
102 /* Minimum and maximum values a `signed short int' can hold. */
108 /* Maximum value an `unsigned short int' can hold. (Minimum is 0). */
116 /* Minimum and maximum values a `signed int' can hold. */
122 /* Maximum value an `unsigned int' can hold. (Minimum is 0). */
126 /* Minimum and maximum values a `signed long int' can hold.
133 /* Maximum value an `unsigned long int' can hold. (Minimum is 0). */
138 /* Minimum and maximum values a `signed long long int' can hold. *
    [all...]
  /external/zlib/src/contrib/masmx64/
inffasx64.asm 53 mov rdx, [rsp+80] ; /* rdx = hold */
78 or rdx, rax ; /* hold |= *((uint *)in)++ << bits */
97 or rdx, rax ; /* hold |= *((uint *)in)++ << bits */
100 and r8, rdx ; /* r8 &= hold */
101 mov eax, [rbp+r8*4] ; /* eax = lcode[hold & lmask] */
105 shr rdx, cl ; /* hold >>= this.bits */
115 and r8, rdx ; /* r8 &= hold */
116 mov eax, [rbp+r8*4] ; /* eax = lcode[hold & lmask] */
121 shr rdx, cl ; /* hold >>= this.bits */
147 and eax, edx ; /* eax &= hold */
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/contrib/masmx64/
inffasx64.asm 53 mov rdx, [rsp+80] ; /* rdx = hold */
78 or rdx, rax ; /* hold |= *((uint *)in)++ << bits */
97 or rdx, rax ; /* hold |= *((uint *)in)++ << bits */
100 and r8, rdx ; /* r8 &= hold */
101 mov eax, [rbp+r8*4] ; /* eax = lcode[hold & lmask] */
105 shr rdx, cl ; /* hold >>= this.bits */
115 and r8, rdx ; /* r8 &= hold */
116 mov eax, [rbp+r8*4] ; /* eax = lcode[hold & lmask] */
121 shr rdx, cl ; /* hold >>= this.bits */
147 and eax, edx ; /* eax &= hold */
    [all...]
  /external/flatbuffers/java/com/google/flatbuffers/
Struct.java 27 /** Used to hold the position of the `bb` buffer. */
29 /** The underlying ByteBuffer to hold the data of the Struct. */
  /external/python/cpython3/Doc/library/
datatypes.rst 13 :class:`tuple`. The :class:`str` class is used to hold
14 Unicode strings, and the :class:`bytes` class is used to hold binary data.
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeyboardStateMultiTouchTests.java 25 // Press shift key and hold, enter into choring shift state.
32 // Press "?123" key and hold, enter into choring symbols state.
45 // Press shift key and hold, enter into choring shift state.
52 // Press "?123" key and hold, enter into choring symbols state.
66 // Press shift key and hold, enter into choring shift state.
73 // Press "?123" key and hold, enter into choring symbols state.
86 // Press "=\<" key and hold, enter into choring symbols shifted state.
93 // Press "ABC" key and hold, enter into choring alphabet state.
161 // Press "?123" key and hold, enter into chording symbols state.
168 // Press "ABC" key and hold, enter into choring alphabet state
    [all...]
  /external/emma/pregenerated/
ANDROID-CHANGES.txt 1 This directory exists to hold the file
  /external/fec/
dotprod.h 6 /* On a MMX or SSE machine, these hold 4 copies of the coefficients,
  /packages/apps/Dialer/java/com/android/incallui/commontheme/res/values/
strings.xml 39 <!-- Text for the onscreen "Hold" button when it is not selected. Pressing it will put
40 the call on hold. -->
41 <string name="incall_content_description_hold">Hold call</string>
42 <!-- Text for the onscreen "Hold" button when it is selected. Pressing it will resume
  /packages/apps/Protips/res/values-bn/
arrays.xml 21 <item msgid="8842580895829057430">"Dra apper til startsiden.\n Trykk på og hold inne en app i programlisten inntil den vibrerer."</item>
22 <item msgid="8903218961940756528">"Omorganiser startsiden.\n Berør og hold nede et element, og når det vibrerer, dra det dit du ønsker."</item>
23 <item msgid="3123213860439458492">"Fjern elementer.\n Berør og hold nede et element, og når det vibrerer, dra det til papirkurven. @drawable/trash"</item>
25 <item msgid="424487960942281801">"Ferdig med modulen?\n Berør modulen og hold den nede. Når den vibrerer, dra den til papirkurven."</item>
  /packages/apps/Protips/res/values-da/
arrays.xml 21 <item msgid="8842580895829057430">"Føj apps til din startskærm.\n Tryk på en app i programlisten, og hold den nede."</item>
22 <item msgid="8903218961940756528">"Rediger din startskærm.\n Hold fingeren på et element. Træk det til et andet sted, når det vibrerer."</item>
23 <item msgid="3123213860439458492">"Fjern elementer.\n Hold fingeren på et element. Træk det til papirkurven, når det vibrerer. @drawable/trash"</item>
25 <item msgid="424487960942281801">"Træt af denne widget?\n Tryk på den, og hold fingeren nede. Når widgetten vibrerer, kan du trække den til papirkurven."</item>
  /packages/apps/Protips/res/values-en-rGB/
arrays.xml 21 <item msgid="8842580895829057430">"Drag apps to your Home screen.\n Touch &amp; hold an app in the Launcher until it vibrates."</item>
22 <item msgid="8903218961940756528">"Rearrange your Home screen.\n Touch &amp; hold an item and when it vibrates, drag it where you want it to go."</item>
23 <item msgid="3123213860439458492">"Remove items.\n Touch &amp; hold an item and when it vibrates, drag it to the Recycle Bin icon. @drawable/recycle bin"</item>
25 <item msgid="424487960942281801">"Finished with this widget?\n Touch &amp; hold it and when it vibrates, drag it to the Recycle Bin icon."</item>
  /packages/apps/Protips/res/values-en-rIN/
arrays.xml 21 <item msgid="8842580895829057430">"Drag apps to your Home screen.\n Touch &amp; hold an app in the Launcher until it vibrates."</item>
22 <item msgid="8903218961940756528">"Rearrange your Home screen.\n Touch &amp; hold an item and when it vibrates, drag it where you want it to go."</item>
23 <item msgid="3123213860439458492">"Remove items.\n Touch &amp; hold an item and when it vibrates, drag it to the Recycle Bin icon. @drawable/recycle bin"</item>
25 <item msgid="424487960942281801">"Finished with this widget?\n Touch &amp; hold it and when it vibrates, drag it to the Recycle Bin icon."</item>
  /packages/apps/Protips/res/values-nb/
arrays.xml 21 <item msgid="8842580895829057430">"Dra apper til startsiden.\n Trykk på og hold inne en app i programlisten inntil den vibrerer."</item>
22 <item msgid="8903218961940756528">"Omorganiser startsiden.\n Berør og hold nede et element, og når det vibrerer, dra det dit du ønsker."</item>
23 <item msgid="3123213860439458492">"Fjern elementer.\n Berør og hold nede et element, og når det vibrerer, dra det til papirkurven. @drawable/trash"</item>
25 <item msgid="424487960942281801">"Ferdig med modulen?\n Berør modulen og hold den nede. Når den vibrerer, dra den til papirkurven."</item>
  /external/ltp/testcases/kernel/fs/ftest/
libftest.h 40 * Do logical or of hold and bits (of size)
41 * fields and store result into hold field.
43 void ft_orbits(char *hold, char *bits, int size);
  /external/tcpdump/tests/
pimv2_dm-v.out 4 Hold Time Option (1), length 2, Value: 1m45s
11 Hold Time Option (1), length 2, Value: 1m45s
26 Hold Time Option (1), length 2, Value: 1m45s
33 Hold Time Option (1), length 2, Value: 1m45s
40 Hold Time Option (1), length 2, Value: 1m45s
47 Hold Time Option (1), length 2, Value: 1m45s
54 Hold Time Option (1), length 2, Value: 1m45s
61 Hold Time Option (1), length 2, Value: 1m45s
68 Hold Time Option (1), length 2, Value: 1m45s
75 Hold Time Option (1), length 2, Value: 1m45
    [all...]
pimv2_sm-v.out 4 Hold Time Option (1), length 2, Value: 1m45s
11 Hold Time Option (1), length 2, Value: 1m45s
24 Hold Time Option (1), length 2, Value: 1m45s
31 Hold Time Option (1), length 2, Value: 1m45s
38 Hold Time Option (1), length 2, Value: 1m45s
45 Hold Time Option (1), length 2, Value: 1m45s
58 Hold Time Option (1), length 2, Value: 1m45s
65 Hold Time Option (1), length 2, Value: 1m45s
70 1.1.1.1 > 224.0.0.2: igmp pimv1 RP-reachable group 239.123.123.123 RP 1.1.1.1 hold 4m30s
74 Hold Time Option (1), length 2, Value: 1m45
    [all...]
  /external/skia/src/gpu/
GrBufferAllocPool.h 66 * Returns a block of memory to hold data. A buffer designated to hold the
80 * @param buffer returns the buffer that will hold the data.
90 * Returns a block of memory to hold data. A buffer designated to hold the
109 * @param buffer returns the buffer that will hold the data.
162 * Returns a block of memory to hold vertices. A buffer designated to hold
176 * @param buffer returns the vertex buffer that will hold the
188 * Returns a block of memory to hold vertices. A buffer designated to hol
    [all...]
  /external/skqp/src/gpu/
GrBufferAllocPool.h 66 * Returns a block of memory to hold data. A buffer designated to hold the
80 * @param buffer returns the buffer that will hold the data.
90 * Returns a block of memory to hold data. A buffer designated to hold the
109 * @param buffer returns the buffer that will hold the data.
162 * Returns a block of memory to hold vertices. A buffer designated to hold
176 * @param buffer returns the vertex buffer that will hold the
188 * Returns a block of memory to hold vertices. A buffer designated to hol
    [all...]
  /external/syslinux/com32/lib/libpng/
Y2KINFO 14 that will hold years up to 65535. The other two hold the date in text
15 format, and will hold years up to 9999.
47 integer to hold the year, and can hold years as large as 65535.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
limits.h 57 /* Minimum and maximum values a `signed char' can hold. */
61 /* Maximum value an `unsigned char' can hold. (Minimum is 0.) */
64 /* Minimum and maximum values a `char' can hold. */
73 /* Minimum and maximum values a `signed short int' can hold. */
77 /* Maximum value an `unsigned short int' can hold. (Minimum is 0.) */
80 /* Minimum and maximum values a `signed int' can hold. */
84 /* Maximum value an `unsigned int' can hold. (Minimum is 0.) */
87 /* Minimum and maximum values a `signed long int' can hold. */
95 /* Maximum value an `unsigned long int' can hold. (Minimum is 0.) */
104 /* Minimum and maximum values a `signed long long int' can hold. *
    [all...]

Completed in 763 milliseconds

1 23 4 5 6 7 8 91011>>