Searched defs:creator (Results 1 - 25 of 35) sorted by relevance

12

/external/guice/core/src/com/google/inject/internal/
H A DSingletonScope.java48 * the only real action that Scope can do is to call or not to call a creator.
92 * - creates no more than one instance per Key as a creator is used no more than once,
94 * - exception in a creator is not treated as instance creation and is not cached,
102 public <T> Provider<T> scope(final Key<T> key, final Provider<T> creator) { argument
143 // creator throwing an exception can cause circular proxies created in
145 T provided = creator.get();
335 return String.format("%s[%s]", creator, Scopes.SINGLETON);
H A DScoping.java234 InternalFactory<? extends T> creator, Object source, Scoping scoping) {
237 return creator;
243 = scope.scope(key, new ProviderToInternalFactoryAdapter<T>(injector, creator));
233 scope(Key<T> key, InjectorImpl injector, InternalFactory<? extends T> creator, Object source, Scoping scoping) argument
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
H A DExperimentModule.java65 static Object provideRunningBenchmark(BenchmarkCreator creator) { argument
66 return creator.createBenchmarkInstance();
/external/syslinux/gpxe/src/arch/i386/interface/pxe/
H A Dpxe_preboot.c71 /** A PXE DHCP packet creator */
143 struct pxe_dhcp_packet_creator *creator; local
166 creator = &pxe_dhcp_packet_creators[idx];
167 if ( ( rc = creator->create ( pxe_netdev, info,
/external/valgrind/drd/
H A Ddrd_segment.c56 * @note The creator and created thread ID's may be equal.
57 * @note This function copies the vector clock of thread 'creator', a technique
63 const DrdThreadId creator,
70 tl_assert(creator == DRD_INVALID_THREADID
71 || DRD_(IsValidDrdThreadId)(creator));
73 creator_sg = (creator != DRD_INVALID_THREADID
74 ? DRD_(thread_get_segment)(creator) : 0);
117 Segment* DRD_(sg_new)(const DrdThreadId creator, const DrdThreadId created) argument
127 sg_init(sg, creator, created);
62 sg_init(Segment* const sg, const DrdThreadId creator, const DrdThreadId created) argument
H A Ddrd_main.c635 void drd_pre_thread_create(const ThreadId creator, const ThreadId created) argument
637 const DrdThreadId drd_creator = DRD_(VgThreadIdToDrdThreadId)(creator);
646 DRD_(trace_msg)("drd_pre_thread_create creator = %u, created = %u",
H A Ddrd_thread.c295 * from the context of the creator thread, before the new thread has been
298 * @param[in] creator DRD thread ID of the creator thread.
303 DrdThreadId DRD_(thread_pre_create)(const DrdThreadId creator, argument
316 if (creator != DRD_INVALID_THREADID) {
323 DRD_(g_threadinfo)[created].creator_thread = creator;
326 thread_append_segment(created, DRD_(sg_new)(creator, created));
/external/python/cpython2/Mac/Modules/
H A Dicgluemodule.c307 "(type, creator, filename)->mapinfo; Get filemap info for given tp/cr/filename"
314 OSType type, creator; local
320 PyMac_GetOSType, &creator,
323 if ((err=ICMapTypeCreator(self->inst, type, creator, filename, &entry)) != 0 )
360 newiciobject(OSType creator) argument
368 if ((err=ICStart(&self->inst, creator)) != 0 ) {
430 OSType creator; local
432 if (!PyArg_ParseTuple(args, "O&", PyMac_GetOSType, &creator))
434 return (PyObject *)newiciobject(creator);
H A DMacOS.c290 static char getcrtp_doc[] = "Get MacOS 4-char creator and type for a file";
295 PyObject *creator, *type, *res; local
320 creator = PyString_FromStringAndSize(
323 res = Py_BuildValue("OO", creator, type);
324 Py_DECREF(creator);
341 /* Directory: doesn't have type/creator info.
353 creator = PyString_FromStringAndSize((char*)&(finfo->fileCreator), 4);
356 res = Py_BuildValue("OO", creator, type);
357 Py_DECREF(creator);
362 static char setcrtp_doc[] = "Set MacOS 4-char creator an
367 ResType creator, type; local
[all...]
/external/skia/src/pdf/
H A DSkPDFMetadata.cpp292 escape_xml(metadata.fAuthor, "<dc:creator><rdf:Bag><rdf:li>",
293 "</rdf:li></rdf:Bag></dc:creator>\n");
316 SkString creator = escape_xml(metadata.fCreator, "<xmp:CreatorTool>", local
324 creator.c_str(), title.c_str(), subject.c_str(), author.c_str(),
/external/skia/tools/
H A Dusing_skia_and_harfbuzz.cpp110 StringOption creator = StringOption("-t", "PDF creator", "---"); member in struct:Config
122 &keywords, &creator, &font_file, &font_size, &left_margin,
181 pdf_info.fCreator = config.creator.value.c_str();
/external/python/cpython2/Lib/plat-mac/
H A Dbundlebuilder.py90 # The creator code of the bundle.
91 creator = None variable in class:BundleBuilder
132 if self.creator is None:
134 self.creator = plist.CFBundleSignature
136 self.creator = "????"
137 plist.CFBundleSignature = self.creator
183 assert len(self.type) == len(self.creator) == 4, \
184 "type and creator must be 4-byte strings."
187 f.write(self.type + self.creator)
817 -c, --creator
[all...]
/external/python/cpython2/Mac/Modules/icn/
H A D_Icnmodule.c802 OSType creator; local
810 PyMac_GetOSType, &creator,
814 creator,
859 OSType creator; local
867 PyMac_GetOSType, &creator,
871 _err = RegisterIconRefFromIconFamily(creator,
885 OSType creator; local
894 PyMac_GetOSType, &creator,
899 _err = RegisterIconRefFromResource(creator,
914 OSType creator; local
940 OSType creator; local
1249 OSType creator; local
1369 OSType creator; local
[all...]
/external/python/cpython2/Mac/Modules/res/
H A D_Resmodule.c1270 OSType creator; local
1278 PyMac_GetOSType, &creator,
1283 creator,
1661 PyDoc_STR("(FSSpec spec, OSType creator, OSType fileType, ScriptCode scriptTag) -> None")},
/external/ImageMagick/coders/
H A Ddpx.c160 creator[100],
757 offset+=ReadBlob(image,sizeof(dpx.file.creator),(unsigned char *)
758 dpx.file.creator);
759 if (*dpx.file.creator != '\0')
761 (void) FormatImageProperty(image,"dpx:file.creator","%.100s",
762 dpx.file.creator);
763 (void) FormatImageProperty(image,"software","%.100s",dpx.file.creator);
1578 (void) strncpy(dpx.file.creator,GetMagickVersion((size_t *) NULL),
1579 sizeof(dpx.file.creator)-1);
1580 value=GetDPXProperty(image,"dpx:file.creator",exceptio
157 creator[100], member in struct:_DPXFileInfo
[all...]
/external/pdfium/fpdfsdk/javascript/
H A DDocument.cpp73 {"creator", get_creator_static, set_creator_static},
846 bool Document::creator(CJS_Runtime* pRuntime, function in class:Document
/external/pdfium/third_party/lcms2-2.6/src/
H A Dlcms2_internal.h722 cmsUInt32Number creator; member in struct:_cms_iccprofile_struct
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
H A DJarSourceCode.java2484 IRBuilder builder, BiConsumer<List<MoveType>, List<Integer>> creator) {
2505 creator.accept(types, registers);
2482 buildInvoke( String methodDesc, Type methodOwner, boolean addImplicitReceiver, IRBuilder builder, BiConsumer<List<MoveType>, List<Integer>> creator) argument
/external/python/cpython2/Mac/Modules/file/
H A D_Filemodule.c642 {"Creator", (getter)FInfo_get_Creator, (setter)FInfo_set_Creator, "4-char file creator"},
1149 OSType creator; local
1153 PyMac_GetOSType, &creator,
1158 creator,
1388 PyDoc_STR("(OSType creator, OSType fileType, ScriptCode scriptTag) -> None")},
2429 OSType creator; local
2435 PyMac_GetOSType, &creator,
2441 creator,
3178 PyDoc_STR("(short vRefNum, long dirID, Str255 fileName, OSType creator, OSType fileType) -> None")},
/external/pdfium/third_party/lcms2-2.6/include/
H A Dlcms2.h616 cmsSignature creator; // Profile creator member in struct:__anon16584
/external/doclava/src/com/google/doclava/parser/
H A DJavaParser.java149 * In "creator" we rule out "nonWildcardTypeArguments" on arrayCreation,
325 "annotationHeader", "synpred107_Java", "synpred35_Java", "creator",
11072 // src/com/google/doclava/parser/Java.g:1097:1: primary : ( parExpression | 'this' ( '.' IDENTIFIER )* ( identifierSuffix )? | IDENTIFIER ( '.' IDENTIFIER )* ( identifierSuffix )? | 'super' superSuffix | literal | creator | primitiveType ( '[' ']' )* '.' 'class' | 'void' '.' 'class' );
11082 // src/com/google/doclava/parser/Java.g:1101:5: ( parExpression | 'this' ( '.' IDENTIFIER )* ( identifierSuffix )? | IDENTIFIER ( '.' IDENTIFIER )* ( identifierSuffix )? | 'super' superSuffix | literal | creator | primitiveType ( '[' ']' )* '.' 'class' | 'void' '.' 'class' )
11391 // src/com/google/doclava/parser/Java.g:1115:9: creator
11395 creator();
12100 // $ANTLR start "creator"
12101 // src/com/google/doclava/parser/Java.g:1160:1: creator : ( 'new' nonWildcardTypeArguments classOrInterfaceType classCreatorRest | 'new' classOrInterfaceType classCreatorRest | arrayCreator );
12102 public final void creator() throws RecognitionException { method in class:JavaParser
12104 try { dbg.enterRule(getGrammarFileName(), "creator");
[all...]
/external/python/cpython2/Mac/Modules/qt/
H A D_Qtmodule.c6355 OSType creator; local
6367 PyMac_GetOSType, &creator,
6376 creator,
6724 OSType creator; local
6735 PyMac_GetOSType, &creator,
6743 creator,
6759 OSType creator; local
6768 PyMac_GetOSType, &creator,
6775 creator,
6790 OSType creator; local
7833 OSType creator; local
8151 OSType creator; local
8250 OSType creator; local
15769 OSType creator; local
16687 OSType creator; local
17413 OSType creator; local
[all...]
/external/caliper/lib/
H A Dgson-2.2.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/stream/ ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...

Completed in 1015 milliseconds

12