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

1 23 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/sql/
SQLTransientConnectionException.java 34 * set to the given reason string, the SQLState string is set to null and
46 * set to the given reason string, the SQLState string is set to the given
60 * set to the given reason string, the SQLState string is set to the given
61 * SQLState string and the Error Code is set to the given error code value.
78 * the cause Throwable object is set to the given cause Throwable object.
90 * set to the given and the cause Throwable object is set to the given cause
105 * set to the given reason string, the SQLState string is set to the give
    [all...]
SQLTransientException.java 33 * given reason string, the SQLState string is set to null and the Error
45 * given reason string, the SQLState string is set to the given SQLState
59 * given reason string, the SQLState string is set to the given SQLState
60 * string and the Error Code is set to the given error code value.
76 * Throwable object is set to the given cause Throwable object.
88 * given and the cause Throwable object is set to the given cause Throwable
103 * given reason string, the SQLState string is set to the given SQLStat
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
IteratorPool.java 29 * Pool of object of a given type to pick from to help memory usage
42 * Stack of given objects this points to.
58 * Get an instance of the given object in this pool
60 * @return An instance of the given object
81 * Get an instance of the given object in this pool
83 * @return An instance of the given object
110 * Add an instance of the given object to the pool
  /external/chromium/base/
md5.h 21 // generate the MD5 sum of the given data.
45 // Computes the MD5 sum of the given data buffer with the given length.
46 // The given 'digest' structure will be filled with the result data.
49 // Initializes the given MD5 context structure for subsequent calls to
53 // For the given buffer of data, updates the given MD5 context with the sum of
  /external/webkit/Source/WebCore/platform/text/
LineEnding.h 40 // Normalize all line-endings in the given string to CRLF.
43 // Normalize all line-endings in the given string to CR and append the result to the given buffer.
46 // Normalize all line-endings in the given string to LF and append the result to the given buffer.
49 // Normalize all line-endings in the given string to the native line-endings and append the result to the given buffer.
  /external/chromium/chrome/browser/sync/glue/
model_associator.h 66 // Returns sync id for the given chrome model id.
67 // Returns sync_api::kInvalidId if the sync node is not found for the given
71 // Returns the chrome node for the given sync id.
72 // Returns NULL if no node is found for the given sync id.
75 // Initializes the given sync node from the given chrome node id.
76 // Returns false if no sync node was found for the given chrome node id or
81 // Associates the given chrome node with the given sync id.
84 // Remove the association that corresponds to the given sync id
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
browser_options_handler.h 59 // Sets the home page to the given string. Called from WebUI.
65 // Sets the search engine at the given index to be default. Called from WebUI.
68 // Removes the startup page at the given indexes. Called from WebUI.
71 // Adds a startup page with the given URL after the given index.
75 // Changes the startup page at the given index to the given URL.
82 // Gets autocomplete suggestions asychronously for the given string.
90 // Returns the string ID for the given default browser state.
97 // Updates the UI with the given state for the default browser
    [all...]
search_engine_manager_handler.h 44 // Removes the search engine at the given index. Called from WebUI.
47 // Sets the search engine at the given index to be default. Called from WebUI.
50 // Starts an edit session for the search engine at the given index. If the
55 // Validates the given search engine values, and reports the results back
67 // Returns a dictionary to pass to WebUI representing the given search engine.
  /external/proguard/src/proguard/classfile/util/
WarningPrinter.java 50 * Creates a new WarningPrinter that prints to the given print stream.
60 * Creates a new WarningPrinter that prints to the given print stream,
61 * except if the names of any involved classes matches the given filter.
72 * Prints out the given warning and increments the warning count, if
73 * the given class name passes the class name filter.
85 * Returns whether the given class name passes the class name filter.
95 * Prints out the given warning and increments the warning count, if
96 * the given class names pass the class name filter.
108 * Returns whether the given class names pass the class name filter.
119 * Prints out the given warning and increments the warning count
    [all...]
  /external/clang/include/clang/Lex/
ModuleMap.h 70 /// \brief Resolve the given export declaration into an actual export
115 /// \brief Retrieve the module that owns the given header file, if any.
119 /// \returns The module that owns the given header file, or null to indicate
123 /// \brief Determine whether the given header is part of a module
127 /// \brief Retrieve a module with the given name.
134 /// \brief Retrieve a module with the given name using lexical name lookup,
135 /// starting at the given context.
145 /// \brief Retrieve a module with the given name within the given context,
174 /// \brief Infer the contents of a framework module map from the given
    [all...]
  /external/proguard/src/proguard/gui/splash/
TimeSwitchSprite.java 26 * This Sprite displays another Sprite in a given time interval.
39 * Creates a new TimeSwitchSprite for displaying a given Sprite starting at
40 * a given time.
51 * Creates a new TimeSwitchSprite for displaying a given Sprite in a given
  /packages/apps/Contacts/src/com/android/contacts/editor/
PhoneticNameEditorView.java 76 String given = mValues.getAsString(StructuredName.PHONETIC_GIVEN_NAME); local
77 mPhoneticName = PhoneticNameEditorView.buildPhoneticName(family, middle, given);
92 * Parses phonetic name and returns parsed data (family, middle, given) as ContentValues.
96 * If this method cannot parse given phoneticName, null values will be stored.
106 String given = null; local
116 given = strings[1];
121 given = strings[2];
131 values.put(StructuredName.PHONETIC_GIVEN_NAME, given);
136 * Constructs and returns a phonetic full name from given parts.
138 public static String buildPhoneticName(String family, String middle, String given) {
218 String given = entry.getAsString(StructuredName.PHONETIC_GIVEN_NAME); local
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/
Assert.java 42 * Asserts that an argument is legal. If the given boolean is not <code>true</code>, an
56 * Asserts that an argument is legal. If the given boolean is not <code>true</code>, an
57 * <code>IllegalArgumentException</code> is thrown. The given message is included in that
81 * Asserts that the given object is <code>null</code>. If this is not the case, some kind of
92 * Asserts that the given object is <code>null</code>. If this is not the case, some kind of
93 * unchecked exception is thrown. The given message is included in that exception, to aid
108 * Asserts that the given object is not <code>null</code>. If this is not the case, some kind of
109 * unchecked exception is thrown. The given message is included in that exception, to aid
148 * Asserts that the given object is not <code>null</code>. If this is not the case, some kind of
159 * Asserts that the given object is not <code>null</code>. If this is not the case, some kind o
    [all...]
  /dalvik/libdex/
DexProto.h 40 * Make sure that the given cache can hold a string of the given length,
46 * Initialize the given DexStringCache. Use this function before passing
52 * Release the allocated contents of the given DexStringCache, if any.
58 * If the given DexStringCache doesn't already point at the given value,
67 * Abandon the given DexStringCache, and return a writable copy of the
68 * given value (reusing the string cache's allocation if possible).
85 * Set the given DexProto to refer to the prototype of the given MethodId
    [all...]
  /external/compiler-rt/make/
util.mk 33 # Set the given make variable to the given value.
38 # Append the given value to the given make variable.
43 # Check whether the given variable is defined.
48 # Check whether the given variable is undefined.
53 # Get the value of the given make variable, or the default-value if the variable
80 # Check that a value is true, or give an error including the given message
93 # Check that all command line variables are in the given list. This routine is
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/io/
IFileOp.java 84 /** Invokes {@link File#exists()} on the given {@code file}. */
87 /** Invokes {@link File#isFile()} on the given {@code file}. */
90 /** Invokes {@link File#isDirectory()} on the given {@code file}. */
93 /** Invokes {@link File#length()} on the given {@code file}. */
97 * Invokes {@link File#delete()} on the given {@code file}.
102 /** Invokes {@link File#mkdirs()} on the given {@code file}. */
105 /** Invokes {@link File#listFiles()} on the given {@code file}. */
108 /** Invokes {@link File#renameTo(File)} on the given files. */
111 /** Creates a new {@link FileOutputStream} for the given {@code file}. */
  /external/bluetooth/glib/gobject/
gvaluetypes.h 37 * Checks whether the given #GValue can hold values of type %G_TYPE_CHAR.
46 * Checks whether the given #GValue can hold values of type %G_TYPE_UCHAR.
55 * Checks whether the given #GValue can hold values of type %G_TYPE_BOOLEAN.
64 * Checks whether the given #GValue can hold values of type %G_TYPE_INT.
73 * Checks whether the given #GValue can hold values of type %G_TYPE_UINT.
82 * Checks whether the given #GValue can hold values of type %G_TYPE_LONG.
91 * Checks whether the given #GValue can hold values of type %G_TYPE_ULONG.
100 * Checks whether the given #GValue can hold values of type %G_TYPE_INT64.
109 * Checks whether the given #GValue can hold values of type %G_TYPE_UINT64.
118 * Checks whether the given #GValue can hold values of type %G_TYPE_FLOAT
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_cookies_helpers.h 27 // given store ID. Returns NULL if the profile doesn't exist or is not allowed
49 // Retrieves all cookies from the given cookie store corresponding to the given
62 // Looks through all cookies in the given cookie store, and appends to the
63 // match list all the cookies that both match the given URL and cookie details
72 // Appends the IDs of all tabs belonging to the given browser to the
73 // given list.
84 // Takes the details dictionary argument given by the user as input.
89 // Returns true if the given cookie matches the properties in the match
94 // Returns true if the details dictionary contains a string with the given
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller_private.h 27 // Saves the window's position to the given pref service.
45 // Lays out the tab strip at the given maximum y-coordinate, with the given
52 // Lays out the toolbar (or just location bar for popups) at the given maximum
53 // y-coordinate, with the given width; returns the new maximum y (below the
63 // Lays out the bookmark bar at the given maximum y-coordinate, with the given
73 // fullscreen mode, with the given frame and fullscreen-mode-status. Should be
78 // Lays out the infobar at the given maximum y-coordinate, with the given width
    [all...]
  /external/clang/test/SemaCXX/
class-base-member-init.cpp 12 b1(0), // expected-error {{multiple initializations given for non-static member 'b1'}}
14 S() // expected-error {{multiple initializations given for base 'S'}}
35 A<T>() { } // expected-error {{multiple initializations given for base 'A<T>'}}
42 T() { } // expected-error {{multiple initializations given for base 'T'}}
51 t(2) { } // expected-error {{multiple initializations given for non-static member 't'}}
86 decltype(Base(1))(2), // expected-error {{multiple initializations given for base 'decltype(test5::Base(1))' (aka 'test5::Base')}}
  /external/elfutils/libelf/
gelf.h 219 /* Retrieve REL relocation info at the given index. */
222 /* Retrieve RELA relocation info at the given index. */
225 /* Update REL relocation information at given index. */
228 /* Update RELA relocation information at given index. */
232 /* Retrieve symbol information from the symbol table at the given index. */
235 /* Update symbol information in the symbol table at the given index. */
240 symbol table at the given index. */
246 table at the given index. */
253 given index. */
258 given index. *
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
Atomics.java 47 * Creates an {@code AtomicReference} instance with the given initial value.
50 * @return a new {@code AtomicReference} with the given initial value
57 * Creates an {@code AtomicReferenceArray} instance of given length.
60 * @return a new {@code AtomicReferenceArray} with the given length
68 * and all elements copied from, the given array.
71 * @return a new {@code AtomicReferenceArray} copied from the given array
  /external/chromium/chrome/browser/history/
visit_database.h 35 // Adds a line to the visit database with the given information, returning
36 // the added row ID on success, 0 on failure. The given visit is updated with
41 // Deletes the given visit from the database. If a visit with the given ID
45 // Query a VisitInfo giving an visit id, filling the given VisitRow.
53 // Fills in the given vector with all of the visits for the given page ID,
58 // Fills all visits in the time range [begin, end) to the given vector. Either
71 // to the given vector. Either time can be is_null(), in which case the times
85 // Fills all visits in the given time range into the given vector that shoul
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
TypeIdItem.java 46 * Creates a new <code>TypeIdItem</code> for the given <code>StringIdItem</code>
57 * Returns a <code>TypeIdItem</code> for the given values, and that has been interned into
58 * the given <code>DexFile</code>
62 * @return a <code>TypeIdItem</code> for the given values, and that has been interned into
63 * the given <code>DexFile</code>
71 * Returns a <code>TypeIdItem</code> for the given values, and that has been interned into
72 * the given <code>DexFile</code>
76 * @return a <code>TypeIdItem</code> for the given values, and that has been interned into
77 * the given <code>DexFile</code>
89 * Looks up the <code>TypeIdItem</code> from the given <code>DexFile</code> for the give
    [all...]
  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 32 /// SimplifyAddInst - Given operands for an Add, see if we can
39 /// SimplifySubInst - Given operands for a Sub, see if we can
46 /// SimplifyMulInst - Given operands for a Mul, see if we can
52 /// SimplifySDivInst - Given operands for an SDiv, see if we can
58 /// SimplifyUDivInst - Given operands for a UDiv, see if we can
64 /// SimplifyFDivInst - Given operands for an FDiv, see if we can
70 /// SimplifySRemInst - Given operands for an SRem, see if we can
76 /// SimplifyURemInst - Given operands for a URem, see if we can
82 /// SimplifyFRemInst - Given operands for an FRem, see if we can
88 /// SimplifyShlInst - Given operands for a Shl, see if we ca
    [all...]

Completed in 605 milliseconds

1 23 4 5 6 7 8 91011>>