HomeSort by relevance Sort by last modified time
    Searched refs:Add (Results 501 - 525 of 1086) sorted by null

<<21222324252627282930>>

  /external/qemu/distrib/sdl-1.2.15/acinclude/
alsa.m4 40 dnl Add any special include directories
48 dnl add any special lib dirs
55 dnl add the alsa library
  /external/smali/
gradlew.bat 11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
  /external/v8/test/mjsunit/
debug-set-script-source.js 51 // Add the debug event listener.
debug-stepnext-do-while.js 60 // Add the debug event listener.
object-create.js 77 // Add a property foo that returns a function.
95 // Add a getter foo that returns a counter value.
101 // Add a setter foo that runs a function.
108 // Make sure that trying to add both a value and a getter
  /external/v8/test/mjsunit/harmony/
debug-evaluate-blockscopes.js 61 // Add the debug event listener.
  /external/v8/test/mjsunit/regress/
regress-1493017.js 36 // Create an instance of C. Add a property to the instance and then
regress-1523.js 42 // Add the debug event listener.
regress-1586.js 55 // Add the debug event listener.
regress-269.js 38 // Add the debug event listener.
regress-998565.js 39 // Add the debug event listener.
  /frameworks/base/tools/aidl/
AST.h 125 void Add(Statement* statement);
126 void Add(Expression* expression);
  /ndk/toolchains/x86-4.4.3/
setup.mk 36 # Add and LDFLAGS for the target here
  /ndk/toolchains/x86-4.6/
setup.mk 37 # Add and LDFLAGS for the target here
  /ndk/toolchains/x86-4.7/
setup.mk 37 # Add and LDFLAGS for the target here
  /system/extras/tests/sdcard/
plot_sdcard.py 63 def Add(self, time, value):
170 dataset.Add(float(time), float(value))
  /external/chromium/chrome/browser/
browser_process_impl.cc 129 notification_registrar_.Add(this,
844 pref_change_registrar_.Add(prefs::kPluginsDisabledPlugins,
847 pref_change_registrar_.Add(prefs::kPluginsDisabledPluginsExceptions,
850 pref_change_registrar_.Add(prefs::kPluginsEnabledPlugins,
859 pref_change_registrar_.Add(prefs::kPrintingEnabled,
869 pref_change_registrar_.Add(prefs::kDefaultBrowserSettingEnabled, this);
    [all...]
  /external/chromium/chrome/browser/resources/
network_menu.js 109 this.status_.classList.add('hidden');
123 this.icon_.classList.add('hidden');
193 this.action_.classList.add('hidden');
198 * Add network name edit to action area.
215 * Add password edit to action area.
232 * Add auto-connect this network check box to action area.
259 this.classList.add(attrs.type);
276 this.icon_.classList.add('spinner');
  /external/protobuf/src/google/protobuf/
descriptor.pb.h     [all...]
  /external/chromium/chrome/browser/sessions/
session_service.cc 230 // Tab is in last window. Don't commit it immediately, instead add it to the
457 registrar_.Add(this, NotificationType::TAB_PARENTED,
459 registrar_.Add(this, NotificationType::TAB_CLOSED,
461 registrar_.Add(this, NotificationType::NAV_LIST_PRUNED,
463 registrar_.Add(this, NotificationType::NAV_ENTRY_CHANGED,
465 registrar_.Add(this, NotificationType::NAV_ENTRY_COMMITTED,
467 registrar_.Add(this, NotificationType::BROWSER_OPENED,
469 registrar_.Add(this,
849 // Valid window; sort the tabs and add it to the list of valid windows.
852 // Add the window such that older windows appear first
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 26 // %i.next = add %i, 1
31 // the value of the register before the add and some using // it after. In this
46 // TODO: When a negated register is used by an add (such as in a list of
49 // negation can be implemented by using a sub instead of an add. The
249 /// live in an add immediate field rather than a register.
284 // Look at add operands.
285 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(S)) {
286 for (SCEVAddExpr::op_iterator I = Add->op_begin(), E = Add->op_end();
444 /// isAddSExtable - Return true if the given add can be sign-extende
1479 void add(const IVInc &X) { Incs.push_back(X); } function in struct:__anon11896::IVChain
    [all...]
Reassociate.cpp 263 /// IncorporateWeight - Add the extra weight 'RHS' to the existing weight 'LHS',
301 if (Opcode == Instruction::Add) {
442 // operation (eg: a constant, or a multiply in an add tree), or are, but have
474 // add its operands to the expression.
477 DEBUG(dbgs() << "DIRECT ADD: " << *Op << " (" << Weight << ")\n");
490 DEBUG(dbgs() << "ADD USES LEAF: " << *Op << " (" << Weight << ")\n");
512 // to the expression, then no longer consider it to be a leaf and add
555 DEBUG(dbgs() << "ADD LEAF: " << *Op << " (" << Weight << ")\n");
763 // expression chain as possible, to expose the add instructions. In practice,
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 42 // 3. add '-DTHREAD_WRAPPERS="thread_wrappers_yourlib.h"' to your compilation.
389 pool.Add(NewCallback(Waker));
435 pool.Add(NewCallback(Waker));
517 pool.Add(NewCallback(Waker));
569 pool.Add(NewCallback(Waker));
1071 pool.Add(NewCallback(Waker));
1104 pool.Add(NewCallback(Waker));
1133 pool.Add(NewCallback(Waker));
1164 pool.Add(NewCallback(Waker));
1194 pool.Add(NewCallback(Waker))
    [all...]
  /external/chromium/net/base/
cookie_monster.cc 338 // Add 1 so that we can get the last time left in the store.
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 8442 milliseconds

<<21222324252627282930>>