/cts/apps/CtsVerifier/src/com/android/cts/verifier/features/ |
FeatureSummaryActivity.java | 58 * Indicates whether the field is present on the current device. 60 public boolean present; field in class:FeatureSummaryActivity.Feature 68 * Constructor does not include 'present' because that's a detected 77 this.present = false; 207 boolean present = false; 246 present = actualFeatures.containsKey(f.name); 247 if (present) { 253 } else if (!present && f.required) {
|
/external/chromium_org/device/bluetooth/ |
bluetooth_adapter.h | 23 // determining whether an adapter is present, and whether the radio is powered, 35 // |present| is true the adapter is now present, false means the adapter 38 bool present) {} 97 // Indicates whether the adapter is actually present on the system, for 98 // the default adapter this indicates whether any adapter is present. An 99 // adapter is only considered present if the address has been obtained.
|
bluetooth_adapter_chromeos.h | 110 void PresentChanged(bool present);
|
/external/chromium_org/third_party/skia/include/views/ |
SkOSWindow_Win.h | 47 void present();
|
/external/chromium_org/third_party/skia/src/views/mac/ |
SkNSView.h | 51 - (void)present;
|
/external/openssh/ |
gss-serv.c | 122 int present; local 130 &supported_mechs[i]->oid, supported, &present))) 131 present = 0; 132 if (present)
|
/external/skia/include/views/ |
SkOSWindow_Win.h | 47 void present();
|
/external/skia/src/views/mac/ |
SkNSView.h | 51 - (void)present;
|
/external/chromium_org/tools/site_compare/ |
command_line.py | 111 self.depends = [] # arguments that must be present for this 113 self.present = False # has this argument been specified? 171 if self.present: 239 """Specifies that one argument may only be present if another is. 260 """Specifies that at least one of the named arguments must be present.""" 273 arg.present = False 287 if not arg.present and arg.required: 291 if not arg.present and arg.default: 292 arg.present = True 295 if arg.present [all...] |
/external/arduino/hardware/arduino/cores/arduino/ |
wiring.c | 238 #warning Timer 2 not finished (may not be present on this CPU) 247 #warning Timer 2 not finished (may not be present on this CPU)
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
user_image_screen_handler.cc | 184 void UserImageScreenHandler::SetCameraPresent(bool present) { 185 CallJS("setCameraPresent", present);
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
AnnotationsTest.java | 123 private void assertPresent(boolean present, AnnotatedElement element, 125 if (present) {
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
tracing_controller_tests.js | [all...] |
/external/chromium_org/chrome/browser/extensions/api/bluetooth/ |
bluetooth_event_router.h | 100 bool present) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
change_picture_options_handler.h | 61 void SetCameraPresent(bool present);
|
bluetooth_options_handler.h | 123 // range 0-999999 and should be always present zero-padded to six 143 bool present) OVERRIDE; 201 // argument is present, it is the passkey for pairing confirmation.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
ManifestEditor.java | 443 boolean present = false; 446 present = true; 450 if (!present) { 455 present = false; 458 present = true; 462 if (!present) {
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_shader_debug.spec | 207 delimited by a white space. If the argument <cookie> is not present, 209 <line> are not present, they are meant as if they were of values
|
/external/mesa3d/docs/ |
MESA_shader_debug.spec | 207 delimited by a white space. If the argument <cookie> is not present, 209 <line> are not present, they are meant as if they were of values
|
/packages/apps/Mms/src/com/android/mms/ui/ |
MmsThumbnailPresenter.java | 42 public void present(ItemLoadedCallback callback) { method in class:MmsThumbnailPresenter
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
XI.h | 282 int present; member in struct:__anon38729
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XI.h | 282 int present; member in struct:__anon40319
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XI.h | 282 int present; member in struct:__anon41834
|
/dalvik/vm/mterp/armv5te/ |
OP_INVOKE_SUPER.S | 41 bcs .L${opcode}_nsm @ method not present in superclass
|
/dalvik/vm/mterp/mips/ |
OP_INVOKE_SUPER.S | 48 bgeu a2, a3, .L${opcode}_nsm # method not present in superclass
|