HomeSort by relevance Sort by last modified time
    Searched full:engineer (Results 1 - 25 of 45) sorted by null

1 2

  /frameworks/base/core/tests/coretests/res/raw/
v21_pref_handling.vcf 10 TITLE:Engineer
  /external/webkit/JavaScriptCore/tests/mozilla/js1_3/inherit/
proto_5.js 70 function Engineer ( machine ) {
74 Engineer.prototype = new WorkerBee();
91 var pat = new Engineer( "indy" );
93 var les = new Engineer();
96 "var pat = new Engineer(\"indy\"); pat.name",
116 "pat.__proto__ == Engineer.prototype",
118 pat.__proto__ == Engineer.prototype );
121 "var les = new Engineer(); les.name",
141 "les.__proto__ == Engineer.prototype",
143 les.__proto__ == Engineer.prototype )
    [all...]
proto_2.js 69 function Engineer () {
73 Engineer.prototype = new WorkerBee;
94 var engineer = new Engineer();
117 "engineer.__proto__ == Engineer.prototype",
119 engineer.__proto__ == Engineer.prototype );
proto_4.js 74 function Engineer () {
78 Engineer.prototype = new WorkerBee();
95 var terry = new Engineer();
102 var leslie = new Engineer();
106 Engineer.prototype.specialty = "code";
108 var chris = new Engineer();
117 "terry = new Engineer(); terry.specialty",
142 "leslie = new Engineer(); leslie.specialty",
proto_1.js 68 function Engineer () {
72 Engineer.prototype = new WorkerBee();
143 var jane = new Engineer();
146 "jane = new Engineer(); jane.name",
151 "jane = new Engineer(); jane.dept",
156 "jane = new Engineer(); jane.projects.length",
161 "jane = new Engineer(); jane.machine",
proto_10.js 80 function Engineer ( name, projs, machine ) {
85 Engineer.prototype = new WorkerBee();
100 var pat = new Engineer()
103 "pat.__proto__ == Engineer.prototype",
105 pat.__proto__ == Engineer.prototype );
129 "InstanceOf( pat, Engineer )",
131 InstanceOf( pat, Engineer ) );
proto_6.js 73 function Engineer ( name, projs, machine ) {
78 Engineer.prototype = new WorkerBee();
94 var pat = new Engineer( "Toonces, Pat",
105 // Pat, the Engineer
proto_7.js 61 function Engineer ( name, projs, machine ) {
66 // Engineer.prototype = new WorkerBee();
81 var pat = new Engineer( "Toonces, Pat",
88 // Pat, the Engineer
proto_8.js 59 function Engineer ( name, projs, machine ) {
64 Engineer.prototype = new WorkerBee();
79 var pat = new Engineer( "Toonces, Pat",
86 // Pat, the Engineer
proto_11.js 73 function Engineer ( name, projs, machine ) {
78 Engineer.prototype = new WorkerBee();
96 var les = new Engineer( "Morris, Les", new Array("JavaScript"), "indy" );
proto_12.js 74 function Engineer ( name, projs, machine, hobby ) {
84 Engineer.prototype = new WorkerBee();
101 var les = new Engineer( "Morris, Les", new Array("JavaScript"), "indy" );
proto_3.js 69 function Engineer () {
73 Engineer.prototype = new WorkerBee();
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Expressions/
instanceof-002.js 66 function Engineer ( name, projs, machine ) {
71 Engineer.prototype = new WorkerBee();
73 var pat = new Engineer()
76 "pat.__proto__ == Engineer.prototype",
78 pat.__proto__ == Engineer.prototype );
101 "pat instanceof Engineer",
103 pat instanceof Engineer );
  /external/proguard/docs/
index.html 58 names. The resulting jars are smaller and harder to reverse-engineer.
main.html 30 <li>Making programs and libraries harder to reverse-engineer.
FAQ.html 59 the bytecode and reverse-engineer entire programs. Sometimes, this is not
62 it much harder to reverse-engineer the code. It further compacts the code as a
  /packages/apps/Tag/tests/src/com/android/apps/tag/record/
MimeRecordTest.java 39 + "TITLE:Software Engineer\r\n"
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
README 34 Senior Engineer
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzGL.m 151 * Wisdom from Apple engineer in reference to UT2003's OpenGL performance:
173 /* End Wisdom from Apple Engineer section. --ryan. */
  /frameworks/base/docs/html/guide/market/billing/
billing_best_practices.jd 50 <p>You should obfuscate your in-app billing code so it is difficult for an attacker to reverse engineer security protocols and other application components. At a minimum, we recommend that you run an obfuscation tool like <a href="http://developer.android.com/guide/developing/tools/proguard.html">Proguard</a> on your code.</p>
64 <p>The in-app billing sample application is publicly distributed and can be downloaded by anyone, which means it is relatively easy for an attacker to reverse engineer your application if you use the sample code exactly as it is published. The sample application is intended to be used only as an example. If you use any part of the sample application, you must modify it before you publish it or release it as part of a production application.</p>
  /frameworks/base/docs/html/guide/developing/tools/
proguard.jd 37 sized <code>.apk</code> file that is more difficult to reverse engineer. Because ProGuard makes your
38 application harder to reverse engineer, it is important that you use it
  /development/pdk/docs/
index.jd 46 If you're an engineer building a device intended to run the Android
  /development/pdk/docs/source/
roles.jd 27 <p>A "Developer" is an engineer writing applications that run on Android
  /external/proguard/docs/manual/
introduction.html 18 code base smaller, more efficient, and harder to reverse-engineer. The final
  /external/quake/quake/src/WinQuake/data/
RLICNSE.TXT 66 a. Modify, disassemble, reverse engineer or decompile

Completed in 378 milliseconds

1 2