HomeSort by relevance Sort by last modified time
    Searched full:get (Results 551 - 575 of 13186) sorted by null

<<21222324252627282930>>

  /external/webkit/WebCore/rendering/style/
RenderStyle.cpp 159 m_svgStyle.access()->inheritFrom(inheritParent->m_svgStyle.get());
213 RenderStyle* ps = m_cachedPseudoStyle.get();
215 ps = ps->m_cachedPseudoStyle.get();
225 return m_cachedPseudoStyle.get();
231 for (RenderStyle* pseudoStyle = m_cachedPseudoStyle.get(); pseudoStyle; pseudoStyle = pseudoStyle->m_cachedPseudoStyle.get())
240 m_svgStyle->inheritedNotEqual(other->m_svgStyle.get()) ||
315 if (rareNonInheritedData.get() != other->rareNonInheritedData.get()) {
323 if (rareNonInheritedData->flexibleBox.get() != other->rareNonInheritedData->flexibleBox.get() &
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
LinkedHashMapTest.java 117 assertNull("Empty LinkedHashMap access", empty.get("nothing"));
119 assertTrue("cannot get element", empty.get("something") == "here");
143 assertNull("Empty hashtable access", empty.get("nothing"));
145 assertTrue("cannot get element", empty.get("something") == "here");
165 .get(objArray2[counter]) == hm2.get(objArray2[counter]));
176 * @tests java.util.LinkedHashMap#get(java.lang.Object)
181 method = "get",
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
HashMapTest.java 97 assertNull("Empty hashmap access", empty.get("nothing"));
99 assertTrue("cannot get element", empty.get("something") == "here");
123 assertNull("Empty hashtable access", empty.get("nothing"));
125 assertTrue("cannot get element", empty.get("something") == "here");
145 .get(objArray2[counter]) == hm2.get(objArray2[counter]));
167 hm.get(objArray2[i]));
186 .get(objArray2[counter]) == hm2.get(objArray2[counter]))
    [all...]
LinkedListTest.java 98 assertTrue("Failed to add Object>: " + ll.get(50).toString(), ll
99 .get(50) == o);
101 ll.get(51) == objArray[50] && (ll.get(52) == objArray[51]));
103 assertNull("Did not add null correctly", ll.get(50));
121 assertNull("Did not add null correctly", ll.get(ll.size() - 1));
140 assertTrue("Manipulated elements < index", ll.get(i) == objArray[i]);
143 ll.get(i) == objArray[i - 50]);
146 ll.get(i) == objArray[i - 100]);
154 assertNull("a) List w/nulls not added correctly", ll.get(50))
    [all...]
  /external/speex/include/speex/
speex.h 54 /** Get enhancement state (decoder only) */
63 /** Get current quality setting */
68 /** Get current sub-mode in use */
73 /** Get current low-band mode in use (wideband only)*/
78 /** Get current high-band mode in use (wideband only)*/
83 /** Get VBR status (1 for on, 0 for off) */
88 /** Get current quality value for VBR encoding (0-10) */
93 /** Get current complexity of the encoder (0-10) */
98 /** Get current bit-rate used by the encoder or decoder */
109 /** Get sampling rate used in bit-rate computation *
    [all...]
  /external/icu4c/layoutex/layout/
plruns.h 84 * Get the number of font runs.
106 * Get the limit index for the last font run. This is the
119 * Get the limit index for a particular font run.
133 * Get the <code>le_font</code> object assoicated with the given run
134 * of text. Use <code>pl_getFontRunLimit(run)</code> to get the corresponding
217 * Get the number of value runs.
239 * Get the limit index for the last value run. This is the
252 * Get the limit index for a particular value run.
266 * Get the value assoicated with the given run * of text. Use
267 * <code>pl_getValueRunLimit(run)</code> to get the correspondin
    [all...]
  /external/webkit/WebCore/page/animation/
ImplicitAnimation.cpp 68 // If we get this far and the animation is done, it means we are cleaning up a just finished animation.
82 bool needsAnim = blendProperties(this, m_animatingProperty, animatedStyle.get(), m_fromStyle.get(), m_toStyle.get(), progress(1, 0, 0));
104 animatedStyle = RenderStyle::clone(m_toStyle.get());
106 blendProperties(this, m_animatingProperty, animatedStyle.get(), m_fromStyle.get(), m_toStyle.get(), progress(1, 0, 0));
115 return layer->backing()->startTransition(timeOffset, m_animatingProperty, m_fromStyle.get(), m_toStyle.get());
    [all...]
CompositeAnimation.cpp 55 ImplicitAnimation* transition = it->second.get();
63 KeyframeAnimation* anim = it->second.get();
76 // in the next loop and then toss the ones that didn't get marked.
100 // Get the next property which is not a shorthand.
117 ImplicitAnimation* implAnim = m_transitions.get(prop).get();
122 // this animation to get removed at the end of this function.
143 implAnim->blendPropertyValueInStyle(prop, modifiedCurrentStyle.get());
160 m_transitions.set(prop, ImplicitAnimation::create(const_cast<Animation*>(anim), prop, renderer, this, modifiedCurrentStyle ? modifiedCurrentStyle.get() : fromStyle));
174 ImplicitAnimation* anim = it->second.get();
    [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
ProxyInstance.mm 146 type, identifier, (char*)[arguments.get() bytes], [arguments.get() length]) != KERN_SUCCESS)
151 if (!reply.get() || !reply->m_returnValue)
154 return m_instanceProxy->demarshalValue(exec, (char*)CFDataGetBytePtr(reply->m_result.get()), CFDataGetLength(reply->m_result.get()));
179 if (reply.get() && reply->m_result)
203 if (reply.get() && reply->m_result)
258 if (!reply.get() || !reply->m_returnValue)
261 RetainPtr<NSArray*> array = [NSPropertyListSerialization propertyListFromData:(NSData *)reply->m_result.get()
266 for (NSNumber *number in array.get()) {
    [all...]
  /frameworks/base/media/java/android/drm/mobile1/
DrmRawContent.java 169 * Get rights address from raw Seperate Delivery content.
179 * Get the type of the raw DRM content.
192 * Get one InputStream object to read decrypted content.
206 * Get the type of the decrypted media content.
215 * Get the length of the decrypted media content.
226 * the rights. But for the apps, it is mandatory for user to get
227 * the rights object before get the media content length.
270 * the rights. But for the apps, it is mandatory for user to get
271 * the rights object before get the media content data.
283 /* call native method to get this DRM decrypted media content length *
    [all...]
  /packages/apps/IM/src/com/android/im/imps/
PtsCodes.java 50 return sCodeToTransaction.get(type.toUpperCase());
55 return sCodeToElement.get(type.toUpperCase());
60 return sCodeToCapElement.get(type.toUpperCase());
65 return sCodeToCapValue.get(type.toUpperCase()) == null ?
66 type : sCodeToCapValue.get(type.toUpperCase());
71 return sCodeToServiceTree.get(type.toUpperCase());
75 return sTransactionToCode.get(txType);
83 return sElementToCode.get(elemType);
87 return sCapElementToCode.get(elemType);
91 return sCapValueToCode.get(value)
    [all...]
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
Header.java 107 LinkedList<String> list = keyTable.get(key);
132 LinkedList<String> list = keyTable.get(key);
139 String propKey = props.get(i);
174 public String get(int pos) { method in class:Header
176 return props.get(pos * 2 + 1);
192 return props.get(pos * 2);
205 public String get(String key) { method in class:Header
206 LinkedList<String> result = keyTable.get(key.toLowerCase());
223 * Sets the status line in the header request example: GET / HTTP/1.1
235 * to get i
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemExtensionDecl.java 66 * Get the prefix for this extension element
92 * Get the names of functions defined in this extension
103 * Get a function at a given index in this extension element
106 * @param i Index of function to get
122 * Get count of functions defined in this extension element
148 * Get StringVector of elements defined for this extension
159 * Get the element at the given index
162 * @param i Index of element to get
189 * Get an int constant identifying the type of element.
329 ExtensionHandler nsh = etable.get(declNamespace)
    [all...]
Stylesheet.java 101 * Get the owning stylesheet. This looks up the
200 * Get the "xmlns:xsl" property.
229 * Get and "extension-element-prefix" property.
249 * Get the number of "extension-element-prefixes" Strings.
301 * Get an "exclude-result-prefix" property.
310 * @param i Index of prefix to get in list
327 * Get the number of "exclude-result-prefixes" Strings.
339 * Get whether or not the passed prefix is contained flagged by
388 * Get the "id" property.
423 * Get whether or not the stylesheet is in "Forward Compatibility Mode
    [all...]
  /external/icu4c/test/cintltst/
sprpdata.c 75 /* get the character code, field 0 */
123 /* get the type */
166 log_err( "Did not get the assigned type for codepoint 0x%08X. Expected: %i Got: %i\n",codepoint, USPREP_MAP, type);
199 log_err( "Did not get the expected length. Expected: %i Got: %i\n", mapLength, length);
206 log_err("Did not get the expected result. Expected: 0x%04X Got: 0x%04X \n", mapping[i], mappingData[index+i]);
213 log_err( "Did not get the expected result. Expected: 0x%04X 0x%04X Got: 0x%04X 0x%04X\n", lead, trail, mappingData[index+i], mappingData[index+i+1]);
219 log_err("Did not get the expected result. Expected: 0x%04X Got: 0x%04X \n", mapping[0],(codepoint-delta));
240 // get data for lead surrogate
244 // get the real data from the folded lead/trail units
258 log_err( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames (…)
    [all...]
  /external/kernel-headers/original/linux/
videodev.h 248 #define VIDIOCGCAP _IOR('v',1,struct video_capability) /* Get capabilities */
249 #define VIDIOCGCHAN _IOWR('v',2,struct video_channel) /* Get channel info (sources) */
251 #define VIDIOCGTUNER _IOWR('v',4,struct video_tuner) /* Get tuner abilities */
253 #define VIDIOCGPICT _IOR('v',6,struct video_picture) /* Get picture properties */
256 #define VIDIOCGWIN _IOR('v',9, struct video_window) /* Get the video overlay window */
258 #define VIDIOCGFBUF _IOR('v',11, struct video_buffer) /* Get frame buffer */
263 #define VIDIOCGAUDIO _IOR('v',16, struct video_audio) /* Get audio info */
268 #define VIDIOCGUNIT _IOR('v',21, struct video_unit) /* Get attached units */
269 #define VIDIOCGCAPTURE _IOR('v',22, struct video_capture) /* Get subcapture */
273 #define VIDIOCGPLAYINFO _IOR('v',26, struct video_info) /* Get current playback info from hardware *
    [all...]
  /external/opencore/protocols/http_parcom/include/
http_parser.h 56 * Return value: see the following enum. For PARSE_HEADER_AVAILABLE, user need to call getHTTPStatusCode() to get status code
80 PARSE_SUCCESS_END_OF_MESSAGE = 2, // success with end of the message (get data with the size of content-length)
81 PARSE_SUCCESS_END_OF_MESSAGE_WITH_EXTRA_DATA = 3, // success with end of the message (get data with the size of content-length), but input has more extra data
87 // user can continue calling parse function to get the complete http header
100 // After parsing HTTP header(parse() return PARSE_HEADER_AVAILABLE), use the following functions to get the related information
101 // get content info
103 // get total fields inside the header
105 // get a list of all field keys inside the header
107 // get the field value with the given field key, which can be retrieved from getFieldKeyListInHeader()
111 // get the number of field key-value pairs with the same field key. 0 => no such key, 1 or more => number (…)
    [all...]
  /external/webkit/JavaScriptCore/wtf/
ThreadSpecific.h 75 T* get();
120 inline T* ThreadSpecific<T>::get() function in class:WTF::ThreadSpecific
128 ASSERT(!get());
148 inline T* ThreadSpecific<T>::get() function in class:WTF::ThreadSpecific
157 ASSERT(!get());
175 inline T* ThreadSpecific<T>::get() function in class:WTF::ThreadSpecific
184 ASSERT(!get());
226 inline T* ThreadSpecific<T>::get() function in class:WTF::ThreadSpecific
235 ASSERT(!get());
253 // We want get() to keep working while data destructor works, because it can be called indirectly by the destruct (…)
    [all...]
  /external/webkit/WebCore/bindings/v8/custom/
V8WebGLArrayCustom.h 100 V8DOMWrapper::setDOMWrapper(args.Holder(), classIndex, array.get());
103 array.get()->baseAddress(),
104 array.get()->length());
119 len = toInt32(srcArray->Get(v8::String::New("length")));
127 v8::Local<v8::Value> val = srcArray->Get(v8::Integer::New(i));
133 V8DOMWrapper::setDOMWrapper(args.Holder(), classIndex, array.get());
136 array.get()->baseAddress(),
137 array.get()->length());
159 if (!array->get(index, result))
173 uint32_t length = toInt32(array->Get(v8::String::New("length")))
    [all...]
  /external/webkit/WebCore/history/
BackForwardList.cpp 73 pageCache()->remove(item.get());
83 pageCache()->remove(item.get());
85 m_page->mainFrame()->loader()->client()->dispatchDidRemoveBackForwardItem(item.get());
88 m_entryHash.add(prpItem.get());
130 return m_entries[m_current - 1].get();
137 return m_entries[m_current].get();
144 return m_entries[m_current + 1].get();
185 pageCache()->remove(item.get());
231 return m_entries[index + m_current].get();
257 pageCache()->remove(m_entries[i].get());
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
machmode.h 27 /* Get the name of mode MODE as a string. */
40 /* Get the general kind of object that mode MODE represents
177 /* Get the size in bytes and bits of an object of mode MODE. */
183 /* Get the number of value bits of an object of mode MODE. */
187 /* Get the number of integral bits of an object of mode MODE. */
191 /* Get the number of fractional bits of an object of mode MODE. */
195 /* Get a bitmask containing 1 for all bits in a word
207 /* Get the size in bytes of the basic parts of an object of mode MODE. */
214 /* Get the number of units in the object. */
219 /* Get the next wider natural mode (eg, QI -> HI -> SI -> DI -> TI). *
    [all...]
  /external/guava/src/com/google/common/util/concurrent/
Futures.java 47 * interrupted during an attempt to {@code get()} from the returned future, it
68 public V get(long timeoutDuration, TimeUnit timeoutUnit) method in class:Futures
77 return future.get(remaining, TimeUnit.NANOSECONDS);
90 public V get() throws ExecutionException { method in class:Futures
95 return future.get();
134 * See {@link Future#get()} for details on the exceptions thrown.
178 * result. Calling {@code get()} will throw the provided {@code Throwable}
197 * Calling {@code get()} will throw the provided {@code Throwable} (wrapped in
225 * chain on input and that function to get a {@code ListenableFuture} of
328 * <p>Each call to {@code Future<O>.get(*)} results in a call t
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 88 /* get connect matrix */
101 /* get part of speech tags */
194 /* get the clause which can be the end of the sentence */
197 /* get the clause which is not the end of the sentence */
203 bestClause = (WnnClause)clauses.get(0);
253 * @param all Get all candidates or not
259 /* get clauses without ancillary word */
271 /* get clauses with ancillary word */
274 /* get ancillary patterns */
281 /* get candidates of stem in a clause *
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKeyboard.java 188 KeyRow keyRow = mKeyRows.get(mKeyRows.size() - 1);
215 KeyRow keyRow = mKeyRows.get(row);
221 SoftKey softKey = softKeys.get(i);
281 KeyRow keyRow = mKeyRows.get(row);
292 List<SoftKey> softKeys = mKeyRows.get(row).mSoftKeys;
294 return softKeys.get(location);
308 KeyRow keyRow = mKeyRows.get(row);
316 SoftKey sKey = softKeys.get(i);
329 KeyRow keyRow = mKeyRows.get(row);
337 SoftKey sKey = softKeys.get(i)
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventValueSelector.java 72 * that are of type string. This lets us get back the {@link EventValueDescription} from the
133 // get the center new top left.
183 if (eventInfoMap.get(i) != null) {
184 String eventName = eventTagMap.get(i);
297 // get the current selection in the event combo
305 // get the EventValueDescription for this tag
307 .get(eventTag)[mDescriptor.filterValueIndex];
387 // get the current selection in the event combo
395 // get the EventValueDescription for this tag
396 EventValueDescription[] values = mLogParser.getEventInfoMap().get(eventTag)
    [all...]

Completed in 447 milliseconds

<<21222324252627282930>>