OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:file_prefix
(Results
1 - 17
of
17
) sorted by null
/cts/hostsidetests/appsecurity/test-apps/MultiUserStorageApp/src/com/android/cts/multiuserstorageapp/
MultiUserStorageTest.java
36
private static final String
FILE_PREFIX
= "MUST_";
38
private final String FILE_SINGLETON =
FILE_PREFIX
+ "singleton";
39
private final String FILE_OBB_SINGLETON =
FILE_PREFIX
+ "obb_singleton";
40
private final String FILE_OBB_API_SINGLETON =
FILE_PREFIX
+ "obb_api_singleton";
41
private final String FILE_MY_UID =
FILE_PREFIX
+ android.os.Process.myUid();
49
if (file.getName().startsWith(
FILE_PREFIX
)) {
/external/chromium_org/third_party/webrtc/tools/barcode_tools/
helper_functions.py
81
file_prefix
= os.path.join(directory, file_pattern)
88
file_name =
file_prefix
+ zero_padded_file_number + '.' + file_extension
barcode_decoder.py
127
file_prefix
= os.path.join(input_directory, 'frame_')
133
barcode_file_name =
file_prefix
+ frame_number + '.txt'
134
png_frame =
file_prefix
+ frame_number + '.png'
215
file_prefix
= os.path.join(input_directory, 'frame_')
220
file_name = (
file_prefix
+ helper_functions.zero_pad(num) + '.png')
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
FileCache.java
38
private static final String
FILE_PREFIX
= "download";
81
if (file.isFile() && name.startsWith(
FILE_PREFIX
)
190
return File.createTempFile(
FILE_PREFIX
, FILE_POSTFIX, mRootDir);
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
browserlauncher.py
143
file_prefix
= 'file:'
151
# is_file = redirect_file.startswith(
file_prefix
)
156
if redirect_file.startswith(
file_prefix
):
157
bare_file = redirect_file[len(
file_prefix
)]
162
redirect_file =
file_prefix
+ os.path.abspath(bare_file)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py
180
FILE_PREFIX
= "fix_" # The prefix for modules with a fixer within
247
if fix_name.startswith(self.
FILE_PREFIX
):
248
fix_name = fix_name[len(self.
FILE_PREFIX
):]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py
180
FILE_PREFIX
= "fix_" # The prefix for modules with a fixer within
247
if fix_name.startswith(self.
FILE_PREFIX
):
248
fix_name = fix_name[len(self.
FILE_PREFIX
):]
/external/chromium_org/ppapi/tests/
test_file_ref.cc
682
const char*
file_prefix
= "file_";
local
698
buffer << test_dir_name << '/' <<
file_prefix
<< i;
/external/bison/
ChangeLog-1998
584
* src/bison.cld: Add /version, /yacc, /
file_prefix
, and
592
* src/files.c: Append _tab, not .tab when using /
file_prefix
under
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar
/ndk/build/core/
definitions.mk
[
all
...]
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.20.0/
org.eclipse.tycho.p2.resolver.impl-0.20.0.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-core/0.20.0/
tycho-core-0.20.0.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.18.1/
org.eclipse.tycho.p2.resolver.impl-0.18.1.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-core/0.18.1/
tycho-core-0.18.1.jar
Completed in 5596 milliseconds