HomeSort by relevance Sort by last modified time
    Searched defs:nexus (Results 1 - 16 of 16) 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 31 IC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus = NULL);
109 // If we are supposed to use the nexus, verify the nexus is non-null.
207 Handle<FeedbackVector> vector() const { return nexus()->vector_handle(); }
208 FeedbackSlot slot() const { return nexus()->slot(); }
217 FeedbackNexus* nexus() const { return nexus_; } function in class:v8::internal::IC
229 nexus()->ExtractMaps(&target_maps_);
268 CallIC(Isolate* isolate, CallICNexus* nexus)
269 : IC(EXTRA_CALL_FRAME, isolate, nexus) {
270 DCHECK(nexus != NULL)
    [all...]
ic.cc 74 State new_state = nexus()->StateFromFeedback();
177 IC::IC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus)
183 nexus_(nexus) {
229 if (nexus) {
230 kind_ = nexus->kind();
232 state_ = nexus->StateFromFeedback();
337 maybe_handler_ = nexus()->FindHandlerForMap(receiver_map());
366 Name* stub_name = nexus()->FindFirstName();
523 nexus()->ConfigurePremonomorphic();
526 nexus()->ConfigureMegamorphic()
528 KeyedLoadICNexus* nexus = casted_nexus<KeyedLoadICNexus>(); local
532 KeyedStoreICNexus* nexus = casted_nexus<KeyedStoreICNexus>(); local
548 LoadICNexus* nexus = casted_nexus<LoadICNexus>(); local
554 LoadGlobalICNexus* nexus = casted_nexus<LoadGlobalICNexus>(); local
559 KeyedLoadICNexus* nexus = casted_nexus<KeyedLoadICNexus>(); local
566 StoreICNexus* nexus = casted_nexus<StoreICNexus>(); local
572 KeyedStoreICNexus* nexus = casted_nexus<KeyedStoreICNexus>(); local
599 LoadICNexus* nexus = casted_nexus<LoadICNexus>(); local
604 KeyedLoadICNexus* nexus = casted_nexus<KeyedLoadICNexus>(); local
611 StoreICNexus* nexus = casted_nexus<StoreICNexus>(); local
617 KeyedStoreICNexus* nexus = casted_nexus<KeyedStoreICNexus>(); local
646 KeyedStoreICNexus* nexus = casted_nexus<KeyedStoreICNexus>(); local
1111 LoadGlobalICNexus* nexus = casted_nexus<LoadGlobalICNexus>(); 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 
  /external/mockito/lib/
byte-buddy-1.7.9.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.5.5/
byte-buddy-1.5.5.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.6.5/
byte-buddy-1.6.5.jar 
  /prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/
equalsverifier-2.1.5.jar 

Completed in 190 milliseconds