/external/chromium_org/v8/src/ |
ic.h | 847 Maybe<int> fixed_right_arg() const { return fixed_right_arg_; } 893 Maybe<int> fixed_right_arg_; [all...] |
/external/elfutils/0.153/libdwfl/ |
relocate.c | 273 if (shndx == SHN_ABS) /* XXX maybe should apply bias? */ 363 /* Maybe we can figure it out anyway. */
|
/external/icu/icu4c/source/common/unicode/ |
unorm.h | 263 * never a "maybe". 265 * For NFC and NFKC where quickCheck may return "maybe", this function will
|
/external/icu/icu4c/source/i18n/ |
udat.cpp | 33 * @param fmt the UDateFormat, definitely a DateFormat, maybe something else 1008 * @param fmt the UDateFormat, definitely a DateFormat, maybe something else [all...] |
/external/libpng/ |
pngerror.c | 194 /* End of the fraction, but maybe nothing was output? In that case 765 * choice is to terminate the whole process (or maybe the thread); to do
|
/external/lldb/source/Symbol/ |
LineTable.cpp | 315 // FIXME: Maybe want to find the line closest before and the line closest after and 363 // FIXME: Maybe want to find the line closest before and the line closest after and
|
/external/mesa3d/src/egl/docs/ |
EGL_MESA_screen_surface | 228 Should there be an EGL mechanism for detecting this? Maybe an 233 Maybe leave that to a future extension.
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
FieldSet.java | 76 // TODO(kenton): Maybe use some sort of sparse array instead? It would 322 // But we can't now that FieldSet doesn't use descriptors. Maybe this
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/ |
SDL_sysjoystick.c | 57 /* TODO: maybe should handle the following stuff somehow? */ 249 TODO: maybe should handle the following stuff somehow?
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/ |
SDL_gsevents.c | 249 tty0_fd = dup(0); /* Maybe stdin is a VT? */ 277 /* Last resort, maybe our tty is a usable VT */
|
/external/smack/src/org/jivesoftware/smack/ |
BOSHConnection.java | 115 * The roster maybe also called buddy list holds the list of the users contacts. 593 // TODO: Maybe we want to extend the SmackDebugger for simplification
|
/external/stlport/test/unit/ |
codecvt_test.cpp | 296 //Maybe we simply do not have write access to repository 336 * a locale having a codecvt such as generator_codecvt. Maybe generator_codecvt
|
/external/zlib/src/win32/ |
DLL_FAQ.txt | 258 internal states, maybe by careful design, or maybe by fortune.
|
/frameworks/base/core/java/android/transition/ |
Visibility.java | 52 * operate on targets that are appearing. Maybe be combined with 59 * operate on targets that are disappearing. Maybe be combined with
|
/frameworks/base/core/java/com/android/internal/util/ |
AsyncChannel.java | 37 * <p>The handlers maybe in the same process or in another process. There 100 * it is desired to establish a long term connection, but any command maybe
|
/libcore/luni/src/main/java/java/security/ |
Signature.java | 603 * instance, maybe {@code null}. 614 * @return the value of the parameter with the specified name, maybe {@code
|
/ndk/tests/device/test-gnustl-full/unit/ |
codecvt_test.cpp | 297 //Maybe we simply do not have write access to repository 338 * a locale having a codecvt such as generator_codecvt. Maybe generator_codecvt
|
/ndk/tests/device/test-stlport/unit/ |
codecvt_test.cpp | 297 //Maybe we simply do not have write access to repository 338 * a locale having a codecvt such as generator_codecvt. Maybe generator_codecvt
|
/packages/apps/Calendar/res/values-ar-rXB/ |
strings.xml | 84 <string name="rsvp_tentative" msgid="6545510359501328718">"??Responded?? ??maybe??."</string> 112 <string name="response_maybe" msgid="7791500973627841695">"??Maybe??"</string>
|
/packages/apps/Calendar/res/values-en-rGB/ |
strings.xml | 84 <string name="rsvp_tentative" msgid="6545510359501328718">"Responded maybe."</string> 112 <string name="response_maybe" msgid="7791500973627841695">" Maybe"</string>
|
/packages/apps/Calendar/res/values-en-rIN/ |
strings.xml | 84 <string name="rsvp_tentative" msgid="6545510359501328718">"Responded maybe."</string> 112 <string name="response_maybe" msgid="7791500973627841695">" Maybe"</string>
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
FolderSyncParser.java | 71 * TODO: Maybe we should store the mailbox anyway, otherwise it'll be annoying to upgrade. 560 // TODO: Maybe we can make use of this count somehow. [all...] |
/packages/services/Mms/src/com/android/mms/service/ |
MmsService.java | 161 // Sent completed (maybe success or fail) by carrier app, finalize the request. 180 // Downloaded completed (maybe success or fail) by carrier app, finalize the [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutActionBar.java | 123 // TODO: better handle multi-selection -- maybe we should disable it or 240 assert newAction.equals(prevAction); // Maybe I can do this lazily instead?
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_bar_view_test.cc | 213 #define MAYBE(x) DISABLED_##x 215 #define MAYBE(x) x 738 VIEW_TEST(BookmarkBarViewTest5, MAYBE(DND)) 874 VIEW_TEST(BookmarkBarViewTest7, MAYBE(DNDToDifferentMenu)) [all...] |