HomeSort by relevance Sort by last modified time
    Searched refs:when (Results 76 - 100 of 1572) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-349853.js 13 // The failing ASSERT was only triggered when compiling for OSR.
  /external/clang/lib/Headers/
Android.mk 10 # Make sure when clang is used, arm_neon.h does exist.
  /external/clang/test/SemaCXX/
for-range-dereference.cpp 63 expected-note {{when looking up 'end' function for range expression of type 'DeletedEnd'}}
79 expected-note {{when looking up 'begin' function for range expression of type 'DeletedADLBegin'}}
  /external/llvm/test/MC/ARM/
arm-thumb-trustzone.s 7 @ Check that the assembler processes SMC instructions when TrustZone support is
8 @ active and that it rejects them when this feature is not enabled
arm-trustzone.s 7 @ Check that the assembler processes SMC instructions when TrustZone support is
8 @ active and that it rejects them when this feature is not enabled
  /external/proguard/bin/
proguard.bat 6 REM Note: when passing file names containing spaces to this script,
  /prebuilts/tools/common/proguard/proguard4.7/bin/
proguard.bat 6 REM Note: when passing file names containing spaces to this script,
  /external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
control_panel.js 39 * Initializes an element. This method is called automatically when the
55 * Invoked when the model changed.
107 * Invoked when the 'duration' property is changed.
117 * Invoked when the next button is clicked.
124 * Invoked when the play button is clicked.
131 * Invoked when the previous button is clicked.
147 * Invoked when the focus goes out of the volume elements.
  /external/libunwind/src/ia64/
Gparser.c 155 set_reg (struct ia64_reg_info *reg, enum ia64_where where, int when,
160 if (reg->when == IA64_WHEN_NEVER)
161 reg->when = when;
191 reg->when = t;
218 /* Next, compute when the fp, general, and branch registers get
439 sr->curr.reg[IA64_REG_PSP].when =
480 reg->when = sr->region_start + MIN ((int) t, sr->region_len - 1);
570 r->when = IA64_WHEN_NEVER;
592 r->when = sr->region_start + MIN ((int) t, sr->region_len - 1)
754 int i, ret, when, rlen = sr->region_len; local
795 int32_t when, len; local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaAdapter.java 71 TextView when; field in class:AgendaAdapter.ViewHolder
122 holder.when = (TextView) view.findViewById(R.id.when);
137 holder.when.setTextColor(mWhereDeclinedColor);
142 holder.when.setTextColor(mWhereColor);
169 holder.when.setTextColor(mStandardColor);
175 TextView when = holder.when; local
191 // When
225 when.setText(whenString)
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
SquaringDrawable.java 125 public void scheduleSelf(Runnable what, long when) {
126 super.scheduleSelf(what, when); //To change body of overridden methods use File | Settings | File Templates.
127 wrapped.scheduleSelf(what, when);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
EditTextTest.java 9 import static org.mockito.Mockito.when;
82 when(attrs.getAttributeIntValue(eq("android"), eq("maxLength"), anyInt())).thenReturn(maxLength);
88 when(attrs.getAttributeIntValue("android", "maxLength", Integer.MAX_VALUE)).thenReturn(Integer.MAX_VALUE);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 58 so that recognizer delegation (which occurs when you import other grammars into
408 # When a recognition error occurs, this method is the main
435 when UnwantedToken
438 when MissingToken
441 when MismatchedToken
444 when MismatchedTreeNode
447 when NoViableAlternative
449 when MismatchedSet
452 when MismatchedNotSet
455 when FailedPredicat
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp 65 // Maximum number of slots supported when using the slot-based Multitouch Protocol B.
176 nsecs_t when, int32_t deviceId, uint32_t source,
186 NotifyKeyArgs args(when, deviceId, source, policyFlags,
187 action, 0, keyCode, 0, context->getGlobalMetaState(), when);
193 nsecs_t when, int32_t deviceId, uint32_t source,
195 synthesizeButtonKey(context, action, when, deviceId, source, policyFlags,
198 synthesizeButtonKey(context, action, when, deviceId, source, policyFlags,
341 addDeviceLocked(rawEvent->when, rawEvent->deviceId);
344 removeDeviceLocked(rawEvent->when, rawEvent->deviceId);
347 handleConfigurationChangedLocked(rawEvent->when);
2522 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_DOWN, when, getDeviceId(), mSource, local
2569 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_UP, when, getDeviceId(), mSource, local
3800 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_DOWN, when, getDeviceId(), mSource, local
3870 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_UP, when, getDeviceId(), mSource, local
    [all...]
  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 157 static jint DdmVmInternal_heapInfoNotify(JNIEnv* env, jclass, jint when) {
159 return Dbg::DdmHandleHpifChunk(static_cast<Dbg::HpifWhen>(when));
162 static jboolean DdmVmInternal_heapSegmentNotify(JNIEnv*, jclass, jint when, jint what, jboolean native) {
163 return Dbg::DdmHandleHpsgNhsgChunk(static_cast<Dbg::HpsgWhen>(when), static_cast<Dbg::HpsgWhat>(what), native);
  /art/test/092-locale/src/
Main.java 73 Date when = usaCal.getTime(); local
77 + fmt.format(when));
89 when = franceCal.getTime();
93 + fmt.format(when));
  /cts/tests/tests/location2/
Android.mk 21 # and when built explicitly put it in the data partition
30 # uncomment when Location.EXTRA_NO_GPS_LOCATION is removed
  /cts/tests/tests/media/
Android.mk 21 # and when built explicitly put it in the data partition
35 # uncomment when b/13249737 is fixed
  /cts/tests/tests/telephony/
Android.mk 22 # and when built explicitly put it in the data partition
33 # uncomment when b/13250611 is fixed
  /cts/tests/tests/text/
Android.mk 21 # and when built explicitly put it in the data partition
32 # uncomment when dalvik.annotation.Test* are removed or part of SDK
  /cts/tests/tests/webkit/
Android.mk 21 # and when built explicitly put it in the data partition
32 # uncomment when dalvik.annotation.Test* are removed or part of SDK
  /external/chromium_org/chrome/browser/drive/
event_logger.h 33 base::Time when; // When the event occurred. member in struct:drive::EventLogger::Event
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
loader.js 20 * Called when document ready state changes.
23 /* Make sure document is complete. Loading base.js when the document is
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
braille_interface.js 35 * to be called when the user invokes a keyboard command on the braille
37 * the content that was present on the display when the key command
  /external/chromium_org/chrome/browser/ui/webui/
downloads_ui_browsertest.js 100 // "Clear all" should be a link only when deletions are allowed.
103 // There should be no disabled links when deletions are allowed.
104 // On the other hand, when deletions are not allowed, "Clear All"
109 // All "Remove from list" items should be links when deletions are allowed.
110 // On the other hand, when deletions are not allowed, all
132 // Test UI when removing entries is allowed.
141 * Fixture for Downloads WebUI testing when deletions are prohibited.
156 // Test UI when removing entries is prohibited.

Completed in 710 milliseconds

1 2 34 5 6 7 8 91011>>