OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resource_file
(Results
1 - 14
of
14
) sorted by null
/external/webrtc/test/testsupport/
fileutils.cc
135
std::string
resource_file
= resources_path + name + "_" + platform + "_" +
local
137
if (FileExists(
resource_file
)) {
138
return
resource_file
;
141
resource_file
= resources_path + name + "_" + platform + "." + extension;
142
if (FileExists(
resource_file
)) {
143
return
resource_file
;
146
resource_file
= resources_path + name + "_" + architecture + "." + extension;
147
if (FileExists(
resource_file
)) {
148
return
resource_file
;
/external/chromium_org/tools/gyp/test/mac/postbuild-copy-bundle/
test.gyp
16
'
resource_file
.sb',
/external/chromium_org/tools/gyp/test/mac/
gyptest-postbuild-copy-bundle.py
28
final_resource_path = os.path.join(bundled_framework_dir, '
resource_file
.sb')
47
test.write('postbuild-copy-bundle/
resource_file
.sb', 'New text\n')
/external/chromium_org/tools/playback_benchmark/
playback_driver.py
134
resource_file
= os.path.join(self.script_dir, resource)
135
self.benchmark_resources[resource] = {'data': ReadFile(
resource_file
),
/external/qemu/distrib/sdl-1.2.15/src/main/macos/
SDL_main.c
258
static int writePrefsResource (PrefsRecord *prefs, short
resource_file
) {
262
UseResFile (
resource_file
);
290
UpdateResFile (
resource_file
);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftestsrunner_unittest.py
85
self._add_file(runner, 'inspector/resources', '
resource_file
.html')
109
self._add_file(runner, 'inspector/resources', '
resource_file
.html')
/external/chromium_org/chrome/tools/build/win/
create_installer_archive.py
317
resource_file
= _RESOURCE_FILE_TEMPLATE % args
320
f.write(
resource_file
)
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsClientShouldInterceptRequestTest.java
458
notCalledForUrlTemplate("file:///android_res/raw/
resource_file
.html");
AwSettingsTest.java
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base_unittest.py
169
add_text_file('inspector/resources', '
resource_file
.html')
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
CodeWarrior_suite.py
601
'
resource_file
' : 'RESF', # a resource file
Metrowerks_Shell_Suite.py
[
all
...]
/prebuilts/devtools/tools/lib/
lint-api.jar
lint-checks.jar
Completed in 366 milliseconds