HomeSort by relevance Sort by last modified time
    Searched full:given (Results 501 - 525 of 14528) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_drag_source.h 44 // Initialize a WebDragSource object for a drag (originating on the given
45 // contentsView and with the given dropData and pboard). Fill the pasteboard
74 // Call to drag a promised file to the given path (should be called before
  /external/chromium/chrome/browser/web_applications/
web_app.h 37 // Creates a shortcut for web application based on given shortcut data.
47 // Returns true if given url is a valid web app url.
50 // Returns data dir for web apps for given profile path.
  /external/chromium/chrome/common/
spellcheck_messages.h 31 int /* request identifier given by WebKit */,
74 // Tells the browser to update the spelling panel with the given word.
94 int /* request identifier given by WebKit */,
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stunserver.h 41 // Creates a STUN server, which will listen on the given socket.
62 // Sends an error response to the given message back to the user.
67 // Sends the given message to the appropriate destination.
  /external/dexmaker/src/dx/java/com/android/dx/dex/
DexFormat.java 59 * Returns the API level corresponding to the given magic number,
60 * or {@code -1} if the given array is not a well-formed dex file
85 * Returns the magic number corresponding to the given target API level.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/
PropertyListIntersector.java 36 * Updates intersection by intersecting with new given array.
96 * @return <code>true</code> if new matched {@link Property} from given array was added.
122 * @return <code>true</code> if given {@link Property} matches and was added.
  /external/guava/guava/src/com/google/common/collect/
AbstractIndexedListIterator.java 46 * Constructs an iterator across a sequence of the given size whose initial
58 * Constructs an iterator across a sequence of the given size with the given
  /external/guava/guava/src/com/google/common/util/concurrent/
ListenableFutureTask.java 42 * given {@code Callable}.
53 * given {@code Runnable}, and arrange that {@code get} will return the
54 * given result on successful completion.
  /external/icu4c/i18n/
quant.h 65 * assume the text as given is complete.
86 * @param v the given index value.
87 * @return true if this rule matches the given index value.
  /external/icu4c/i18n/unicode/
currunit.h 38 * Construct an object with the given ISO currency code.
74 * to the given object.
82 * @return The class ID for this object. All objects of a given
  /external/icu4c/layoutex/layout/
plruns.h 73 * Close the given <code>pl_fontRuns</code> object. Once this
133 * Get the <code>le_font</code> object assoicated with the given run
140 * @return the <code>le_font</code> associated with the given text run.
150 * Add a new font run to the given <code>pl_fontRuns</code> object.
206 * Close the given <code>pl_valueRuns</code> object. Once this
266 * Get the value assoicated with the given run * of text. Use
273 * @return the value associated with the given text run.
283 * Add a new font run to the given <code>pl_valueRuns</code> object.
338 * Close the given <code>pl_localeRuns</code> object. Once this
398 * Get the <code>le_font</code> object assoicated with the given ru
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
Structure.java 78 * Constructor. Loads the structure from the given stream during instance creation.
128 * This method returns the value of the filed with a given name.
131 * @return the value of the field or null if no field with a given name is found
143 * This method returns the value of the filed with a given name. The structure is considered to have flat fields
147 * @return the value of the field or null if no field with a given name is found
210 * This method returns the field name of the given index.
213 * @return the field name of the given index
220 * This method returns the field type of the given index.
223 * @return the field type of the given index
295 * This method returns the data type that is appropriate to the given type name. WARNING! The type recognitio
    [all...]
  /external/oauth/core/src/main/java/net/oauth/http/
HttpMessageDecoder.java 32 * Decode the given message if necessary and possible.
34 * @return a decorator that decodes the body of the given message; or the
35 * given message if this class can't decode it.
  /external/oprofile/libpp/
symbol_container.h 49 /// find the symbols at the given filename and line number, if any
52 /// find the symbols defined in the given filename, if any
55 /// find the symbol with the given image_name vma if any
  /external/proguard/src/proguard/
ArgumentWordReader.java 39 // * Creates a new ArgumentWordReader for the given arguments.
48 * Creates a new ArgumentWordReader for the given arguments, with the
49 * given base directory.
  /external/proguard/src/proguard/classfile/attribute/
InnerClassesInfo.java 70 * Applies the given constant pool visitor to the class constant of the
84 * Applies the given constant pool visitor to the class constant of the
98 * Applies the given constant pool visitor to the Utf8 constant of the
  /external/proguard/src/proguard/classfile/attribute/annotation/
Annotation.java 85 * Applies the given visitor to the first referenced class. This is the
102 * Applies the given visitor to all referenced classes.
121 * Applies the given visitor to all element value pairs.
AnnotationsAttribute.java 61 * Applies the given visitor to all class annotations.
75 * Applies the given visitor to all field annotations.
89 * Applies the given visitor to all method annotations.
  /external/proguard/src/proguard/classfile/attribute/preverification/
SameOneFrame.java 47 * Creates a SameOneFrame with the given tag.
56 * Creates a SameOneFrame with the given stack verification type.
65 * Applies the given verification type visitor to the stack item.
StackMapAttribute.java 48 * Creates a StackMapTableAttribute with the given stack map frames.
57 * Creates a StackMapTableAttribute with the given stack map frames.
78 * Applies the given stack map frame visitor to all stack map frames.
StackMapTableAttribute.java 48 * Creates a StackMapTableAttribute with the given stack map frames.
57 * Creates a StackMapTableAttribute with the given stack map frames.
76 * Applies the given stack map frame visitor to all stack map frames.
VerificationType.java 59 * Accepts the given visitor in the context of a method's code, either on
66 * Accepts the given visitor in the context of a stack in a method's code .
72 * Accepts the given visitor in the context of a variable in a method's code.
  /external/proguard/src/proguard/obfuscate/
MappingProcessor.java 36 * Processes the given class name mapping.
47 * Processes the given field name mapping.
60 * Processes the given method name mapping.
  /external/webkit/Source/WebCore/dom/
TreeScope.h 60 // Find first anchor with the given name.
61 // First searches for an element with the given ID, but if that fails, then looks
62 // for an anchor with the given name. ID matching is always case sensitive, but
  /external/webkit/Source/WebKit/chromium/public/
WebScrollbar.h 86 // Scroll back or forward with the given granularity.
89 // Paint the given rectangle.
92 // Returns true iff the given event was used.

Completed in 1288 milliseconds

<<21222324252627282930>>