HomeSort by relevance Sort by last modified time
    Searched full:helper (Results 201 - 225 of 8381) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
getdents_helper.h 17 // Initialize the helper without any defaults.
  /external/chromium_org/net/proxy/
proxy_config_service_mac.cc 163 // Reference-counted helper for posting a task to
165 // thread. This helper object may outlive the ProxyConfigServiceMac.
166 class ProxyConfigServiceMac::Helper
167 : public base::RefCountedThreadSafe<ProxyConfigServiceMac::Helper> {
169 explicit Helper(ProxyConfigServiceMac* parent) : parent_(parent) {
184 friend class base::RefCountedThreadSafe<Helper>;
185 ~Helper() {}
204 helper_(new Helper(this)),
268 base::Bind(&Helper::OnProxyConfigChanged, helper_.get(), new_config));
  /external/chromium_org/sandbox/linux/suid/client/
setuid_sandbox_client.h 17 // Helper class to use the setuid sandbox. This class is to be used both
18 // before launching the setuid helper and after being executed through the
19 // setuid helper.
51 // Ask the setuid helper over the setuid sandbox IPC channel to chroot() us
53 // Will only work if we have been launched through the setuid helper.
63 // Did we get launched through the setuid helper ?
65 // Did the setuid helper create a new PID namespace ?
67 // Did the setuid helper create a new network namespace ?
91 // helper.
  /external/chromium_org/sync/internal_api/public/
sync_manager_factory.h 17 // Helper class to allow dependency injection of the SyncManager.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
IncrementLoadEventDelayCount.h 16 // A helper class that will increment a document's loadEventDelayCount on
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/
__init__.py 6 # the webkitpy library. Instead, they're a bunch of helper code for individual
  /external/chromium_org/third_party/icu/source/test/intltest/
dcfmapts.h 31 /*Helper functions */
tsdcfmsy.h 29 /** helper functions**/
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/target-helpers/
inline_debug_helper.h 9 /* Helper function to wrap a screen with
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/sw/
i915_sw_winsys.c 8 * Helper functions
  /external/chromium_org/tools/gn/
ninja_toolchain_writer.cc 43 NinjaHelper helper(settings->build_settings());
45 helper.GetNinjaFileForToolchain(settings).GetSourceFile(
65 NinjaHelper helper(settings_->build_settings());
66 std::string rule_prefix = helper.GetRulePrefix(settings_);
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
mock_writer.py 11 '''Helper class for unit tests in policy_template_generator_unittest.py
  /external/chromium_org/tools/memory_inspector/prebuilts/
README 1 This directory contains the prebuilt helper binaries necessary to grab traces
  /external/chromium_org/ui/base/dragdrop/
drop_target_win.cc 43 // Tell the helper that we entered so it can update the drag image.
59 // Tell the helper that we moved over it so it can update the drag image.
70 // Tell the helper that we moved out of it so it can update the drag image.
85 // Tell the helper that we dropped onto it so it can update the drag image.
  /external/chromium_org/ui/gfx/win/
scoped_set_map_mode.h 15 // Helper class for setting and restore the map mode on a DC.
  /external/clang/test/Analysis/
initializer.cpp 92 class Helper {
94 ~Helper();
96 Element(Helper h = Helper());
  /external/clang/test/CodeGenCXX/
globalinit-loc.cpp 4 // Verify that the global init helper function does not get associated
  /external/clang/test/SemaCXX/
warn-new-overaligned-2.cpp 19 void helper() { function
  /external/clang/test/SemaTemplate/
instantiate-static-var.cpp 48 static char Helper(T);
49 static const int value = sizeof(Helper(T()));
62 static T &Helper();
63 static const int value = sizeof(typeid(Helper()));
  /external/compiler-rt/lib/interception/
CMakeLists.txt 1 # Build for the runtime interception helper library.
  /external/compiler-rt/test/asan/TestCases/Helpers/
echo-env.cc 0 // Helper binary for
  /external/dnsmasq/src/
Android.mk 6 LOCAL_SRC_FILES := bpf.c cache.c dbus.c dhcp.c dnsmasq.c forward.c helper.c lease.c log.c \
  /external/e2fsprogs/e2fsck/
profile_helpers.h 2 * profile_helpers.h -- Function prototypes for profile helper functions
  /external/eigen/cmake/
EigenDetermineVSServicePack.cmake 18 # Call helper function to determine VS version
  /external/expat/tests/
chardata.h 3 Interface to some helper routines used to accumulate and check text

Completed in 3880 milliseconds

1 2 3 4 5 6 7 891011>>