Home
last modified time | relevance | path

Searched refs:source_string (Results 1 – 4 of 4) sorted by relevance

/external/dbus/dbus/
Ddbus-memory.c302 source_string (BlockSource source) in source_string() function
337 requested_bytes, source_string (source)); in check_guards()
347 (long) requested_bytes, source_string (source), in check_guards()
362 (long) requested_bytes, source_string (source), in check_guards()
/external/icu4c/samples/coll/
Dreadme.txt27 coll [options*] -source source_string -target target_string
/external/icu4c/samples/strsrch/
Dreadme.txt27 strsrch [options*] -source source_string -pattern pattern_string
/external/webkit/V8Binding/v8/src/
Dbootstrapper.cc1133 Handle<String> source_string = Factory::NewStringFromAscii(source); in InstallNatives() local
1135 bool result = CompileNative(CStrVector(FLAG_natives_file), source_string); in InstallNatives()