HomeSort by relevance Sort by last modified time
    Searched full:know (Results 1351 - 1375 of 9083) sorted by null

<<51525354555657585960>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CapsModeUtils.java 154 // Here we know we have whitespace before the cursor (if not, we returned in the above
160 // we know that MODE_SENTENCES is being requested.
167 // No other language has such a rule as far as I know, instead putting inside the quotation
  /sdk/docs/
howto_build_SDK.txt 58 operations and know how to setup the pre-required software.
189 How do you know which tools you can build? Well obviously all the ones
283 Eclipse will know how to update to more recent ones.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerDeltaVisitor.java 81 * In Resource folder flag. This allows us to know if we're in the
87 * Current Source folder. This allows us to know if we're in a source
246 // so first we test if we already know we are in a source or
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidJarLoader.java 294 // we already know we can't find this class, don't try again
409 if (entrySize >= 1 && offset >= entrySize) { // we know the size and we're done
413 // if we don't know the entry size and we're not done reading,
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
debug.py 99 # so we know if there are any hidden tokens first in the stream
426 know which alt you are entering. This is 1..n for n alts.
482 triggered by both LA and LT calls. The debugger will want to know
518 For now, this does not know how to switch from one grammar to the
635 """Input for a tree parser is an AST, but we know nothing for sure
849 # we don't know how to cast it (Parser or TreeParser) to get
    [all...]
tokens.py 144 You don't have to implement but it's nice to know where a Token
152 You don't have to implement but it's nice to know where a Token
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc 186 // Add the allocator session to our list so that we know which sessions
289 // A new candidate is available, let listeners know
316 // Don't know about this username, the request is bogus
622 // Track the best connection, and let listeners know
883 // We data is available, let listeners know
888 // Let the client know of an incoming packet
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_ppc.c 217 * We know that our builtins start at a 16-byte boundary so we
218 * know that 'swizzle' tells us which vector slot will have the
307 * We know that our immediates start at a 16-byte boundary so we
308 * know that 'swizzle' tells us which vector slot will have the
323 * We know that our constants start at a 16-byte boundary so we
324 * know that 'swizzle' tells us which vector slot will have the
    [all...]
  /external/icu4c/common/unicode/
messagepattern.h 58 * <td>I don't know</td>
59 * <td>I don't know OR<br> I don''t know</td>
60 * <td>I don''t know</td>
599 * For example, this turns "I don't '{know}' {gender,select,female{h''er}other{h'im}}."
600 * into "I don''t '{know}' {gender,select,female{h''er}other{h''im}}."
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ppc.c 217 * We know that our builtins start at a 16-byte boundary so we
218 * know that 'swizzle' tells us which vector slot will have the
307 * We know that our immediates start at a 16-byte boundary so we
308 * know that 'swizzle' tells us which vector slot will have the
323 * We know that our constants start at a 16-byte boundary so we
324 * know that 'swizzle' tells us which vector slot will have the
    [all...]
  /art/runtime/base/
timing_logger.cc 99 // TODO: Shoud this be a defined constant so we we know out of which orifice 16 and 100 were picked?
101 // TODO: Should this be a defined constant so we know 50 of WTF?
  /bionic/libc/upstream-netbsd/libc/regex/
regexec.c 125 /* some abbreviations; note that some of these know variable names! */
177 /* some abbreviations; note that some of these know variable names! */
  /cts/tests/tests/telephony/src/android/telephony/cts/
PhoneNumberUtilsTest.java 287 // Test isEmergencyNumber, now only know US emergency number
290 // Test isEmergencyNumber, now only know US emergency number
  /dalvik/vm/
IndirectRefTable.cpp 74 * We know there's enough room in the table. Now we just need to find
84 * we know the item at the topIndex is not a hole */
  /dalvik/vm/alloc/
CardTable.cpp 115 * For #1, we don't really know which cards were touched, but we can
122 * For #2, we don't know which pages will be used in the future. Some
  /dalvik/vm/arch/mips/
CallO32.S 75 * (We could pack the Fs more efficiently -- we know we never push two pads
124 * We put the stack size into register s1 because we can not know the size
  /dalvik/vm/interp/
Stack.h 250 * This is used by e.g. java.lang.Class, which wants to know about the
258 * This is used by e.g. java.lang.Class, which wants to know about the
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Mem.cpp 119 // If we do not know how big the frame will be, we wait to allocate
120 // the buffers describing the individual frames until we do know their
  /device/lge/mako/camera/
QCameraHWI_Mem.cpp 119 // If we do not know how big the frame will be, we wait to allocate
120 // the buffers describing the individual frames until we do know their
  /docs/source.android.com/src/source/
report-bugs.jd 27 improve Android is to let us know about any problems you find with it.</p>
45 <p>If you find your issue and it's important to you, star it! That's how we know which bugs are most important to fix.</p>
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 171 throw new Error("don't know enough about Tree node");
179 throw new Error("don't know enough about Tree node");
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontreenodestream.h 132 /// tree and might need to know you are monkeying with the underlying
210 /// As we walk down the nodes, we must track parent nodes so we know
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BaseTreeAdaptor.cs 228 throw new NotSupportedException("don't know enough about Tree node");
236 throw new NotSupportedException("don't know enough about Tree node");
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
BaseTreeAdaptor.java 210 throw new NoSuchMethodError("don't know enough about Tree node");
218 throw new NoSuchMethodError("don't know enough about Tree node");
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAState.java 85 * to know what relationship this node has to the original grammar.
103 /** Jean Bovet needs in the GUI to know which state pairs correspond

Completed in 4288 milliseconds

<<51525354555657585960>>