HomeSort by relevance Sort by last modified time
    Searched refs:added (Results 26 - 50 of 243) sorted by null

12 3 4 5 6 7 8 910

  /external/chromium/chrome/browser/chromeos/extensions/
file_browser_event_router.h 62 void DispatchEvent(const chromeos::MountLibrary::Disk* disk, bool added);
file_browser_event_router.cc 22 const char kDiskAddedEventType[] = "added";
115 const chromeos::MountLibrary::Disk* disk, bool added) {
125 added ? kDiskAddedEventType : kDiskRemovedEventType);
138 VLOG(1) << "Disk added: " << disk->device_path();
195 VLOG(1) << "Device added : " << device_path;
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_events.c 265 int tail, added; local
270 added = 0;
282 added = 1;
284 return(added);
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglDisplay.cpp 242 int added = 0; local
243 for(ConfigsList::iterator it = m_configs.begin(); it != m_configs.end() && (added < config_size || !configs);it++) {
247 configs[added] = static_cast<EGLConfig>(*it);
249 added++;
253 return added;
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 349 private Vector added = new Vector(); field in class:X509Name
438 added.addElement(Boolean.valueOf(i != 0));
500 this.added.addElement(FALSE);
510 this.added.addElement(FALSE);
559 this.added.addElement(FALSE);
712 this.added.addElement(FALSE);
723 this.added.addElement(TRUE);
730 this.added.addElement(FALSE);
744 if (((Boolean)this.added.elementAt(i)).booleanValue())
748 a.insertElementAt(this.added.elementAt(i), count)
    [all...]
  /external/llvm/tools/llvm-config/
llvm-config.in.in 425 # Returns true if $lib is a key in $added.
427 my ($added, $lib) = @_;
428 return defined $$added{$LIB_TO_SET_MAP{$lib}};
431 # Returns true if all the dependencies of $set appear in $added.
433 my ($added, $set) = @_;
437 return 0 unless has_lib_been_added($added, $lib);
445 my %added;
452 if (have_all_deps_been_added(\%added, $set)) {
454 $added{$set} = 1;
465 # Our library dependency data will be added after the '__END__' token, and wil
    [all...]
  /external/v8/test/mjsunit/bugs/
bug-1344252.js 28 // Test that setter accessors added to the prototype chain are called
31 // Test that accessors added to the prototype chain are called
64 // accessors added to the prototype chain are called instead of
bug-618.js 36 // If a setter is added to the prototype chain of a simple constructor setting
40 // This only happens if the setter is added _after_ an instance has been
  /sdk/sdklauncher/app/
Android.mk 18 # it is dynamically added by android.bat/.sh based on whether the
  /external/webkit/Tools/Scripts/
run-leaks 153 next if $line =~ /^node buffer added/;
  /external/llvm/lib/CodeGen/
Spiller.cpp 212 std::vector<LiveInterval*> added = local
216 added.begin(), added.end());
RegAllocLinearScan.cpp 147 /// handled_ - Intervals are added to the handled_ set in the order of their
1232 SmallVector<LiveInterval*, 8> added; local
1303 SmallVector<LiveInterval*, 8> added; local
    [all...]
  /external/openssl/crypto/engine/
eng_table.c 133 int ret = 0, added = 0; local
137 added = 1;
140 if(added)
141 /* The cleanup callback needs to be added */
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
SamplingProfiler.java 421 // added = new-old
422 Set<Thread> added = new HashSet<Thread>(n); local
423 added.removeAll(o);
429 for (Thread thread : added) {
  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsList.java 39 /** The list of apps that have been added since the last notify() call. */
40 public ArrayList<ApplicationInfo> added = field in class:AllAppsList
67 added.add(info);
73 added.clear();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineDropListener.java 142 // Now find out which nodes were added, and look up their corresponding
144 final List<INode> added = new ArrayList<INode>(); local
147 added.add(node);
152 selectionManager.setOutlineSelection(added);
  /external/chromium/chrome/browser/history/
top_sites.cc 470 MostVisitedURLWithRank added; local
471 added.url = new_list[i];
472 added.rank = i;
473 delta->added.push_back(added);
643 bool added = false; local
649 added = true;
652 return added;
824 if (!delta.deleted.empty() || !delta.added.empty() || !delta.moved.empty())
827 last_num_urls_changed_ = delta.added.size() + delta.moved.size()
    [all...]
  /external/v8/test/mjsunit/
array-iteration.js 56 // added.
98 // added.
139 // added.
177 // added.
213 // Only loop through initial part when elements are added.
  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 78 One entry is added to table 3.5 (DrawPixels and ReadPixels formats).
187 The new format is added to the discussion of Obtaining Pixels from the
192 The new format is added to the discussion of Index Lookup. It should
MESA_trace.spec 45 can be added.
89 additional information added to the trace (statistics, profiling/timing,
222 be added to the trace as a comment. The error returns are cached and
358 * Revision 0.7 - Added MESA postfix (bk010126)
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodeparentnodenull.js 79 just been created and not yet added to the tree is null.
83 Since this new node has not yet been added to the tree,
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodeparentnodenull.js 79 just been created and not yet added to the tree is null.
83 Since this new node has not yet been added to the tree,
  /frameworks/base/core/java/com/android/internal/os/
ProcessStats.java 203 public boolean added; field in class:ProcessStats.Stats
242 if (sta.added != stb.added) {
243 return sta.added ? -1 : 1;
246 return sta.added ? -1 : 1;
355 st.added = false;
471 if (DEBUG) Slog.v("Load", "Stats added " + st.name + " pid=" + st.pid
479 st.added = true;
719 printProcessCPU(pw, st.added ? " +" : (st.removed ? " -": " "),
727 tst.added ? " +" : (tst.removed ? " -": " ")
    [all...]
  /build/tools/droiddoc/templates-sdk/components/
masthead.cs 40 <!-- option elements added by buildApiLevelSelector() -->
  /external/icu4c/samples/ufortune/resources/
fortune_resources.mak 14 # .res file must be added to this list, AND to the file res-file-list.txt

Completed in 1055 milliseconds

12 3 4 5 6 7 8 910