HomeSort by relevance Sort by last modified time
    Searched refs:creator (Results 76 - 100 of 324) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SecureConversationViewController.java 108 final InlineAttachmentViewIntentBuilderCreator creator = local
113 creator.createInlineAttachmentViewIntentBuilder(null, -1)));
  /packages/services/Mms/src/com/android/mms/service/
DownloadRequest.java 62 Uri contentUri, PendingIntent downloadedIntent, String creator,
64 super(manager, subId, creator, configOverrides, context);
161 values.put(Telephony.Mms.CREATOR, mCreator);
SendRequest.java 63 PendingIntent sentIntent, String creator, Bundle configOverrides, Context context) {
64 super(manager, subId, creator, configOverrides, context);
217 values.put(Telephony.Mms.CREATOR, mCreator);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ExportGradleTest.java 285 NewProjectCreator creator = new NewProjectCreator(state, context); local
286 creator.createJavaProjects();
  /external/valgrind/callgrind/
callgrind_annotate.in 105 my $creator = "";
426 elsif (/^creator:\s+(.*)$/) { $creator = $1; }
722 if ($creator ne "") { print " (creator: $creator)"; }
    [all...]
  /external/ImageMagick/coders/
dpx.c 160 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);
157 creator[100], member in struct:_DPXFileInfo
    [all...]
  /external/python/cpython2/Mac/Modules/launch/
_Launchmodule.c 57 "creator", PyMac_BuildOSType, it->creator,
65 "creator", PyMac_BuildOSType, it->creator,
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowParcel.java 831 Parcelable.Creator<T> creator; local
834 Field f = c.getField("CREATOR");
835 creator = (Parcelable.Creator) f.get(null);
844 + "Parcelable.Creator object called " + " CREATOR on class " + name);
847 + "Parcelable.Creator object called " + " CREATOR on class " + name);
849 if (creator == null)
    [all...]
  /system/tools/aidl/
type_java.cpp 588 return JavaType() + ".CREATOR";
616 // v = CLASS.CREATOR.createFromParcel(parcel)
628 v, new MethodCall(v->type, "CREATOR.createFromParcel", 1, parcel)));
657 return JavaType() + ".CREATOR";
668 string creator = v->type->JavaType() + ".CREATOR"; local
670 new LiteralExpression(creator))));
675 string creator = v->type->JavaType() + ".CREATOR"; local
677 new LiteralExpression(creator)));
    [all...]
  /prebuilts/sdk/current/extras/constraint-layout-solver/
android-support-constraint-layout-solver.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
binhex.py 79 self.Creator = '????'
195 d2 = finfo.Type + finfo.Creator
423 creator = rest[5:9]
430 self.FInfo.Creator = creator
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
binhex.py 78 self.Creator = '????'
194 d2 = finfo.Type + finfo.Creator
417 creator = rest[5:9]
424 self.FInfo.Creator = creator
  /external/pdfium/fpdfsdk/javascript/
Document.h 68 bool creator(CJS_Runtime* pRuntime,
332 JS_STATIC_PROP(creator, Document);
  /external/python/cpython2/Lib/
binhex.py 79 self.Creator = '????'
195 d2 = finfo.Type + finfo.Creator
423 creator = rest[5:9]
430 self.FInfo.Creator = creator
  /external/valgrind/drd/
drd_main.c 635 void drd_pre_thread_create(const ThreadId creator, const ThreadId created)
637 const DrdThreadId drd_creator = DRD_(VgThreadIdToDrdThreadId)(creator);
646 DRD_(trace_msg)("drd_pre_thread_create creator = %u, created = %u",
    [all...]
drd_thread.h 102 * ID of the creator thread. It can be safely accessed only until the
103 * thread is fully created. Then the creator thread lives its own life again.
150 DrdThreadId DRD_(thread_pre_create)(const DrdThreadId creator,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
binhex.py 78 self.Creator = '????'
194 d2 = finfo.Type + finfo.Creator
417 creator = rest[5:9]
424 self.FInfo.Creator = creator
  /prebuilts/gdb/linux-x86/lib/python2.7/
binhex.py 78 self.Creator = '????'
194 d2 = finfo.Type + finfo.Creator
417 creator = rest[5:9]
424 self.FInfo.Creator = creator
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
binhex.py 78 self.Creator = '????'
194 d2 = finfo.Type + finfo.Creator
417 creator = rest[5:9]
424 self.FInfo.Creator = creator
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
binhex.py 78 self.Creator = '????'
194 d2 = finfo.Type + finfo.Creator
417 creator = rest[5:9]
424 self.FInfo.Creator = creator
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 298 NewProjectCreator creator = new NewProjectCreator(state, context); local
299 creator.createAndroidProjects();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
scantools.py 28 from bgenlocations import CREATOR, INCLUDEDIR
30 CREATOR = None
341 if MacOS and CREATOR:
343 self.filecreator = CREATOR
349 creator, type = MacOS.GetCreatorAndType(filename)
350 if self.filecreator: creator = self.filecreator
352 MacOS.SetCreatorAndType(filename, creator, type)
  /external/python/cpython2/Tools/bgen/bgen/
scantools.py 28 from bgenlocations import CREATOR, INCLUDEDIR
30 CREATOR = None
341 if MacOS and CREATOR:
343 self.filecreator = CREATOR
349 creator, type = MacOS.GetCreatorAndType(filename)
350 if self.filecreator: creator = self.filecreator
352 MacOS.SetCreatorAndType(filename, creator, type)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_generators.py 106 >>> def creator():
108 ... print "creator", r.next()
112 ... r = creator()
117 creator 0
    [all...]
  /external/fonttools/Lib/fontTools/
t1Lib.py 106 creator, typ = getMacCreatorAndType(path)

Completed in 538 milliseconds

1 2 34 5 6 7 8 91011>>