HomeSort by relevance Sort by last modified time
    Searched defs:hs (Results 1 - 25 of 187) sorted by null

1 2 3 4 5 6 7 8

  /external/javassist/sample/hotswap/
Test.java 6 HotSwapper hs = new HotSwapper(8000); local
14 hs.reload("HelloWorld", bytes);
22 hs.reload("HelloWorld", bytes);
  /external/skia/bench/
HalfBench.cpp 23 uint16_t hs[1023]; variable
25 SkOpts::float_to_half(hs, fs, 1023);
37 uint16_t hs[1023]; variable
38 for (uint16_t& h : hs) {
44 SkOpts::half_to_float(fs, hs, 1023);
  /external/apache-harmony/support/src/test/java/tests/support/
Support_UnmodifiableCollectionTest.java 55 HashSet<Integer> hs = new HashSet<Integer>(); local
56 hs.add(new Integer(0));
57 hs.add(new Integer(25));
58 hs.add(new Integer(99));
61 col.containsAll(hs));
62 hs.add(new Integer(100));
65 !col.containsAll(hs));
Support_UnmodifiableMapTest.java 113 HashSet<String> hs = new HashSet<String>(); local
114 hs.add("0");
115 hs.add("25");
116 hs.add("99");
119 keySet.containsAll(hs));
120 hs.add("100");
123 !keySet.containsAll(hs));
  /libcore/support/src/test/java/tests/support/
Support_UnmodifiableCollectionTest.java 55 HashSet<Integer> hs = new HashSet<Integer>(); local
56 hs.add(new Integer(0));
57 hs.add(new Integer(25));
58 hs.add(new Integer(99));
61 col.containsAll(hs));
62 hs.add(new Integer(100));
65 !col.containsAll(hs));
  /external/skia/src/core/
SkHalf.h 39 static inline Sk4f SkHalfToFloat_01(uint64_t hs) {
42 asm ("fmov %d[fs], %[hs] \n" // vcreate_f16(hs)
45 : [hs] "r" (hs)); // r: read-only 64-bit general register
52 uint32x4_t h = vmovl_u16(vcreate_u16(hs)),
75 __m128i h = _mm_unpacklo_epi16(_mm_loadl_epi64((const __m128i*)&hs), _mm_setzero_si128());
87 fs[i] = SkHalfToFloat(hs >> (i*16));
112 SkHalf hs[4]; local
114 hs[i] = SkFloatToHalf(fs[i])
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
UnicodeSetPerf.java 24 HashSet hs; field in class:UnicodeSetPerf
40 hs = new HashSet();
66 hs.clear();
71 hs.add(new Integer(cp));
104 hs.clear();
107 hs.add(new Integer(it.codepoint));
113 if (hs.contains(new Integer(cp))) {
142 hs.clear();
145 hs.add(new Integer(it.codepoint));
150 Iterator itr = hs.iterator()
    [all...]
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestSetPath.java 53 HeaderSet hs = null; local
59 hs = session.setPath(mHeaderSet, false, false);
62 hs = session.setPath(mHeaderSet, true, false);
66 mResponseCode = hs.getResponseCode();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
HashSetTest.java 41 HashSet hs; field in class:HashSetTest
93 assertTrue("HashSet does not contain correct elements", hs
111 int size = hs.size();
112 hs.add(new Integer(8));
113 assertTrue("Added element already contained by set", hs.size() == size);
114 hs.add(new Integer(-9));
116 hs.size() == size + 1);
117 assertTrue("Failed to add element to set", hs.contains(new Integer(-9)));
125 Set orgSet = (Set) hs.clone();
126 hs.clear()
215 HashSet<String> hs = new HashSet<String>(); local
232 HashSet<Integer> hs = new HashSet<>(); local
    [all...]
LinkedHashSetTest.java 38 LinkedHashSet hs; field in class:LinkedHashSetTest
103 assertTrue("LinkedHashSet does not contain correct elements", hs
121 int size = hs.size();
122 hs.add(new Integer(8));
123 assertTrue("Added element already contained by set", hs.size() == size);
124 hs.add(new Integer(-9));
126 hs.size() == size + 1);
127 assertTrue("Failed to add element to set", hs.contains(new Integer(-9)));
135 Set orgSet = (Set) hs.clone();
136 hs.clear()
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapRequestSetPath.java 55 HeaderSet hs = null; local
61 hs = session.setPath(mHeaderSet, false, false);
64 hs = session.setPath(mHeaderSet, true, false);
68 mResponseCode = hs.getResponseCode();
BluetoothPbapObexSession.java 144 HeaderSet hs = new HeaderSet(); local
145 hs.setHeader(HeaderSet.TARGET, PBAP_TARGET);
147 hs = mClientSession.connect(hs);
149 if (hs.getResponseCode() != ResponseCodes.OBEX_HTTP_OK) {
  /external/skia/tests/
Float16Test.cpp 59 const uint16_t hs[] = { 0x3c00, 0x4000, 0x4200, 0x4400, 0x4500, 0x4600, 0x4700 }; local
63 REPORTER_ASSERT(reporter, 0 == memcmp(hscratch, hs, sizeof(hs)));
66 SkOpts::half_to_float(fscratch, hs, 7);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue116/
NoFieldsTest.java 58 HiddenSpecial hs = (HiddenSpecial) yaml local
60 assertEquals("foo".hashCode(), hs.retrieveMyVerySpecialField());
  /external/v8/test/unittests/base/
functional-unittest.cc 91 std::set<size_t> hs; local
94 hs.insert(h(v));
96 EXPECT_LE(vs.size() / 4u, hs.size());
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MapStepsConvo.java 168 HeaderSet hs = new HeaderSet(); local
169 hs.setHeader(HeaderSet.TYPE, MapObexLevelTest.TYPE_GET_CONVO_LISTING);
171 hs.setHeader(HeaderSet.APPLICATION_PARAMETER, appParams.EncodeParams());
176 step.mReqHeaders = hs;
MapStepsFolder.java 39 HeaderSet hs = new HeaderSet(); local
40 hs.setHeader(HeaderSet.TYPE, MapObexLevelTest.TYPE_GET_FOLDER_LISTING);
41 step.mReqHeaders = hs;
45 hs = new HeaderSet();
46 hs.setHeader(HeaderSet.NAME, "telecom");
47 step.mReqHeaders = hs;
53 hs = new HeaderSet();
54 hs.setHeader(HeaderSet.TYPE, MapObexLevelTest.TYPE_GET_FOLDER_LISTING);
55 step.mReqHeaders = hs;
59 hs = new HeaderSet()
    [all...]
MapObexLevelTest.java 242 HeaderSet hs = new HeaderSet(); local
243 hs.setHeader(HeaderSet.TARGET, MAS_TARGET);
244 step.mReqHeaders = hs;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
d3d11spikysphere.cpp 30 #include "d3d11spikysphere.hlsl.hs.h"
89 ID3D11HullShader* hs; member in struct:d3d11spikysphere
108 ensure(dev->CreateHullShader(g_hs, sizeof(g_hs), NULL, &hs));
212 ctx->HSSetShader(hs, NULL, 0);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMnsObexClient.java 340 HeaderSet hs = new HeaderSet(); local
346 hs.setHeader(HeaderSet.TARGET, mnsTarget);
352 mHsConnect = mClientSession.connect(hs);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 244 HeaderSet hs = new HeaderSet(); local
245 hs.setHeader(HeaderSet.COUNT, (long) numShares);
250 mCs.connect(hs);
  /external/libvorbis/lib/
block.c 185 int hs; local
188 hs=ci->halfrate_flag;
203 mdct_init(b->transform[0][0],ci->blocksizes[0]>>hs);
204 mdct_init(b->transform[1][0],ci->blocksizes[1]>>hs);
687 int hs; local
693 hs=ci->halfrate_flag;
695 v->centerW=ci->blocksizes[1]>>(hs+1);
696 v->pcm_current=v->centerW>>hs;
724 int hs=ci->halfrate_flag; local
744 int n=ci->blocksizes[v->W]>>(hs+1)
936 int hs=ci->halfrate_flag; local
1011 int hs=ci->halfrate_flag; local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
mjpeg_decoder.cc 216 int hs = GetHorizSubSampFactor(component); local
217 return DivideAndRoundUp(GetWidth(), hs);
  /external/libyuv/files/source/
mjpeg_decoder.cc 227 int hs = GetHorizSubSampFactor(component); local
228 return DivideAndRoundUp(GetWidth(), hs);
  /external/lzma/Java/SevenZip/Compression/LZ/
BinTree.java 97 int hs = kBT2HashSize; local
101 hs = historySize - 1;
102 hs |= (hs >> 1);
103 hs |= (hs >> 2);
104 hs |= (hs >> 4);
105 hs |= (hs >> 8);
    [all...]

Completed in 960 milliseconds

1 2 3 4 5 6 7 8