/external/nist-sip/java/gov/nist/javax/sip/ |
SipProviderImpl.java | 138 for (Iterator it = listeningPoints.values().iterator(); it.hasNext();) { 246 return (ListeningPoint) this.listeningPoints.values().iterator() [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
TLSMessageProcessor.java | 202 Collection en = tlsMessageChannels.values();
|
/external/sonivox/jet_tools/JetCreator/ |
JetCtrls.py | 119 def AddRows(self, values):
120 for value in values:
177 def AddRows(self, values):
178 for value in values:
|
JetFile.py | 158 values = None
168 values = track.events.ChaseControllers(event.seq, last_seq, values)
173 # generate event list from default values
174 clip_events = values.GenerateEventList(event.ticks)
728 """ Initializes the values for an empty flag """
[all...] |
/external/stlport/ |
configure | 54 and use default values
|
/external/v8/test/mjsunit/ |
array-slice.js | 157 // Note that slice copies values from prototype into the array. 200 // Note that slice copies values from prototype into the array.
|
regexp-static.js | 159 assertTrue(typeof RegExp.multiline == typeof Boolean(), "RegExp.multiline coerces values to booleans"); 161 assertTrue(typeof RegExp.input == typeof String(), "RegExp.input coerces values to booleans");
|
/external/v8/tools/ |
generate-ten-powers.scm | 76 (values cut e exact?) 201 "// GRISU_UINT64_C: used to construct 64-bit values in a platform\n"
|
/external/valgrind/main/cachegrind/ |
cg_annotate.in | 582 my $fn_CC_col_widths = compute_CC_col_widths(values %fn_totals); 788 my $CC_col_widths = compute_CC_col_widths(values %$src_file_CCs);
|
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/ |
gl2.h | 607 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint indx, const GLfloat* values); 609 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint indx, const GLfloat* values); 611 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint indx, const GLfloat* values); 613 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint indx, const GLfloat* values);
|
/external/webkit/Source/WebCore/html/ |
HTMLMediaElement.h | 159 void getPluginProxyParams(KURL& url, Vector<String>& names, Vector<String>& values);
|
/external/webkit/Source/WebCore/platform/graphics/ |
GraphicsContext3D.h | 751 void vertexAttrib1fv(GC3Duint index, GC3Dfloat* values); 753 void vertexAttrib2fv(GC3Duint index, GC3Dfloat* values); 755 void vertexAttrib3fv(GC3Duint index, GC3Dfloat* values); 757 void vertexAttrib4fv(GC3Duint index, GC3Dfloat* values); [all...] |
/external/webkit/Source/WebKit/mac/Plugins/ |
WebNetscapePluginView.h | 119 attributeValues:(NSArray *)values
|
/external/webkit/Tools/Scripts/ |
commit-log-editor | 314 my @strings = values %{$hashOfStrings};
|
/frameworks/base/core/java/android/text/method/ |
MultiTapKeyListener.java | 35 new MultiTapKeyListener[Capitalize.values().length * 2];
|
TextKeyListener.java | 39 new TextKeyListener[Capitalize.values().length * 2];
|
/frameworks/base/core/java/android/webkit/ |
CookieManager.java | 157 // both values are null, the cookies match. If both values are 225 // If both cookies have null values, fall back to using the name 625 Collection<ArrayList<Cookie>> cookieList = mCookieMap.values(); 703 Collection<ArrayList<Cookie>> cookieList = mCookieMap.values(); 770 Collection<ArrayList<Cookie>> cookieList = mCookieMap.values(); 827 Collection<ArrayList<Cookie>> cookieLists = mCookieMap.values(); [all...] |
WebViewDatabase.java | 1182 ArrayList<String> values = new ArrayList<String>(); local [all...] |
/frameworks/base/media/java/android/media/ |
MiniThumbFile.java | 63 for (MiniThumbFile file : sThumbFiles.values()) {
|
/frameworks/base/opengl/include/GLES2/ |
gl2.h | 607 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint indx, const GLfloat* values); 609 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint indx, const GLfloat* values); 611 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint indx, const GLfloat* values); 613 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint indx, const GLfloat* values);
|
/frameworks/base/telephony/java/android/telephony/gsm/ |
SmsMessage.java | 369 return MessageClass.values()[index]; 579 * description of values. 588 * for a description of other possible values.
|
/frameworks/base/telephony/java/com/android/internal/telephony/cat/ |
ValueParser.java | 93 timeUnit = TimeUnit.values()[(rawValue[valueIndex] & 0xff)];
|
/frameworks/base/tools/preload/ |
MemoryUsage.java | 38 // These values are in 1kB increments (not 4kB like you'd expect). 291 for (LoadedClass loadedClass : root.loadedClasses.values()) {
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
ImportTestProvider.java | 160 mMimeTypeToExpectedContentValues.values()) {
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ConcurrentHashMap.java | 71 * @param <V> the type of mapped values 144 transient Collection<V> values; field in class:ConcurrentHashMap 1008 public Collection<V> values() { method in class:ConcurrentHashMap [all...] |