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

1 2 3 45 6 7 8 91011>>

  /external/icu4c/samples/datefmt/
util.h 15 // Print the given string to stdout
  /external/icu4c/samples/msgfmt/
util.h 15 // Print the given string to stdout
  /external/icu4c/samples/numfmt/
util.h 16 // Print the given string to stdout
  /external/icu4c/samples/translit/
util.h 15 // Print the given string to stdout
  /external/iptables/extensions/
libipt_realm.man 5 Matches a given realm number (and optionally mask). If not a number, value
libxt_tcpmss.man 4 Match a given TCP MSS value or range.
libxt_multiport.man 9 Match if the source port is one of the given ports. The flag
17 Match if the destination port is one of the given ports. The flag
23 the given ports.
  /external/junit/src/junit/framework/
Assert.java 16 * an AssertionFailedError with the given message.
31 * an AssertionFailedError with the given message.
44 * Fails a test with the given message.
60 * an AssertionFailedError is thrown with the given message.
95 * an AssertionFailedError is thrown with the given message. If the expected
113 * are not an AssertionFailedError is thrown with the given message. If the
131 * an AssertionFailedError is thrown with the given message.
144 * an AssertionFailedError is thrown with the given message.
157 * an AssertionFailedError is thrown with the given message.
170 * an AssertionFailedError is thrown with the given message
    [all...]
  /external/llvm/utils/llvm-build/llvmbuild/
configutil.py 11 Given an input and output path, "configure" the file at the given input path
12 by replacing variables in the file with those given in the substitutions
15 The substitutions list should be given as a list of tuples (regex string,
  /external/oprofile/libpp/
sample_container.h 47 /// return nr of samples in the given filename
50 /// return nr of samples at the given line nr in the given file
53 /// return the sample entry for the given image_name and vma if any
  /external/proguard/src/proguard/io/
DirectoryPump.java 27 * This class can read a given file or directory, recursively, applying a given
58 * Reads the given subdirectory recursively, applying the given DataEntryReader
  /external/qemu/tcg/
TODO 12 parameters given with a specific instruction).
  /frameworks/base/media/mca/filterfw/jni/
jni_native_buffer.h 24 * Given a Java NativeBuffer instance, get access to the underlying C pointer and its size. The
30 * Attach a given C data buffer and its size to a given allocated Java NativeBuffer instance. After
31 * this call, the java instance will have the given C buffer as its backing. Note, that the Java
  /libcore/luni/src/main/java/java/security/
AlgorithmParameterGeneratorSpi.java 37 * Initializes this {@code AlgorithmParameterGeneratorSpi} with the given
38 * size and the given {@code SecureRandom}. The default parameter set
49 * Initializes this {@code AlgorithmParameterGeneratorSpi} with the given
50 * {@code AlgorithmParameterSpec} and the given {@code SecureRandom}.
KeyPairGeneratorSpi.java 44 * Initializes this {@code KeyPairGeneratorSpi} with the given key size and
45 * the given {@code SecureRandom}. The default parameter set will be used.
55 * Initializes this {@code KeyPairGeneratorSpi} with the given {@code
56 * AlgorithmParameterSpec} and the given {@code SecureRandom}.
  /libcore/luni/src/main/java/java/sql/
SQLException.java 59 * Creates an {@code SQLException} object. The reason string is set to the given
72 * given reason string, the {@code SQLState} string is set to the given
86 * given reason string, the {@code SQLState} string is set to the given
87 * {@code SQLState} string and the error code is set to the given error code
106 * object is set to the given cause Throwable object.
119 * Creates an SQLException object. The Reason string is set to the given and
120 * the cause Throwable object is set to the given cause Throwable object.
135 * Creates an SQLException object. The Reason string is set to the given
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/format/
PrefixHighlighter.java 36 * Sets the text on the given text view, highlighting the word that matches the given prefix.
47 * Returns a CharSequence which highlights the given prefix if found in the given text.
  /system/media/audio_effects/include/audio_effects/
effect_equalizer.h 36 EQ_PARAM_BAND_LEVEL, // Gets/Sets the gain set for the given equalizer band.
37 EQ_PARAM_CENTER_FREQ, // Gets the center frequency of the given band.
38 EQ_PARAM_BAND_FREQ_RANGE, // Gets the frequency range of the given frequency band.
39 EQ_PARAM_GET_BAND, // Gets the band that has the most effect on the given frequency.
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/
PrincipalUtil.java 19 * return the issuer of the given cert as an X509PrincipalObject.
39 * return the subject of the given cert as an X509PrincipalObject.
58 * return the issuer of the given CRL as an X509PrincipalObject.
  /external/chromium/base/memory/
scoped_native_library.h 24 // Takes ownership of the given library handle.
27 // Opens the given library and manages its lifetime.
37 // Takes ownership of the given library handle. Any existing handle will
  /external/chromium/chrome/browser/sync/glue/
bookmark_model_associator.h 34 // * Methods to get a bookmark node for a given sync node and vice versa.
63 // Returns sync id for the given bookmark node id.
64 // Returns sync_api::kInvalidId if the sync node is not found for the given
68 // Returns the bookmark node for the given sync id.
69 // Returns NULL if no bookmark node is found for the given sync id.
72 // Initializes the given sync node from the given bookmark node id.
73 // Returns false if no sync node was found for the given bookmark node id or
78 // Associates the given bookmark node with the given sync id
    [all...]
  /external/clang/lib/CodeGen/
CGVTables.h 59 /// MaybeEmitThunkAvailableExternally - Try to emit the given thunk with
65 /// CreateVTableInitializer - Create a vtable initializer for the given record
84 /// needsVTTParameter - Return whether the given global decl needs a VTT
90 /// given record decl.
94 /// virtual pointer for the given subobject is located.
98 /// getAddressPoint - Get the address point of the given subobject in the
102 /// GetAddrOfVTable - Get the address of the vtable for the given record decl.
105 /// EmitVTableDefinition - Emit the definition of the given vtable.
110 /// GenerateConstructionVTable - Generate a construction vtable for the given
119 /// GetAddrOfVTable - Get the address of the VTT for the given record decl
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
PropertyEditorProvider.java 23 * @return the {@link PropertyEditor} for given property type or <code>null</code>.
30 * @return the {@link PropertyEditor} for given {@link java.beans.PropertyEditor} editor type or
38 * @return the {@link PropertyEditor} for given {@link PropertyDescriptor} or <code>null</code>.
  /external/oprofile/doc/
opgprof.1.in 15 outputs gprof-format profile data for a given binary image,
46 Only output data for symbols that have more than the given percentage
51 Output to the given file instead of the default, gmon.out
  /external/proguard/src/proguard/classfile/editor/
ElementValuesEditor.java 27 * This class can add and delete element values to and from a given target
44 * given target annotation.
59 * given target array element value.
73 * Adds the given elementValue to the target.
116 * Deletes the given elementValue to the target.
143 * Tries put the given element value in place of an existing element value
166 * Appends the given element value to the given array of element values,
192 * Deletes the element values with the given name from the given array o
    [all...]

Completed in 825 milliseconds

1 2 3 45 6 7 8 91011>>