HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 726 - 750 of 1682) sorted by null

<<21222324252627282930>>

  /external/deqp/framework/opengl/simplereference/
sglrShaderProgram.hpp 7 * Copyright 2014 The Android Open Source Project
106 VertexSource (const std::string& str) : source(str) { }
108 std::string source; member in struct:sglr::pdec::VertexSource
113 FragmentSource (const std::string& str) : source(str) { }
115 std::string source; member in struct:sglr::pdec::FragmentSource
120 GeometrySource (const std::string& str) : source(str) { }
122 std::string source; member in struct:sglr::pdec::GeometrySource
254 friend class GLContext; // for source string access
  /external/deqp/modules/gles31/functional/
es31fDebugTests.cpp 5 * Copyright 2014 The Android Open Source Project
131 void expectMessage (GLenum source, GLenum type);
192 void emitMessages (DebugMessageTestContext& ctx, GLenum source)
204 ctx.glDebugMessageInsert(source, type, severity, severity, -1, msg.c_str());
205 ctx.expectMessage(source, type);
212 ctx.beginSection("Messages with source of GL_DEBUG_SOURCE_APPLICATION");
219 ctx.beginSection("Messages with source of GL_DEBUG_SOURCE_THIRD_PARTY");
281 GLenum source; member in struct:deqp::gles31::Functional::__anon20014::MessageID
285 MessageID (void) : source(GL_NONE), type(GL_NONE), id(0) {}
286 MessageID (GLenum source_, GLenum type_, GLuint id_) : source(source_), type(type_), id(id_) {
    [all...]
es31fTessellationGeometryInteractionTests.cpp 5 * Copyright 2014 The Android Open Source Project
104 std::string source = "${VERSION_DECL}\n" local
113 return specializeShader(source, m_context.getRenderContext().getType());
118 std::string source = "${VERSION_DECL}\n" local
126 return specializeShader(source, m_context.getRenderContext().getType());
    [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/
iomapper.cpp 6 // Redistribution and use in source and binary forms, with or without
10 // Redistributions of source code must retain the above copyright
168 const TVarLiveMap* source; local
170 source = &inputList;
172 source = &outputList;
174 source = &uniformList;
179 TVarLiveMap::const_iterator at = std::lower_bound(source->begin(), source->end(), ent, TVarEntryInfo::TOrderById());
180 if (at == source->end())
  /external/grpc-grpc/src/core/lib/slice/
slice.cc 197 grpc_slice grpc_slice_from_copied_buffer(const char* source, size_t length) {
200 memcpy(GRPC_SLICE_START_PTR(slice), source, length); local
204 grpc_slice grpc_slice_from_copied_string(const char* source) {
205 return grpc_slice_from_copied_buffer(source, strlen(source));
274 grpc_slice grpc_slice_sub_no_ref(grpc_slice source, size_t begin, size_t end) {
279 if (source.refcount) {
281 GPR_ASSERT(source.data.refcounted.length >= end);
284 subset.refcount = source.refcount->sub_refcount;
285 /* Point into the source array *
    [all...]
  /external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/
Hpack.java 34 import okio.Source;
122 private final BufferedSource source; field in class:Hpack.Reader
133 Reader(int headerTableSizeSetting, Source source) {
136 this.source = Okio.buffer(source);
192 * Read {@code byteCount} bytes of headers from the source stream. This
196 while (!source.exhausted()) {
197 int b = source.readByte() & 0xff;
322 return source.readByte() & 0xff
    [all...]
  /external/grpc-grpc-java/protobuf-lite/src/test/java/io/grpc/protobuf/lite/
ProtoLiteUtilsTest.java 236 private byte[] source; field in class:ProtoLiteUtilsTest.CustomKnownLengthInputStream
238 private CustomKnownLengthInputStream(byte[] source) {
239 this.source = source;
244 return source.length - position;
249 if (position == source.length) {
253 return source[position++];
  /external/guice/lib/build/
munge.jar 
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CollationElementIterator.java 1 /* GENERATED SOURCE. DO NOT MODIFY. */
32 * in the source string.
131 * source string has been reached, and there are no more valid
201 * CollationElementIterator constructor. This takes a source
203 * the source string based on the rules defined by the
204 * collator. If the source string is empty, NULLORDER will be
207 * @param source the source string.
210 CollationElementIterator(String source, RuleBasedCollator collator) {
212 setText(source);
    [all...]
DigitList_Android.java 1 /* GENERATED SOURCE. DO NOT MODIFY. */
346 // * @param source Value to be converted; must not be Inf, -Inf, Nan,
351 // public final void set(double source, int maximumFractionDigits)
353 // set(source, maximumFractionDigits, true);
359 * @param source Value to be converted; must not be Inf, -Inf, Nan,
366 final void set(double source, int maximumDigits, boolean fixedPoint)
368 if (source == 0) source = 0;
371 String rep = Double.toString(source);
552 public final void set(long source)
    [all...]
TransliteratorIDParser.java 1 /* GENERATED SOURCE. DO NOT MODIFY. */
32 * A basic ID, which contains source, target, and variant, but no
74 * 'source' and 'target' will always be non-null. The 'variant'
77 * 'sawSource' is true if there was an explicit source in the
78 * parsed id. If there was no explicit source, then an implied
79 * source of ANY is returned and 'sawSource' is set to false.
85 public String source; // not null field in class:TransliteratorIDParser.Specs
91 source = s;
459 * S-T/V, or S/V-T. If the source is missing, return a source o
469 String source = ANY; local
596 String source = null; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationDummyTest.java 1 /* GENERATED SOURCE. DO NOT MODIFY. */
13 * Source File: $ICU4CRoot/source/test/intltest/allcoll.cpp
14 * $ICU4CRoot/source/test/cintltst/callcoll.c
243 String source = "THISISATEST."; local
253 int result = coll.compare(source, target);
262 result = coll.compare(source, target);
271 sourceKeyOut = coll.getCollationKey(source);
289 String source[] = {"z", local
315 doTest(enCollation, source[count], target[count], -1)
364 char[] source = new char[1]; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeUnitTest.java 1 /* GENERATED SOURCE. DO NOT MODIFY. */
83 TimeUnitAmount source = new TimeUnitAmount(tests[i], timeUnit); local
84 String formatted = formats[style].format(source);
91 if (result == null || !source.equals(result)) {
92 errln("No round trip: " + source + " => " + formatted + " => " + result);
314 TimeUnitAmount source = new TimeUnitAmount(tests[i], timeUnit); local
315 String formatted = format.format(source);
320 if (result == null || !source.equals(result)) {
321 errln("No round trip: " + source + " => " + formatted + " => " + result);
417 * public Object parseObject(String source, ParsePosition pos
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/iterator/
TestUCharacterIterator.java 1 /* GENERATED SOURCE. DO NOT MODIFY. */
396 String source ="asdfasdfjoiuyoiuy2341235679886765"; local
397 UCharacterIterator it = UCharacterIterator.getInstance(source);
399 CharacterIterator ci = new StringCharacterIterator(source);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
WriteCharts.java 1 /* GENERATED SOURCE. DO NOT MODIFY. */
52 public static void printSet(String source) {
53 UnicodeSet s = new UnicodeSet(source);
54 System.out.println("Printout for '" + source + "'");
68 String source = (String) sources.nextElement(); local
69 scripts = UScript.getCode(source);
71 System.out.println("[Skipping " + source + "]");
75 System.out.println("Source: " + source + ";\tScripts: " + showScripts(scripts));
76 Enumeration targets = Transliterator.getAvailableTargets(source);
129 String source = id.substring(0,minusPos); local
    [all...]
  /external/icu/icu4c/source/common/
ucnvbocu.cpp 395 const UChar *source, *sourceLimit; local
406 source=pArgs->source;
430 /* use only one loop counter variable, targetCapacity, not also source */
431 diff=(int32_t)(sourceLimit-source);
435 while(targetCapacity>0 && (c=*source)<0x3000) {
442 ++source;
450 ++source;
462 while(source<sourceLimit) {
464 c=*source++
656 const UChar *source, *sourceLimit; local
959 const uint8_t *source, *sourceLimit; local
1182 const uint8_t *source, *sourceLimit; local
    [all...]
  /external/icu/icu4c/source/i18n/
tridpars.cpp 58 source = s;
541 * S-T/V, or S/V-T. If the source is missing, return a source of
544 * @return an array of 4 strings: source, target, variant, and
545 * isSourcePresent. If the source is not present, ANY will be
546 * given as the source, and isSourcePresent will be NULL. Otherwise
551 UnicodeString& source,
555 source.setTo(ANY, 3);
573 id.extractBetween(0, sep, source);
581 id.extractBetween(0, var, source);
707 UnicodeString source; local
    [all...]
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 209 UChar source[] = { 0x041C, 0x043E, 0x0441, 0x043A, 0x0432, local
223 len = ucnv_fromUChars(conv, target, 100, source, -1, &status);
232 printUChars("src", source);
290 the source pointer will be equal to sourceLimit. If the output
302 const char *source; local
335 source = inBuf;
344 &source, sourceLimit, NULL,
371 } while (source < sourceLimit); // while simply out of space
402 const char *source; local
450 source = inBuf
535 char source[] = { 0x63, 0x61, 0x74, (char)0x94, 0x4C, (char)0x82, 0x6E, (char)0x82, 0x6A, 0x00 }; local
575 const char *source, *sourceLimit; local
881 const char *source; local
985 const UChar *source; local
1089 const char *source = input; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cmsgtst.c 835 UChar source[100]; local
843 u_uastrcpy(source, "You deposited an amount of $500.00");
847 u_parseMessage( "en_US", pattern, u_strlen(pattern), source, u_strlen(source), &status, str, &value);
947 UChar source[100]; local
    [all...]
idnatest.c 93 /* test null-terminated source and return value of number of UChars required */
103 log_err("Did not get the expected result for null terminated source.\n" );
106 log_err( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
111 log_err_status(status, "Did not get the expected error for %s null terminated source failed. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
125 log_err("Did not get the expected result for %s null terminated source with both options set.\n",testName);
129 log_err( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
134 log_err( "Did not get the expected error for %s null terminated source with options set. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
140 /* test source with lengthand return value of number of UChars required*/
149 log_err("Did not get the expected result for %s with source length.\n",testName);
152 log_err( "%s with source length failed. Requires destCapacity > 300\n",testName)
575 UChar source[MAX_DEST_SIZE]={0}, local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tufmtts.cpp 132 TimeUnitAmount* source = new TimeUnitAmount(tests[i], j, status); local
136 formattable.adoptObject(source);
  /external/icu/icu4c/source/tools/toolutil/
ucbuf.cpp 166 const char* source=NULL; local
218 /* since state is saved in the converter we add offset to source*/
220 source = cbuf;
221 sourceLimit = source + inputRead;
223 &source,sourceLimit,NULL,
248 pos = (int32_t)(source - cbuf - len);
262 memcpy(postContext,source,stop-start);
286 /* reset source and target start positions */
288 source = cbuf;
292 &source,sourceLimit,NULL
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
AnyTransliterator.java 257 String source = (String) sources.nextElement(); local
258 if (source.equals("Any")) continue; // to keep from looping
260 Enumeration targets = Transliterator.getAvailableTargets(source);
267 Set variantSet = add(new TreeSet(), Transliterator.getAvailableVariants(source, target));
TransliterationChart.java 73 String source = names[i]; local
74 System.out.println(source);
80 Transliterator forward = Transliterator.getInstance(source + '-' + target);
118 String source = (String)sit.next(); local
119 String item = anyToLatin.transliterate(source);
120 if (item.equals("") || source.equals(item)) item = "&nbsp;";
134 String temp = fallbacks[i].transliterate(source);
135 if (!temp.equals("") && !temp.equals(source)) item = temp;
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetBOCU1.java 390 protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush){
418 labelType = fastSingle(source, target, offsets);
421 labelType = getTrail(source, target, offsets);
424 labelType = regularLoop(source, target, offsets);
432 private int fastSingle(CharBuffer source, ByteBuffer target, IntBuffer offsets){
435 /*use only one loop counter variable , targetCapacity, not also source*/
436 diff = source.limit() - source.position();
440 while(targetCapacity>0 && (c=source.get(source.position()))<0x3000)
    [all...]

Completed in 1729 milliseconds

<<21222324252627282930>>