HomeSort by relevance Sort by last modified time
    Searched refs:version_string (Results 26 - 50 of 56) sorted by null

12 3

  /external/chromium_org/extensions/browser/
verified_contents.cc 139 std::string version_string; local
140 if (!dictionary->GetString(kItemVersionKey, &version_string))
142 version_ = base::Version(version_string);
  /external/chromium_org/native_client_sdk/src/build_tools/
update_nacl_manifest.py 49 def SplitVersion(version_string):
56 parts = version_string.split('.')
62 def GetMajorVersion(version_string):
69 return SplitVersion(version_string)[0]
583 def _GetAvailableArchivesFor(self, version_string):
587 version_string: The version to find archives for. (e.g. "18.0.1025.164")
594 files = self.delegate.GsUtil_ls(GS_BUCKET_PATH + version_string)
799 fixed_bundle_versions: A sequence of tuples (bundle_name, version_string).
    [all...]
  /external/chromium_org/chrome/browser/component_updater/
sw_reporter_installer_win.cc 252 std::string version_string(version.GetString());
260 ReportAndClearExitCode(exit_code, version_string);
283 version_string),
pepper_flash_component_installer.cc 176 std::string version_string(components[1]);
178 version_string += "." + components[i];
180 Version version(version_string);
  /external/chromium_org/chrome/browser/ui/webui/
nacl_ui.cc 360 std::string* version_string = new std::string; local
364 base::Bind(&CheckPathAndVersion, version_string),
367 base::Owned(version_string)));
  /external/chromium_org/base/
version_unittest.cc 31 static const struct version_string { struct
  /external/chromium_org/google_apis/gcm/engine/
mcs_client.h 97 MCSClient(const std::string& version_string,
mcs_client.cc 156 MCSClient::MCSClient(const std::string& version_string,
161 : version_string_(version_string),
    [all...]
  /external/chromium_org/google_apis/gcm/base/
mcs_util.cc 56 const std::string& version_string) {
70 login_request->set_id(kLoginId + version_string);
  /hardware/intel/common/wrs_omxil_core/utils/src/
audio_parser.c 233 static const char *version_string[4] = { variable
406 version_string[header.version_index]);
  /external/chromium_org/net/tools/flip_server/
spdy_interface.cc 140 std::string path_string, host_string, version_string; local
159 version_string = version->second;
173 version_string = "HTTP/1.1";
189 method->second + " " + path_string + " " + version_string + "\r\n";
191 << path_string << " " << version_string;
  /external/chromium_org/chrome/installer/util/
installer_state.cc 663 base::string16 version_string = file_version_info->file_version(); local
664 if (!version_string.empty() && base::IsStringASCII(version_string))
665 existing_versions->insert(base::UTF16ToASCII(version_string));
  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_parser_extras.h 91 const char *version_string; member in struct:_mesa_glsl_parse_state
ast_to_hir.cpp 452 state->version_string);
    [all...]
  /external/mesa3d/src/glsl/
glsl_parser_extras.h 91 const char *version_string; member in struct:_mesa_glsl_parse_state
ast_to_hir.cpp 452 state->version_string);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 395 self.send_header('Server', self.version_string())
460 def version_string(self): member in class:BaseHTTPRequestHandler
CGIHTTPServer.py 161 env['SERVER_SOFTWARE'] = self.version_string()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 395 self.send_header('Server', self.version_string())
460 def version_string(self): member in class:BaseHTTPRequestHandler
CGIHTTPServer.py 161 env['SERVER_SOFTWARE'] = self.version_string()
  /external/lldb/examples/python/
crashlog.py 261 version_string = line[8:].strip()
262 matched_pair = re.search("(.+)\((.+)\)", version_string)
267 self.process = version_string
268 self.process_compatability_version = version_string
    [all...]
  /external/chromium_org/chrome/installer/test/
alternate_version_generator.cc 111 static ChromeVersion FromString(const std::string& version_string) {
112 Version version(version_string);
  /external/chromium_org/third_party/lcov/bin/
geninfo     [all...]
  /ndk/sources/host-tools/make-3.81/
make.h 527 extern char *version_string, *remote_description, *make_host;
variable.c 725 version_string,
    [all...]

Completed in 1559 milliseconds

12 3