HomeSort by relevance Sort by last modified time
    Searched refs:h1 (Results 251 - 275 of 615) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/slice/src/android/slice/cts/
SliceBuilderTest.java 254 private void assertEquivalentHints(List<String> h1, List<String> h2) {
255 assertEquals(h1.size(), h2.size());
256 Collections.sort(h1);
258 assertEquals(h1, h2);
  /external/boringssl/src/include/openssl/
sha.h 107 uint32_t h1;
  /external/llvm/docs/_static/
llvm.css 26 .doc_title, .doc_section, .doc_subsection, h1, h2, h3 {
38 h1, .doc_title, .title { text-align: left; font-size: 25pt }
  /external/swiftshader/third_party/LLVM/docs/
llvm.css 26 .doc_title, .doc_section, .doc_subsection, h1, h2, h3 {
38 h1, .doc_title, .title { text-align: left; font-size: 25pt }
  /frameworks/base/core/java/android/text/
Layout.java 1800 float h1 = getPrimaryHorizontal(point, clamped) - 0.5f; local
1889 float h1 = getHorizontal(st, false, line, false \/* not clamped *\/); local
    [all...]
Selection.java 503 float h1 = layout.getPrimaryHorizontal(off1); local
509 if (h1 < h2)
516 if (h1 > h2)
  /device/google/contexthub/sensorhal/
directchannel.cpp 235 bool GrallocHalWrapper::isSameMemory(const native_handle_t *h1, const native_handle_t *h2) {
242 return mPfnGetBackingStore(mGralloc1Device, h1, &s1) == GRALLOC1_ERROR_NONE
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
AdaptiveStepsizeIntegrator.java 265 final double h1 = (maxInv2 < 1.0e-15) ? local
268 h = FastMath.min(100.0 * FastMath.abs(h), h1);
  /external/clang/test/SemaCXX/
cxx0x-initializer-constructor.cpp 174 H h1({1, 2}); // expected-error {{no matching constructor}}
191 H h1{1, nullptr};
  /external/icu/icu4j/
stylesheet6.css 18 h1 { font-size: 145% }
  /external/v8/tools/profviz/
profviz.css 111 h1 {
  /frameworks/base/tools/obbtool/
Main.cpp 170 bool hexToByte(char h1, char h2, unsigned char* b) {
172 if (!fromHex(h1, &first)) return false;
  /hardware/intel/common/libva/test/decode/
tinyjpeg.c 631 int h1, h2, h3, v1, v2, v3; local
632 h1 = pic_param.components[0].h_sampling_factor;
639 if (h1 == 2 && h2 == 1 && h3 == 1 &&
647 else if (h1 == 2 && h2 == 1 && h3 == 1 &&
655 else if (h1 == 1 && h2 == 1 && h3 == 1 &&
663 else if (h1 == 4 && h2 == 1 && h3 == 1 &&
670 else if (h1 == 1 && h2 == 1 && h3 == 1 &&
678 else if (h1 == 2 && h2 == 1 && h3 == 1 &&
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
source_html.go 31 h1 {
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
source_html.go 31 h1 {
  /external/nist-sip/java/gov/nist/javax/sip/address/
SipUri.java 208 String h1 = a.getHeader(hname); local
211 if(h1 == null && h2 != null) return false;
212 if(h2 == null && h1 != null) return false;
214 if(h1 == null && h2 == null) continue;
216 Header header1 = headerFactory.createHeader(hname, RFC2396UrlDecoder.decode(h1));
    [all...]
  /system/media/camera/docs/
html.mako 24 h1 { color: #333333; }
159 <h1>Android Camera HAL3.2 Properties</h1>
197 <h1>Properties</h1>
  /external/python/cpython2/Lib/multiprocessing/
connection.py 219 h1 = win32.CreateNamedPipe(
233 win32.ConnectNamedPipe(h1, win32.NULL)
238 c1 = _multiprocessing.PipeConnection(h1, writable=duplex)
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 188 Word16 dn[L_SUBFR]; /* Correlation between xn2 and h1 */
190 Word16 h1[L_SUBFR]; /* Impulse response vector */ local
704 * - compute impulse response of weighted synthesis filter (h1[]) *
710 * - update the impulse response h1[] for codebook search *
798 * Compute impulse response, h1[], of weighted synthesis filter *
805 vo_p3 = h1;
822 Deemph2(h1, TILT_FAC, L_SUBFR, &tmp); /* h1 in Q14 */
825 Copy(h1, h2, L_SUBFR);
828 * scale xn[] and h1[] to avoid overflow in dot_product12()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
connection.py 219 h1 = win32.CreateNamedPipe(
233 win32.ConnectNamedPipe(h1, win32.NULL)
238 c1 = _multiprocessing.PipeConnection(h1, writable=duplex)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
connection.py 219 h1 = win32.CreateNamedPipe(
233 win32.ConnectNamedPipe(h1, win32.NULL)
238 c1 = _multiprocessing.PipeConnection(h1, writable=duplex)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 219 h1 = win32.CreateNamedPipe(
233 win32.ConnectNamedPipe(h1, win32.NULL)
238 c1 = _multiprocessing.PipeConnection(h1, writable=duplex)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 219 h1 = win32.CreateNamedPipe(
233 win32.ConnectNamedPipe(h1, win32.NULL)
238 c1 = _multiprocessing.PipeConnection(h1, writable=duplex)
  /build/blueprint/bootstrap/
writedocs.go 108 <h1>Build Docs</h1>
  /build/make/tools/droiddoc/templates-ndk/
sample.cs 39 <h1 itemprop="name"><?cs var:page.title ?></h1>

Completed in 1200 milliseconds

<<11121314151617181920>>