HomeSort by relevance Sort by last modified time
    Searched full:containing (Results 826 - 850 of 10619) sorted by null

<<31323334353637383940>>

  /developers/samples/android/connectivity/nfc/CardReader/Application/src/main/java/com/example/android/cardreader/
LoyaltyCardReader.java 117 * @return String, containing hexadecimal representation.
134 * <p>Behavior with input strings containing non-hexadecimal characters is undefined.
136 * @param s String containing hexadecimal characters to convert
  /development/samples/browseable/CardReader/src/com.example.android.cardreader/
LoyaltyCardReader.java 117 * @return String, containing hexadecimal representation.
134 * <p>Behavior with input strings containing non-hexadecimal characters is undefined.
136 * @param s String containing hexadecimal characters to convert
  /device/generic/goldfish/camera/
PreviewWindow.h 49 * This method is called by the containing emulated camera object when it is
65 * This method is called by the containing emulated camera object when it is
71 * This method is called by the containing emulated camera object when it is
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
OneWayAnova.java 48 * arrays each containing data for one category
69 * arrays each containing data for one category
92 * arrays each containing data for one category
  /external/apache-harmony/support/src/test/java/tests/support/
Support_StringWriter.java 100 * @param buf the non-null array containing characters to write.
137 * @param str the non-null String containing the characters to write.
151 * @param str the non-null String containing the characters to write.
  /external/apache-http/src/org/apache/http/message/
LineParser.java 73 * @param cursor the parser cursor containing the current position and
113 * @param cursor the parser cursor containing the current position and
129 * @param cursor the parser cursor containing the current position and
  /external/autotest/client/cros/networking/chrome_testing/
test_utils.py 22 @param network: A JSON dictionary containing network data, as returned by
93 @param network: A JSON dictionary containing network data, as returned by
127 @param function: String, containing the network test function to execute.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CBCBlockCipher.java 132 * @param in the array containing the input data.
166 * @param in the array containing the data to be encrypted.
209 * @param in the array containing the data to be decrypted.
  /external/caliper/caliper/src/main/java/com/google/caliper/util/
Util.java 63 // when run from a single JAR containing caliper and all its dependencies the caliper JAR
98 * Returns a map containing only those entries whose key starts with {@code <groupName>.}.
103 * {@code groupName} of {@code group} it would produce a map containing {@code key1 -> value1}.
  /external/chromium-trace/catapult/experimental/statistical_analysis/
compare_benchmark_results.py 139 detailed for benchmarks containing pagesets, giving
149 # Benchmark containing a pageset.
162 # Benchmark not containing a pageset.
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/
test2.test 91 {"description":"StartTag containing <",
95 {"description":"Non-void element containing trailing /",
107 {"description":"StartTag containing /",
  /external/cros/system_api/dbus/power_manager/
suspend.proto 24 // SuspendImminent signal containing a SuspendImminent message.
34 // containing a SuspendDone message. The client should undo any pre-suspend
37 // UnregisterSuspendDelayRequest message containing its delay ID.
  /external/deqp/data/gles31/shaders/
tessellation_negative_user_defined_io.test 62 desc "per-patch variable type is struct containing array"
81 patch out S patchVariable; // output structure containing array is illegal
98 patch in S patchVariable; // output structure containing array is illegal
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
BlockAddresses.java 31 /** {@code non-null;} array containing addresses for the start of each basic
35 /** {@code non-null;} array containing addresses for the final instruction
39 /** {@code non-null;} array containing addresses for the end (just past the
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
CompileErrorCheck.java 14 * A custom Ant task that finds compile logs containing compile
57 //directory containing of build source, parent of features and plugins
60 //keep track of compile logs containing errors
  /external/elfutils/libdw/
dwarf_getscopes.c 1 /* Return scope DIEs containing PC address.
167 containing that instance. */
176 If we don't find it, return to search the containing scope.
  /external/freetype/include/internal/
ftrfork.h 131 /* A file stream containing the resource fork. */
178 /* A file stream containing the resource fork. */
216 /* A file stream containing the resource fork. */
  /external/google-breakpad/src/common/linux/
synth_elf.h 73 // a label containing the offset into the string table
107 // Add a segment containing from section index start to section index end.
137 // Section containing the names of section header table entries.
  /external/guava/guava-tests/benchmark/com/google/common/base/
Utf8Benchmark.java 121 * containing pseudo-randomly-generated codePoints less than {@code
136 * Benchmarks {@link Utf8#length} on valid strings containing
152 * Benchmarks {@link Utf8#length} on valid StringBuilders containing
  /external/icu/icu4c/source/i18n/unicode/
umsg.h 169 * @param ... A variable-length argument list containing the arguments specified
195 * @param ap A variable-length argument list containing the arguments specified
223 * @param ... A variable-length argument list containing the arguments
247 * @param ap A variable-length argument list containing the arguments
273 * @param ... A variable-length argument list containing the arguments specified
304 * @param ap A variable-length argument list containing the arguments specified
334 * @param ... A variable-length argument list containing the arguments
359 * @param ap A variable-length argument list containing the arguments
510 * @param ... A variable-length argument list containing the arguments
531 * @param ap A variable-length argument list containing the arguments
    [all...]
  /external/icu/icu4c/source/tools/icupkg/
icupkg.8.in 124 file extension containing a list of item filenames, or an ICU
133 file extension containing a list of item filenames, or an ICU
142 file extension containing a list of item filenames, or an ICU
  /external/iproute2/tc/
f_bpf.c 50 fprintf(stderr, "Where FILE points to a file containing the BPF_BYTECODE string,\n");
51 fprintf(stderr, "an ELF file containing eBPF map definitions and bytecode, or a\n");
54 fprintf(stderr, "Where CLS_NAME refers to the section name containing the\n");
m_bpf.c 48 fprintf(stderr, "Where FILE points to a file containing the BPF_BYTECODE string,\n");
49 fprintf(stderr, "an ELF file containing eBPF map definitions and bytecode, or a\n");
52 fprintf(stderr, "Where ACT_NAME refers to the section name containing the\n");
  /external/javassist/src/main/javassist/expr/
Cast.java 35 * Returns the method or constructor containing the type cast
41 * Returns the line number of the source line containing the
51 * Returns the source file containing the type-cast expression.
Instanceof.java 36 * Returns the method or constructor containing the instanceof
42 * Returns the line number of the source line containing the
52 * Returns the source file containing the

Completed in 576 milliseconds

<<31323334353637383940>>