HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1601 - 1625 of 3217) sorted by null

<<61626364656667686970>>

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
BasicTest.java 99 /* These two are broken in Unicode 2.1.2 but fixed in 2.1.5 and later*/
116 // THIS IS NO LONGER TRUE IN UNICODE v2.1.8, SO THIS TEST IS OBSOLETE
137 // And finally, make sure you can do it in reverse too
158 // And finally, make sure you can do it in reverse too
240 * Make sure characters in the CompositionExclusion.txt list do not get
286 // We comment this out in favor of the test above, which
313 * Such characters do not participate in any canonical
316 * map to the same canonical class, which is not the case, in
354 * characters at the start of a string are not put in canonica
1049 String in = Utility.unescape("\\\\U0001D157\\\\U0001D165"); local
2694 String in="\\u00A0\\u00C7\\u0301"; local
    [all...]
  /external/icu/icu4c/source/i18n/
vtzone.cpp 374 * dow day of week in BYDAY, or 0 when not found
375 * wim day of week ordinal number in BYDAY, or 0 when not found
377 * domCount number of availble days in dom (domCount is specifying the size of dom on input)
483 // the last day in a month
558 int32_t firstDay = 31; // max possible number of dates in a month
561 // not be used in February, but if we see such case, we use 28
704 // Day in month rule, for example, 15th day in the month
711 // first Sunday after 15th day in the month
878 * on the ICU I/O stream in this module. But we want to keep the cod
931 const UnicodeString* in; member in class:VTZReader
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c 70 void TestDefaultConverterError(void); /* defined in cctest.c */
71 void TestDefaultConverterSet(void); /* defined in cctest.c */
559 log_err("Error in getName\n");
658 log_err("uncv_setSubstChars() with err != U_ZERO_ERROR shouldn't fill the SubstChars in the buffer, it just returns\n");
669 const uint8_t in[]={ 0x1b, 0x25, 0x42, 0x31, 0x32, 0x61, 0xc0, 0x80, 0xe0, 0x80, 0x80, 0xf0, 0x80, 0x80, 0x80}; local
670 const char *source=(const char *)in, *limit=(const char *)in+sizeof(in);
    [all...]
nccbtst.c 1493 static const UChar in[]={ 0x0041, 0xfeff }; local
1520 static const UChar in[]={ 0x0041, 0xfeff }; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
transtst.cpp 60 3. The tests in this file exactly match those in a sister file on the
68 When you add a test in this file, add it in TransliteratorTest.java
69 too. Give it the same name and put it in the same relative place.
73 4. If you MUST enter a test that is NOT paralleled in the sister file,
74 then add it in the special non-mirrored section. These are
255 // here by looking for a change in countAvailableIDs.
697 // ICU4C ONLY. Do not find Transliterator.orphanFilter() in ICU4J.
763 * Regression test for bugs found in Greek transliteration
1468 UnicodeString in = CharsToUnicodeString(CANON[i]); local
1486 UnicodeString in = CharsToUnicodeString(COMPAT[i]); local
    [all...]
usettest.cpp 28 dataerrln("fail in file \"%s\", line %d: \"%s\"", __FILE__, __LINE__, \
32 dataerrln("fail in file \"%s\", line %d", __FILE__, __LINE__); }}
210 // TODO do these in hex
234 //if (!checkPat(source + " (in code)", testSet, pat1)) return false;
241 // if (!checkPat(source + " (in code)", testSet, pat3)) return false;
270 // Throw in a test of complement
348 errln("FAIL : Error in copy construction");
357 errln("FAIL: Error in =operator");
366 errln("FAIL: Error in clone");
375 errln("FAIL: Error in hashCode()")
2146 UBool in = TRUE; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
IBMCalendarTest.java 32 * @summary Tests of new functionality in IBMCalendar
41 * Test weekend support in IBMCalendar.
46 * In particular, the test will have to be rewritten to instantiate
47 * a Calendar in the given locale (using getInstance()) and call
96 new Locale("hi", "IN"), new int[] { // Sunday only
312 // duration in seconds, if < 0.
354 // duration in seconds, if < 0.
487 // duration in seconds, if < 0.
557 // In pass one, change the first day of week so that the weeks
558 // shift in August 2001. In pass two, change the minimal day
1273 CalFields in = (CalFields)test[1]; local
1358 CalFields in = (CalFields)test[1]; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
BasicTest.java 95 /* These two are broken in Unicode 2.1.2 but fixed in 2.1.5 and later*/
112 // THIS IS NO LONGER TRUE IN UNICODE v2.1.8, SO THIS TEST IS OBSOLETE
133 // And finally, make sure you can do it in reverse too
154 // And finally, make sure you can do it in reverse too
236 * Make sure characters in the CompositionExclusion.txt list do not get
282 // We comment this out in favor of the test above, which
309 * Such characters do not participate in any canonical
312 * map to the same canonical class, which is not the case, in
350 * characters at the start of a string are not put in canonica
1045 String in = Utility.unescape("\\\\U0001D157\\\\U0001D165"); local
2690 String in="\\u00A0\\u00C7\\u0301"; local
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestFmwk.java 45 * arguments to the log only if the test is being run in verbose mode.
49 * The default time zone for all of our tests. Used in Target.run();
54 * The default locale used for all of our tests. Used in Target.run();
136 * provided in the constructor). The resulting full name is used to
467 // different jvms return class methods in different orders,
472 // sort in reverse order, later we link up in
482 t = arr[i].setNext(t); // relink in forward order
595 System.in.read();
843 * in the argument list
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/
Request.java 121 * The form content that a request can process is limited to protect from Denial of Service attacks. The size in bytes is limited by
151 //Only do the cleanup if we are exiting from the context in which a servlet parsed the multipart files
354 InputStream in = getInputStream(); local
357 UrlEncoded.decodeTo(in,_baseParameters,encoding,content_length < 0?maxFormContentSize:-1,maxFormKeys);
680 // sort the list in quality order
717 // sort the list in quality order
909 final ServletInputStream in = getInputStream(); local
911 _reader = new BufferedReader(new InputStreamReader(in,encoding))
916 in.close();
    [all...]
  /external/kernel-headers/original/uapi/drm/
amdgpu_drm.h 10 * to deal in the Software without restriction, including without limitation
15 * The above copyright notice and this permission notice shall be included in
20 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
22 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
23 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
24 * OTHER DEALINGS IN THE SOFTWARE.
80 /** physical start_addr alignment in bytes for some HW requirements */
95 struct drm_amdgpu_gem_create_in in; member in union:drm_amdgpu_gem_create
103 /** Opcode to update resource information in the list */
111 /** Number of BOs in list *
133 struct drm_amdgpu_bo_list_in in; member in union:drm_amdgpu_bo_list
177 struct drm_amdgpu_ctx_in in; member in union:drm_amdgpu_ctx
254 struct drm_amdgpu_gem_mmap_in in; member in union:drm_amdgpu_gem_mmap
275 struct drm_amdgpu_gem_wait_idle_in in; member in union:drm_amdgpu_gem_wait_idle
296 struct drm_amdgpu_wait_cs_in in; member in union:drm_amdgpu_wait_cs
378 struct drm_amdgpu_cs_in in; member in union:drm_amdgpu_cs
    [all...]
  /external/kernel-headers/original/uapi/linux/
coda.h 16 shown in the file LICENSE, or under the license shown below. The
17 technical and financial contributors to Coda are listed in the file
33 notice and this permission notice appear in all copies of the
35 thereof, and that both notices appear in supporting documentation, and
36 that credit is given to Carnegie Mellon University in all documents
42 FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION. CARNEGIE MELLON
147 /* these are to find mode bits in Venus */
166 u_int8_t d_namlen; /* length of string in d_name */
221 u_quad_t va_size; /* file size in bytes */
317 struct coda_in_hdr in; member in struct:coda_root_in
637 struct coda_in_hdr in; member in struct:coda_statfs_in
716 void __user *in; \/* Data to be transferred in *\/ member in struct:ViceIoctl
    [all...]
  /external/libdrm/include/drm/
amdgpu_drm.h 10 * to deal in the Software without restriction, including without limitation
15 * The above copyright notice and this permission notice shall be included in
20 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
22 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
23 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
24 * OTHER DEALINGS IN THE SOFTWARE.
80 /** physical start_addr alignment in bytes for some HW requirements */
95 struct drm_amdgpu_gem_create_in in; member in union:drm_amdgpu_gem_create
103 /** Opcode to update resource information in the list */
111 /** Number of BOs in list *
133 struct drm_amdgpu_bo_list_in in; member in union:drm_amdgpu_bo_list
177 struct drm_amdgpu_ctx_in in; member in union:drm_amdgpu_ctx
254 struct drm_amdgpu_gem_mmap_in in; member in union:drm_amdgpu_gem_mmap
275 struct drm_amdgpu_gem_wait_idle_in in; member in union:drm_amdgpu_gem_wait_idle
296 struct drm_amdgpu_wait_cs_in in; member in union:drm_amdgpu_wait_cs
378 struct drm_amdgpu_cs_in in; member in union:drm_amdgpu_cs
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 6 * Last changed in libpng 1.6.22 [(PENDING RELEASE)]
10 * and license in png.h
30 * a skipped test, in earlier versions we need to succeed on a skipped test, so:
83 * "Algorithms") but it comes from the 'feedback taps' table in Horowitz and
92 /* There are thirty three bits, the next bit in the sequence is bit-33 XOR
93 * bit-20. The top 1 bit is in u1, the bottom 32 are in u0.
98 /* First generate 8 new bits then shift them in at the end. */
151 * fesetround() call in main(). sRGB_to_d optimizes the 8 to 16-bit conversion.
235 /* The error that results from using a 2.2 power law in place of the correc
3671 unsigned int in; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
21 static INLINE void load_buffer_4x4(const int16_t *input, __m128i *in,
27 in[0] = _mm_loadl_epi64((const __m128i *)(input + 0 * stride));
28 in[1] = _mm_loadl_epi64((const __m128i *)(input + 1 * stride));
29 in[2] = _mm_loadl_epi64((const __m128i *)(input + 2 * stride));
30 in[3] = _mm_loadl_epi64((const __m128i *)(input + 3 * stride))
156 __m128i in[4]; local
219 __m128i *in[8]; local
1140 __m128i in[8]; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_sse2.c 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
181 void idct4_sse2(__m128i *in) {
189 transpose_4x4(in);
191 u[0] = _mm_unpacklo_epi16(in[0], in[1]);
192 u[1] = _mm_unpackhi_epi16(in[0], in[1])
1208 __m128i in[16], l[16], r[16], *curr1; local
1274 in[0] = _mm_add_epi16(stp2_0, stp1_15); local
2183 __m128i in[16], l[16]; local
2370 in[0] = _mm_add_epi16(stp2_0, stp1_15); local
3075 __m128i in[32], col[32]; local
3153 in[0] = _mm_add_epi16(stp1_0, stp1_31); local
3251 __m128i in[32], col[128], zero_idx[16]; local
3429 in[0] = _mm_add_epi16(stp1_0, stp1_31); local
    [all...]
  /external/libxml2/
runtest.c 98 const char *in; /* glob to path for input files */ member in struct:testDesc
117 size_t gl_offs; /* Slots to reserve in 'gl_pathv'. */
319 /* calculate the error position in terms of the current position */
924 * The default behaviour is to NOT resolve the entities, in that case
925 * the ENTITY_REF nodes are built in the structure (and the parameter
1127 * Everything is available on the context, so this is useless in our case.
1255 * @start: the first char in the string
    [all...]
  /external/pcre/dist/
pcregrep.c 7 recurse into directories, and in z/OS it can handle PDS files.
9 Note that for native z/OS, in addition to defining the NATIVE_ZOS macro, an
10 additional header is required. That header is not included in the main PCRE
12 The header can be found in the special z/OS distribution, which is available
18 Redistribution and use in source and binary forms, with or without
24 * Redistributions in binary form must reproduce the above copyright
25 notice, this list of conditions and the following disclaimer in the
35 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
39 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
41 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF TH
1517 FILE *in = NULL; \/* Ensure initialized *\/ local
2134 FILE *in = NULL; \/* Ensure initialized *\/ local
    [all...]
  /external/selinux/libsepol/cil/src/
cil_build_ast.c 4 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright notice,
11 * this list of conditions and the following disclaimer in the documentation
16 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
21 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
22 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
25 * The views and conclusions contained in the software and documentation are those
55 struct cil_tree_node *in; member in struct:cil_args_build
127 cil_log(CIL_ERR, "%s %s shadows a macro parameter in macro declaration\n", cil_node_to_string(ast_node), key);
309 struct cil_in *in = NULL local
5891 struct cil_tree_node *in = NULL; local
    [all...]
cil_resolve_ast.c 4 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright notice,
11 * this list of conditions and the following disclaimer in the documentation
16 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
21 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
22 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
25 * The views and conclusions contained in the software and documentation are those
1037 cil_log(CIL_ERR, "roletransition must result in a role, but %s is a %s\n", roletrans->result_str, cil_node_to_string(node));
2369 struct cil_in *in = current->data; local
2410 struct cil_in *in = NULL; local
    [all...]
  /external/toybox/toys/pending/
xzcat.c 31 * is still possible in multi-call mode by simply
35 * which is not used in the kernel. Unsupported
47 * compression options. In the decoder this means
76 * @in: Beginning of the input buffer. This may be NULL if and only
78 * @in_pos: Current position in the input buffer. This must not exceed
83 * @out_pos: Current position in the output buffer. This must not exceed
91 const uint8_t *in; member in struct:xz_buf
111 * in practice), so other values for dict_max don't make sense.
112 * In the kernel, dictionary sizes of 64 KiB, 128 KiB, 256 KiB,
137 * Note that if an error occurs in single-call mode (return value is no
193 static uint8_t in[BUFSIZ]; variable
1271 const uint8_t *in; member in struct:rc_dec
    [all...]
  /external/webp/src/dsp/
dec_neon.c 4 // that can be found in the COPYING file in the root of the source
6 // in the file PATENTS. All contributing project authors may
7 // be found in the AUTHORS file in the root of the source tree.
90 uint32x4x4_t in; local
91 INIT_VECTOR4(in, zero, zero, zero, zero);
93 LOADQ_LANE_32b(in.val[0], 0);
94 LOADQ_LANE_32b(in.val[1], 0);
95 LOADQ_LANE_32b(in.val[2], 0)
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 6 ** you may not use this file except in compliance with the License.
11 ** Unless required by applicable law or agreed to in writing, software
70 // Note: the following macro is used for extremely verbose logging message. In
104 // In order to avoid invalidating offloaded tracks each time a Visualizer is turned on and off
156 ALOGE_IF(rc, "%s couldn't open audio hw device in %s.%s (%s)", __func__,
205 // in bad state, reset the state upon service start.
505 // If pid is already in the mClients wp<> map, then use that entry
806 // Set master volume in the HALs which support it.
818 // Now set the master volume in each playback thread. Playback threads
928 // Set master mute in the HALs which support it
2300 AudioStreamIn *in = thread->clearInput(); local
    [all...]
  /frameworks/base/core/java/android/app/assist/
AssistStructure.java 205 // Write the next child in the current view.
207 + mCurViewStackEntry.curChild + " in " + mCurViewStackEntry.node);
360 ViewNodeText(Parcel in, boolean simple) {
361 mText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in);
362 mTextSize = in.readFloat();
363 mTextStyle = in.readInt();
364 mTextColor = in.readInt();
366 mTextBackgroundColor = in.readInt();
367 mTextSelectionStart = in.readInt();
368 mTextSelectionEnd = in.readInt()
426 Parcel in = reader.readParcel(VALIDATE_WINDOW_TOKEN, 0); local
569 final Parcel in = reader.readParcel(VALIDATE_VIEW_TOKEN, nestingLevel); local
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ChooserActivity.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
211 final Intent in = (Intent) pa[i]; local
212 modifyTargetIntent(in);
213 initialIntents[i] = in;
261 // The code below is because in the android:ui process, no one can hear you scream.
262 // The package info in the context isn't initialized in the way it is for normal apps,
264 // build the path manually below using the same policy that appears in ContextImpl.
265 // This fails silently under the hood if there's a problem, so if we find ourselves in
    [all...]

Completed in 3061 milliseconds

<<61626364656667686970>>