HomeSort by relevance Sort by last modified time
    Searched full:strings (Results 526 - 550 of 7947) sorted by null

<<21222324252627282930>>

  /developers/samples/android/ui/views/FloatingActionButton/FloatingActionButtonBasic/
template-params.xml 23 <strings>
30 </strings>
  /developers/samples/android/ui/views/RevealEffect/RevealEffectBasic/
template-params.xml 31 <strings>
37 </strings>
  /developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/
template-params.xml 30 <strings>
37 </strings>
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/
template-params.xml 25 <strings>
34 </strings>
  /developers/samples/android/ui/views/TextSwitcher/
template-params.xml 25 <strings>
33 </strings>
  /developers/samples/android/ui/window/AdvancedImmersiveMode/
template-params.xml 24 <strings>
34 </strings>
  /developers/samples/android/ui/window/BasicImmersiveMode/
template-params.xml 25 <strings>
34 </strings>
  /developers/samples/android/wearable/wear/AgendaData/
template-params.xml 32 <strings>
42 </strings>
  /developers/samples/android/wearable/wear/SkeletonWearableApp/
template-params.xml 25 <strings>
34 </strings>
  /development/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
SimpleStringRecyclerViewAdapter.java 59 public SimpleStringRecyclerViewAdapter(Context context, String[] strings) {
66 Collections.addAll(mValues, strings);
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.h 58 void glUtilsPackStrings(char *ptr, char **strings, GLint *length, GLsizei count);
59 int glUtilsCalcShaderSourceLen(char **strings, GLint *length, GLsizei count);
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3string.h 2 * Simple string interface allows indiscriminate allocation of strings
5 * strings were allocated where.
123 /** Pointer to function that sets the string value to a copy of the supplied string (strings must be in the
128 /** Pointer to function appends a copy of the characters contained in another string. Strings must be in the
134 * offset in the current string. strings must be in the same encoding.
207 * strings for you of various shapes and sizes.
211 /** List of all the strings that have been allocated by the factory
213 pANTLR3_VECTOR strings; member in struct:ANTLR3_STRING_FACTORY_struct
  /external/apache-harmony/support/src/test/resources/config/
excludes.xsd 69 * strings "all", "win.IA32" or "linux.IA32".
87 * strings "true" or "false".
  /external/bison/lib/
c-strcase.h 39 /* Compare strings S1 and S2, ignoring case, returning less than, equal to or
44 /* Compare no more than N characters of strings S1 and S2, ignoring case,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509NameEntryConverter.java 9 import org.bouncycastle.util.Strings;
65 str = Strings.toLowerCase(str);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/config/
ProviderConfigurationPermission.java 7 import org.bouncycastle.util.Strings;
64 StringTokenizer tok = new StringTokenizer(Strings.toLowerCase(actions), " ,");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
Hex.java 7 import org.bouncycastle.util.Strings;
28 return Strings.fromByteArray(encoded);
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/base/
elided_cache.html 16 * Cache for elided strings.
27 * A cache for elided strings.
  /external/compiler-rt/lib/dfsan/
dfsan_flags.inc 27 "(e.g., when comparing strings, ignore the fact that the output of the"
28 "comparison might be data-dependent on the content of the strings). This"
  /external/droiddriver/src/io/appium/droiddriver/actions/
TextAction.java 28 import io.appium.droiddriver.util.Strings;
85 return Strings.toStringHelper(this).addValue(text).toString();
  /external/icu/icu4c/source/common/
uinvchar.h 67 * Compare two EBCDIC invariant-character strings in ASCII order.
75 * Compare two invariant-character strings in ASCII order.
  /external/icu/icu4c/source/common/unicode/
parseerr.h 22 * The capacity of the context strings in UParseError.
37 * <p>The preContext and postContext strings include some part of the
  /external/icu/icu4c/source/test/cintltst/
cintltst.vcxproj.filters 37 <Filter Include="strings">
262 <Filter>strings</Filter>
265 <Filter>strings</Filter>
268 <Filter>strings</Filter>
271 <Filter>strings</Filter>
274 <Filter>strings</Filter>
277 <Filter>strings</Filter>
280 <Filter>strings</Filter>
  /external/llvm/include/llvm/TableGen/
StringMatcher.h 1 //===- StringMatcher.h - Generate a matcher for input strings ---*- C++ -*-===//
25 /// StringMatcher - Given a list of strings and code to execute when they match,
  /external/llvm/lib/Target/NVPTX/
ManagedStringPool.h 10 // The strings allocated from a managed string pool are owned by the string
23 /// ManagedStringPool - The strings allocated from a managed string pool are

Completed in 142 milliseconds

<<21222324252627282930>>