HomeSort by relevance Sort by last modified time
    Searched full:synthetic (Results 26 - 50 of 195) sorted by null

12 3 4 5 6 7 8

  /frameworks/base/awt/java/awt/
Dispatcher.java 312 * The component that owns the synthetic
386 * Ends both explicit and synthetic grans
397 * Starts the synthetic mouse grab, increases the counter
400 * @return - the component that owns the synthetic grab
414 * ends the synthetic mouse grab, when this counter becomes zero
416 * @return - the component that owns the synthetic grab,
438 * Update the state of synthetic ouse gram
470 * @return the component that currently owns the synthetic grab
477 * ends synthetic grab
MouseDispatcher.java 37 // Fields for synthetic mouse click events generation
274 // set cursor back on synthetic mouse grab end:
  /cts/tools/dasm/src/dasm/
ReservedWords.java 109 reserved_words.put("synthetic", new token(sym.SYNTHETIC));
sym.java 15 static final int SYNTHETIC = 56;
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
ClassSourcer.java 111 // skip synthetic fields
  /external/freetype/src/cff/
cffcmap.c 117 /***** CFF SYNTHETIC UNICODE ENCODING CMAP *****/
  /external/icu4c/tools/genpname/
SyntheticPropertyAliases.txt 11 # It contains synthetic property aliases not present
gensvpa.pl 132 # It contains synthetic property value aliases not present
  /external/webkit/WebCore/platform/graphics/mac/
FontPlatformDataMac.mm 115 return String(cgFontDescription.get()) + " " + String::number(m_size) + (m_syntheticBold ? " synthetic bold" : "") + (m_syntheticOblique ? " syntheitic oblique" : "");
  /external/webkit/WebCore/rendering/
RenderReplica.cpp 39 // This is a hack. Replicas are synthetic, and don't pick up the attributes of the
  /frameworks/base/include/ui/
EventHub.h 41 * - synthetic events from the runtime (e.g. "URL fetch completed")
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 137 // skip synthetic classes if enabled:
143 if (trace1) m_log.trace1 ("visit", "skipping synthetic class");
181 // cache the location of "Synthetic" string:
384 if (trace2) m_log.trace2 ("visit", (method.isSynthetic () ? "synthetic " : "") + "method #" + m + ": [" + m_methodName + "]");
388 // TODO: research whether synthetic methods add nontrivially to line coverage or not
397 if (trace2) m_log.trace2 ("visit", "skipped synthetic method");
467 final boolean instrumentClinit = false; // TODO: make use of this [to limit instrumentation to clinitHeader only], take into account whether we added and whether it is synthetic
481 // there is no <clinit> defined by the original class: add one [and mark it synthetic]
513 if (trace2) m_log.trace2 ("visit", "added synthetic <clinit> method");
528 if (trace2) m_log.trace2 ("visit", (clinit.isSynthetic () ? "synthetic " : "") + "method #" + m_methodID + ": [<clinit>]")
    [all...]
  /external/proguard/lib/
proguardgui.jar 
retrace.jar 
  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 103 return synthetic(cf, offset, length, observer);
132 return synthetic(cf, offset, length, observer);
171 return synthetic(cf, offset, length, observer);
719 * Parses a {@code Synthetic} attribute.
721 private Attribute synthetic(DirectClassFile cf, int offset, int length, method in class:StdAttributeFactory
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/reflect/
Constructor.java 260 * Indicates whether or not this constructor is synthetic (artificially
263 * @return {@code true} if this constructor is synthetic, {@code false}
270 return (mods & Modifier.SYNTHETIC) != 0;
Method.java 313 * Indicates whether or not this method is synthetic.
315 * @return {@code true} if this method is synthetic, {@code false} otherwise
321 return (modifiers & Modifier.SYNTHETIC) != 0;
  /dalvik/dx/src/com/android/dx/rop/code/
AccessFlags.java 85 /** synthetic member */
352 sb.append("|synthetic");
  /external/webkit/WebCore/platform/mac/
WebFontCache.mm 274 // synthetic bold on top of an already-bold font, as reported in <http://bugs.webkit.org/show_bug.cgi?id=6146>. To work around this
276 // the same family without those traits (to apply the synthetic traits to later).
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /external/freetype/src/psaux/
t1cmap.c 261 /***** TYPE1 SYNTHETIC UNICODE ENCODING CMAP *****/
  /external/webkit/WebCore/platform/graphics/cairo/
FontCairo.cpp 63 // Synthetic Oblique

Completed in 732 milliseconds

12 3 4 5 6 7 8