HomeSort by relevance Sort by last modified time
    Searched defs:returnValue (Results 51 - 75 of 119) sorted by null

1 23 4 5

  /external/chromium_org/third_party/libxml/src/
nanoftp.c 137 int returnValue; /* the protocol return value */
484 ret->returnValue = 0;
    [all...]
nanohttp.c 152 int returnValue; /* the protocol return value */
395 ret->returnValue = 0;
729 ctxt->returnValue = ret;
    [all...]
  /external/icu4c/i18n/
dtfmtsym.cpp 553 UnicodeString *returnValue = NULL;
560 returnValue = fMonths;
565 returnValue = fShortMonths;
569 returnValue = fNarrowMonths;
579 returnValue = fStandaloneMonths;
584 returnValue = fStandaloneShortMonths;
588 returnValue = fStandaloneNarrowMonths;
597 return returnValue;
617 UnicodeString *returnValue = NULL;
623 returnValue = fWeekdays
    [all...]
  /external/libxml2/
nanoftp.c 138 int returnValue; /* the protocol return value */
485 ret->returnValue = 0;
    [all...]
nanohttp.c 150 int returnValue; /* the protocol return value */
393 ret->returnValue = 0;
727 ctxt->returnValue = ret;
    [all...]
  /external/chromium_org/v8/src/
mirror-debugger.js     [all...]
  /external/v8/src/
mirror-debugger.js     [all...]
  /frameworks/base/core/java/android/app/
Instrumentation.java 749 boolean returnValue;
761 returnValue = win.performPanelIdentifierAction(
770 return mr.returnValue;
812 boolean returnValue;
823 returnValue = win.performContextMenuIdentifierAction(
832 return cmr.returnValue;
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 495 String returnValue;
496 returnValue = _glGetString(
499 return returnValue;
    [all...]
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduParser.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.equinox.security_1.0.200.v20100503.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
asm-analysis-4.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 693 int returnValue = mContextWrapper.checkPermission(PERMISSION_HARDWARE_TEST, 1, 0);
694 assertEquals(PackageManager.PERMISSION_GRANTED, returnValue);
697 returnValue = mContextWrapper.checkPermission(PERMISSION_HARDWARE_TEST, 1, 1);
698 assertEquals(PackageManager.PERMISSION_DENIED, returnValue);
702 returnValue = mContextWrapper.checkPermission(null, 0, 0);
708 returnValue = mContextWrapper.checkPermission("android.permission.GET_TASKS", 1, -11);
709 assertEquals(PackageManager.PERMISSION_DENIED, returnValue);
    [all...]
  /external/proguard/src/proguard/gui/
ProGuardGUI.java     [all...]
  /external/proguard/lib/
proguardgui.jar 
  /prebuilts/tools/common/asm-tools/
asm-analysis-4.0.jar 
asm-commons-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/4.0/
asm-analysis-4.0.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 
  /prebuilts/tools/common/m2/internal/asm/asm-commons/3.3/
asm-commons-3.3.jar 

Completed in 327 milliseconds

1 23 4 5