Home
last modified time | relevance | path

Searched refs:creator (Results 1 – 25 of 138) sorted by relevance

123456

/third_party/icu/tools/unicodetools/com/ibm/rbm/resources/
DRBManager_sv.properties15 # @translated true @created 2000-11-10 @modified 2000-11-08 @creator Jared @modifier Stefan Edlund
18 # @translated true @created 2000-11-10 @modified 2000-11-08 @creator Jared @modifier Stefan Edlund
21 # @translated true @created 2000-11-10 @modified 2000-11-08 @creator Jared @modifier Stefan Edlund
24 # @translated true @created 2000-11-10 @modified 2000-11-08 @creator Jared @modifier Stefan Edlund
33 # @translated true @created 2000-11-10 @modified 2000-11-08 @creator Jared @modifier Stefan Edlund
36 # @translated true @created 2000-11-10 @modified 2000-11-08 @creator Jared @modifier Stefan Edlund
39 # @translated true @created 2000-11-10 @modified 2000-11-08 @creator Jared @modifier Stefan Edlund
42 # @translated true @created 2000-11-10 @modified 2000-11-08 @creator Jared @modifier Stefan Edlund
45 # @translated true @created 2000-11-10 @modified 2000-11-08 @creator Jared @modifier Stefan Edlund
48 # @translated true @created 2000-11-10 @modified 2000-11-08 @creator Jared @modifier Stefan Edlund
[all …]
DRBManager_fi.properties15 # @translated true @created 2001-12-17 @modified 2001-06-27 @creator Jared @modifier Unknown
18 # @translated true @created 2001-12-17 @modified 2000-11-08 @creator Jared @modifier Jussi Myllym�ki
21 # @translated true @created 2001-12-17 @modified 2000-11-08 @creator Jared @modifier Jussi Myllym�ki
24 # @translated true @created 2001-12-17 @modified 2000-11-08 @creator Jared @modifier Jussi Myllym�ki
33 # @translated true @created 2001-12-17 @modified 2000-11-08 @creator Jared @modifier Jussi Myllym�ki
36 # @translated true @created 2001-12-17 @modified 2000-11-08 @creator Jared @modifier Jussi Myllym�ki
39 # @translated true @created 2001-12-17 @modified 2000-11-08 @creator Jared @modifier Jussi Myllym�ki
42 # @translated true @created 2001-12-17 @modified 2000-11-08 @creator Jared @modifier Jussi Myllym�ki
45 # @translated true @created 2001-12-17 @modified 2000-11-08 @creator Jared @modifier Jussi Myllym�ki
48 # @translated true @created 2001-12-17 @modified 2000-11-08 @creator Jared @modifier Jussi Myllym�ki
[all …]
DRBManager_de.properties15 # @translated true @created 2000-11-10 @modified 2000-11-08 @creator Jared @modifier Martin Gerlach
18 # @translated true @created 2000-11-10 @modified 2000-11-08 @creator Jared @modifier Martin Gerlach
21 # @translated true @created 2000-11-10 @modified 2000-11-08 @creator Jared @modifier Martin Gerlach
24 # @translated true @created 2000-11-10 @modified 2000-11-08 @creator Jared @modifier Martin Gerlach
27 # @translated true @created 2000-11-10 @modified 2000-11-08 @creator Jared @modifier Martin Gerlach
36 # @translated true @created 2000-11-10 @modified 2000-11-08 @creator Jared @modifier Martin Gerlach
39 # @translated true @created 2000-11-10 @modified 2000-11-08 @creator Jared @modifier Martin Gerlach
42 # @translated true @created 2000-11-10 @modified 2000-11-08 @creator Jared @modifier Martin Gerlach
45 # @translated true @created 2000-11-10 @modified 2000-11-08 @creator Jared @modifier Martin Gerlach
48 # @translated true @created 2000-11-10 @modified 2000-11-08 @creator Jared @modifier Martin Gerlach
[all …]
DRBManager.properties15 # @translated true @created 2000-11-10 @modified 2000-10-26 @creator Jared @modifier Jared
18 # @translated true @created 2000-11-10 @modified 2000-10-26 @creator Jared @modifier Jared
21 # @translated true @created 2000-11-10 @modified 2000-10-26 @creator Jared @modifier Jared
24 # @translated true @created 2000-11-10 @modified 2000-10-26 @creator Jared @modifier Jared
27 # @translated true @created 2000-11-10 @modified 2000-10-26 @creator Jared @modifier Jared
36 # @translated true @created 2000-11-10 @modified 2000-10-26 @creator Jared @modifier Jared
39 # @translated true @created 2000-11-10 @modified 2000-10-26 @creator Jared @modifier Jared
42 # @translated true @created 2000-11-10 @modified 2000-10-26 @creator Jared @modifier Jared
45 # @translated true @created 2000-11-10 @modified 2000-10-26 @creator Jared @modifier Jared
48 # @translated true @created 2000-11-10 @modified 2000-10-26 @creator Jared @modifier Jared
[all …]
/third_party/python/Lib/xml/dom/
Ddomreg.py53 creator = None
67 for creator in registered.values():
68 dom = creator()
72 for creator in well_known_implementations.keys():
74 dom = getDOMImplementation(name = creator)
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dcontainer_test.dart125 ' │ creator: Padding ← Container ← Align ← [root]\n'
132 ' │ creator: ConstrainedBox ← Padding ← Container ← Align ← [root]\n'
139 ' │ creator: DecoratedBox ← ConstrainedBox ← Padding ← Container ←\n'
151 ' │ creator: DecoratedBox ← DecoratedBox ← ConstrainedBox ← Padding ←\n'
163 ' │ creator: Padding ← DecoratedBox ← DecoratedBox ← ConstrainedBox ←\n'
171 ' │ creator: Align ← Padding ← DecoratedBox ← DecoratedBox ←\n'
181 ' │ creator: SizedBox ← Align ← Padding ← DecoratedBox ← DecoratedBox\n'
189 ' creator: DecoratedBox ← SizedBox ← Align ← Padding ← DecoratedBox\n'
207 ' │ creator: Padding ← Container ← Align ← [root]\n'
217 ' │ creator: ConstrainedBox ← Padding ← Container ← Align ← [root]\n'
[all …]
/third_party/node/tools/snapshot/
Dsnapshot_builder.cc78 SnapshotCreator creator(isolate, external_references.data()); in Generate() local
87 creator.SetDefaultContext(Context::New(isolate)); in Generate()
88 isolate_data_indexes = main_instance->isolate_data()->Serialize(&creator); in Generate()
90 size_t index = creator.AddContext(NewContext(isolate)); in Generate()
96 creator.CreateBlob(SnapshotCreator::FunctionCodeHandling::kClear); in Generate()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DBundleItem.java30 …private String creator; // The name of the person who created the i… field in BundleItem
50 creator = null; in BundleItem()
84 return creator; in getCreator()
201 creator = name; in setCreator()
285 if (creator != null) retStr += " @creator " + creator; in toOutputString()
/third_party/flutter/flutter/dev/bots/test/
Dprepare_package_test.dart71 ArchiveCreator creator;
90 creator = ArchiveCreator(
100 flutter = path.join(creator.flutterRoot.absolute.path, 'bin', 'flutter');
129 await creator.initializeRepo();
130 await creator.createArchive();
164 creator = ArchiveCreator(
174 await creator.initializeRepo();
175 await creator.createArchive();
186 expect(expectAsync0(creator.initializeRepo),
213 creator = ArchiveCreator(
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DCallDAG.cpp300 CallDAGCreator creator(diagnostics); in init() local
303 root->traverse(&creator); in init()
306 InitResult result = creator.assignIndices(); in init()
312 creator.fillDataStructures(&mRecords, &mFunctionIdToIndex); in init()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCallDAG.cpp300 CallDAGCreator creator(diagnostics); in init() local
303 root->traverse(&creator); in init()
306 InitResult result = creator.assignIndices(); in init()
312 creator.fillDataStructures(&mRecords, &mFunctionIdToIndex); in init()
/third_party/vulkan-loader/
D.gitignore24 *.creator
25 *.creator.user
/third_party/libxml2/
Dcheck-xinclude-test-suite.py173 creator = case.prop('creator')
174 if creator != None:
175 print "=>", creator
/third_party/python/Lib/test/test_email/data/
Dmsg_22.txt16 ; x-mac-creator="474B4F4E"
30 ; x-mac-creator="474B4F4E"
Dmsg_15.txt44 x-mac-creator="6F676C65";
/third_party/flutter/skia/tools/
Dusing_skia_and_harfbuzz.cpp110 StringOption creator = StringOption("-t", "PDF creator", "---"); member
122 &keywords, &creator, &font_file, &font_size, &left_margin, in Config()
188 pdf_info.fCreator = config.creator.value.c_str(); in MakePDFDocument()
/third_party/skia/tools/
Dusing_skia_and_harfbuzz.cpp113 StringOption creator = StringOption("-t", "PDF creator", "---"); member
125 &keywords, &creator, &font_file, &font_size, &left_margin, in Config()
191 pdf_info.fCreator = config.creator.value.c_str(); in MakePDFDocument()
/third_party/ffmpeg/libavcodec/
Ddpx.c162 char creator[101] = { 0 }; in decode_frame() local
615 av_strlcpy(creator, avpkt->data + 160, 100); in decode_frame()
616 creator[100] = '\0'; in decode_frame()
617 av_dict_set(&p->metadata, "Creator", creator, 0); in decode_frame()
625 !memcmp(creator, "Lasergraphics Inc.", 18)) { in decode_frame()
/third_party/python/Lib/idlelib/
DCREDITS.txt1 Guido van Rossum, as well as being the creator of the Python language, is the
2 original creator of IDLE. Other contributors prior to Version 0.8 include
/third_party/node/deps/npm/node_modules/har-schema/lib/
Dindex.js10 creator: require('./creator.json'), property
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_init/
Dcoverage.txt9 this test case to happen. In NPTL, the semaphore creator has to
/third_party/python/Lib/test/
Dtest__xxsubinterpreters.py1901 def __new__(cls, end, interp, other, extra, creator): argument
1914 if not creator:
1915 creator = 'same'
1916 self = super().__new__(cls, end, interp, other, extra, creator)
1931 creator = self._get_interpreter(self.creator)
1932 self._cid = self._new_channel(creator)
1959 def _new_channel(self, creator): argument
1960 if creator.name == 'main':
1964 run_interp(creator.id, f"""
2217 for creator in ('same', 'other', 'creator'):
[all …]
/third_party/gstreamer/gstplugins_good/gst/flx/
Dflx_fmt.h80 guint32 created,creator,updated,updater; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DManagedStatic.h63 void RegisterManagedStatic(void *(*creator)(), void (*deleter)(void*)) const;
/third_party/node/deps/npm/node_modules/har-validator/lib/
Dpromise.js56 exports.creator = function (data) { function

123456