/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
glob.h | 95 int gl_flags; /* Set to FLAGS, maybe | GLOB_MAGCHAR. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
jffs2.h | 79 // Maybe later...
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
glob.h | 95 int gl_flags; /* Set to FLAGS, maybe | GLOB_MAGCHAR. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
jffs2.h | 79 // Maybe later...
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdiplusstringformat.h | 216 // FIXME: maybe put this in gdiplus.c?
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
chunk.py | 155 # maybe fix alignment
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
OutputWindow.py | 71 r'^(\s*\S.*?):\s*(\d+):', # Win filename, maybe starting with spaces
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
driver.py | 111 """Load the grammar (maybe from a pickle)."""
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_ossaudiodev.py | 93 # ancient and crufty sound card, but maybe not on special-
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
chunk.py | 155 # maybe fix alignment
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
OutputWindow.py | 71 r'^(\s*\S.*?):\s*(\d+):', # Win filename, maybe starting with spaces
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
driver.py | 111 """Load the grammar (maybe from a pickle)."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_ossaudiodev.py | 93 # ancient and crufty sound card, but maybe not on special-
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/ |
ViewClassInfo.java | 117 /** Returns the attributes for this view or view group. Maybe empty but not null. */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
ValueCompleter.java | 74 // for other properties and maybe both if I'm not sure)
|
/external/chromium_org/v8/src/ |
accessors.cc | 209 MaybeHandle<Object> maybe; local 211 maybe = Execution::ToUint32(isolate, value); 212 if (!maybe.ToHandle(&uint32_v)) { 217 maybe = Execution::ToNumber(isolate, value); 218 if (!maybe.ToHandle(&number_v)) { 224 maybe = JSArray::SetElementsLength(array_handle, uint32_v); 225 maybe.Check(); [all...] |
/ndk/build/core/ |
definitions.mk | 189 define list-file-maybe-gen-10 221 define list-file-maybe-gen-100 241 $(call list-file-maybe-gen-10,$15,$2) 242 $(call list-file-maybe-gen-10,$16,$2) 243 $(call list-file-maybe-gen-10,$17,$2) 244 $(call list-file-maybe-gen-10,$18,$2) 245 $(call list-file-maybe-gen-10,$19,$2) 248 $(call list-file-maybe-gen-10,$11,$2) 249 $(call list-file-maybe-gen-10,$12,$2) 250 $(call list-file-maybe-gen-10,$13,$2 [all...] |
/cts/suite/audio_quality/client/src/com/android/cts/audiotest/ |
AudioProtocol.java | 123 // maybe socket already closed. don't do anything 384 // maybe socket already closed. don't do anything
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
Encodings.java | 330 // and the output will be in any case _correct_ though maybe not 332 // But maybe report/log the resource problem?
|
/external/bison/m4/ |
threadlib.m4 | 126 [gl_cv_have_weak=maybe]) 127 if test $gl_cv_have_weak = maybe; then
|
/external/chromium_org/chrome/browser/chromeos/net/ |
cert_verify_proc_chromeos_unittest.cc | 286 // Test a variety of different combinations of (maybe) verifying / (maybe)
|
/external/chromium_org/chrome/browser/ |
process_singleton_browsertest.cc | 9 // Mac uses system services and ProcessSingletonMac is a noop. (Maybe it still 60 // TODO(mattm): maybe stuff should be refactored to use
|
/external/chromium_org/chrome/browser/web_dev_style/ |
css_checker.py | 84 \.(-?[\w-]+).* # ., then maybe -, then alpha numeric and - 250 hsl\([^\)]* # hsl(<maybe stuff>
|
/external/chromium_org/components/policy/core/common/cloud/ |
component_cloud_policy_service_unittest.cc | 55 " \"Value\": \"maybe\"," 140 base::Value::CreateStringValue("maybe"), NULL);
|
/external/chromium_org/content/browser/media/ |
media_canplaytype_browsertest.cc | 17 const char kMaybe[] = "maybe"; 22 const char kPropMaybe[] = "maybe"; 32 const char kOggVideoMaybe[] = "maybe"; 47 const char kTheoraAndPropProbably[] = "maybe"; 48 const char kOpusAndPropProbably[] = "maybe"; 511 PropAndVP9Probably = "maybe"; [all...] |