OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:basenames
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/tools/cr/cr/
loader.py
68
basenames
= os.listdir(path)
70
basenames
= []
71
for basename in
basenames
:
/external/chromium_org/build/android/
generate_emma_html.py
32
basenames
= fnmatch.filter(filenames, '*.' + ext)
34
for basename in
basenames
])
/external/chromium/chrome/browser/
shell_integration_win.cc
39
// from profile path. "profile_id" is composed of sanitized
basenames
of
56
// Get joined
basenames
of user data dir and profile.
57
std::wstring
basenames
= profile_path.DirName().BaseName().value() +
local
61
profile_id.reserve(
basenames
.size());
63
// Generate profile_id from sanitized
basenames
.
64
for (size_t i = 0; i <
basenames
.length(); ++i) {
65
if (IsAsciiAlpha(
basenames
[i]) ||
66
IsAsciiDigit(
basenames
[i]) ||
67
basenames
[i] == L'.')
68
profile_id +=
basenames
[i]
[
all
...]
/external/chromium_org/chrome/browser/
shell_integration_win.cc
49
// from profile path. "profile_id" is composed of sanitized
basenames
of
66
// Get joined
basenames
of user data dir and profile.
67
base::string16
basenames
= profile_path.DirName().BaseName().value() +
local
71
profile_id.reserve(
basenames
.size());
73
// Generate profile_id from sanitized
basenames
.
74
for (size_t i = 0; i <
basenames
.length(); ++i) {
75
if (IsAsciiAlpha(
basenames
[i]) ||
76
IsAsciiDigit(
basenames
[i]) ||
77
basenames
[i] == L'.')
78
profile_id +=
basenames
[i]
[
all
...]
/external/chromium_org/native_client_sdk/src/tools/tests/
create_nmf_test.py
192
basenames
= set(self.StripDependencies(names))
193
self.assertEqual(expected,
basenames
)
/external/chromium_org/tools/gyp/pylib/gyp/
input.py
[
all
...]
Completed in 342 milliseconds