HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 1951 - 1975 of 4117) sorted by null

<<71727374757677787980>>

  /art/compiler/optimizing/
intrinsics_arm64.cc 2 * Copyright (C) 2015 The Android Open Source Project
1006 Register source = value; local
3020 MemOperand source = HeapOperand( local
    [all...]
intrinsics_arm_vixl.cc 2 * Copyright (C) 2016 The Android Open Source Project
1199 vixl32::Register source = value; local
    [all...]
  /bionic/libc/kernel/uapi/sound/
asequencer.h 11 *** source file (e.g. under external/kernel-headers/original/) then
210 struct snd_seq_addr source; member in struct:snd_seq_event
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java 2 * Copyright (C) 2008 The Android Open Source Project
252 // abnormal case: (x + width) bigger than source bitmap's width
260 // abnormal case: (y + height) bigger than source bitmap's height
499 int source = mBitmap.getPixel(10, 20); local
501 assertEquals(Color.alpha(source), Color.alpha(result));
518 int source = mBitmap.getPixel(10, 20); local
520 assertEquals(Color.alpha(source), Color.alpha(result));
585 // abnormal case: x bigger than the source bitmap's width
593 // abnormal case: y bigger than the source bitmap's height
850 // abnormal case: x bigger than the source bitmap's widt
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java 2 * Copyright (C) 2007 The Android Open Source Project
1168 Type source = sources.getType(0); local
1182 Type source = sources.getType(1); local
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 2 * Copyright (C) 2011 The Android Open Source Project
334 private List<UnsortedValue> readUnsortedValues(Dex source, IndexMap indexMap) {
335 TableOfContents.Section section = getSection(source.getTableOfContents());
341 Dex.Section in = source.open(section.off);
345 result.add(new UnsortedValue(source, indexMap, value, i, offset));
356 final Dex source; field in class:DexMerger.IdMerger.UnsortedValue
362 UnsortedValue(Dex source, IndexMap indexMap, T value, int index, int offset) {
363 this.source = source;
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Rops.java 2 * Copyright (C) 2007 The Android Open Source Project
1168 Type source = sources.getType(0); local
1182 Type source = sources.getType(1); local
    [all...]
  /external/bison/src/
scan-code.c 285 /* Whether this is an "interactive" input source; if so, and
312 * shouldn't try reading from the input source any more. We might
1556 register char *source = (yytext_ptr); local
    [all...]
scan-gram.c 285 /* Whether this is an "interactive" input source; if so, and
312 * shouldn't try reading from the input source any more. We might
2592 register char *source = (yytext_ptr); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp 346 // Create source buffer
759 // Create source image
2084 const MirrorMode source = getMirrorMode(s1, s2); local
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
IteratorsTest.java 877 Iterator<Integer> source = Iterators.singletonIterator(1); local
879 Iterators.partition(source, 0);
886 Iterator<Integer> source = Iterators.emptyIterator(); local
887 Iterator<List<Integer>> partitions = Iterators.partition(source, 1);
892 Iterator<Integer> source = Iterators.singletonIterator(1); local
893 Iterator<List<Integer>> partitions = Iterators.partition(source, 1);
901 Iterator<Integer> source = Iterators.singletonIterator(1); local
902 Iterator<List<Integer>> partitions = Iterators.partition(source, 2);
919 Iterator<Integer> source = Iterators.forArray(1, 2, 3, 4, 5, 6, 7); local
920 return Iterators.partition(source, 3)
943 Iterator<Integer> source = asList(1, 2, 3).iterator(); local
950 Iterator<Integer> source = Iterators.singletonIterator(1); local
959 Iterator<Integer> source = Iterators.emptyIterator(); local
965 Iterator<Integer> source = Iterators.singletonIterator(1); local
974 Iterator<Integer> source = Iterators.singletonIterator(1); local
992 Iterator<Integer> source = Iterators.forArray(1, 2, 3, 4, 5, 6, 7); local
1014 Iterator<Integer> source = asList(1, 2, 3).iterator(); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeSet.java 1 /* GENERATED SOURCE. DO NOT MODIFY. */
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetTest.java 1 /* GENERATED SOURCE. DO NOT MODIFY. */
256 String source = "0x" + Integer.toString(start,16).toUpperCase(); local
257 if (start != end) source += "..0x" + Integer.toString(end,16).toUpperCase();
260 return checkPat(source, testSet);
263 boolean checkPat (String source, UnicodeSet testSet) {
270 if (!checkPat(source + " (escaped)", testSet, pat0)) return false;
273 //if (!checkPat(source + " (in code)", testSet, pat1)) return false;
276 if (!checkPat(source, testSet, pat2)) return false;
279 //if (!checkPat(source + " (in code)", testSet, pat3)) return false;
281 //logln(source + " => " + pat0 + ", " + pat1 + ", " + pat2 + ", " + pat3)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ULocaleTest.java 1 /* GENERATED SOURCE. DO NOT MODIFY. */
971 String source = testCase[0]; local
1743 ULocale source = new ULocale(test[0]); local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c 276 UChar source[12], target[12]; local
322 u_uastrcpy(source, "ab");
325 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "ab < abc comparison failed");
327 u_uastrcpy(source, "ab");
330 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "ab < AB comparison failed");
332 u_uastrcpy(source, "blackbird");
335 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "black-bird > blackbird comparison failed")
    [all...]
ccapitst.c 414 const uint8_t source[]={ 0x00, 0x04, 0x05, 0x06, 0xa2, 0xb4, 0x00}; local
417 sourceLimit=UPRV_LENGTHOF(source);
421 targetCapacity=ucnv_convert("ibm-1364", "ibm-1363", NULL, targetLimit , (const char*)source, sourceLimit, &err);
426 targetCapacity=ucnv_convert("ibm-1364", "ibm-1363", target, targetLimit , (const char*)source, sourceLimit, &err);
438 i=ucnv_convert("ibm-1364", "ibm-1363", target, targetLimit , (const char*)source+1, -1, &err);
446 i=ucnv_convert("ibm-1364", "ibm-1363", target, targetLimit , (const char*)source, 0, &err);
452 sourceLimit=UPRV_LENGTHOF(source);
453 i=ucnv_convert("ibm-1364", "ibm-1363", target, targetLimit , (const char*)source, sourceLimit, &err);
459 sourceLimit=UPRV_LENGTHOF(source);
461 i=ucnv_convert("ibm-1364", "ibm-1363", target, targetLimit , (const char*)source, sourceLimit, &err)
672 const char *source=(const char *)in, *limit=(const char *)in+sizeof(in); local
2004 static const char source[]={ 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39 }; local
2510 const char *source; local
3214 const UChar* source = fromUnicodeTests[i].input; local
3249 const UChar* source = head; local
3320 const char* source = toUnicodeTests[i].input; local
3357 const char* source = head; local
    [all...]
cnumtst.c 1126 const UChar * source; member in struct:__anon20128
    [all...]
  /external/icu/icu4c/source/test/intltest/
transtst.cpp 66 icu4c: source/test/intltest/transtst.cpp
1973 UnicodeString source; local
2335 UnicodeString source; local
2523 const char* const source[MAX_LEN] = { local
2664 const char* const source[MAX_LEN] = { local
2712 const char* const source[MAX_LEN] = { local
2772 const char* const source[] = { local
3173 UnicodeString source = CharsToUnicodeString("\\\\u00E1"); \/\/ a-acute local
3415 const UnicodeString& source = testCases[i+1]; local
3544 UnicodeString source; local
    [all...]
usettest.cpp 214 //String source = "0x" + Integer.toString(start,16).toUpperCase();
215 //if (start != end) source += "..0x" + Integer.toString(end,16).toUpperCase();
216 UnicodeString source; local
217 source = source + (uint32_t)start;
219 source = source + ".." + (uint32_t)end;
222 return checkPat(source, testSet);
225 UBool UnicodeSetTest::checkPat(const UnicodeString& source,
234 if (!checkPat(source + " (escaped)", testSet, pat0)) return FALSE
2006 UnicodeString source; s.toPattern(source, TRUE); local
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
Demo.java 389 String source = (String) sources.next(); local
390 Iterator targets = add(new TreeSet(), Transliterator.getAvailableTargets(source)).iterator();
391 Menu targetMenu = new Menu(source);
394 Set variantSet = add(new TreeSet(), Transliterator.getAvailableVariants(source, target));
397 mitem.addActionListener(new TransliterationListener(source + "-" + target));
405 //System.out.println("<" + source + "-" + target + "/" + variant + ">, <" + menuName + ">");
407 mitem.addActionListener(new TransliterationListener(source + "-" + target + "/" + variant));
713 // Now write the source/target sets
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSet.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetTest.java 255 String source = "0x" + Integer.toString(start,16).toUpperCase(); local
256 if (start != end) source += "..0x" + Integer.toString(end,16).toUpperCase();
259 return checkPat(source, testSet);
262 boolean checkPat (String source, UnicodeSet testSet) {
269 if (!checkPat(source + " (escaped)", testSet, pat0)) return false;
272 //if (!checkPat(source + " (in code)", testSet, pat1)) return false;
275 if (!checkPat(source, testSet, pat2)) return false;
278 //if (!checkPat(source + " (in code)", testSet, pat3)) return false;
280 //logln(source + " => " + pat0 + ", " + pat1 + ", " + pat2 + ", " + pat3);
281 logln(source + " => " + pat0 + ", " + pat2)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ULocaleTest.java 970 String source = testCase[0]; local
1742 ULocale source = new ULocale(test[0]); local
    [all...]
  /external/kernel-headers/original/uapi/sound/
asequencer.h 169 #define SNDRV_SEQ_ADDRESS_UNKNOWN 253 /* unknown source */
281 struct snd_seq_addr source; /* source address */ member in struct:snd_seq_event
520 int type; /* source timer type */
  /external/libvncserver/rfb/
rfb.h 540 overlap parts of the screen which are in the source of the copy.
910 unsigned char *source; /**< points to bits */ member in struct:rfbCursor
    [all...]

Completed in 1934 milliseconds

<<71727374757677787980>>