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

<<61626364656667686970>>

  /external/curl/lib/
ftp.c 1305 char *source = myhost; local
    [all...]
  /external/deqp/executor/
xeTestCaseResult.hpp 7 * Copyright 2014 The Android Open Source Project
290 std::string source; member in class:xe::ri::ShaderSource
299 std::string source; member in class:xe::ri::SpirVSource
331 ShaderSource source; member in class:xe::ri::Shader
441 std::string source; member in class:xe::ri::KernelSource
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderDerivateTests.cpp 7 * Copyright (c) 2016 The Android Open Source Project
1544 const char* source; member in struct:vkt::sr::__anon16546::__anon16549
1767 const char* source = s_linearDerivateCases[caseNdx].source; local
1795 const char* source = s_linearDerivateCases[0].source; \/\/ use source from .linear group local
    [all...]
  /external/deqp/framework/opengl/
gluShaderLibrary.cpp 5 * Copyright 2015 The Android Open Source Project
170 print("ERROR: Inconsistent source/enable for shader stage %s!\n", getShaderTypeName((ShaderType)shaderStageNdx));
185 print("ERROR: Source specified for unsupported shader stage %s!\n", getShaderTypeName((ShaderType)shaderStageNdx));
492 static string removeExtraIndentation (const string& source)
496 for (int ndx = 0; ndx < (int)source.length() && isWhitespace(source[ndx]); ndx++)
497 numIndentChars += source[ndx] == '\t' ? 4 : 1;
505 for (int pos = 0; pos < (int)source.length(); pos++)
507 char c = source[pos];
515 if (source[pos] == '\r' && source[pos+1] == '\n'
1313 string source; local
1398 string source; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp 5 * Copyright 2014 The Android Open Source Project
156 // Query source, status & log.
172 std::vector<char> source(sourceLen);
173 gl.getShaderSource(shader, (int)source.size(), &unusedLen, &source[0]);
174 info.source = std::string(&source[0], sourceLen);
214 // Shader source generator
331 const std::string source = m_srcGen.next(shaderType); local
332 const char* const cSource = source.c_str()
    [all...]
es3fShaderDerivateTests.cpp 5 * Copyright 2014 The Android Open Source Project
1453 const char* source; member in struct:deqp::gles3::Functional::__anon17122
1683 const char* source = s_linearDerivateCases[caseNdx].source; local
1711 const char* source = s_linearDerivateCases[0].source; \/\/ use source from .linear group local
1739 const char* source = s_linearDerivateCases[0].source; \/\/ use source from .linear group local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSRGBDecodeTests.cpp 5 * Copyright 2017 The Android Open Source Project
820 std::ostringstream source; local
834 source << "#version 310 es \n"
839 source << "layout (location = " << output << ") out mediump vec4 fs_aColor" << output << "; \n";
844 source << "uniform sampler2D uTexture" << uniform << "; \n";
849 source << m_shaderFragmentParameters.functionImplementation;
852 source << "void main () \n"
857 source << this->genFunctionCall(m_shaderFragmentParameters.samplingType, uniformIdx);
890 source << shaderOutputs.str();
891 source << "} \n"
    [all...]
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 5 * Copyright 2014 The Android Open Source Project
591 const string source = sourceTmpl.specialize(params); local
592 const char* const sourceStr = source.c_str();
    [all...]
  /external/dnsmasq/src/
option.c 358 { "non-local-source-routing", 20, 1 },
1430 char *portno, *source; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/
jdtCompilerAdapter.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformanceResultsPreferencePage.java 1073 final Object source = event.getSource(); local
    [all...]
  /external/fio/
gfio.c 1650 GtkWidget *source; local
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
IteratorsTest.java 693 Iterator<Integer> source = Iterators.singletonIterator(1); local
695 Iterators.partition(source, 0);
702 Iterator<Integer> source = Iterators.emptyIterator(); local
703 Iterator<List<Integer>> partitions = Iterators.partition(source, 1);
708 Iterator<Integer> source = Iterators.singletonIterator(1); local
709 Iterator<List<Integer>> partitions = Iterators.partition(source, 1);
717 Iterator<Integer> source = Iterators.singletonIterator(1); local
718 Iterator<List<Integer>> partitions = Iterators.partition(source, 2);
741 Iterator<Integer> source = Iterators.singletonIterator(1); local
743 Iterators.paddedPartition(source, 0)
750 Iterator<Integer> source = Iterators.emptyIterator(); local
756 Iterator<Integer> source = Iterators.singletonIterator(1); local
765 Iterator<Integer> source = Iterators.singletonIterator(1); local
789 Iterator<Integer> source = asList(1, 2, 3).iterator(); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateTimeGeneratorTest.java 1 /* GENERATED SOURCE. DO NOT MODIFY. */
198 String source = randomList[random.nextInt(randomList.length)]; // don't bother with surrogates local
199 char ch = source.charAt(random.nextInt(source.length()));
    [all...]
TestMessageFormat.java 1 /* GENERATED SOURCE. DO NOT MODIFY. */
542 String source = "abc =sep= def"; local
545 Object[] fmt_arr = msg.parse(source);
563 Object[] fmt_arr = msg.parse(source, pp);
578 fmta = (Object[]) msg.parseObject( source, pp );
1028 String source = "abc =sep= def"; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UCharacterTest.java 1 /* GENERATED SOURCE. DO NOT MODIFY. */
1212 String source = Utility.valueOf(c); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
RoundTripTest.java 1 /* GENERATED SOURCE. DO NOT MODIFY. */
193 private void assertRoundTripTransform(String message, String source, Transliterator lh, Transliterator hl) {
194 String to = hl.transform(source);
196 if (!source.equals(back)) {
197 String to2 = hl.transform(source.replaceAll("(.)", "$1 ").trim());
199 assertEquals(message + " " + source + " [" + to + "/"+ to2 + "/"+ to3 + "]", source, back);
297 String source = b.toString(); local
300 String target = han.transliterate(source);
    [all...]
  /external/icu/icu4c/source/common/
ucnv2022.cpp 1676 const UChar* source = args->source; local
2365 const UChar *source = args->source; local
2928 const UChar* source = args->source; local
    [all...]
ucnvmbcs.cpp 2035 const uint8_t *source, *sourceLimit; local
2187 const uint8_t *source, *sourceLimit, *lastSource; local
2467 const uint8_t *source, *sourceLimit; local
2885 const uint8_t *source, *sourceLimit; local
2969 const uint8_t *source, *sourceLimit, *lastSource; local
3408 const UChar *source, *sourceLimit; local
3640 const UChar *source, *sourceLimit; local
3816 const UChar *source, *sourceLimit, *lastSource; local
4073 const UChar *source, *sourceLimit; local
5027 const uint8_t *source, *sourceLimit; local
5333 const uint8_t *source, *sourceLimit; local
    [all...]
  /external/icu/icu4c/source/i18n/
rematch.cpp 2713 int64_t *source = (int64_t *)fp; local
    [all...]
  /external/icu/icu4c/source/test/perf/collperf2/
collperf2.cpp 61 Strcoll(const UCollator* coll, const CA_uchar* source, UBool useLen);
68 const CA_uchar *source; member in class:Strcoll
73 Strcoll::Strcoll(const UCollator* coll, const CA_uchar* source, UBool useLen)
75 source(source),
78 maxTestStrings = source->count > MAX_TEST_STRINGS_FOR_PERMUTING ? MAX_TEST_STRINGS_FOR_PERMUTING : source->count;
90 int32_t divisor = source->count / maxTestStrings;
93 for (int32_t i = 0, numTestStringsI = 0; i < source->count && numTestStringsI < maxTestStrings; i++) {
96 srcLen = useLen ? source->lengthOf(i) : -1
128 const CA_uchar *source; member in class:Strcoll_2
180 const CA_char *source; member in class:StrcollUTF8
240 const CA_char *source; member in class:StrcollUTF8_2
291 const CA_uchar *source; member in class:GetSortKey
346 const CA_uchar *source; member in class:NextSortKeyPart
413 const CA_char *source; member in class:NextSortKeyPartUTF8
480 const CA_uchar *source; member in class:CppCompare
539 const CA_uchar *source; member in class:CppCompare_2
590 const CA_char *source; member in class:CppCompareUTF8
660 const CA_char *source; member in class:CppCompareUTF8_2
717 const CA_uchar *source; member in class:CppGetCollationKey
804 UnicodeString** source; member in class:UniStrCollPerfFunction
883 StringPiece* source; member in class:StringPieceCollPerfFunction
    [all...]
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 248 "Specify a custom source directory",
2178 const char* source = "oma.c"; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateTimeGeneratorTest.java 197 String source = randomList[random.nextInt(randomList.length)]; // don't bother with surrogates local
198 char ch = source.charAt(random.nextInt(source.length()));
    [all...]
TestMessageFormat.java 541 String source = "abc =sep= def"; local
544 Object[] fmt_arr = msg.parse(source);
562 Object[] fmt_arr = msg.parse(source, pp);
577 fmta = (Object[]) msg.parseObject( source, pp );
1027 String source = "abc =sep= def"; local
    [all...]

Completed in 1803 milliseconds

<<61626364656667686970>>