HomeSort by relevance Sort by last modified time
    Searched refs:add_file (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/jsoncpp/
amalgamate.py 22 def add_file( self, relative_input_path, wrap_in_comment=False ): member in class:AmalgamationFile
63 header.add_file( "LICENSE", wrap_in_comment=True )
69 header.add_file( "include/json/version.h" )
70 header.add_file( "include/json/config.h" )
71 header.add_file( "include/json/forwards.h" )
72 header.add_file( "include/json/features.h" )
73 header.add_file( "include/json/value.h" )
74 header.add_file( "include/json/reader.h" )
75 header.add_file( "include/json/writer.h" )
76 header.add_file( "include/json/assertions.h"
    [all...]
  /external/python/cpython2/Tools/msi/
msi.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msi.py     [all...]
  /external/autotest/client/site_tests/p2p_ConsumeFiles/
p2p_ConsumeFiles.py 142 cros_a.add_file('everyone', 1000)
143 cros_b.add_file('everyone', 10000)
144 cros_c.add_file('everyone', 20000)
146 cros_a.add_file('only-a', 5000)
148 cros_b.add_file('only-b', 8000)
  /external/blktrace/btt/
aqd.c 48 add_file(ap->fp, oname);
bno_dump.c 41 add_file(fp, oname);
latency.c 44 add_file(fp, strdup(oname));
plat.c 47 add_file(pp->fp, oname);
misc.c 118 void add_file(FILE *fp, char *oname) function
seek.c 57 add_file(fp, oname);
230 add_file(sip->sps_fp, oname);
args.c 258 add_file(ofp, fname);
  /external/ltp/utils/ffsb-6.0-rc2/
filelist.h 83 struct ffsb_file *add_file(struct benchfiles *b, uint64_t size, randdata_t *rd);
metaops.c 46 newdir = add_file(dirs, 0, rd);
  /external/protobuf/src/google/protobuf/compiler/
plugin.cc 74 CodeGeneratorResponse::File* file = response_->add_file();
81 CodeGeneratorResponse::File* file = response_->add_file();
  /external/squashfs-tools/squashfs-tools/
mksquashfs.h 158 extern void add_file(long long, long long, long long, unsigned int *, int,
  /external/fio/
file.h 196 extern int add_file(struct thread_data *, const char *, int, int);
  /toolchain/binutils/binutils-2.25/gold/
options.cc 425 cmdline->inputs().add_file(file);
463 cmdline->inputs().add_file(file);
1361 Input_arguments::add_file(Input_file_argument& file) function in class:gold::Input_arguments
    [all...]
  /build/make/tools/atree/
files.cpp 114 add_file(vector<FileRecord>* files, const FileOpType fileOp, function
313 add_file(files, op, filename, i+1, paths[0], paths[1]);
  /external/openssh/
ssh-add.c 181 add_file(int agent_fd, const char *filename, int key_only) function
449 if (add_file(agent_fd, file, key_only) == -1)
  /toolchain/binutils/binutils-2.25/ld/
testplug.c 50 ADD_FILE,
56 typedef struct add_file struct
58 struct add_file *next;
329 return record_add_file (opt + 4, ADD_FILE);
601 else if (addfile->type == ADD_FILE && tv_add_input_file)
  /external/autotest/client/cros/netprotos/
cros_p2p.py 40 def add_file(self, file_id, file_size, announce=False): member in class:CrosP2PDaemon
  /external/selinux/python/sepolicy/sepolicy/
generate.py 667 def add_file(self, file): member in class:policy
    [all...]
  /developers/build/prebuilts/gradle/AutoBackupForApps/Application/src/main/java/com/example/android/autobackupsample/
AddFileActivity.java 98 setContentView(R.layout.add_file);
  /developers/samples/android/content/AutoBackupForApps/Application/src/main/java/com/example/android/autobackupsample/
AddFileActivity.java 98 setContentView(R.layout.add_file);
  /development/samples/browseable/AutoBackupForApps/src/com.example.android.autobackupsample/
AddFileActivity.java 98 setContentView(R.layout.add_file);

Completed in 2192 milliseconds

1 2 3