Home
last modified time | relevance | path

Searched refs:push (Results 1 – 25 of 25) sorted by relevance

/cts/tools/cts-media/
Dcopy_media.sh48 adb $adb_options push bbb_short/1920x1080 /sdcard/test/bbb_short/1920x1080
49 adb $adb_options push bbb_full/1920x1080 /sdcard/test/bbb_full/1920x1080
54 adb $adb_options push bbb_short/1280x720 /sdcard/test/bbb_short/1280x720
55 adb $adb_options push bbb_full/1280x720 /sdcard/test/bbb_full/1280x720
60 adb $adb_options push bbb_short/720x480 /sdcard/test/bbb_short/720x480
61 adb $adb_options push bbb_full/720x480 /sdcard/test/bbb_full/720x480
65 adb $adb_options push bbb_short/176x144 /sdcard/test/bbb_short/176x144
66 adb $adb_options push bbb_full/176x144 /sdcard/test/bbb_full/176x144
67 adb $adb_options push bbb_short/480x360 /sdcard/test/bbb_short/480x360
68 adb $adb_options push bbb_full/480x360 /sdcard/test/bbb_full/480x360
/cts/tools/dasm/src/java_cup/runtime/
Dvirtual_parse_stack.java93 vstack.push(new Integer(stack_sym.parse_state)); in get_from_real()
138 public void push(int state_num) in push() method in virtual_parse_stack
140 vstack.push(new Integer(state_num)); in push()
Dlr_parser.java500 stack.push(new symbol(0, start_state())); in parse()
516 stack.push(cur_token); in parse()
544 stack.push(lhs_sym); in parse()
664 stack.push(new symbol(0, start_state())); in debug_parse()
681 stack.push(cur_token); in debug_parse()
712 stack.push(lhs_sym); in debug_parse()
868 stack.push(error_token); in find_recovery_config()
974 vstack.push(act-1); in try_parse_ahead()
1005 vstack.push(get_reduce(vstack.top(), lhs)); in try_parse_ahead()
1061 stack.push(cur_err_token()); in parse_lookahead()
[all …]
/cts/tests/tests/media/src/android/media/cts/
DEncoderTest.java57 formats.push(format); in testAMRNBEncoders()
75 formats.push(format); in testAMRWBEncoders()
112 formats.push(format); in testAACEncoders()
145 names.push(info.getName()); in getEncoderNamesForType()
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dbase.js71 BenchmarkSuite.suites.push(this);
175 this.results.push(result);
185 BenchmarkSuite.scores.push(score);
Draytrace.js862 scene.shapes.push(plane);
863 scene.shapes.push(sphere);
864 scene.shapes.push(sphere1);
877 scene.lights.push(light);
878 scene.lights.push(light1);
Dsplay.js277 this.root_.traverse_(function(node) { result.push(node.key); });
Ddeltablue.js64 this.elms.push(elm);
Dbox2d.js69 …0)return false;if(f.x-m.x>0||v>0)return false;return true};Box2D.postDefs.push(function(){Box2D.Co…
75 …x=b.pointB.x=X.x;b.pointA.y=b.pointB.y=X.y;b.distance=0}}};Box2D.postDefs.push(function(){Box2D.Co…
91 …rototype.Copy=function(){var b=new E;b.Set(this);return b};Box2D.postDefs.push(function(){Box2D.Co…
102 Box2D.postDefs.push(function(){Box2D.Collision.b2SeparationFunction.e_points=1;Box2D.Collision.b2Se…
112 …break}o.b2_toiMaxIters=w.Max(o.b2_toiMaxIters,t);return v};Box2D.postDefs.push(function(){Box2D.Co…
136 …z===undefined)z=0;var u=new Vector,D=0,H;for(D=0;D<k.length;++D){H=k[D];u.push(H)}this.SetAsVector…
151 …S.col2.y*R);k.extents.x=0.5*(d-N);k.extents.y=0.5*(h-Z)}}};Box2D.postDefs.push(function(){Box2D.Co…
153 …his.m_type=U.e_unknownShape;this.m_radius=F.b2_linearSlop};Box2D.postDefs.push(function(){Box2D.Co…
157 …:w};G.b2Assert=function(y){if(!y)throw"Assertion Failed";};Box2D.postDefs.push(function(){Box2D.Co…
172 …o=function(p){if(p===undefined)p=0;return p>0&&(p&p-1)==0};Box2D.postDefs.push(function(){Box2D.Co…
[all …]
Dearley-boyer.js1335 a.push(l.car.val);
1389 a.push(arguments[i]);
1426 a.push(l.car);
1491 args.push(arguments[i]);
1494 args.push(l.car);
Dgbemu.js311 outArray.push(binString.charCodeAt(index++) & 0xFF);
744 this.mozAudioTail.push(buffer[index++]);
/cts/tools/vm-tests-tf/etc/
Dstarttests131 adb push $dexcore /data/local/tmp/dexcore.jar >> /dev/null 2>&1
172 adb push ${depJar} ${deviceFileName} &> /dev/null
/cts/libs/json/src/com/android/json/stream/
DJsonReader.java193 push(JsonScope.EMPTY_DOCUMENT);
542 private void push(JsonScope newTop) { in push() method in JsonReader
666 push(JsonScope.EMPTY_OBJECT); in nextValue()
670 push(JsonScope.EMPTY_ARRAY); in nextValue()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DTestPackageXmlParser.java114 mClassNameStack.push(packageSegment); in startElement()
122 mClassNameStack.push(classSegment); in startElement()
/cts/tools/dasm/src/java_cup/
Dlalr_item.java102 _propagate_items.push(prop_to); in add_propagate()
Dlalr_state.java305 work_stack.push(start_state); in build_machine()
370 work_stack.push(new_st); in build_machine()
Dparser.java1028 emit.import_list.push(multipart_name); in CUP$do_action()
Dparser.cup247 emit.import_list.push(multipart_name);
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
Djquery.js75 push = Array.prototype.push,
232 push.apply( ret, elems );
302 push: push,
679 push.call( ret, array );
739 ret.push( elems[ i ] );
1018 list.push( elem );
1147 stack.push( [ context, args ] );
2025 q.push( data );
2399 values.push( value );
2928 handlers.push( handleObj );
[all …]
/cts/tools/signature-tools/src/signature/converter/doclet/
DDocletToSigConverter.java503 currentMethod.push(m); in convertMethod()
515 currentConstructor.push(c); in convertConstructor()
/cts/tools/dasm/etc/
Djava_cup.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/action_part.class action_part ...
Djava_cup-new.jar ... () throws java.lang.Exception public void push (int) } java_cup/runtime/lr_parser. ...
Djava_cup.jar.oldMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/action_part.class action_part ...
/cts/tools/signature-tools/lib/
Dantlr-2.7.7.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement ...
/cts/tools/dex-tools/dex/
Dclasses0.out.dex48046 public java.lang.Object push(
57328 private java.util.logging.Level push
57354 public void push()
74711 private void push(
81865 void push(
107935 private void push(
108141 private final void push(