Searched refs:YES (Results 51 - 75 of 192) sorted by relevance

12345678

/external/tpm2/
H A DPolicyDuplicationSelect.c66 if(in->includeObject == YES)
H A DCpriDataEcc.c23 #if defined ECC_NIST_P192 && ECC_NIST_P192 == YES
53 #if defined ECC_NIST_P224 && ECC_NIST_P224 == YES
89 #if defined ECC_NIST_P256 && ECC_NIST_P256 == YES
125 #if defined ECC_NIST_P384 && ECC_NIST_P384 == YES
173 #if defined ECC_NIST_P521 && ECC_NIST_P521 == YES
239 #if defined ECC_BN_P256 && ECC_BN_P256 == YES
259 #if defined ECC_BN_P638 && ECC_BN_P638 == YES
301 #if defined ECC_SM2_P256 && ECC_SM2_P256 == YES
339 #if defined ECC_NIST_P192 && ECC_NIST_P192 == YES
349 #if defined ECC_NIST_P224 && ECC_NIST_P224 == YES
[all...]
H A DAlgorithmCap.c123 // YES more algorithms to report
162 more = YES;
H A DCryptSelfTest.c44 // will be run. If fullTest is YES, then g_untestedDecryptionAlgorithms is reinitialized and then all tests are
65 if(fullTest == YES)
/external/webrtc/webrtc/modules/video_render/ios/
H A Dvideo_render_ios_view.mm85 eagl_layer.opaque = YES;
142 return YES;
/external/deqp/framework/common/
H A DtcuFloatFormat.cpp43 case YES: return yes;
186 if (m_hasNaN != YES)
281 Limits::has_infinity ? YES : NO,
282 Limits::has_quiet_NaN ? YES : NO,
283 ((Limits::has_denorm == std::denorm_present) ? YES :
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
H A DSymbolTableLexer.m371 } while (YES);
438 } while (YES);
505 } while (YES);
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
H A DARDVideoCallView.m48 _statsView.hidden = YES;
55 _cameraSwitchButton.layer.masksToBounds = YES;
66 _hangupButton.layer.masksToBounds = YES;
H A DARDMainViewController.m76 animated:YES
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
H A DCombinedParser.m154 } while (YES);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
H A DTestLexer.m110 } while (YES);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
H A DTestlexer.m128 } while (YES);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
H A DTreeRewriteLexer.m113 } while (YES);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
H A DTreeRewriteLexer.m132 } while (YES);
/external/icu/icu4c/source/extra/scrptrun/
H A DMakefile.in30 ifeq ($(ENABLE_RPATH),YES)
/external/opencv3/modules/videoio/src/
H A Dcap_ios_photo_camera.mm106 cameraAvailable = YES;
H A Dcap_ios_abstract_camera.mm98 NSLog(@"camera available: %@", (cameraAvailable == YES ? @"YES" : @"NO") );
131 NSLog(@"camera available: %@", (cameraAvailable == YES ? @"YES" : @"NO") );
142 self.useAVCaptureVideoPreviewLayer = YES;
168 if (running == YES) {
171 running = YES;
281 NSLog(@"[Camera] device connected? %@", device.connected ? @"YES" : @"NO");
369 captureSessionLoaded = YES;
/external/webrtc/talk/app/webrtc/objc/
H A DRTCMediaStreamTrack.mm60 return YES;
H A DRTCFileLogger.mm52 NSDocumentDirectory, NSUserDomainMask, YES);
127 _hasStarted = YES;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangLexer.m211 } while (YES);
278 } while (YES);
/external/clang/tools/libclang/
H A DMakefile60 ifeq ($(RC_XBS),YES)
/external/llvm/tools/llvm-config/
H A DMakefile44 LLVM_HAS_RTTI := YES
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
H A DZipExtractorTask.java46 YES, NO, YESTOALL, SKIPALL enum constant in enum:ZipExtractorTask.Replace
181 case YES:
235 result = Replace.YES;
/external/opencv3/modules/highgui/src/
H A Dwindow_cocoa.mm243 [window setFrame:rect display:YES];
262 [window setFrame:frame display:YES];
509 defer:YES
514 [window setFirstContent:YES];
518 [window setHasShadow:YES];
519 [window setAcceptsMouseMovedEvents:YES];
520 [window useOptimizedDrawing:YES];
553 dequeue:YES];
622 fullscreenOptions = [NSDictionary dictionaryWithObject:[NSNumber numberWithBool:YES] forKey:NSFullScreenModeSetting];
771 [[slider slider] setAllowsTickMarkValuesOnly:YES];
[all...]
/external/skia/src/views/mac/
H A DSkNSView.mm41 [self setWantsBestResolutionOpenGLSurface:YES];
60 [[self window] setAcceptsMouseMovedEvents:YES];
65 return YES;
69 return YES;
166 [self setNeedsDisplay:YES];

Completed in 953 milliseconds

12345678