HomeSort by relevance Sort by last modified time
    Searched defs:nexus (Results 1 - 13 of 13) sorted by null

  /external/ImageMagick/MagickWand/
display.c 547 *nexus;
554 nexus=XDisplayImage(display,&resource_info,argv,argc,
556 if (nexus == (Image *) NULL)
558 while ((nexus != (Image *) NULL) && ((state & ExitState) == 0))
563 if (nexus->montage != (char *) NULL)
568 display_image=nexus;
571 next=XDisplayImage(display,&resource_info,argv,argc,&nexus,
574 (GetNextImageInList(nexus) != (Image *) NULL))
576 display_image=GetNextImageInList(nexus);
577 nexus=NewImageList()
545 *nexus; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DeviceMenuListener.java 105 // If we don't have anything but Nexus devices, group them together rather than
143 List<Device> nexus = new ArrayList<Device>(); local
146 // Nexus
153 nexus.add(device);
162 if (!nexus.isEmpty()) {
163 sortNexusList(nexus);
164 for (final Device device : nexus) {
ConfigurationChooser.java 1281 int nexus = name.indexOf("Nexus"); \/\/$NON-NLS-1\$ local
    [all...]
  /external/v8/src/ic/
ic.h 29 IC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus = NULL);
67 static bool IsCleared(FeedbackNexus* nexus) {
68 InlineCacheState state = nexus->StateFromFeedback();
101 // If we are supposed to use the nexus, verify the nexus is non-null.
194 Handle<TypeFeedbackVector> vector() const { return nexus()->vector_handle(); }
195 FeedbackVectorSlot slot() const { return nexus()->slot(); }
204 FeedbackNexus* nexus() const { return nexus_; } function in class:v8::internal::IC
217 nexus()->ExtractMaps(&target_maps_);
254 CallIC(Isolate* isolate, CallICNexus* nexus)
    [all...]
ic.cc 92 State new_state = nexus()->StateFromFeedback();
138 IC::IC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus)
142 nexus_(nexus) {
180 state_ = UseVector() ? nexus->StateFromFeedback() : StateFromCode(target);
276 maybe_handler_ = nexus()->FindHandlerForMap(receiver_map());
305 Name* stub_name = nexus()->FindFirstName();
438 void KeyedLoadIC::Clear(Isolate* isolate, Code* host, KeyedLoadICNexus* nexus) {
439 if (IsCleared(nexus)) return;
443 nexus->ConfigurePremonomorphic();
448 void CallIC::Clear(Isolate* isolate, Code* host, CallICNexus* nexus) {
529 KeyedLoadICNexus* nexus = casted_nexus<KeyedLoadICNexus>(); local
533 KeyedStoreICNexus* nexus = casted_nexus<KeyedStoreICNexus>(); local
549 LoadICNexus* nexus = casted_nexus<LoadICNexus>(); local
552 LoadGlobalICNexus* nexus = casted_nexus<LoadGlobalICNexus>(); local
555 KeyedLoadICNexus* nexus = casted_nexus<KeyedLoadICNexus>(); local
558 StoreICNexus* nexus = casted_nexus<StoreICNexus>(); local
562 KeyedStoreICNexus* nexus = casted_nexus<KeyedStoreICNexus>(); local
575 LoadICNexus* nexus = casted_nexus<LoadICNexus>(); local
578 KeyedLoadICNexus* nexus = casted_nexus<KeyedLoadICNexus>(); local
581 StoreICNexus* nexus = casted_nexus<StoreICNexus>(); local
585 KeyedStoreICNexus* nexus = casted_nexus<KeyedStoreICNexus>(); local
599 KeyedStoreICNexus* nexus = casted_nexus<KeyedStoreICNexus>(); local
931 LoadGlobalICNexus* nexus = casted_nexus<LoadGlobalICNexus>(); local
2195 CallICNexus* nexus = casted_nexus<CallICNexus>(); local
    [all...]
  /external/ImageMagick/MagickCore/
animate.c 383 *nexus;
397 nexus=NewImageList();
481 nexus=GetFirstImageInList(images);
684 return(nexus);
375 *nexus; local
1318 *nexus; local
    [all...]
display.c 7115 *nexus; local
10263 *nexus; local
14439 *nexus; local
    [all...]
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkuilib/24.4.0-beta6/
sdkuilib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkuilib/24.5.0/
sdkuilib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkuilib/25.0.0-alpha1/
sdkuilib-25.0.0-alpha1.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 
  /prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/
equalsverifier-2.1.5.jar 

Completed in 318 milliseconds