/external/jsr305/ri/src/main/java/javax/annotation/ |
Tainted.java | 8 import javax.annotation.meta.When; 12 @Untainted(when = When.MAYBE)
|
Untainted.java | 8 import javax.annotation.meta.When; 14 When when() default When.ALWAYS;
|
Syntax.java | 8 import javax.annotation.meta.When; 43 When when() default When.ALWAYS;
|
/system/core/adb/ |
mutex_list.h | 7 #error ADB_MUTEX not defined when including this file
|
/external/littlemock/tests/com/google/testing/littlemock/ |
LittleMockTest.java | 411 doReturn("first").when(mFoo).get(0); 416 doReturn("first").when(mFoo).get(0); 417 doReturn("second").when(mFoo).get(0); 422 doReturn("one").when(mFoo).get(1); 423 doReturn("two").when(mFoo).get(2); 429 doReturn("one").when(mFoo).get(1); 435 doReturn("first").when("hello").contains("something"); 442 doReturn("first").when(createNotARealMock()).get(0); 450 doReturn("one").when(mFoo).get(8); 456 doReturn(90).when(mFoo).anInt() [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/ |
group-file-lexer.rb | 375 when 1 433 when 1 510 when 1 515 when 2 558 when 1 573 when 1 585 when 2 596 when 2 611 when 1 623 when [all...] |
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/ |
Test.java | 3 import javax.annotation.meta.When; 24 public void foo5(@SlashedClassName(when=When.MAYBE) String foo) { 27 public void foo6(@SlashedClassName(when=When.UNKNOWN) String foo) {
|
TestDefaults.java | 3 import javax.annotation.meta.When; 16 public void foo3(@SlashedClassName(when=When.UNKNOWN) String c) {
|
/external/llvm/autoconf/m4/ |
need_dev_zero_for_mmap.m4 | 2 # When allocating RWX memory, check whether we need to use /dev/zero 16 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
|
/external/llvm/projects/sample/autoconf/m4/ |
need_dev_zero_for_mmap.m4 | 2 # When allocating RWX memory, check whether we need to use /dev/zero 16 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
|
/external/llvm/test/MC/MachO/ARM/ |
llvm-objdump-macho-stripped.s | 4 # We are checking that disassembly happens when there are no symbols.
|
/external/qemu/ |
dynlink.h | 53 #error DYNLINK_FUNCTIONS should be defined when including this file 57 #error DYNLINK_FUNCTIONS_INIT should be defined when including this file
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
DateUtils.java | 38 public static String getKMLTimestamp(long when) { 41 c.setTimeInMillis(when);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/ |
AacEncTest.mk | 4 # library files to link with when building
|
/dalvik/vm/alloc/ |
DdmHeap.cpp | 49 * [u1]: capture reason (same as 'when' value from server) 69 /* If there's a one-shot 'when', reset it. 73 ALOGW("%s(): can't lock heap to clear when", __func__); 106 /* 'when' value */ 126 bool dvmDdmHandleHpifChunk(int when) 128 switch (when) { 130 dvmDdmSendHeapInfo(when, true); 136 gDvm.gcHeap->ddmHpifWhen = when; 139 ALOGI("%s(): can't lock heap to set when", __func__); 144 ALOGI("%s(): bad when value 0x%08x", __func__, when) 430 int when, what; local [all...] |
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/ |
DottedClassName.java | 8 import javax.annotation.meta.When; 11 @SlashedClassName(when=When.NEVER)
|
SlashedClassName.java | 8 import javax.annotation.meta.When; 14 When when() default When.ALWAYS;
|
/external/libffi/src/cris/ |
sysv.S | 35 ;; OK, when we get called we should have this (according to 199 C from within libffi, when \name has no prefix decoration. */
|
/frameworks/testing/androidtestlib/tests/src/com/android/test/runner/ |
AndroidJUnitRunnerTest.java | 63 * Test {@link AndroidJUnitRunner#buildRequest(Bundle, PrintStream)} when 70 LittleMock.doNothing().when(mMockBuilder).addTestClass("ClassName"); 76 * Test {@link AndroidJUnitRunner#buildRequest(Bundle, PrintStream)} when 83 LittleMock.doNothing().when(mMockBuilder).addTestClass("ClassName1"); 84 LittleMock.doNothing().when(mMockBuilder).addTestClass("ClassName2"); 90 * Test {@link AndroidJUnitRunner#buildRequest(Bundle, PrintStream)} when 97 LittleMock.doNothing().when(mMockBuilder).addTestMethod("ClassName1", "method");
|
/packages/experimental/procstatlog/ |
procstatreport.py | 141 for when, datum in data.iteritems(): 143 merged_rows.setdefault(when, {})[set_num] = datum 146 for when, values in sorted(merged_rows.iteritems()): 147 msec = "%d" % (when * 1000) 177 for when, state in sorted_history: 188 sys_jiffies[when] = (stime, all) 189 sys_user_jiffies[when] = (stime + utime, all) 190 all_jiffies[when] = all 222 for when, state in sorted_history: 234 if total_time > 0: cpu_speed[when] = total_cycles / total_tim [all...] |
/external/webkit/Source/WebCore/webaudio/ |
AudioBufferSourceNode.h | 57 // When process() is called, the resampler calls provideInput (in the audio thread) to gets its input stream. 70 void noteOn(double when); 71 void noteGrainOn(double when, double grainOffset, double grainDuration); 72 void noteOff(double when); 93 // m_isPlaying is set to true when noteOn() or noteGrainOn() is called. 100 // This node is considered finished when it reaches the end of the buffer's sample data after noteOn() has been called. 128 // m_lastGain provides continuity when we dynamically adjust the gain.
|
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/ |
TextToSpeechTests.java | 82 // Test 2 : Tests that when the language is successfully set 85 LittleMock.doReturn(TextToSpeech.LANG_COUNTRY_AVAILABLE).when(delegate).onLoadLanguage( 103 // TEST 3 : Tests that the language that is set does not change when the 105 LittleMock.doReturn(TextToSpeech.LANG_NOT_SUPPORTED).when( 126 LittleMock.doReturn(null).when(delegate).onGetLanguage(); 132 LittleMock.doReturn(new String[] {"eng", "usa"}).when(delegate).onGetLanguage(); 142 LittleMock.doReturn(new String[] {"eng", "usa", ""}).when(delegate).onGetLanguage(); 156 LittleMock.doReturn(TextToSpeech.LANG_COUNTRY_AVAILABLE).when( 168 doCountDown(latch).when(mock).onSynthesizeText(LittleMock.<SynthesisRequest>anyObject(), 181 doCountDown(latch).when(listener).onInit(errorCode) [all...] |
/frameworks/base/core/java/android/os/ |
MessageQueue.java | 57 * Callback interface for discovering when a thread is going to block 62 * Called when the message queue has run out of messages and will now 74 * {@link IdleHandler#queueIdle IdleHandler.queueIdle()} when it is 144 if (now < msg.when) { 145 // Next message is not ready. Set a timeout to wake up when it is ready. 146 nextPollTimeoutMillis = (int) Math.min(msg.when - now, Integer.MAX_VALUE); 169 && (mMessages == null || now < mMessages.when)) { 227 final int enqueueSyncBarrier(long when) { 237 if (when != 0) { 238 while (p != null && p.when <= when) [all...] |
/frameworks/native/include/utils/ |
ZipFileRO.h | 61 * To speed comparisons when doing a lookup by name, we could make the mapping 180 static inline void zipTimeToTimespec(long when, struct tm* timespec) { 181 const long date = when >> 16; 186 timespec->tm_hour = (when >> 11) & 0x1F; 187 timespec->tm_min = (when >> 5) & 0x3F; 188 timespec->tm_sec = (when & 0x1F) << 1;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
envset.cmd | 59 when mode='-' then do 63 when mode=';' then do 67 when mode='-D' then equal = 1 68 when mode='=D' then mode = '-D' 69 when mode=',' then sep = ','
|