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

  /external/honggfuzz/tools/
createStackBlacklist.sh 57 FILE_EXT=""
74 FILE_EXT="$2"
104 if [[ "$FILE_EXT" == "" ]]; then
135 find $INPUT_DIR -type f -iname "*.$FILE_EXT" | while read -r FILE
  /external/syslinux/com32/elflink/ldlinux/
ldlinux.c 19 struct file_ext { struct
24 static const struct file_ext file_extensions[] = {
50 const struct file_ext *ext;
74 const struct file_ext *ext;
  /test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DynamicConfigHandler.java 41 private final static String FILE_EXT = ".dynamic";
93 File mergedConfigFile = FileUtil.createTempFile(moduleName, FILE_EXT);
  /external/flatbuffers/reflection/
reflection.fbs 86 file_ext:string;
  /external/f2fs-tools/tools/
fibmap.c 47 struct file_ext { struct
54 void print_ext(struct file_ext *ext)
147 struct file_ext ext;
  /external/flatbuffers/include/flatbuffers/
reflection_generated.h 786 const flatbuffers::String *file_ext() const { function in struct:reflection::FLATBUFFERS_FINAL_CLASS
803 verifier.Verify(file_ext()) &&
822 void add_file_ext(flatbuffers::Offset<flatbuffers::String> file_ext) {
823 fbb_.AddOffset(Schema::VT_FILE_EXT, file_ext);
847 flatbuffers::Offset<flatbuffers::String> file_ext = 0,
851 builder_.add_file_ext(file_ext);
863 const char *file_ext = nullptr,
870 file_ext ? _fbb.CreateString(file_ext) : 0,
  /external/ltp/testcases/kernel/security/prot_hsymlinks/
prot_hsymlinks.c 81 static const char file_ext[] = ".hs"; variable
385 bdirs[dir].path, users[usr].name, file_ext);
401 "/local_%s%s", users[usr].name, file_ext);
  /art/tools/runtime_memusage/
symbol_trace_info.py 269 for file_ext, cat_name in enumerate(categories):
271 str(file_ext) +
  /external/linux-kselftest/tools/testing/selftests/intel_pstate/
run.sh 42 file_ext=$1
  /development/vndk/tools/sourcedr/sourcedr/
codesearch.py 181 file_ext = os.path.splitext(file_name)[1]
183 if file_ext.lower() in self.file_ext_black_list:
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
BusinessLogicPreparer.java 77 private static final String FILE_EXT = ".bl";
171 File hostFile = FileUtil.createTempFile(FILE_LOCATION, FILE_EXT);
  /external/skia/
PRESUBMIT.py 405 file_path, file_ext = os.path.splitext(affected_file_path)
408 if (file_ext == '.h' and
  /external/skqp/
PRESUBMIT.py 381 file_path, file_ext = os.path.splitext(affected_file_path)
384 if (file_ext == '.h' and
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/
iobench.py 299 #name += file_ext
  /external/python/cpython2/Tools/iobench/
iobench.py 299 #name += file_ext
  /external/python/cpython3/Tools/iobench/
iobench.py 300 #name += file_ext
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
rt.jar 
  /test/framework/harnesses/cts-tradefed/
tradefed-cts-prebuilt.jar 

Completed in 235 milliseconds