HomeSort by relevance Sort by last modified time
    Searched refs:get (Results 1351 - 1375 of 4892) sorted by null

<<51525354555657585960>>

  /cts/tests/src/android/content/cts/
MockContentProvider.java 91 // get the count when remove all rows
97 segment = uri.getPathSegments().get(1);
106 segment = uri.getPathSegments().get(1);
190 qb.appendWhere("_id=" + uri.getPathSegments().get(1));
200 qb.appendWhere("_id=" + uri.getPathSegments().get(1));
234 segment = uri.getPathSegments().get(1);
245 segment = uri.getPathSegments().get(1);
  /cts/tools/host/src/com/android/cts/
CommandParser.java 28 * CommandParser is responsible for parsing command line arguments. To get
33 * <li> cp.getAction() will get "start"
34 * <li> cp.getValue("-plan") will get "test_plan"
35 * <li> cp.containsKey("-noplan") will get null
129 mAction = arglist.get(currentArgIndex).toLowerCase();
135 originalOption = arglist.get(currentArgIndex).trim();
150 originalOption = arglist.get(currentArgIndex).trim().toLowerCase();
173 String value = arglist.get(++currentArgIndex).trim();
192 String op = sOptionMap.get(option);
216 * Get the arguments size
    [all...]
HostUtils.java 85 // And since DataBufferUShort is final, it can't be subclassed to get around
208 * Interface provided to rename files before they get zipped.
246 * Get the formatted time string.
258 int year = cal.get(Calendar.YEAR);
259 int month = cal.get(Calendar.MONTH) + 1;
260 int date = cal.get(Calendar.DATE);
261 int hour = cal.get(Calendar.HOUR_OF_DAY);
262 int min = cal.get(Calendar.MINUTE);
263 int sec = cal.get(Calendar.SECOND);
  /cts/tools/host/test/com/android/cts/
TestPlanBuilderTests.java 102 assertEquals(testFullName, testNames.get(0));
115 assertEquals(testFullName, testNames.get(0));
176 ArrayList<String> excludedList = results.get(appPackageName);
197 * Test get excluded list.
261 //scenario 1: all tests are not executed and get excluded list with notExecuted
266 //scenario 2: all tests are not executed and get excluded list with timeout
270 //scenario 3: all tests are not executed and get excluded list with nothing
275 //scenario 4: not all all tests are executed and get excluded list with notExecuted
280 assertEquals(test2.getFullName(), excludedList.get(0));
288 assertEquals(suiteName1, excludedList.get(0))
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
CatchStructs.java 132 handlerOffsets.put(table.get(i).getHandlers(), null);
165 CatchHandlerList.Entry entry = list.get(i);
172 out.writeUnsignedLeb128(list.get(listSize).getHandler());
204 CatchTable.Entry one = table.get(i);
217 out.writeShort(handlerOffsets.get(one.getHandlers()));
249 CatchTable.Entry entry = table.get(i);
  /dalvik/dx/src/com/android/dx/ssa/
ConstCollector.java 99 TypedConstant cst = constantList.get(i);
211 Integer has = countUses.get(cst);
231 ret = countUses.get(b) - countUses.get(a);
333 final RegisterSpec newReg = newRegs.get(cst);
352 fixLocalAssignment(origReg, newRegs.get(cst));
Dominators.java 39 * then finally evaluate the union-find results to get the dominators.
126 SsaBasicBlock v = worklist.get(wsize - 1);
192 SsaBasicBlock w = vertex.get(i);
199 SsaBasicBlock predBlock = blocks.get(j);
213 info[vertex.get(wInfo.semidom).getIndex()].bucket.add(w);
241 SsaBasicBlock w = vertex.get(i);
243 != vertex.get(info[w.getIndex()].semidom).getIndex()) {
PhiInsn.java 144 return operands.get(sourcesIndex).blockIndex;
197 Operand o = operands.get(i);
232 int firstReg = operands.get(0).regSpec.getReg();
280 ret.add(ssaMeth.getBlocks().get(o.blockIndex));
346 sb.append(sources.get(i).toHuman()
348 + Hex.u2(operands.get(i).ropLabel) + "]");
  /external/kernel-headers/original/linux/
moduleparam.h 40 param_get_fn get; member in struct:kernel_param
56 param_get_fn get; member in struct:kparam_array
65 #define __module_param_call(prefix, name, set, get, arg, perm) \
70 = { __param_str_##name, perm, set, get, arg }
72 #define module_param_call(name, set, get, arg, perm) \
73 __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TLSMessageProcessor.java 224 if (tlsMessageChannels.get(key) == tlsMessageChannel)
233 if (tlsMessageChannels.get(key) != null) {
234 return (TLSMessageChannel) this.tlsMessageChannels.get(key);
250 TLSMessageChannel currentChannel = (TLSMessageChannel) tlsMessageChannels.get(key);
266 if (tlsMessageChannels.get(key) != null) {
267 return (TLSMessageChannel) this.tlsMessageChannels.get(key);
  /external/stlport/stlport/stl/
_string_base.h 146 : _M_start_of_storage(__move_source<_AllocProxy>(src.get()._M_start_of_storage)) {
147 _M_move_src(src.get());
149 : _M_end_of_storage(src.get()._M_end_of_storage), _M_finish(src.get()._M_finish),
150 _M_start_of_storage(__move_source<_AllocProxy>(src.get()._M_start_of_storage)) {
151 src.get()._M_start_of_storage._M_data = 0;
  /external/v8/src/
contexts.h 150 // - We may be able to get rid of 'fcontext': We can always use the fact that
158 // - If we cannot get rid of fcontext, consider making 'previous' never NULL
225 JSFunction* closure() { return JSFunction::cast(get(CLOSURE_INDEX)); }
228 Context* fcontext() { return Context::cast(get(FCONTEXT_INDEX)); }
243 Object* result = get(GLOBAL_INDEX);
285 return type::cast(get(index)); \
330 Object* unchecked_previous() { return get(PREVIOUS_INDEX); }
331 Object* unchecked_extension() { return get(EXTENSION_INDEX); }
  /external/webkit/JavaScriptCore/runtime/
JSGlobalObject.cpp 134 d()->globalScopeChain = ScopeChain(this, d()->globalData.get(), this, thisValue);
212 d()->functionPrototype->addFunctionProperties(exec, d()->prototypeFunctionStructure.get(), &callFunction, &applyFunction);
215 d()->objectPrototype = new (exec) ObjectPrototype(exec, ObjectPrototype::createStructure(jsNull()), d()->prototypeFunctionStructure.get());
233 d()->booleanPrototype = new (exec) BooleanPrototype(exec, BooleanPrototype::createStructure(d()->objectPrototype), d()->prototypeFunctionStructure.get());
236 d()->numberPrototype = new (exec) NumberPrototype(exec, NumberPrototype::createStructure(d()->objectPrototype), d()->prototypeFunctionStructure.get());
242 d()->regExpPrototype = new (exec) RegExpPrototype(exec, RegExpPrototype::createStructure(d()->objectPrototype), d()->prototypeFunctionStructure.get());
247 ErrorPrototype* errorPrototype = new (exec) ErrorPrototype(exec, ErrorPrototype::createStructure(d()->objectPrototype), d()->prototypeFunctionStructure.get());
261 JSCell* objectConstructor = new (exec) ObjectConstructor(exec, ObjectConstructor::createStructure(d()->functionPrototype), d()->objectPrototype, d()->prototypeFunctionStructure.get());
263 JSCell* arrayConstructor = new (exec) ArrayConstructor(exec, ArrayConstructor::createStructure(d()->functionPrototype), d()->arrayPrototype, d()->prototypeFunctionStructure.get());
264 JSCell* stringConstructor = new (exec) StringConstructor(exec, StringConstructor::createStructure(d()->functionPrototype), d()->prototypeFunctionStructure.get(), d()->stringPrototype)
    [all...]
  /external/webkit/WebCore/dom/
CharacterData.cpp 43 if (equal(m_data.get(), dataImpl))
56 dispatchModifiedEvent(oldStr.get());
84 dispatchModifiedEvent(oldStr.get());
105 dispatchModifiedEvent(oldStr.get());
134 dispatchModifiedEvent(oldStr.get());
164 dispatchModifiedEvent(oldStr.get());
ProcessingInstruction.cpp 130 String href = attrs.get("href");
131 String alternate = attrs.get("alternate");
133 m_title = attrs.get("title");
134 m_media = attrs.get("media");
166 String charset = attrs.get("charset");
213 newSheet->setMedia(MediaList::create(newSheet.get(), m_media));
  /external/webkit/WebCore/html/
HTMLCanvasElement.cpp 167 return m_context.get();
181 // Need to make sure a RenderLayer and compositing layer get created for the Canvas
185 return m_context.get();
232 static_cast<WebGLRenderingContext*>(m_context.get())->reshape(width(), height());
239 static_cast<CanvasRenderingContext2D*>(m_context.get())->reset();
265 context3D = static_cast<WebGLRenderingContext*>(m_context.get());
361 return m_imageBuffer.get();
HTMLFormCollection.cpp 47 : HTMLCollection(form.get(), OtherCollection, formCollectionInfo(form.get()))
200 Vector<Element*>* idVector = info()->idCache.get(idAttrVal.impl());
210 Vector<Element*>* nameVector = info()->nameCache.get(nameAttrVal.impl());
227 Vector<Element*>* idVector = info()->idCache.get(idAttrVal.impl());
236 Vector<Element*>* nameVector = info()->nameCache.get(nameAttrVal.impl());
  /external/webkit/WebCore/inspector/
JavaScriptProfileNode.cpp 63 return JSValueMakeString(ctx, functionNameString.get());
73 return JSValueMakeString(ctx, urlString.get());
132 JSValueRef arrayProperty = JSObjectGetProperty(ctx, global, arrayString.get(), exception);
146 JSValueRef pushProperty = JSObjectGetProperty(ctx, result, pushString.get(), exception);
156 JSValueRef arg0 = toRef(exec, toJS(exec, (*it).get() ));
223 JSObject* profileNodeWrapper = profileNodeCache().get(profileNode);
  /external/webkit/WebKit/win/
WebNotificationCenter.cpp 128 IUnknown* observedObject = it2->first.get();
129 IWebNotificationObserver* observer = it2->second.get();
176 postNotificationInternal(notification, name, obj.get());
188 postNotificationInternal(notification.get(), notificationName, anObject);
207 IUnknown* observedObject = it2->first.get();
208 IWebNotificationObserver* observer = it2->second.get();
  /frameworks/base/core/java/android/webkit/
GeolocationPermissions.java 30 * This class is used to get Geolocation permissions from, and set them on the
107 Set<String> origins = (Set<String>) values.get(ORIGINS);
108 ValueCallback<Set<String> > callback = (ValueCallback<Set<String> >) values.get(CALLBACK);
113 Boolean allowed = (Boolean) values.get(ALLOWED);
114 ValueCallback<Boolean> callback = (ValueCallback<Boolean>) values.get(CALLBACK);
144 String origin = (String) values.get(ORIGIN);
145 ValueCallback callback = (ValueCallback) values.get(CALLBACK);
  /frameworks/base/core/tests/coretests/src/android/pim/vcard/test_utils/
VNodeBuilder.java 107 mCurrentVNode = vNodeList.get(mNodeListPos);
111 VNode endNode = vNodeList.get(mNodeListPos);
115 if((vNodeList.get(mNodeListPos)).parseStatus == 1)
118 mCurrentVNode = vNodeList.get(mNodeListPos);
167 byteBuffer.get(bytes);
231 return list.get(0);
  /frameworks/base/graphics/java/android/renderscript/
Matrix4f.java 34 public float get(int i, int j) { method in class:Matrix4f
127 float rhs_ij = rhs.get(i,j);
128 ri0 += lhs.get(j,0) * rhs_ij;
129 ri1 += lhs.get(j,1) * rhs_ij;
130 ri2 += lhs.get(j,2) * rhs_ij;
131 ri3 += lhs.get(j,3) * rhs_ij;
  /frameworks/base/libs/rs/
rsProgramFragment.cpp 72 if ((state->mLast.get() == this) && !mDirty) {
79 if (!(mTextureEnableMask & (1 << ct)) || !mTextures[ct].get()) {
111 if (mSamplers[ct].get()) {
146 if ((state->mLast.get() == this) && !mDirty) {
154 if (!(mTextureEnableMask & (1 << ct)) || !mTextures[ct].get()) {
161 if (mSamplers[ct].get()) {
  /frameworks/base/libs/ui/
GraphicBuffer.cpp 40 : BASE(), mOwner(ownData), mBufferMapper(GraphicBufferMapper::get()),
53 : BASE(), mOwner(ownData), mBufferMapper(GraphicBufferMapper::get()),
69 mBufferMapper(GraphicBufferMapper::get()),
93 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get());
118 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get());
128 GraphicBufferAllocator& allocator = GraphicBufferAllocator::get();
  /libcore/luni/src/test/java/libcore/java/security/
ProviderTest.java 75 Set<String> algorithms = remaining.get(type);
83 && StandardNames.PROVIDER_ALGORITHMS.get(type).contains(algorithm))) {
132 provider.get("Provider.id name"));
134 provider.get("Provider.id version"));
136 provider.get("Provider.id info"));
138 provider.get("Provider.id className"));

Completed in 1306 milliseconds

<<51525354555657585960>>