Home
last modified time | relevance | path

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

123

/external/ltp/testcases/misc/math/float/
Dthread_code.c154 static void compute_normal(TH_DATA * th_data, double *din, double *dex, in compute_normal() argument
160 e = dex[index]; in compute_normal()
168 static void compute_atan2_hypot(TH_DATA * th_data, double *din, double *dex, in compute_atan2_hypot() argument
174 e = dex[index]; in compute_atan2_hypot()
181 static void compute_modf(TH_DATA * th_data, double *din, double *dex, in compute_modf() argument
190 e = dex[index]; in compute_modf()
210 static void compute_fmod_pow(TH_DATA * th_data, double *din, double *dex, in compute_fmod_pow() argument
216 e = dex[index]; in compute_fmod_pow()
224 static void compute_frexp_lgamma(TH_DATA * th_data, double *din, double *dex, in compute_frexp_lgamma() argument
234 e = dex[index]; in compute_frexp_lgamma()
[all …]
/external/vogar/src/vogar/android/
DInstallApkTask.java54 File dex = createDex(action, jar); in execute() local
55 File apk = createApk(action, dex); in execute()
66 File dex = run.localFile(action, "classes.dex"); in createDex() local
76 …run.androidSdk.dex(run.multidex, dex, localTempDir, classesToDex, dependentCp, run.toolchain.getDe… in createDex()
77 return dex; in createDex()
80 private File createApk (Action action, File dex) { in createApk() argument
108 run.androidSdk.addToApk(apk, dex); in createApk()
DAndroidSdk.java288 public void dex(boolean multidex, File output, File outputTempDir, in dex() method in AndroidSdk
487 public void addToApk(File apk, File dex) { in addToApk() argument
488 new Command(log, "aapt", "add", "-k", apk.getPath(), dex.getPath()).execute(); in addToApk()
/external/smali/smali-integration-tests/src/test/smali/junit-tests/
DTestSuite.smali7 #device/emulator, and then zip up the classes.dex containing this class
10 #dx --dex --output=classes.dex junit-4.6.jar
11 #zip junit-4.6.zip classes.dex
13 #java -jar smali.jar --dex --output=classes.dex .
14 #zip smali-junit-tests.zip classes.dex
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_text.py25 for dex in (-1.0, 0.3, '1.-1', '1.0', '1.0 lineend', '1.end', '1.33',
27 self.assertEqual(index(dex), '1.0')
29 for dex in 'end', 2.0, '2.1', '33.44':
30 self.assertEqual(index(dex), '2.0')
36 for dex in -1.0, 0.3, '1.-1', '1.0':
37 self.assertEqual(index(dex), '1.0')
39 for dex in '1.0 lineend', '1.end', '1.33':
40 self.assertEqual(index(dex), '1.5')
42 for dex in 'end', '33.44':
43 self.assertEqual(index(dex), '3.0')
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_text.py23 for dex in (-1.0, 0.3, '1.-1', '1.0', '1.0 lineend', '1.end', '1.33',
25 self.assertEqual(index(dex), '1.0')
27 for dex in 'end', 2.0, '2.1', '33.44':
28 self.assertEqual(index(dex), '2.0')
34 for dex in -1.0, 0.3, '1.-1', '1.0':
35 self.assertEqual(index(dex), '1.0')
37 for dex in '1.0 lineend', '1.end', '1.33':
38 self.assertEqual(index(dex), '1.5')
40 for dex in 'end', '33.44':
41 self.assertEqual(index(dex), '3.0')
/external/dexmaker/dexmaker-mockito-inline/src/main/resources/
DREADME.txt1 dispatcher.jar is the classes.dex of the apk created by dexmaker-mockito-inline-dispatcher
5 -dispatcher-release-unsigned.apk classes.dex
6 jar -cf dexmaker-mockito-inline/src/main/resources/dispatcher.jar classes.dex
7 rm classes.dex
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DDexMaker.java19 import com.android.dex.DexFormat;
20 import com.android.dx.dex.DexOptions;
21 import com.android.dx.dex.code.DalvCode;
22 import com.android.dx.dex.code.PositionList;
23 import com.android.dx.dex.code.RopTranslator;
24 import com.android.dx.dex.file.ClassDefItem;
25 import com.android.dx.dex.file.DexFile;
26 import com.android.dx.dex.file.EncodedField;
27 import com.android.dx.dex.file.EncodedMethod;
521 byte[] dex = generate(); in generateAndLoad()
[all …]
/external/smali/
DREADME.md3dex format used by dalvik, Android's Java VM implementation. The syntax is loosely based on Jasmin…
16 - [Official dex bytecode reference](https://source.android.com/devices/tech/dalvik/dalvik-bytecode.…
19 - [Official dex format reference](https://source.android.com/devices/tech/dalvik/dex-format.html)
/external/toybox/lib/
Dargs.c104 unsigned long long dex[3]; // bits to disable/enable/exclude in toys.optflags member
146 if (toys.optflags & opt->dex[0]) { in gotflag()
152 if (clr->arg && (i & toys.optflags & opt->dex[0])) *clr->arg = 0; in gotflag()
153 toys.optflags &= ~opt->dex[0]; in gotflag()
157 toys.optflags |= opt->dex[1]; in gotflag()
158 gof->excludes |= opt->dex[2]; in gotflag()
167 if (toys.optflags & bad->dex[2]) break; in gotflag()
335 new->dex[1] = u; in parse_optflaglist()
364 if (bits&(1<<i)) opt->dex[idx] |= bits&~(1<<i); in parse_optflaglist()
/external/grpc-grpc-java/buildscripts/kokoro/
Dandroid.sh66 <("${ANDROID_HOME}/tools/bin/apkanalyzer" dex references \
70 all_new_methods=`"${ANDROID_HOME}/tools/bin/apkanalyzer" dex packages \
87 …<("${ANDROID_HOME}/tools/bin/apkanalyzer" dex references app/build/outputs/apk/release/app-release…
90 all_old_methods=`"${ANDROID_HOME}/tools/bin/apkanalyzer" dex packages --proguard-mapping app/build/…
/external/smali/dexlib2/
DVdexVersions.txt4 f54e5df37cb42d9a83fc54b375da5ef335d604a9 - 1 - dex file count + dex location checksum
Dbuild.gradle80 // You must manually execute this task to regenerate src/test/resources/accessorTest.dex
82 def outputDex = file('src/test/resources/accessorTest.dex')
91 args '--dex'
100 description 'dexlib2 is a library for reading/modifying/writing Android dex files'
/external/toybox/tests/
Dfile.test13 echo "6465780a3033350038ca8f6ce910f94e" | xxd -r -p > android.dex
33 rm empty bash.script bash.script2 env.python.script ascii java.class android.dex
/external/smali/examples/HelloWorld/
DHelloWorld.smali6 #java -jar smali.jar -o classes.dex HelloWorld.smali
7 #zip HelloWorld.zip classes.dex
/external/python/cpython3/Lib/idlelib/
Dhelp.py223 for lbl, dex in text.parser.toc:
224 drop.add_command(label=lbl, command=lambda dex=dex:text.yview(dex))
/external/python/cpython2/Lib/idlelib/
Dhelp.py218 for lbl, dex in text.parser.toc:
219 drop.add_command(label=lbl, command=lambda dex=dex:text.yview(dex))
/external/libchrome/base/android/jni_generator/
DtestInnerClassNativesBothInnerAndOuterRegistrations.golden95 // Step 4: Main dex and non-main dex registration functions.
/external/smali/baksmali/src/test/resources/DuplicateTest/src/
DREADME1 The test dex file was produced from these smali files, using
/external/grpc-grpc-java/examples/android/routeguide/
D.gitignore13 *.dex
/external/grpc-grpc-java/examples/android/helloworld/
D.gitignore13 *.dex
/external/proguard/examples/
Dandroid.pro16 # before the dex compiler converts it into Dalvik code (.dex).
35 # Preverification is irrelevant for the dex compiler and the Dalvik VM.
/external/emma/
DAndroid.bp2 // the custom dex'ed emma library ready to put on a device.
/external/libchrome/base/android/proguard/
Denable_obfuscation.flags5 # As of August 11, 2016, obfuscation was found to save 660kb on our .dex size
/external/proguard/examples/gradle/
Dandroid.gradle36 // before the dex compiler converts it into Dalvik code (.dex).
55 // Preverification is irrelevant for the dex compiler and the Dalvik VM.

123