Searched defs:strings (Results 201 - 225 of 237) sorted by relevance

12345678910

/external/skia/src/ports/
H A DSkFontHost_win_dw.cpp669 //TODO: better means than comparing name strings?
1144 explicit LocalizedStrings_IDWriteLocalizedStrings(IDWriteLocalizedStrings* strings) argument
1145 : fIndex(0), fStrings(strings)
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.cc566 // NOTE: strings are passed NULL terminated. That means the empty
579 // NOTE: strings are passed NULL terminated. That means the empty
593 // NOTE: strings are passed NULL terminated. That means the empty
1337 // Concatenate all the strings in to a bucket on the service.
2164 std::set<std::string> strings; local
2166 gl_strings_.insert(std::make_pair(name, strings));
H A Dgles2_implementation_unittest.cc701 const char* strings[] = { local
705 gl_->ShaderSource(kShaderId, 2, strings, NULL);
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DContext.cpp37 static std::set<std::string> strings; local
38 std::set<std::string>::iterator it = strings.find(str);
39 if (it != strings.end())
42 return strings.insert(str).first->c_str();
/external/chromium_org/third_party/mesa/src/include/CL/
H A Dcl.hpp2401 const char** strings = (const char**) alloca(n * sizeof(const char*)); local
2404 strings[i] = sources[(int)i].first;
2409 context(), (cl_uint)n, strings, lengths, &error);
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp35 Expr **strings,
37 StringLiteral **Strings = reinterpret_cast<StringLiteral**>(strings);
39 // Most ObjC strings are formed out of a single piece. However, we *can*
40 // have strings formed out of multiple @ strings with multiple pptokens in
47 // Concatenate objc strings.
54 // ObjC strings can't be wide or UTF.
80 // Verify that this composite string is acceptable for ObjC strings.
2769 // strings are immune to retains, so this is bottom.
34 ParseObjCStringLiteral(SourceLocation *AtLocs, Expr **strings, unsigned NumStrings) argument
/external/mesa3d/include/CL/
H A Dcl.hpp2401 const char** strings = (const char**) alloca(n * sizeof(const char*)); local
2404 strings[i] = sources[(int)i].first;
2409 context(), (cl_uint)n, strings, lengths, &error);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.event_1.2.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c2428 sh -c "strings (pename) | egrep '\.pdb|\.PDB' > (tmpname)"
2431 HChar* strings = "/usr/bin/strings"; local
2434 /* (sh) -c "(strings) (pename) | (egrep) 'pdb' > (tmpname) */
2435 Int cmdlen = VG_(strlen)(strings) + VG_(strlen)(pename)
2441 sh, strings, pename, egrep, tmpname);
/external/smali/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/external/dexmaker/lib/
H A Djarjar.jar ... lang.Exception String[] args public void help () public void strings (java.lang.String) throws java.io. ...
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/chromium_org/v8/src/
H A Dobjects.cc1194 // Flattening strings is the only case where we always allow
2046 // hidden strings) and is not a real identifier.
4043 // Optimization for 2-byte strings often used as keys in a decompression
4970 // hidden strings hash code is zero (and no other name has hash
5046 // hidden strings hash code is zero (and no other name has hash
8728 // Compares the contents of two strings by reading and comparing
8737 // then we have to check that the strings are aligned before
8916 // Fast check: if hash code is computed for both strings
8936 // We know the strings are both non-empty. Compare the first chars
8937 // before we try to flatten the strings
15304 StringsKey(FixedArray* strings) argument
15306 IsMatch(Object* strings) argument
15319 FixedArray* strings = FixedArray::cast(obj); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/internal/ ...
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h284 // GetInjectableArgvs() - returns the command line as a vector of strings.
389 # include <strings.h>
1784 // Determines whether the system compiler uses UTF-16 for encoding wide strings.
3394 // able to pass strings to Win32 APIs on CE we need to convert them
3418 // Compares two C strings. Returns true iff they have the same content.
3431 // Compares two wide C strings. Returns true iff they have the same
3439 // Compares two C strings, ignoring case. Returns true iff they
3448 // Compares two wide C strings, ignoring case. Returns true iff they
7138 // and their values, as strings. For example, for ASSERT_EQ(foo, bar)
9572 // types, strings, plai
9975 TersePrintPrefixToStrings(const Tuple& t, Strings* strings) argument
10006 TersePrintPrefixToStrings(const Tuple& t, Strings* strings) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
H A Dapitooling-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 750 milliseconds

12345678910