HomeSort by relevance Sort by last modified time
    Searched defs:Set (Results 151 - 175 of 283) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/net/disk_cache/
bitmap.cc 29 // Returns the index of the first bit set to |value| from |word|. This code
92 void Bitmap::Set(int index, bool value) {
139 // Set the bits in the first word.
148 // Now set the bits in the last word.
153 // Set all the words in the middle.
159 // is set. 0 <= begin <= end <= bits() is required.
228 // bit is set. This helps for cases where many bits are set, and doesn't
  /external/chromium_org/android_webview/native/
aw_contents_io_thread_client_impl.cc 62 void Set(pair<int, int> rvh_id, const IoThreadClientData& client);
81 void RvhToIoThreadClientMap::Set(pair<int, int> rvh_id,
137 RvhToIoThreadClientMap::GetInstance()->Set(
181 RvhToIoThreadClientMap::GetInstance()->Set(
  /external/chromium_org/base/win/
registry.cc 120 void RegKey::Set(HKEY key) {
  /external/chromium_org/cc/resources/
raster_worker_pool.h 98 class CC_EXPORT Set {
100 Set();
101 ~Set();
200 Task::Set* dependencies);
  /external/chromium_org/chrome/browser/chromeos/settings/
cros_settings.cc 77 void CrosSettings::Set(const std::string& path, const base::Value& in_value) {
82 provider->Set(path, in_value);
109 Set(path, value);
115 Set(path, value);
121 Set(path, value);
128 Set(path, value);
138 Set(path, *new_value);
148 Set(path, *new_value);
  /external/chromium_org/chrome/browser/plugins/
plugin_prefs.cc 73 void PluginPrefs::PluginState::Set(const base::FilePath& plugin, bool enabled) {
117 // Set the desired state for the group.
125 plugin_state_.Set(plugins[i].path, enabled);
174 // Set the desired state for the plug-in.
176 plugin_state_.Set(path, enabled);
184 // set the group name for this plug-in.
269 void PluginPrefs::UpdatePatternsAndNotify(std::set<string16>* patterns,
279 const std::set<string16>& pattern_set) {
280 std::set<string16>::const_iterator pattern(pattern_set.begin());
292 std::set<string16>* dest)
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_ui.cc 74 void Set(int32 preview_id, int value) {
351 // Set up the chrome://print/ data source.
355 // Set up the chrome://theme/ source.
362 g_print_preview_request_id_map.Get().Set(id_, -1);
445 g_print_preview_request_id_map.Get().Set(id_, request_id);
536 g_print_preview_request_id_map.Get().Set(id_, -1);
  /external/chromium_org/content/app/
content_main_runner.cc 134 // Could not set the alternate window station. There is a possibility
200 SIGALRM, SIGTERM, SIGCHLD, SIGBUS, SIGTRAP}; // SIGPIPE is set below.
287 static void Set(const std::string& process_type,
372 ContentClientInitializer::Set(process_type, delegate);
375 // to (re)set it now, rather than using the default one the zygote
524 // only Android builds have the ctor/dtor handlers set up to use
546 // On windows, we've already set these thunks up in _heap_init()
553 // per-thread basis. Only set the hook if the environment indicates this
571 // Set C library locale to make sure CommandLine can parse argument values
578 g_fds->Set(kPrimaryIPCChannel
    [all...]
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_transaction.cc 42 void LevelDBTransaction::Set(const StringPiece& key,
63 Set(key, value, false);
68 Set(key, &empty, true);
440 for (std::set<TransactionIterator*>::iterator i = iterators_.begin();
  /external/chromium_org/net/disk_cache/
bitmap.cc 29 // Returns the index of the first bit set to |value| from |word|. This code
92 void Bitmap::Set(int index, bool value) {
139 // Set the bits in the first word.
148 // Now set the bits in the last word.
153 // Set all the words in the middle.
159 // is set. 0 <= begin <= end <= bits() is required.
228 // bit is set. This helps for cases where many bits are set, and doesn't
  /external/chromium_org/remoting/host/
server_log_entry.cc 77 entry->Set(kKeyRole, kValueRoleHost);
78 entry->Set(kKeyEventName, kValueEventNameSessionState);
79 entry->Set(kKeySessionState, GetValueSessionState(connected));
86 entry->Set(kKeyRole, kValueRoleHost);
87 entry->Set(kKeyEventName, kValueEventNameHeartbeat);
95 entry->Set(kKeyRole, kValueRoleHost);
96 entry->Set(kKeyEventName, kValueEventNameHostStatus);
97 entry->Set(kStatusName, HostStatusSender::HostStatusToString(host_status));
99 entry->Set(kExitCodeName, ExitCodeToString(exit_code));
105 Set(kKeyOsName, kValueOsNameWindows)
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen.cc 13 void TraverseRecursively(std::set<playground2::Instruction *> *visited,
182 // targets. It must then be set later by calling "JoinInstructions".
191 // Merge two instructions, or set the branch target for an "always" jump.
221 std::set<Instruction *> visited;
223 for (std::set<Instruction *>::const_iterator iter = visited.begin();
235 // We maintain a set of all instructions that we have previously seen. This
236 // set ultimately converges on all instructions in the program.
237 std::set<const Instruction *> seen_instructions;
324 // Add a new basic block to "basic_blocks". Also set "firstBlock", if it
325 // has not been set before
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/libEGL/
Config.h 17 #include <set>
107 typedef std::set<Config, SortConfig> Set;
108 typedef Set::iterator Iterator;
109 Set mSet;
  /external/chromium_org/third_party/jinja2/
sandbox.py 26 UNSAFE_FUNCTION_ATTRIBUTES = set(['func_closure', 'func_code', 'func_dict',
30 UNSAFE_METHOD_ATTRIBUTES = set(['im_class', 'im_func', 'im_self'])
41 _mutable_set_types = (set,)
55 # if sets is still available, register the mutable set from there as well
57 from sets import Set
58 _mutable_set_types += (Set,)
147 (list, dict, set or deque) would modify it if called. It also supports
148 the "user"-versions of the objects (`sets.Set`, `UserDict.*` etc.) and
206 #: a set of binary operators that should be intercepted. Each operator
207 #: that is added to this set (empty by default) is delegated to th
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
skiplist_test.cc 6 #include <set>
51 std::set<Key> keys;
94 std::set<Key>::iterator model_iter = keys.lower_bound(i);
114 for (std::set<Key>::reverse_iterator model_iter = keys.rbegin();
190 void Set(int k, intptr_t v) {
199 Set(k, 0);
222 current_.Set(k, g);
229 initial_state.Set(k, current_.Get(k));
  /external/chromium_org/v8/src/
counters.h 123 void Set(int value) {
  /external/chromium_org/v8/test/cctest/
test-decls.cc 64 int get, int set, int has,
74 virtual v8::Handle<Value> Set(Local<String> key, Local<Value> value);
140 int get, int set, int query,
158 CHECK_EQ(set, set_count());
181 info.GetReturnValue().Set(context->Get(key));
191 info.GetReturnValue().Set(context->Set(key, value));
200 info.GetReturnValue().Set(context->Query(key));
215 v8::Handle<Value> DeclarationContext::Set(Local<String> key,
  /external/chromium_org/v8/tools/
gc-nvp-trace-processor.py 126 class Set(object):
131 return 'set ' + self.value
184 'set terminal png',
185 'set output "%s"' % output,
186 'set autoscale',
187 'set ytics nomirror',
188 'set xtics nomirror',
189 'set key below'
193 script.append('set autoscale y2')
194 script.append('set y2tics'
    [all...]
stats-viewer.py 152 counter_changed = ui_counter.Set(value)
253 ui_counter.Set(counter.Value())
282 def Set(self, value):
296 self.var.set(self.format % value)
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
config.cpp 76 inline void Set(unsigned long f) {state |= f;}
243 Set(IsStringValue);
289 Set(IsStringValue);
  /external/libnfc-nci/src/adaptation/
config.cpp 76 inline void Set(unsigned long f) {state |= f;}
243 Set(IsStringValue);
289 Set(IsStringValue);
  /external/llvm/utils/TableGen/
SetTheory.cpp 35 // (sub Add, Sub, ...) Set difference.
39 PrintFatalError(Loc, "Set difference needs at least two arguments: " +
50 // (and S1, S2) Set intersection.
54 PrintFatalError(Loc, "Set intersection requires two arguments: " +
68 RecSet &Set, int64_t N,
73 PrintFatalError(Loc, "Operator requires (Op Set, Int) arguments: " +
75 RecSet Set;
76 ST.evaluate(Expr->arg_begin()[0], Set, Loc);
81 apply2(ST, Expr, Set, II->getValue(), Elts, Loc);
88 RecSet &Set, int64_t N
    [all...]
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 72 public void Set(UInt32 bufferSize)
130 public override Int64 Position { get { return 0; } set { } }
275 rg.Set(kBufferSize);
  /external/v8/test/cctest/
test-decls.cc 60 int get, int set, int has,
70 virtual v8::Handle<Value> Set(Local<String> key, Local<Value> value);
127 int get, int set, int query,
139 CHECK_EQ(set, set_count());
169 return context->Set(key, value);
191 v8::Handle<Value> DeclarationContext::Set(Local<String> key,
  /external/v8/tools/
gc-nvp-trace-processor.py 126 class Set(object):
131 return 'set ' + self.value
184 'set terminal png',
185 'set output "%s"' % output,
186 'set autoscale',
187 'set ytics nomirror',
188 'set xtics nomirror',
189 'set key below'
193 script.append('set autoscale y2')
194 script.append('set y2tics'
    [all...]

Completed in 1064 milliseconds

1 2 3 4 5 67 8 91011>>