HomeSort by relevance Sort by last modified time
    Searched refs:names (Results 226 - 250 of 4940) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/fstream.assign/
nonmember_swap.pass.cpp 25 std::pair<std::string, std::string> names; local
26 names.first = get_temp_file_name();
30 std::FILE *fd1 = std::fopen(names.first.c_str(), "w");
32 names.second = get_temp_file_name();
33 assert(names.first != names.second);
36 std::remove(names.first.c_str());
38 return names;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/ofstream.assign/
member_swap.pass.cpp 23 std::pair<std::string, std::string> names; local
24 names.first = get_temp_file_name();
28 std::FILE *fd1 = std::fopen(names.first.c_str(), "w");
30 names.second = get_temp_file_name();
31 assert(names.first != names.second);
34 std::remove(names.first.c_str());
36 return names;
nonmember_swap.pass.cpp 24 std::pair<std::string, std::string> names; local
25 names.first = get_temp_file_name();
29 std::FILE *fd1 = std::fopen(names.first.c_str(), "w");
31 names.second = get_temp_file_name();
32 assert(names.first != names.second);
35 std::remove(names.first.c_str());
37 return names;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
branch-swap-4.d 1 #objdump: -dr -M reg-names=numeric
micromips@branch-swap-4.d 1 #objdump: -dr -M reg-names=numeric
mips1-fp.d 2 #objdump: -M reg-names=numeric -dr
mips16@branch-swap-4.d 1 #objdump: -dr -M reg-names=numeric
  /external/vogar/src/vogar/
Vogar.java 57 @Option(names = { "--expectations" })
63 @Option(names = { "--mode" })
66 @Option(names = { "--variant" })
69 @Option(names = { "--ssh" })
72 @Option(names = { "--timeout" })
75 @Option(names = { "--first-monitor-port" })
78 @Option(names = { "--clean-before" })
81 @Option(names = { "--clean-after" })
84 @Option(names = { "--clean" })
87 @Option(names = { "--xml-reports-directory" }
    [all...]
  /external/fonttools/Lib/fontTools/misc/
sstruct.py 4 bind names to struct elements. The interface is similar to
28 its keys are used for names. If it is an instance, it's
63 formatstring, names, fixes = getformat(fmt)
67 for name in names:
82 formatstring, names, fixes = getformat(fmt)
88 for i in range(len(names)):
89 name = names[i]
107 formatstring, names, fixes = getformat(fmt)
137 formatstring, names, fixes = _formatcache[fmt]
141 names = [
    [all...]
  /external/freetype/src/sfnt/
ttpost.c 22 /* file loads the missing PS glyph names and implements an API to access */
52 /* module to grab the glyph names. */
66 /* table of Mac names. Thus, it is possible to build a version of */
71 /* the 258 default Mac PS glyph names; see file `tools/glnames.py' */
180 /* There already exist fonts which have more than 32768 glyph names */
204 /* compute number of names stored in table */
274 " using NULL names for gid %d - %d\n",
286 TT_Post_20 table = &face->postscript_names.names.format_20;
364 TT_Post_25 table = &face->postscript_names.names.format_25;
394 /* seek to the beginning of the PS names table *
426 TT_Post_Names names = &face->postscript_names; local
490 TT_Post_Names names; local
    [all...]
  /external/jcommander/src/test/java/com/beust/jcommander/args/
AlternateNamesForListArgs.java 30 @Parameter(names = {"-s", "--servers"}, description = "blah")
ArgsArityInteger.java 32 @Parameter(names = "-pairs", arity = 2, description = "Pairs")
ArgsArityString.java 32 @Parameter(names = "-pairs", arity = 2, description = "Pairs")
ArgsI18N2.java 28 @Parameter(names = "-host", description = "Host", descriptionKey = "host")
ArgsI18N2New.java 29 @Parameter(names = "-host", description = "Host", descriptionKey = "host")
ArgsWithSet.java 9 @Parameter(names = "-s", converter = SetConverter.class)
  /external/jcommander/src/test/java/com/beust/jcommander/command/
CommandAdd.java 32 @Parameter(names = "-i")
CommandHidden.java 14 @Parameter(names = "-i")
NamedCommandAdd.java 14 @Parameter(names = "-i")
  /external/lzma/CPP/7zip/UI/Common/
SetProperties.cpp 67 CRecordVector<const wchar_t *> names; local
69 names.Add((const wchar_t *)realNames[i]);
71 RINOK(setProperties->SetProperties(&names.Front(), values, names.Size()));
  /external/perfetto/include/perfetto/ftrace_reader/
ftrace_config.h 31 FtraceConfig CreateFtraceConfig(std::set<std::string> names);
40 // event/categories/app names should not look like:
  /external/ply/ply/test/pkg_test6/parsing/
calcparse.py 17 # dictionary of names
18 names = { } variable
  /external/ply/ply/test/
yacc_rr.py 20 # dictionary of names
21 names = { } variable
25 names[t[1]] = t[3]
29 names[t[1]] = t[3]
60 t[0] = names[t[1]]
  /external/python/cpython2/Mac/Demo/resources/
listres.py 43 names = []
48 names.append(attrnames[mask])
50 names.append(hex(mask))
51 return names
  /external/selinux/libselinux/src/
selinuxswig.i 21 %typemap(in, numinputs=0) (char ***names, int *len) (char **temp1=NULL, int temp2) {
26 %typemap(freearg) (char ***names, int *len) {

Completed in 769 milliseconds

1 2 3 4 5 6 7 8 91011>>