HomeSort by relevance Sort by last modified time
    Searched refs:yes (Results 351 - 375 of 430) sorted by null

<<1112131415161718

  /packages/apps/VideoEditor/src/com/android/videoeditor/
ProjectsActivity.java 234 getString(R.string.yes),
  /external/mksh/src/
check.pl 114 # expected-fail 'yes' if the test is expected to fail.
140 # need-ctty 'yes' if the test needs a ctty, run
1096 if ($test{'expected-fail'} !~ /^(yes|no)$/) {
1101 $test{'expected-fail'} = $1 eq 'yes';
1106 if ($test{'need-ctty'} !~ /^(yes|no)$/) {
1111 $test{'need-ctty'} = $1 eq 'yes';
1116 if ($test{'need-pass'} !~ /^(yes|no)$/) {
1121 $test{'need-pass'} = $1 eq 'yes';
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/
ANetworkSession.cpp 847 const int yes = 1; local
848 res = setsockopt(s, SOL_SOCKET, SO_REUSEADDR, &yes, sizeof(yes));
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 87 yes, // The action was started via a user initiated action enum constant in enum:StkAppService.InitiatedByUserAction
121 static final int YES = 1;
591 case YES:
609 * @param userAction If the userAction is yes then we always return 0 otherwise
618 return ((userAction == InitiatedByUserAction.yes) | mMenuIsVisibile) ?
629 intentFlags |= getFlagActivityNoUserAction(InitiatedByUserAction.yes);
826 args.putInt(CHOICE, YES);
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv5te-vfp.S 834 beq 1f @ yes
    [all...]
InterpAsm-armv7-a-neon.S 845 beq 1f @ yes
    [all...]
InterpAsm-armv7-a.S 845 beq 1f @ yes
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 254 'resizable=yes,scrollbars=yes,status=yes');
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S 484 bxne r2 @ yes - go ahead
    [all...]
CompilerTemplateAsm-armv5te-vfp.S 484 bxne r2 @ yes - go ahead
    [all...]
CompilerTemplateAsm-armv7-a-neon.S 484 bxne r2 @ yes - go ahead
    [all...]
CompilerTemplateAsm-armv7-a.S 484 bxne r2 @ yes - go ahead
    [all...]
  /frameworks/base/services/java/com/android/server/power/
ShutdownThread.java 137 .setPositiveButton(com.android.internal.R.string.yes, new DialogInterface.OnClickListener() {
  /ndk/build/tools/
common-build-host-funcs.sh 184 # Returns first, yes or no.
201 RESULT=yes
343 log "yes"
443 dump "yes"
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 360 android.R.string.yes, new DialogInterface.OnClickListener() {
  /external/ceres-solver/docs/
faq.tex 21 In most problems there is a natural parameter block structure, as there is a semantic meaning associated with groups of scalars -- mean vector of a distribution, color of a pixel etc. To group two scalar variables, ask yourself if residual blocks will always use these two variables together. If the answer is yes, then the two variables belong to the same parameter block.
52 Yes, use \texttt{SubsetParameterization} as a local parameterization for the parameter block of interest. See \texttt{local\_parameterization.h} for more details.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant.bat 55 set _USE_CLASSPATH=yes
  /external/iproute2/examples/
cbq.init-v0.7.3 267 # BOUNDED=yes|no optional, default "yes"
269 # If set to "yes", the class is not allowed to borrow bandwidth from
277 # ISOLATED=yes|no optional, default "no"
279 # If set to "yes", the class will not lend unused bandwidth to
614 LEAF=tbf; BOUNDED=yes; ISOLATED=no
641 [ "$ISOLATED" = "yes" ] && ISOLATED="isolated" || ISOLATED=""
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 78 --log=yes|no|FILE file configure log is written to [config.err]
201 set_all yes $*
    [all...]
  /external/quake/quake/src/QW/gas2masm/
gas2masm.mak 139 odbccp32.lib /nologo /subsystem:console /incremental:yes\
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-216320.js 182 if((status>=0&&status<5)||(status==7)||(status>=5&&status<9&&ism=="YES")||(status==12&&ism=="YES")){
259 if(ism=='YES'&&(status==5||status==6||status==12)){
266 if((status>2&&status<5)||(status==7)||((status>=5&&status<9||status==12)&&ism=="YES")){
315 if((status>=0&&status<2)||(status==3)||(status==7)||(status>=2&&status<9&&ism=="YES")||(status==12&&ism=="YES")){
326 if((status==2||status==4)||(status>=5&&status<9&&ism=="YES")||(status==12&&ism=="YES")){
331 if((status==5||status==6||status==12)&&ism=="YES"){
342 if((status==5||status==6||status==12)&&ism=="YES"){
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
parse-js.js     [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 682 .setPositiveButton(R.string.yes, listener)
810 builder.setPositiveButton(R.string.yes, positiveListener);
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp.c 1577 const int yes = 1; local
    [all...]
  /external/openssh/contrib/redhat/
openssh.spec 11 # Do we want to disable building of x11-askpass? (1=yes 0=no)
14 # Do we want to disable building of gnome-askpass? (1=yes 0=no)
17 # Do we want to link against a static libcrypto? (1=yes 0=no)
20 # Do we want smartcard support (1=yes 0=no)
29 # Do we want kerberos5 support (1=yes 0=no)
58 # Is this a build for the rescue CD (without PAM, with MD5)? (1=yes 0=no)
231 gtk2=yes
238 if [ $gtk2 = yes ] ; then

Completed in 3021 milliseconds

<<1112131415161718