HomeSort by relevance Sort by last modified time
    Searched full:returnvalue (Results 301 - 325 of 644) sorted by null

<<11121314151617181920>>

  /external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/
ProxyBuilder.java 552 code.returnValue(superResult2);
578 superCode.returnValue(superResult);
    [all...]
  /external/v8/src/
fast-accessor-assembler.cc 117 void FastAccessorAssembler::ReturnValue(ValueId value_id) {
  /frameworks/rs/
rsHidlAdaptation.h 133 static RsClosure ClosureCreate(RsContext context, RsScriptKernelID kernelID, RsAllocation returnValue, RsScriptFieldID* fieldIDs, size_t fieldIDs_length, int64_t* values, size_t values_length, int* sizes, size_t sizes_length, RsClosure* depClosures, size_t depClosures_length, RsScriptFieldID* depFieldIDs, size_t depFieldIDs_length);
  /hardware/interfaces/renderscript/1.0/default/
Context.h 86 Return<Closure> closureCreate(ScriptKernelID kernelID, Allocation returnValue, const hidl_vec<ScriptFieldID>& fieldIDS, const hidl_vec<int64_t>& values, const hidl_vec<int32_t>& sizes, const hidl_vec<Closure>& depClosures, const hidl_vec<ScriptFieldID>& depFieldIDS) override;
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
optimizations.html 106 <code><b>method/propagation/returnvalue</b></code></dt>
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathUtilities.c 669 EFI_DEVICE_PATH_PROTOCOL *ReturnValue;
701 ReturnValue = DuplicateDevicePath (*DevicePath);
714 return ReturnValue;
  /tools/metalava/src/main/java/com/android/tools/metalava/
DocAnalyzer.kt 406 * If the [returnValue] flag is true, the documentation is added to the description text
411 private fun appendDocumentation(doc: String?, item: Item, returnValue: Boolean) {
418 item.appendDocumentation(doc, if (returnValue) "@return" else null)
  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePciCf8Lib/
PciLib.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePciCf8Lib/
PciCf8Lib.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxePciLibEsal/
PciLib.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeRuntimePciExpressLib/
PciExpressLib.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiPciSegmentLibPciCfg2/
PciSegmentLib.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/SmmPciLibPciRootBridgeIo/
PciLib.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiPciLibPciRootBridgeIo/
PciLib.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/
PciSegmentLib.c     [all...]
  /external/proguard/src/proguard/gui/
ProGuardGUI.java     [all...]
  /frameworks/base/core/java/android/app/
Instrumentation.java     [all...]
  /prebuilts/misc/windows/sdl2/test/
testautomation_video.c     [all...]
  /external/fonttools/Lib/fontTools/
merge.py 124 returnValue = 0
135 returnValue |= mergedValue << bitNumber
136 return returnValue
  /external/guava/guava-testlib/src/com/google/common/testing/
ClassSanityTester.java 761 T returnValue = factory.invoke(null, args.toArray());
762 if (returnValue == null) {
766 return returnValue;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
EnvironmentCheck.java 901 Object returnValue = method.invoke(null, new Object[0]);
903 h.put(VERSION + "xalan2_2", (String)returnValue);
1000 Object returnValue = method.invoke(null, new Object[0]);
1002 h.put(VERSION + "ant", (String)returnValue);
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
TargetInfo.h 134 CodeGen::CodeGenFunction &CGF, CodeGen::LValue ReturnValue,
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetISO2022.java 212 int returnValue = value + 0x8080;
214 if ((returnValue <= 0xfefe && returnValue >= 0xa1a1) &&
215 ((short)(returnValue&UConverterConstants.UNSIGNED_BYTE_MASK) <= 0xfe && ((short)(returnValue&UConverterConstants.UNSIGNED_BYTE_MASK) >= 0xa1))) {
216 return returnValue;
259 int returnValue;
262 returnValue = myConverterData.currentDecoder.simpleGetNextUChar(source, useFallback);
265 return returnValue;
    [all...]

Completed in 760 milliseconds

<<11121314151617181920>>