HomeSort by relevance Sort by last modified time
    Searched refs:another (Results 126 - 150 of 391) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_browsertest.js 79 '/another/path',
81 this.defaultNames = ['Some Name', defaultProfile.name, '', 'Another Name'];
560 // Select another icon and check that the profile name was updated.
571 // Select another icon with a name and check that the name is updated again.
590 // (even if the entered name is another default name).
617 // Now select another avatar and check that the name remained the same.
633 var iconURLs = [testProfile.iconURL, '/some/path', '/another/path'];
641 // Select another icon and check if the profile name was updated.
  /external/opencv/ml/include/
ml.h 344 const float* another, float* results );
351 virtual void calc( int vcount, int n, const float** vecs, const float* another, float* results );
357 const float* another, float* results,
361 const float* another, float* results );
363 const float* another, float* results );
365 const float* another, float* results );
367 const float* another, float* results );
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
Decimal.cpp 270 bool Decimal::EncodedData::operator==(const EncodedData& another) const
272 return m_sign == another.m_sign
273 && m_formatClass == another.m_formatClass
274 && m_exponent == another.m_exponent
275 && m_coefficient == another.m_coefficient;
  /external/icu/icu4c/source/test/intltest/
tufmtts.cpp 129 TimeUnit* another = (TimeUnit*)tmunit->clone();
133 assertTrue("orig and clone are equal", (*tmunit == *another));
167 delete another;
  /frameworks/base/core/java/android/widget/
ExpandableListConnector.java 560 * another class's method unless we have to (so do a subtraction)
    [all...]
  /external/chromium_org/chrome/browser/resources/feedback/js/
event_handler.js 72 * Callback which gets notified if another extension is requesting feedback.
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.cc 173 void PanelStackView::MergeWith(NativePanelStackWindow* another) {
174 PanelStackView* another_stack = static_cast<PanelStackView*>(another);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/
background.js 49 // another here.
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 489 # 'ax' prefix is either undefined, or points to another extension,
490 # so we search for another prefix
  /external/chromium_org/third_party/mesa/src/docs/
MESA_ycbcr_texture.spec 116 another item to the list of TexImage2D and TexImage3D equivalence
133 another item to the list of TexImage1D and TexImage2D equivalence
WL_bind_wayland_display.spec 107 EGL and the compositor should have another way to get the buffer
  /external/chromium_org/ui/keyboard/resources/elements/
kb-modifier-key.js 46 // We pressed another key at the same time,
  /external/chromium_org/v8/test/mjsunit/compiler/
inline-two.js 30 // Test that we can inline a function that calls another function.
  /external/chromium_org/v8/test/mjsunit/
debug-enable-disable-breakpoints.js 66 // Set another breakpoint in f at the same place.
debug-ignore-breakpoints.js 61 // Set another breakpoint in f at the same place.
  /external/chromium_org/v8/test/webkit/fast/regex/
toString.js 86 // evaluates to another RegExp object with the same behaviour as this object.
  /external/chromium_org/v8/tools/
consarray.js 47 * Concatenates another array for iterating. Empty arrays are ignored.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
runtests.bat 26 REM (This is the Eclipse that controls the test. The test will start another Eclipse.
  /external/fio/tools/
genfio 48 one test after another then one disk after another
  /external/mesa3d/docs/
MESA_ycbcr_texture.spec 116 another item to the list of TexImage2D and TexImage3D equivalence
133 another item to the list of TexImage1D and TexImage2D equivalence
WL_bind_wayland_display.spec 107 EGL and the compositor should have another way to get the buffer
  /libcore/luni/src/main/java/java/io/
File.java 291 * file {@code another}. The ordering is platform dependent.
293 * @param another
299 public int compareTo(File another) {
300 return this.getPath().compareTo(another.getPath());
    [all...]
  /build/tools/releasetools/
edify_generator.py 67 """Append the contents of another script (which should be created
232 """Moves a file from one location to another."""
  /device/generic/goldfish/opengl/
common.mk 51 # A module can 'import' another module, by calling emugl-import. This will
124 # Called to indicate that a module imports the exports of another module
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
interframe.js 106 * Send a message to another window.
117 * Send a message to another iframe.

Completed in 1968 milliseconds

1 2 3 4 56 7 8 91011>>