OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:copyret
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/com/android/internal/content/
NativeLibraryHelper.java
316
int
copyRet
= copyNativeBinaries(handle, subDir, abiList[abi]);
317
if (
copyRet
!= PackageManager.INSTALL_SUCCEEDED) {
318
return
copyRet
;
336
int
copyRet
= PackageManager.NO_NATIVE_LIBRARIES;
338
copyRet
= copyNativeBinariesForSupportedAbi(handle, libraryRoot,
340
if (
copyRet
< 0 &&
copyRet
!= PackageManager.NO_NATIVE_LIBRARIES &&
341
copyRet
!= PackageManager.INSTALL_FAILED_NO_MATCHING_ABIS) {
342
Slog.w(TAG, "Failure copying 32 bit native libraries;
copyRet
=" +
copyRet
);
[
all
...]
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
order.go
339
//
Copyret
emits t1, t2, ... = n, where n is a function call,
341
func
copyret
(n *Node, order *Order) *NodeList {
func
343
Fatal("
copyret
%v %d", n.Type, n.Left.Type.Outtuple)
369
*l =
copyret
((*l).N, order)
[
all
...]
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
order.go
336
//
Copyret
emits t1, t2, ... = n, where n is a function call,
338
func
copyret
(n *Node, order *Order) *NodeList {
func
340
Fatal("
copyret
%v %d", n.Type, n.Left.Type.Outtuple)
366
*l =
copyret
((*l).N, order)
[
all
...]