/external/v8/src/ |
ast.h | 901 // A materialized literal is simple if the values consist of only 1019 ZoneList<Expression*>* values, 1025 values_(values), 1026 first_element_id_(ReserveIdRange(values->length())) {} 1031 ZoneList<Expression*>* values() const { return values_; } function in class:v8::internal::ArrayLiteral [all...] |
/external/v8/tools/ |
stats-viewer.py | 220 for child in self.root.children.values():
|
/external/valgrind/main/callgrind/ |
callgrind_annotate.in | 850 my $fn_CC_col_widths = compute_CC_col_widths(values %fn_totals); [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
Context.h | 358 void setVertexAttrib(GLuint index, const GLfloat *values);
|
/external/webkit/Source/WebCore/bridge/qt/ |
qt_instance.cpp | 121 foreach (QtInstance* instance, cachedInstances.values(o))
|
/external/webkit/Source/WebCore/html/ |
HTMLMediaElement.cpp | [all...] |
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
WKBundlePage.h | 228 typedef void (*WKBundlePageWillSubmitFormCallback)(WKBundlePageRef page, WKBundleNodeHandleRef htmlFormElementHandle, WKBundleFrameRef frame, WKBundleFrameRef sourceFrame, WKDictionaryRef values, WKTypeRef* userData, const void* clientInfo);
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
json_results_generator.py | 175 self._test_results = test_results_map.values()
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
test.py | 56 # The values of each field are treated as raw byte strings. They 200 for test in test_list.tests.values():
|
/frameworks/base/core/java/android/content/res/ |
AssetManager.java | 527 for (RuntimeException e : mRefStacks.values()) {
|
/frameworks/base/core/jni/ |
android_server_BluetoothService.cpp | 1026 jint *values = env->GetIntArrayElements(handles, NULL); local [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_PredictReconCoefIntra_s.s | 40 ; * of the following values: 250 VST1 {dtemp0,dtemp1},[pSrcDst] ;//storing back the updated values 251 VST1 {dtemp0,dtemp1},[pPredBufRow] ;//storing back the updated row prediction values
|
/frameworks/base/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/ |
GL2CameraEye.java | 118 final float[] accelerationVector = event.values;
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiMonitor.java | 542 for (SupplicantState state : SupplicantState.values()) {
|
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardComposer.java | 538 ContentValues contentValues = namedContentValues.values;
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
VCardEntryTests.java | 169 Arrays.toString(mExpectedElements.values().toArray()),
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
PropertyNodesVerifierElem.java | 215 for (List<PropertyNode> nodes : mOrderedNodeMap.values()) {
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldRuntimeTest.java | 293 Object [] valueSet = System.getenv().values().toArray();
|
/libcore/luni/src/test/java/libcore/java/sql/ |
OldResultSetGetterTests.java | 76 static List<String> values = Arrays.asList("1", "-1", "22", "2", "33", field in class:OldResultSetGetterTests 152 // first inserted row : actual values 153 // second inserted row: null values 189 + "values (1, -1, 22, 2, 33," 207 + "values (null, null, null, null, null," 246 for (String t : values) { 273 .prepareStatement("insert into testBinary values (?);"); 305 stPrep = conn.prepareStatement("insert into testBinary values (?);"); 355 .prepareStatement("insert into testBinary values (?);"); 387 stPrep = conn.prepareStatement("insert into testBinary values (?);") [all...] |
/libcore/luni/src/test/java/libcore/java/util/ |
OldTreeMapTest.java | 258 Collection<Double> valueCollection = smap.values();
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppNotification.java | 275 for (NotificationItem item : mNotifications.values()) {
|
/packages/apps/Calendar/src/com/android/calendar/event/ |
AttendeesView.java | 329 for (final Attendee attendee : attendees.values()) {
|
/packages/apps/Mms/src/com/android/mms/ui/ |
SlideView.java | 532 for (View view : viewsByPosition.values()) {
|
/packages/apps/Music/src/com/android/music/ |
MusicUtils.java | 553 // fill in the ContentValues array with the right values for this pass 1108 ContentValues values = new ContentValues(2); local [all...] |
/packages/apps/Phone/src/com/android/phone/ |
CallFeaturesSetting.java | 535 * This method set the default values for the various 1735 String [] values = new String [len]; local [all...] |