/external/icu4c/common/ |
propname.cpp | 98 /* If we reach the ends of both strings then they match */ 124 /* If we reach the ends of both strings then they match */
|
/external/llvm/lib/Target/MSP430/ |
MSP430BranchSelector.cpp | 11 // conditional branches need more than 10 bits of displacement to reach their 96 // Iteratively expand branches until we reach a fixed point.
|
/external/llvm/lib/Target/PowerPC/ |
PPCBranchSelector.cpp | 11 // conditional branches need more than 16 bits of displacement to reach their 97 // Iteratively expand branches until we reach a fixed point.
|
/external/webkit/Source/WebCore/inspector/front-end/ |
TextEditorHighlighter.js | 90 // Highlighter did not reach this point yet, nothing to update. It will reach it on subsequent timer tick and do the job.
|
/frameworks/av/libvideoeditor/lvpp/ |
VideoEditorBGAudioProcessing.cpp | 123 // of low volume steps to reach low volume level 132 // low volume factor to reach orig.volume level
|
/frameworks/base/docs/html/about/ |
index.jd | 93 When you publish an app on Google Play, you reach the huge installed base of 147 Hear from the developers themselves how Android helped them reach more
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
Connection.java | 42 NUMBER_UNREACHABLE, /* cannot reach the peer */ 43 SERVER_UNREACHABLE, /* cannot reach the server */
|
/packages/apps/Contacts/src/com/android/contacts/ |
ProximitySensorManager.java | 84 * If this flag is set to true, we are waiting to reach the {@link State#FAR} state and 113 // If we are waiting to reach the far state and we are now in it, unregister.
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/ |
gcov-io.c | 705 /* should not reach this point */ 741 /* should not reach this point */ 871 gcc_assert (0); /* should not reach here */ 891 gcc_assert (0); /* should not reach here */ 902 gcc_assert (0); /* should not reach here */ 952 gcc_assert (0); /* should not reach here */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/ |
gcov-io.c | 705 /* should not reach this point */ 741 /* should not reach this point */ 871 gcc_assert (0); /* should not reach here */ 891 gcc_assert (0); /* should not reach here */ 902 gcc_assert (0); /* should not reach here */ 952 gcc_assert (0); /* should not reach here */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/ |
gcov-io.c | 705 /* should not reach this point */ 741 /* should not reach this point */ 871 gcc_assert (0); /* should not reach here */ 891 gcc_assert (0); /* should not reach here */ 902 gcc_assert (0); /* should not reach here */ 952 gcc_assert (0); /* should not reach here */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/ |
gcov-io.c | 705 /* should not reach this point */ 741 /* should not reach this point */ 871 gcc_assert (0); /* should not reach here */ 891 gcc_assert (0); /* should not reach here */ 902 gcc_assert (0); /* should not reach here */ 952 gcc_assert (0); /* should not reach here */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/ |
gcov-io.c | 705 /* should not reach this point */ 741 /* should not reach this point */ 871 gcc_assert (0); /* should not reach here */ 891 gcc_assert (0); /* should not reach here */ 902 gcc_assert (0); /* should not reach here */ 952 gcc_assert (0); /* should not reach here */
|
/external/llvm/lib/CodeGen/ |
LiveRangeCalc.h | 99 /// Kill, search for values that can reach KillMBB. All blocks that need LI 151 /// extend - Extend the live range of LI to reach Kill. 163 /// extendToUses - Extend the live range of LI to reach all uses.
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8LocationCustom.cpp | 156 // can only reach here by 'object.__proto__.func', and it should passed 174 // can only reach here by 'object.__proto__.func', and it should passed 193 // can only reach here by 'object.__proto__.func', and it should passed
|
/external/webkit/Source/WebCore/platform/ |
ScrollAnimatorWin.cpp | 253 // We accelerate at a constant rate until we reach the desired velocity. 256 // Figure out whether contant acceleration has caused us to reach our 290 // We've traveled far enough to reach the desired position. Stop smooth
|
/frameworks/base/docs/html/distribute/googleplay/about/ |
visibility.jd | 14 <h2 id="reach">Worldwide reach, rapid growth</h2> 170 Play. To better reach tablet users, there?s a special <em>Staff Picks</em>
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ScrollerTest.java | 158 // reach the final position 193 // reach the final position
|
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/ |
BluetoothHDPActivity.java | 313 Log.w(TAG, "Unable to reach service."); 330 Log.w(TAG, "Unable to reach service.");
|
/external/chromium/chrome/browser/sync/glue/ |
data_type_manager_impl.cc | 238 // If we reach this callback while stopping, this means that 307 // triggering FinishStop to be called, and the state to reach STOPPED. If we
|
/external/guava/guava/src/com/google/common/base/ |
Strings.java | 82 * necessary to reach that length. For example, 114 * necessary to reach that length. For example,
|
/external/llvm/lib/Analysis/ |
TypeBasedAliasAnalysis.cpp | 177 // Climb the tree from A to see if we reach B. 189 // Climb the tree from B to see if we reach A.
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
properties.h | 119 // All states can reach a final state 121 // Not all states can reach a final state
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
BinTree.h | 49 if (m_Stack.empty()) { // reach the end 84 if (m_Queue.empty()) { // reach the end
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
NFAToDFAConverter.java | 256 DFAState t = reach(d, EOTLabel); 275 DFAState t = reach(d, label); 277 System.out.println("DFA state after reach "+label+" "+d+"-" + 318 //System.out.println("DFA after reach / closures:\n"+dfa); 320 //System.out.println("dangling DFA state "+d+"\nAfter reach / closures:\n"+dfa); 473 //System.out.println("go do reach for NFA state "+c.state); 504 * 2. Reach an NFA state associated with the end of a rule, r, in the 509 * many states that could reach r, the context for a rule invocation 515 * 3. Like case 2, we reach an NFA state associated with the end of a 525 * 4. Normal case. If p can reach another NFA state q, then ad 848 public DFAState reach(DFAState d, Label label) { method in class:NFAToDFAConverter [all...] |