HomeSort by relevance Sort by last modified time
    Searched full:encoded_string (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/content/browser/renderer_host/
text_input_client_message_filter.mm 59 const mac::AttributedStringCoder::EncodedString& encoded_string) {
62 mac::AttributedStringCoder::Decode(&encoded_string);
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DFA.pm 171 my ($self, $encoded_string) = @_;
174 while ($encoded_string =~ /(.)(.)/gxms) {
184 my ($self, $encoded_string) = @_;
186 return $self->unpack_encoded_string($encoded_string);
  /external/chromium_org/content/common/mac/
attributed_string_coder.mm 23 EncodedString* encoded_string =
35 encoded_string->attributes()->push_back(attrs);
40 return encoded_string;
  /libcore/dex/src/main/java/com/android/dex/
EncodedValueReader.java 32 public static final int ENCODED_STRING = 0x17;
177 checkType(ENCODED_STRING);
244 case ENCODED_STRING:
  /dalvik/dx/src/com/android/dx/merge/
IndexMap.java 40 import static com.android.dex.EncodedValueReader.ENCODED_STRING;
284 case ENCODED_STRING:
286 out, ENCODED_STRING, adjustString(reader.readString()));
  /dalvik/dx/src/com/android/dx/command/grep/
Grep.java 58 case EncodedValueReader.ENCODED_STRING:
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_refresh_token_fetcher_unittest.cc 50 bool GetValueForKey(const std::string& encoded_string,
53 GURL url("http://example.com/?" + encoded_string);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
__init__.py 190 getbaseclasses(encoded_string)
385 'encs' : encoded_string,
AppleScript_Suite.py 974 encoded_string = encoded_strings variable
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python-proto2.cc 455 PyObject* encoded_string = NULL; local
458 encoded_string = PyString_AsEncodedObject(arg, "utf-8", NULL);
460 encoded_string = PyUnicode_AsEncodedObject(arg, "utf-8", NULL);
464 encoded_string = arg;
465 Py_INCREF(encoded_string);
468 if (encoded_string == NULL) {
474 if (PyString_AsStringAndSize(encoded_string, &value, &value_len) < 0) {
475 Py_DECREF(encoded_string);
487 Py_DECREF(encoded_string);
    [all...]
  /external/chromium_org/chrome/utility/
chrome_content_utility_client.cc 465 const std::string& encoded_string) {
468 if (!base::Base64Decode(encoded_string, &decoded_string)) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch.rb 127 encoded_string = s.force_encoding('UTF-8').encode('UTF-16', :invalid => :replace, :replace => '', :fallback => transliteration_table).encode('UTF-8')
128 encoded_string.gsub /\r\n?/, "\n"
  /prebuilts/runtime/common/dex/
dex-host-prebuilt.jar 

Completed in 2903 milliseconds