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

<<21222324252627282930>>

  /external/fonttools/Windows/
mcmillan.bat 7 C:\Python23\Installer\Build.py Build\ttx.spec
  /external/libavc/common/
ih264_cavlc_tables.h 61 * for macroblock prediction modes in H264 spec
73 * and TrailingOnes( coeff_token ) in H264 spec
96 * TotalCoeff( coeff_token ) in H264 spec
118 * @remarks Table-9-10 table for run_before in H264 spec
  /external/libcxx/
.gitignore 29 *.spec
  /external/libcxxabi/
.gitignore 29 *.spec
  /external/libxml2/test/catalogs/
stylesheet.xml 7 <!-- Circumvent relative URI in spec.xsl that doesn't work online -->
  /external/llvm/test/Assembler/
2002-08-19-BytecodeReader.ll 2 ; "crafty" spec benchmark.
  /external/llvm/test/CodeGen/SPARC/
multiple-div.ll 7 ;; because the spec says to treat %y as potentially-written by udiv.
  /external/nist-sip/java/gov/nist/javax/sip/address/
SipURIExt.java 6 * URI Interface extensions that will be added to version 2.0 of the JSR 32 spec.
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
package.html 21 <li><a href="">##### REFER TO NON-SPEC DOCUMENTATION HERE #####</a>
  /external/selinux/libselinux/src/
label_support.c 17 * replace sscanf to read entries from spec files. The file and
46 * line_buf - Buffer containing the spec entries .
47 * num_args - The number of spec parameter entries to process.
76 /* Process the spec file entries */
  /external/skia/fuzz/
FuzzParsePath.cpp 106 SkString spec; local
109 spec.append(MakeRandomParsePathPiece(fuzz));
111 SkDebugf("SkParsePath::FromSVGString(%s, &path);\n",spec.c_str());
112 if (!SkParsePath::FromSVGString(spec.c_str(), &path)){
  /external/v8/src/ast/
ast.cc 100 FeedbackVectorSpec* spec,
113 variable_feedback_slot_ = spec->AddLoadICSlot();
121 static void AssignVectorSlots(Expression* expr, FeedbackVectorSpec* spec,
132 *out_slot = spec->AddSlot(kind);
138 Isolate* isolate, FeedbackVectorSpec* spec,
144 AssignVectorSlots(each(), spec, &each_slot_);
160 FeedbackVectorSpec* spec,
162 AssignVectorSlots(target(), spec, &slot_); local
167 FeedbackVectorSpec* spec,
169 AssignVectorSlots(expression(), spec, &slot_) local
    [all...]
  /external/valgrind/
Makefile.am 99 # We include valgrind.spec as well as valgrind.spec.in to save packagers
114 valgrind.spec.in \
115 valgrind.spec \
  /external/valgrind/memcheck/tests/x86/
espindola2.c 7 which is a spec rule for COPY-CondP. */
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
quantize.h 38 Word32 calcSfbDist(const Word32 *spec,
  /frameworks/base/docs/html-intl/intl/ja/training/material/
get-started.jd 17 <li><a href="http://www.google.com/design/spec">????? ???????</a></li>
28 <a href="http://www.google.com/design/spec">????? ???????</a>???????</li>
55 <p>????? ????????????????????????<a href="http://www.google.com/design/spec">????? ???????????</a>?????????? ??????????????
82 <p>????? ??????????????????????????????????<a href="http://www.google.com/design/spec">????? ???????????</a>???????????????
  /frameworks/base/docs/html-intl/intl/zh-cn/training/material/
get-started.jd 17 <li><a href="http://www.google.com/design/spec">??????</a></li>
28 ???<a href="http://www.google.com/design/spec">??????</a>?</li>
55 <p>??????????????????<a href="http://www.google.com/design/spec">????????</a>?????????????????
82 <p>??????????????????????<a href="http://www.google.com/design/spec">????????</a>?
  /frameworks/base/docs/html-intl/intl/zh-tw/training/material/
get-started.jd 17 <li><a href="http://www.google.com/design/spec">??????</a></li>
28 ???<a href="http://www.google.com/design/spec">??????</a>?</li>
55 <p>????????????????????<a href="http://www.google.com/design/spec">??????</a>?????????????
82 <p>???????????????????????????<a href="http://www.google.com/design/spec">??????</a>?
  /hardware/intel/img/hwcomposer/merrifield/common/observers/
SoftVsyncObserver.cpp 136 struct timespec spec; local
137 spec.tv_sec = next_vsync / 1000000000;
138 spec.tv_nsec = next_vsync % 1000000000;
142 err = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &spec, NULL);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
SoftVsyncObserver.cpp 132 struct timespec spec; local
133 spec.tv_sec = next_vsync / 1000000000;
134 spec.tv_nsec = next_vsync % 1000000000;
138 err = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &spec, NULL);
  /libcore/
known_oj_tags.txt 20 @spec
  /libcore/luni/src/test/java/libcore/javax/crypto/spec/
AlgorithmParameterGeneratorTestDH.java 16 package libcore.javax.crypto.spec;
KeyPairGeneratorTestDH.java 16 package libcore.javax.crypto.spec;
KeyPairGeneratorTestDSA.java 16 package libcore.javax.crypto.spec;
KeyPairGeneratorTestRSA.java 16 package libcore.javax.crypto.spec;

Completed in 1469 milliseconds

<<21222324252627282930>>