HomeSort by relevance Sort by last modified time
    Searched defs:binaries (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/com/android/internal/content/
NativeLibraryHelper.java 37 * Sums the size of native binaries in an APK.
52 * Copies native binaries to a shared library directory.
71 // Remove the native binaries of a given package. This simply
75 Slog.w(TAG, "Deleting native binaries from: " + nativeLibraryDir.getPath());
86 final File[] binaries = nativeLibraryDir.listFiles(); local
87 if (binaries != null) {
88 for (int nn = 0; nn < binaries.length; nn++) {
90 Slog.d(TAG, " Deleting " + binaries[nn].getName());
93 if (!binaries[nn].delete()) {
94 Slog.w(TAG, "Could not delete native binary: " + binaries[nn].getPath())
    [all...]
  /external/oprofile/libpp/
xml_utils.cpp 523 growable_vector<binary_info> binaries; member in class:binary_root_info
793 if (a > 0) binaries[a-1].close_binary(it);
794 return binaries[a].build_binary(n);
801 binaries[a].output(out);
809 binaries[p].dump();
  /bionic/libc/kernel/tools/
cpp.py 653 binaries = [ opAdd, opSub, opMul, opDiv, opMod, opAnd, opOr, opXor, opLogicAnd, opLogicOr, variable in class:Expr
689 return self.op in Expr.binaries
962 binaries = [ "+", "-", "<", "<=", ">=", ">", "&&", "||", "*", "/", "%", "&", "|", "^", "<<", ">>", "==", "!=" ]
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 488 milliseconds