HomeSort by relevance Sort by last modified time
    Searched defs:DUP (Results 1 - 25 of 199) sorted by null

1 2 3 4 5 6 7 8

  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl15.c 64 #define DUP 0
406 perror("dup of second parent file failed");
548 if (run_test(O_CREAT | O_RDWR | O_TRUNC, 0777, DUP))
549 tst_resm(TFAIL, "Test 1: test with \"dup\" FAILED");
551 tst_resm(TPASS, "Test 1: test with \"dup\" PASSED");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pickle.py 106 DUP = '2' # duplicate top stack item
    [all...]
  /external/annotation-tools/asmx/core/org/objectweb/asm/
Opcodes.class 
  /external/annotation-tools/asmx/src/org/objectweb/asm/
Opcodes.java 248 int DUP = 89; // -
  /external/javassist/src/main/javassist/bytecode/
Opcode.java 78 int DUP = 89;
333 1, // dup, 89
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 61 private static final int DUP = InstructionConstants.OP_DUP & 0xff;
78 private static final int POP_DUP = POP | (DUP << 8);
83 private static final int SWAP_POP_DUP = SWAP | (POP << 8) | (DUP << 16);
    [all...]
  /external/python/cpython2/Lib/
pickle.py 106 DUP = '2' # duplicate top stack item
    [all...]
  /external/python/cpython3/Lib/
pickle.py 106 DUP = b'2' # duplicate top stack item
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pickle.py 106 DUP = '2' # duplicate top stack item
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pickle.py 106 DUP = '2' # duplicate top stack item
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 106 DUP = '2' # duplicate top stack item
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 106 DUP = '2' # duplicate top stack item
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ByteOps.java 116 public static final int DUP = 0x59;
444 "59 - dup;" +
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cPickle.c 36 #define DUP '2'
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cPickle.c 36 #define DUP '2'
    [all...]
  /external/python/cpython2/Modules/
cPickle.c 36 #define DUP '2'
    [all...]
  /external/python/cpython3/Modules/
_pickle.c 29 DUP = '2',
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wiadef.h 652 #define DUP 0x04
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 87 DUP
556 DUP: "DUP",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 87 DUP
556 DUP: "DUP",
    [all...]
  /external/annotation-tools/asmx/core/
asm-2.2.2.jar 
  /external/annotation-tools/asmx/test/lib/
asm-2.1.jar 
  /external/jarjar/lib/
asm-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-3.3.jar 
  /prebuilts/devtools/tools/lib/
asm-4.0.jar 

Completed in 589 milliseconds

1 2 3 4 5 6 7 8