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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
program.cpp 35 const std::vector<clover::module> &binaries) :
40 devs.begin(), devs.end(), binaries.begin());
69 _cl_program::binaries() const { function in class:_cl_program
  /external/mesa3d/src/gallium/state_trackers/clover/core/
program.cpp 35 const std::vector<clover::module> &binaries) :
40 devs.begin(), devs.end(), binaries.begin());
69 _cl_program::binaries() const { function in class:_cl_program
  /external/chromium_org/chrome/installer/setup/
chrome_frame_quick_enable.cc 143 // accepted for the binaries. If this is the case, we must also flip the
150 const ProductState* binaries = local
153 DCHECK(binaries);
156 if (binaries != NULL &&
157 binaries->GetEulaAccepted(&eula_accepted) &&
164 LOG(ERROR) << "Failed to set EULA consent for multi-install binaries.";
setup_util_unittest.cc 436 installer::ProductState binaries; local
485 // Confirm that the binaries' channel no longer contains GCF.
486 ASSERT_TRUE(binaries.Initialize(kSystemLevel,
488 EXPECT_EQ(L"2.0-dev-multi", binaries.channel().value());
setup_main.cc 226 // share the binaries.
265 // products we're operating on (which including the multi-install binaries).
294 // that for the binaries. If any are found, fail with an error indicating that
320 // Get the update policy for the binaries.
396 const Product* binaries = local
407 if (!binaries) {
409 // if the app host is being installed and doesn't need the binaries at
412 // Host to re-install the binaries. Thus we add them to the installation.
414 // If this is not an app host install and the binaries are not already
419 // App Host may use Chrome/Chrome binaries at system-level
    [all...]
  /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/chromium_org/chrome/installer/util/
installation_validator.cc 72 // (only the multi-install binaries may).
106 // (only the multi-install binaries may).
138 // App Host doesn't manage usage stats. The Chrome Binaries will.
161 // UsageStats consent values are always allowed on the binaries.
435 // Validates the multi-install binaries' Google Update commands.
441 // The quick-enable-cf command must be present if Chrome Binaries are
464 // Validates the multi-install binaries at level |system_level|.
475 LOG(ERROR) << "Chrome Binaries are missing \"-multi\" in channel name: \""
485 LOG(ERROR) << "Chrome Binaries are missing \"chrome\" in channel name:"
490 LOG(ERROR) << "Chrome Binaries have \"-chrome\" in channel name, yet Chrome
705 const ProductState* binaries = local
    [all...]
installer_state_unittest.cc 432 BrowserDistribution* binaries = local
441 key.Open(root, binaries->GetStateKey().c_str(), KEY_READ));
google_update_settings_unittest.cc 461 BrowserDistribution* binaries = local
468 // eulaconsent is set on both the product and the binaries.
472 key.Open(HKEY_LOCAL_MACHINE, binaries->GetStateMediumKey().c_str(),
    [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 335 milliseconds