HomeSort by relevance Sort by last modified time
    Searched defs:spec (Results 251 - 275 of 427) sorted by null

<<1112131415161718

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeySpecParserTests.java 77 final MoreKeySpec spec = new MoreKeySpec(labelResolved, false /* needsToUpperCase */, local
79 assertEquals(message + " [label]", expectedLabel, spec.mLabel);
80 assertEquals(message + " [ouptputText]", expectedOutputText, spec.mOutputText);
83 KeyboardIconsSet.getIconName(spec.mIconId));
86 Constants.printableCode(spec.mCode));
263 assertParserError("Empty spec", "", null,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmbr2684.h 62 } spec; member in struct:br2684_if_spec
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmbr2684.h 62 } spec; member in struct:br2684_if_spec
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmbr2684.h 62 } spec; member in struct:br2684_if_spec
  /system/extras/tests/fstest/
perm_checker.c 55 char *spec; member in struct:perm_rule
98 static void add_rule(int line_num, char *spec,
110 "%s %lo %lo %s %s %s %s", spec, min_mode, max_mode,
120 if (strstr(spec, "/...")) {
121 pr->spec = strndup(spec, strlen(spec) - 3);
123 } else if (spec[strlen(spec) - 1] == '*') {
124 pr->spec = strndup(spec, strlen(spec) - 1)
157 char spec[MAX_NAME_LEN + 5]; \/\/ Allows for "\/..." suffix + terminator local
    [all...]
  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java 95 long interrogatingTid, MagnificationSpec spec) {
105 args.arg2 = spec;
129 final MagnificationSpec spec = (MagnificationSpec) args.arg2; local
152 applyAppScaleAndMagnificationSpecIfNeeded(infos, spec);
153 if (spec != null) {
154 spec.recycle();
166 int flags, int interrogatingPid, long interrogatingTid, MagnificationSpec spec) {
175 args.arg2 = spec;
200 final MagnificationSpec spec = (MagnificationSpec) args.arg2; local
234 applyAppScaleAndMagnificationSpecIfNeeded(infos, spec);
280 final MagnificationSpec spec = (MagnificationSpec) args.arg3; local
385 final MagnificationSpec spec = (MagnificationSpec) args.arg2; local
493 final MagnificationSpec spec = (MagnificationSpec) args.arg2; local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
OutputFinisher.java 115 RegisterSpec spec = ((LocalStart) insn).getLocal(); local
116 if (hasLocalInfo(spec)) {
126 * register spec.
128 * @param spec {@code non-null;} spec to scrutinize
129 * @return {@code true} iff the spec refers to any
132 private static boolean hasLocalInfo(RegisterSpec spec) {
133 return (spec != null)
134 && (spec.getLocalItem().getName() != null);
172 RegisterSpec spec = ((LocalStart) insn).getLocal() local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegisterSpec.java 171 RegisterSpec spec = (RegisterSpec) other; local
172 return equals(spec.reg, spec.type, spec.local);
181 * @param other {@code null-ok;} spec to compare to
198 * @param other {@code null-ok;} spec to compare to
233 * @param other {@code non-null;} spec to compare to
590 * Holder of register spec data for the purposes of comparison (so that
640 RegisterSpec spec = (RegisterSpec) other; local
641 return spec.equals(reg, type, local)
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
OutputFinisher.java 124 RegisterSpec spec = ((LocalStart) insn).getLocal(); local
125 if (hasLocalInfo(spec)) {
135 * register spec.
137 * @param spec {@code non-null;} spec to scrutinize
138 * @return {@code true} iff the spec refers to any
141 private static boolean hasLocalInfo(RegisterSpec spec) {
142 return (spec != null)
143 && (spec.getLocalItem().getName() != null);
181 RegisterSpec spec = ((LocalStart) insn).getLocal() local
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpec.java 175 RegisterSpec spec = (RegisterSpec) other; local
176 return equals(spec.reg, spec.type, spec.local);
185 * @param other {@code null-ok;} spec to compare to
202 * @param other {@code null-ok;} spec to compare to
237 * @param other {@code non-null;} spec to compare to
596 * Holder of register spec data for the purposes of comparison (so that
646 RegisterSpec spec = (RegisterSpec) other; local
647 return spec.equals(reg, type, local)
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SCCP.java 642 RegisterSpec spec = sources.get(index); local
644 = spec.withType((TypedConstant)latticeConstants[reg]);
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
ManifestTest.java 411 final String spec = new String(bSpec, "UTF-8"); local
417 Attributes.Name.SPECIFICATION_TITLE, spec);
427 assertEquals(spec, m.getAttributes(ATT_ENTRY_NAME).get(
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
AlgorithmParametersTest.java 30 import java.security.spec.AlgorithmParameterSpec;
31 import java.security.spec.DSAParameterSpec;
32 import java.security.spec.InvalidParameterSpecException;
281 * @tests java.security.AlgorithmParameters#init(java.security.spec.AlgorithmParameterSpec)
289 final MyAlgorithmParameterSpec spec = new MyAlgorithmParameterSpec(); local
294 assertSame(spec, paramSpec);
302 params.init(spec);
309 params.init(spec);
318 params.init(spec);
327 params.init(spec);
538 DSAParameterSpec spec = params.getParameterSpec(DSAParameterSpec.class); local
    [all...]
  /external/blktrace/btreplay/
btrecord.c 266 * @spec: IO trace specification
270 static void io_bunch_add(struct io_stream *stream, struct io_spec *spec)
274 .sector = spec->sector,
275 .nbytes = spec->bytes,
276 .rw = spec->rw
281 assert(stream->last_time == 0 || stream->last_time <= spec->time);
284 stream->last_time = spec->time;
482 * @spec: IO specifier for trace
486 static int next_io(struct ifile_info *iip, struct io_spec *spec)
512 spec->time = t.time
764 struct io_spec spec; local
    [all...]
  /external/chromium_org/chrome/installer/mini_installer/
mini_installer.cc 663 PathString spec; local
664 if (!spec.assign(parent_dir) || !spec.append(prefix) || !spec.append(L"*.*"))
668 HANDLE find = ::FindFirstFileEx(spec.get(), FindExInfoStandard, &find_data,
  /external/chromium_org/content/browser/webui/
url_data_manager_backend.cc 83 const std::string& spec = url.possibly_invalid_spec(); local
88 if (offset < static_cast<int>(spec.size()))
89 path->assign(spec.substr(offset));
  /external/chromium_org/third_party/icu/source/i18n/
tridpars.cpp 712 // or a spec (source, target, or variant).
745 // We are about to try to parse a spec with no delimiter
752 UnicodeString spec = ICU_Utility::parseUnicodeIdentifier(id, pos); local
753 if (spec.length() == 0) {
762 first = spec;
765 target = spec;
768 variant = spec;
775 // A spec with no prior character is either source or target,
805 * Givens a Spec object, convert it to a SingleID object. The
806 * Spec object is a more unprocessed parse result. The SingleI
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
OutputFinisher.java 124 RegisterSpec spec = ((LocalStart) insn).getLocal(); local
125 if (hasLocalInfo(spec)) {
135 * register spec.
137 * @param spec {@code non-null;} spec to scrutinize
138 * @return {@code true} iff the spec refers to any
141 private static boolean hasLocalInfo(RegisterSpec spec) {
142 return (spec != null)
143 && (spec.getLocalItem().getName() != null);
181 RegisterSpec spec = ((LocalStart) insn).getLocal() local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegisterSpec.java 176 RegisterSpec spec = (RegisterSpec) other; local
177 return equals(spec.reg, spec.type, spec.local);
186 * @param other {@code null-ok;} spec to compare to
203 * @param other {@code null-ok;} spec to compare to
238 * @param other {@code non-null;} spec to compare to
597 * Holder of register spec data for the purposes of comparison (so that
647 RegisterSpec spec = (RegisterSpec) other; local
648 return spec.equals(reg, type, local)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SCCP.java 643 RegisterSpec spec = sources.get(index); local
645 = spec.withType((TypedConstant)latticeConstants[reg]);
  /external/icu4c/i18n/
tridpars.cpp 712 // or a spec (source, target, or variant).
745 // We are about to try to parse a spec with no delimiter
752 UnicodeString spec = ICU_Utility::parseUnicodeIdentifier(id, pos); local
753 if (spec.length() == 0) {
762 first = spec;
765 target = spec;
768 variant = spec;
775 // A spec with no prior character is either source or target,
805 * Givens a Spec object, convert it to a SingleID object. The
806 * Spec object is a more unprocessed parse result. The SingleI
    [all...]
  /external/jpeg/
jmemdos.c 338 XMSspec spec; local
345 spec.length = byte_count & (~ 1L);
346 spec.src_handle = info->handle.xms_handle;
347 spec.src.offset = file_offset;
348 spec.dst_handle = 0;
349 spec.dst.ptr = buffer_address;
351 ctx.ds_si = (void far *) & spec;
371 XMSspec spec; local
378 spec.length = byte_count & (~ 1L);
379 spec.src_handle = 0
496 EMSspec spec; local
521 EMSspec spec; local
    [all...]
  /external/libselinux/src/
label_file.c 26 typedef struct spec { struct
89 /* find the stem of a file spec, returns the index into stem_arr for a new
151 struct spec *curr_spec, *spec_arr = data->spec_arr;
184 static void spec_hasMetaChars(struct spec *spec)
190 c = spec->regex_str;
191 len = strlen(spec->regex_str);
194 spec->hasMetaChars = 0;
210 spec->hasMetaChars = 1;
224 static int compile_regex(struct saved_data *data, spec_t *spec, char **errbuf
542 struct spec *spec; local
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c 839 const struct InstructionSpecifier *spec; local
843 spec = specifierForUID(instructionID);
849 insn->spec = spec;
857 insn->spec = specWithWBit;
860 insn->spec = spec;
874 const struct InstructionSpecifier *spec; local
878 spec = specifierForUID(instructionID);
889 insn->spec = spec
914 const struct InstructionSpecifier *spec; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jmemdos.c 338 XMSspec spec; local
345 spec.length = byte_count & (~ 1L);
346 spec.src_handle = info->handle.xms_handle;
347 spec.src.offset = file_offset;
348 spec.dst_handle = 0;
349 spec.dst.ptr = buffer_address;
351 ctx.ds_si = (void far *) & spec;
371 XMSspec spec; local
378 spec.length = byte_count & (~ 1L);
379 spec.src_handle = 0
496 EMSspec spec; local
521 EMSspec spec; local
    [all...]

Completed in 998 milliseconds

<<1112131415161718