/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
idle.pyw | 4 # IDLE is not installed, but maybe PyShell is on sys.path:
|
/cts/tools/signature-tools/src/signature/compare/model/ |
IMemberDelta.java | 33 * @return a type delta, maybe {@code null} 41 * @return a set of modifier deltas, maybe {@code null}
|
ITypeVariableDefinitionDelta.java | 31 * @return an upper bound delta, maybe {@code null} 39 * @return a generic declaration delta, maybe {@code null}
|
IUpperBoundsDelta.java | 37 * @return the upper bound delta of the first upper bound, maybe {@code 46 * @return a set of remaining upper bound deltas, maybe {@code null}
|
IWildcardTypeDelta.java | 30 * @return the upper bound delta, maybe {@code null} 37 * @return the lower bound delta, maybe {@code null}
|
IAnnotatableElementDelta.java | 31 * @return a set of annotation deltas, maybe {@code null}
|
IAnnotationElementDelta.java | 30 * @return a value delta, maybe {@code null}
|
IAnnotationFieldDelta.java | 30 * @return the default value delta, maybe {@code null}
|
IArrayTypeDelta.java | 30 * @return a component type delta, maybe {@code null}
|
IMethodDelta.java | 30 * @return a return type delta, maybe {@code null}
|
IParameterDelta.java | 31 * @return a parameter type delta, maybe {@code null}
|
/external/chromium_org/webkit/browser/blob/ |
blob_data_handle.h | 27 // maybe deleted on any thread. 31 virtual ~BlobDataHandle(); // Maybe be deleted on any thread.
|
/external/mockito/src/org/mockito/listeners/ |
MethodInvocationReport.java | 15 * the return value if it returned something (maybe null), or an
35 * @return The throwable raised by the method invocation, maybe <code>null</code>
|
/frameworks/av/media/libstagefright/codecs/aacenc/inc/ |
psy_const.h | 64 #define MAX_SFB_SHORT 15 /* 15 for a memory optimized implementation, maybe 16 for convenient debugging */ 65 #define MAX_SFB_LONG 51 /* 51 for a memory optimized implementation, maybe 64 for convenient debugging */
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
warning | 48 &run_make_with_options($makefile, "WARNING3=maybe", &get_logfile, 0); 49 $answer = "Some stuff\n$makefile:10: warning is maybe\nhi\n";
|
/external/clang/test/Analysis/ |
uninit-sometimes.cpp | 4 bool maybe(); 34 if (maybe()) { 64 if (maybe()) { 100 if (maybe()) { 164 maybe() // expected-warning {{whenever '?:' condition is false}} \ 177 maybe() // expected-warning {{whenever '?:' condition is true}} \ 189 maybe() // expected-warning {{whenever '&&' condition is false}} \ 201 maybe() // expected-warning {{whenever '&&' condition is true}} \ 215 maybe() // expected-warning {{whenever '||' condition is false}} \ 229 maybe() // expected-warning {{whenever '||' condition is true}} [all...] |
/external/proguard/src/proguard/evaluation/value/ |
UnknownIntegerValue.java | 183 return MAYBE; 188 return MAYBE; 193 return MAYBE;
|
/external/chromium_org/chrome/renderer/extensions/ |
chrome_v8_extension_handler.h | 18 // TODO(koz): Rename/refactor this somehow. Maybe just pull it into
|
/external/chromium_org/chrome/tools/build/mac/ |
copy_keychain_reauthorize.sh | 21 # Because ninja (and maybe make) had been making symbolic links in
|
/external/chromium_org/third_party/sqlite/ |
google_generate_amalgamation.sh | 24 # yet, so maybe it's not a file we need.
|
/external/clang/test/SemaObjC/ |
warn-forward-class-attr-deprecated.m | 19 id p = [self initWithAccount : 0 filenames :[scope filenames]]; // expected-warning {{'filenames' maybe deprecated because receiver type is unknown}}
|
/external/jsr305/ri/src/main/java/javax/annotation/ |
CheckForSigned.java | 20 @Nonnegative(when = When.MAYBE)
|
/external/libpng/ |
autogen.sh | 6 # of the tools which are used and, maybe, required!
|
/external/qemu/distrib/sdl-1.2.15/ |
TODO | 9 * Explicit vertical retrace wait (maybe separate from SDL_Flip?)
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_Quit.3 | 24 While using \fBatexit\fP maybe be fine for small programs, more advanced users should shut down SDL in their own cleanup code\&. Plus, using \fBatexit\fP in a library is a sure way to crash dynamically loaded code
|